From 42cb7544293bf0f345e82bfd00c3941ac6683597 Mon Sep 17 00:00:00 2001 From: LocalIdentity Date: Tue, 14 Jan 2025 21:43:34 +1100 Subject: [PATCH] Remove statOrderKey --- src/Classes/ItemsTab.lua | 4 +- src/Data/Crucible.lua | 4982 ++-- src/Data/ModFlask.lua | 492 +- src/Data/ModItem.lua | 22732 ++++++++-------- src/Data/ModJewel.lua | 844 +- src/Data/ModJewelAbyss.lua | 1442 +- src/Data/ModJewelCharm.lua | 484 +- src/Data/ModJewelCluster.lua | 1110 +- src/Data/ModNecropolis.lua | 102 +- src/Data/ModTincture.lua | 132 +- src/Data/ModVeiled.lua | 454 +- src/Data/TimelessJewelData/LegionPassives.lua | 270 +- src/Data/Uniques/Special/WatchersEye.lua | 290 +- src/Export/Scripts/crucible.lua | 1 - src/Export/Scripts/mods.lua | 1 - 15 files changed, 16669 insertions(+), 16671 deletions(-) diff --git a/src/Classes/ItemsTab.lua b/src/Classes/ItemsTab.lua index 9e35f5dab0..5d43323873 100644 --- a/src/Classes/ItemsTab.lua +++ b/src/Classes/ItemsTab.lua @@ -1751,13 +1751,13 @@ function ItemsTabClass:UpdateAffixControl(control, item, type, outputTable, outp local lastSeries for _, modId in ipairs(affixList) do local mod = item.affixes[modId] - if not lastSeries or lastSeries.statOrderKey ~= mod.statOrderKey then + if not lastSeries or not tableDeepEquals(lastSeries.statOrder, mod.statOrder) then local modString = table.concat(mod, "/") lastSeries = { label = modString, modList = { }, haveRange = modString:match("%(%-?[%d%.]+%-%-?[%d%.]+%)"), - statOrderKey = mod.statOrderKey, + statOrder = mod.statOrder, } t_insert(control.list, lastSeries) end diff --git a/src/Data/Crucible.lua b/src/Data/Crucible.lua index 0dc431cb8b..a3491ed6ae 100644 --- a/src/Data/Crucible.lua +++ b/src/Data/Crucible.lua @@ -2,2495 +2,2495 @@ -- Item data (c) Grinding Gear Games return { - ["WeaponTreeAddedPhysicalHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 7 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 3 to 11 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 6 to 12 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 6 to 16 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 8 to 19 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 12 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 6 to 16 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 9 to 20 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 11 to 25 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 14 to 33 Physical Damage", "6% reduced Attack Speed", statOrderKey = "1140,1276", statOrder = { 1140, 1276 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2"] = { type = "Spawn", tier = 2, "Adds 2 to 8 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 21, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 46, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 65, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 77, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Adds 6 to 11 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 21, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Adds 7 to 16 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 46, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Adds 8 to 19 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 65, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Adds 11 to 26 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 77, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowFireConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowFireConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowFireConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowFireConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowFireConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowFireConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowFireConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowFireConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowFireConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowFireConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1140,1812", statOrder = { 1140, 1812 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowColdConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowColdConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowColdConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowColdConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowColdConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowColdConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowColdConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowColdConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowColdConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowColdConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1140,1814", statOrder = { 1140, 1814 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowLightningConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowLightningConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowLightningConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowLightningConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowLightningConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowLightningConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowLightningConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowLightningConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowLightningConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowLightningConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1140,1816", statOrder = { 1140, 1816 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowChaosConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowChaosConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowChaosConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowChaosConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowChaosConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowChaosConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowChaosConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowChaosConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowChaosConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowChaosConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1140,1819", statOrder = { 1140, 1819 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowRandomElementConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "20% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowRandomElementConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "20% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowRandomElementConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "20% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowRandomElementConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "20% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowRandomElementConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "20% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowRandomElementConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "35% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowRandomElementConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "35% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowRandomElementConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "35% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowRandomElementConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "35% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowRandomElementConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "35% of Physical Damage converted to a random Element", statOrderKey = "1140,1818", statOrder = { 1140, 1818 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowBleedChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowBleedChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowBleedChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowBleedChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowBleedChance5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowBleedChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowBleedChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowBleedChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowBleedChance4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowBleedChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "15% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowImpaleChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowImpaleChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowImpaleChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowImpaleChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysicalLowImpaleChance5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowImpaleChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowImpaleChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowImpaleChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowImpaleChance4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedPhysical2hLowImpaleChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1140,7307", statOrder = { 1140, 7307 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 5 to 9 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 1, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 9 to 13 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 26, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 16 to 26 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 42, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 27 to 42 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 62, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 55 to 83 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 82, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 9 to 14 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 1, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 16 to 24 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 26, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 30 to 47 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 42, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 52 to 77 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 62, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 102 to 153 Fire Damage", "6% reduced Attack Speed", statOrderKey = "1226,1276", statOrder = { 1226, 1276 }, level = 82, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2"] = { type = "Spawn", tier = 2, "Adds 7 to 10 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 26, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire3"] = { type = "Spawn", tier = 3, "Adds 13 to 18 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 42, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire4"] = { type = "Spawn", tier = 4, "Adds 22 to 32 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 62, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire5"] = { type = "Spawn", tier = 5, "Adds 42 to 63 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2h1"] = { type = "Spawn", tier = 1, "Adds 8 to 10 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2h2"] = { type = "Spawn", tier = 2, "Adds 13 to 19 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 26, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2h3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 42, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2h4"] = { type = "Spawn", tier = 4, "Adds 39 to 61 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 62, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2h5"] = { type = "Spawn", tier = 5, "Adds 78 to 118 Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Fire Damage", "10% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 1, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Fire Damage", "10% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 26, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 12 Fire Damage", "10% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 42, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Fire Damage", "10% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 62, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 25 to 39 Fire Damage", "10% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 82, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Fire Damage", "20% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 1, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Fire Damage", "20% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 26, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 22 Fire Damage", "20% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 42, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 23 to 36 Fire Damage", "20% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 62, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 48 to 71 Fire Damage", "20% chance to Ignite", statOrderKey = "1226,1880", statOrder = { 1226, 1880 }, level = 82, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 1 to 5 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 10, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 3 to 6 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 30, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 7 to 12 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 48, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 12 to 19 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 66, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 25 to 39 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 84, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 4 to 9 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 10, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 7 to 11 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 30, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 13 to 22 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 48, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 23 to 36 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 66, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 48 to 71 Fire Damage", statOrderKey = "40,1226", statOrder = { 40, 1226 }, level = 84, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 1, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 26, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 42, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 26 to 39 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 62, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 52 to 78 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 82, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 8 to 14 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 1, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 14 to 23 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 26, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 28 to 44 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 42, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 47 to 73 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 62, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 95 to 144 Cold Damage", "Your Cold Damage cannot Chill", statOrderKey = "1235,2734", statOrder = { 1235, 2734 }, level = 82, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 26, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 42, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold4"] = { type = "Spawn", tier = 4, "Adds 19 to 30 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 62, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold5"] = { type = "Spawn", tier = 5, "Adds 41 to 60 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2h1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2h2"] = { type = "Spawn", tier = 2, "Adds 10 to 17 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 26, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2h3"] = { type = "Spawn", tier = 3, "Adds 21 to 34 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 42, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2h4"] = { type = "Spawn", tier = 4, "Adds 37 to 55 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 62, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2h5"] = { type = "Spawn", tier = 5, "Adds 74 to 111 Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Cold Damage", "10% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 1, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Cold Damage", "10% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 26, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Cold Damage", "10% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 42, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Cold Damage", "10% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 62, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 24 to 35 Cold Damage", "10% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 82, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", "20% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 1, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "20% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 26, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 21 Cold Damage", "20% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 42, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 23 to 35 Cold Damage", "20% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 62, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 45 to 66 Cold Damage", "20% chance to Freeze", statOrderKey = "1235,1883", statOrder = { 1235, 1883 }, level = 82, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 10, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 30, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 48, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 66, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdLowAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 24 to 35 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 84, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 10, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 30, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 13 to 21 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 48, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 23 to 35 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 66, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedCold2hLowAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 45 to 66 Cold Damage", "4% increased Attack Speed", statOrderKey = "1235,1276", statOrder = { 1235, 1276 }, level = 84, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningHighIncreasedDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 12 Lightning Damage", "4% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 1, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningHighIncreasedDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 20 Lightning Damage", "4% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 26, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningHighIncreasedDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 1 to 41 Lightning Damage", "4% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 42, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningHighIncreasedDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 3 to 66 Lightning Damage", "4% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 62, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningHighIncreasedDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 7 to 132 Lightning Damage", "4% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 82, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 21 Lightning Damage", "6% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 1, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 38 Lightning Damage", "6% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 26, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 3 to 75 Lightning Damage", "6% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 42, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 6 to 124 Lightning Damage", "6% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 62, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 13 to 242 Lightning Damage", "6% increased Lightning Damage taken", statOrderKey = "1246,3228", statOrder = { 1246, 3228 }, level = 82, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning1"] = { type = "Spawn", tier = 1, "Adds 1 to 9 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2"] = { type = "Spawn", tier = 2, "Adds 1 to 17 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 26, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning3"] = { type = "Spawn", tier = 3, "Adds 1 to 30 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 42, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning4"] = { type = "Spawn", tier = 4, "Adds 3 to 51 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 62, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning5"] = { type = "Spawn", tier = 5, "Adds 6 to 101 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2h1"] = { type = "Spawn", tier = 1, "Adds 1 to 16 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2h2"] = { type = "Spawn", tier = 2, "Adds 1 to 29 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 26, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2h3"] = { type = "Spawn", tier = 3, "Adds 3 to 58 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 42, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2h4"] = { type = "Spawn", tier = 4, "Adds 4 to 94 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 62, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2h5"] = { type = "Spawn", tier = 5, "Adds 10 to 186 Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage", "10% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 1, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 10 Lightning Damage", "10% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 26, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 18 Lightning Damage", "10% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 42, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 31 Lightning Damage", "10% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 62, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 3 to 60 Lightning Damage", "10% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 82, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 10 Lightning Damage", "20% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 1, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 19 Lightning Damage", "20% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 26, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 34 Lightning Damage", "20% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 42, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 4 to 58 Lightning Damage", "20% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 62, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 112 Lightning Damage", "20% chance to Shock", statOrderKey = "1246,1887", statOrder = { 1246, 1887 }, level = 82, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 10, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 10 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 30, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 18 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 48, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 31 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 66, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningLowCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 3 to 60 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 84, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 10 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 10, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 19 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 30, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 34 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 48, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 4 to 58 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 66, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightning2hLowCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 112 Lightning Damage", "10% increased Critical Strike Chance", statOrderKey = "1246,1326", statOrder = { 1246, 1326 }, level = 84, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Chaos Damage", "5% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 8, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 7 to 10 Chaos Damage", "5% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 28, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Chaos Damage", "5% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 44, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 19 to 31 Chaos Damage", "5% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 70, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 39 to 59 Chaos Damage", "5% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 85, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Chaos Damage", "7% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 8, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 10 to 17 Chaos Damage", "7% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 28, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 20 to 30 Chaos Damage", "7% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 44, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 34 to 51 Chaos Damage", "7% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 70, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 66 to 99 Chaos Damage", "7% reduced maximum Life", statOrderKey = "1253,1431", statOrder = { 1253, 1431 }, level = 85, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 8, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 28, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 44, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 70, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos5"] = { type = "Spawn", tier = 5, "Adds 29 to 46 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 85, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 8, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2h2"] = { type = "Spawn", tier = 2, "Adds 7 to 13 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 28, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2h3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 44, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2h4"] = { type = "Spawn", tier = 4, "Adds 26 to 39 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 70, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2h5"] = { type = "Spawn", tier = 5, "Adds 50 to 77 Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 85, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 8, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 28, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 9 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 44, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 15 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 70, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 85, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 8, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 28, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 44, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 70, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 31 to 46 Chaos Damage", "15% chance to Poison on Hit", statOrderKey = "1253,7433", statOrder = { 1253, 7433 }, level = 85, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "10% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 8, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage", "10% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 28, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 7 to 9 Chaos Damage", "10% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 44, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 8 to 15 Chaos Damage", "10% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 70, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Chaos Damage", "10% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 85, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "20% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 8, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Chaos Damage", "20% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 28, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Chaos Damage", "20% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 44, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", "20% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 70, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaos2hLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 31 to 46 Chaos Damage", "20% increased Effect of Withered", statOrderKey = "1253,9824", statOrder = { 1253, 9824 }, level = 85, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalHighCannotInflictElementalAilments1"] = { type = "Spawn", tier = 1, "Adds 7 to 11 Fire Damage", "Adds 7 to 11 Cold Damage", "Adds 1 to 19 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalHighCannotInflictElementalAilments2"] = { type = "Spawn", tier = 2, "Adds 12 to 18 Fire Damage", "Adds 12 to 18 Cold Damage", "Adds 3 to 29 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalHighCannotInflictElementalAilments3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", "Adds 24 to 35 Cold Damage", "Adds 3 to 55 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments1"] = { type = "Spawn", tier = 1, "Adds 14 to 23 Fire Damage", "Adds 14 to 23 Cold Damage", "Adds 3 to 33 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments2"] = { type = "Spawn", tier = 2, "Adds 23 to 34 Fire Damage", "Adds 23 to 34 Cold Damage", "Adds 4 to 56 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments3"] = { type = "Spawn", tier = 3, "Adds 43 to 64 Fire Damage", "Adds 43 to 64 Cold Damage", "Adds 6 to 102 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Fire Damage", "Adds 5 to 10 Cold Damage", "Adds 1 to 15 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2"] = { type = "Spawn", tier = 2, "Adds 9 to 15 Fire Damage", "Adds 9 to 15 Cold Damage", "Adds 1 to 23 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental3"] = { type = "Spawn", tier = 3, "Adds 18 to 27 Fire Damage", "Adds 18 to 27 Cold Damage", "Adds 3 to 42 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2h1"] = { type = "Spawn", tier = 1, "Adds 10 to 17 Fire Damage", "Adds 10 to 17 Cold Damage", "Adds 3 to 26 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2h2"] = { type = "Spawn", tier = 2, "Adds 17 to 26 Fire Damage", "Adds 17 to 26 Cold Damage", "Adds 3 to 42 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2h3"] = { type = "Spawn", tier = 3, "Adds 34 to 49 Fire Damage", "Adds 34 to 49 Cold Damage", "Adds 4 to 78 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentChance1"] = { type = "Spawn", tier = 1, "Adds 3 to 6 Fire Damage", "Adds 3 to 6 Cold Damage", "Adds 1 to 8 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentChance2"] = { type = "Spawn", tier = 2, "Adds 6 to 10 Fire Damage", "Adds 6 to 10 Cold Damage", "Adds 1 to 13 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 20 Fire Damage", "Adds 13 to 20 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentChance1"] = { type = "Spawn", tier = 1, "Adds 7 to 11 Fire Damage", "Adds 7 to 11 Cold Damage", "Adds 3 to 15 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentChance2"] = { type = "Spawn", tier = 2, "Adds 12 to 20 Fire Damage", "Adds 12 to 20 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentChance3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", "Adds 24 to 35 Cold Damage", "Adds 4 to 46 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentEffect1"] = { type = "Spawn", tier = 1, "Adds 3 to 6 Fire Damage", "Adds 3 to 6 Cold Damage", "Adds 1 to 8 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentEffect2"] = { type = "Spawn", tier = 2, "Adds 4 to 9 Fire Damage", "Adds 4 to 9 Cold Damage", "Adds 1 to 13 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedElementalLowElementalAilmentEffect3"] = { type = "Spawn", tier = 3, "Adds 11 to 15 Fire Damage", "Adds 11 to 15 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentEffect1"] = { type = "Spawn", tier = 1, "Adds 7 to 10 Fire Damage", "Adds 7 to 10 Cold Damage", "Adds 3 to 15 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentEffect2"] = { type = "Spawn", tier = 2, "Adds 9 to 17 Fire Damage", "Adds 9 to 17 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeAddedElemental2hLowElementalAilmentEffect3"] = { type = "Spawn", tier = 3, "Adds 20 to 29 Fire Damage", "Adds 20 to 29 Cold Damage", "Adds 4 to 46 Lightning Damage", statOrderKey = "1226,1235,1246", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Physical Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Physical Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Physical Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 14 to 22 Physical Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 28 to 42 Physical Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Physical Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Physical Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 14 to 22 Physical Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 24 to 37 Physical Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 47 to 71 Physical Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1266,1308", statOrder = { 1266, 1308 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2"] = { type = "Spawn", tier = 2, "Adds 2 to 6 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical3"] = { type = "Spawn", tier = 3, "Adds 6 to 10 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical5"] = { type = "Spawn", tier = 5, "Adds 21 to 33 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Adds 36 to 55 Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowFireConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowFireConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowFireConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowFireConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowFireConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowFireConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowFireConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowFireConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowFireConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowFireConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1266,1812", statOrder = { 1266, 1812 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowColdConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowColdConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowColdConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowColdConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowColdConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowColdConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowColdConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowColdConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowColdConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowColdConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1266,1814", statOrder = { 1266, 1814 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowLightningConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowLightningConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowLightningConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowLightningConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowLightningConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowLightningConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowLightningConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowLightningConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowLightningConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowLightningConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1266,1816", statOrder = { 1266, 1816 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowChaosConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowChaosConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowChaosConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowChaosConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowChaosConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowChaosConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowChaosConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowChaosConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowChaosConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowChaosConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1266,1819", statOrder = { 1266, 1819 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowOverwhelm1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowOverwhelm2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowOverwhelm3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowOverwhelm4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysicalLowOverwhelm5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowOverwhelm1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowOverwhelm2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowOverwhelm3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowOverwhelm4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedPhysical2hLowOverwhelm5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrderKey = "1266,2824", statOrder = { 1266, 2824 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Fire Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 6 to 10 Fire Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Fire Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 19 to 30 Fire Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 39 to 59 Fire Damage to Spells", "6% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 7 to 10 Fire Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 11 to 17 Fire Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 21 to 34 Fire Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 37 to 55 Fire Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 73 to 109 Fire Damage to Spells", "10% reduced Cast Speed", statOrderKey = "1267,1308", statOrder = { 1267, 1308 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 26, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 42, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 62, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire5"] = { type = "Spawn", tier = 5, "Adds 30 to 45 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 82, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2h1"] = { type = "Spawn", tier = 1, "Adds 5 to 7 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2h2"] = { type = "Spawn", tier = 2, "Adds 9 to 13 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 26, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2h3"] = { type = "Spawn", tier = 3, "Adds 16 to 26 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 42, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2h4"] = { type = "Spawn", tier = 4, "Adds 28 to 43 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 62, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2h5"] = { type = "Spawn", tier = 5, "Adds 56 to 84 Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 82, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Fire Damage to Spells", "10% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Fire Damage to Spells", "10% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 9 Fire Damage to Spells", "10% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Fire Damage to Spells", "10% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Fire Damage to Spells", "10% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Fire Damage to Spells", "20% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Fire Damage to Spells", "20% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 16 Fire Damage to Spells", "20% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 16 to 26 Fire Damage to Spells", "20% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 34 to 51 Fire Damage to Spells", "20% chance to Ignite", statOrderKey = "1267,1880", statOrder = { 1267, 1880 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 1 to 3 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 10, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 2 to 4 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 30, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 4 to 9 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 48, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 8 to 14 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 66, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 18 to 28 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 84, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 2 to 6 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 10, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 5 to 8 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 30, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 9 to 16 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 48, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 16 to 26 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 66, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 34 to 51 Fire Damage to Spells", statOrderKey = "40,1267", statOrder = { 40, 1267 }, level = 84, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 37 to 56 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 10 to 16 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 20 to 32 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 34 to 52 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 68 to 103 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrderKey = "1268,2734", statOrder = { 1268, 2734 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2"] = { type = "Spawn", tier = 2, "Adds 3 to 7 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 26, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 42, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold4"] = { type = "Spawn", tier = 4, "Adds 14 to 21 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 62, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold5"] = { type = "Spawn", tier = 5, "Adds 29 to 43 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 82, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2h2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 26, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2h3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 42, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2h4"] = { type = "Spawn", tier = 4, "Adds 26 to 40 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 62, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2h5"] = { type = "Spawn", tier = 5, "Adds 53 to 79 Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 82, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Cold Damage to Spells", "10% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Cold Damage to Spells", "10% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 8 Cold Damage to Spells", "10% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Cold Damage to Spells", "10% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 17 to 25 Cold Damage to Spells", "10% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", "20% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "20% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 15 Cold Damage to Spells", "20% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 16 to 25 Cold Damage to Spells", "20% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 32 to 47 Cold Damage to Spells", "20% chance to Freeze", statOrderKey = "1268,1883", statOrder = { 1268, 1883 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Cold Damage to Spells", "5% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 10, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Cold Damage to Spells", "5% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 30, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 4 to 8 Cold Damage to Spells", "5% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 48, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Cold Damage to Spells", "5% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 66, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedColdLowCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 17 to 25 Cold Damage to Spells", "5% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 84, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", "10% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 10, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "10% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 30, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 9 to 15 Cold Damage to Spells", "10% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 48, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 16 to 25 Cold Damage to Spells", "10% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 66, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedCold2hLowCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 32 to 47 Cold Damage to Spells", "10% increased Cast Speed", statOrderKey = "1268,1308", statOrder = { 1268, 1308 }, level = 84, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningHighDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 9 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningHighDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 15 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningHighDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 1 to 29 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningHighDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 2 to 48 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningHighDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 5 to 94 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hHighDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 16 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hHighDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 28 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hHighDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 2 to 53 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hHighDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 4 to 88 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hHighDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 9 to 173 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrderKey = "1269,3228", statOrder = { 1269, 3228 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2"] = { type = "Spawn", tier = 2, "Adds 1 to 12 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 26, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning3"] = { type = "Spawn", tier = 3, "Adds 1 to 22 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 42, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning4"] = { type = "Spawn", tier = 4, "Adds 2 to 37 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 62, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning5"] = { type = "Spawn", tier = 5, "Adds 4 to 72 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 82, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2h1"] = { type = "Spawn", tier = 1, "Adds 1 to 12 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2h2"] = { type = "Spawn", tier = 2, "Adds 1 to 21 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 26, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2h3"] = { type = "Spawn", tier = 3, "Adds 2 to 41 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 42, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2h4"] = { type = "Spawn", tier = 4, "Adds 3 to 68 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 62, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2h5"] = { type = "Spawn", tier = 5, "Adds 7 to 133 Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 82, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Lightning Damage to Spells", "10% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 7 Lightning Damage to Spells", "10% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 14 Lightning Damage to Spells", "10% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 2 to 22 Lightning Damage to Spells", "10% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 2 to 43 Lightning Damage to Spells", "10% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 7 Lightning Damage to Spells", "20% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 13 Lightning Damage to Spells", "20% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 24 Lightning Damage to Spells", "20% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 41 Lightning Damage to Spells", "20% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 4 to 80 Lightning Damage to Spells", "20% chance to Shock", statOrderKey = "1269,1887", statOrder = { 1269, 1887 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 10, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 7 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 30, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 14 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 48, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 2 to 22 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 66, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 2 to 43 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 84, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 7 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 10, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 13 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 30, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 24 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 48, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 41 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 66, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 4 to 80 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrderKey = "1269,1320", statOrder = { 1269, 1320 }, level = 84, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Chaos Damage to Spells", "5% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Chaos Damage to Spells", "5% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Chaos Damage to Spells", "5% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 14 to 22 Chaos Damage to Spells", "5% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 28 to 42 Chaos Damage to Spells", "5% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Chaos Damage to Spells", "7% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Chaos Damage to Spells", "7% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 14 to 22 Chaos Damage to Spells", "7% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 24 to 37 Chaos Damage to Spells", "7% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 47 to 71 Chaos Damage to Spells", "7% reduced maximum Life", statOrderKey = "1270,1431", statOrder = { 1270, 1431 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 8, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2"] = { type = "Spawn", tier = 2, "Adds 2 to 6 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 28, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos3"] = { type = "Spawn", tier = 3, "Adds 6 to 10 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 44, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 70, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos5"] = { type = "Spawn", tier = 5, "Adds 21 to 33 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2h1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 8, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2h2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 28, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2h3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 44, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2h4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 70, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2h5"] = { type = "Spawn", tier = 5, "Adds 36 to 55 Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrderKey = "1270,9423", statOrder = { 1270, 9423 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "10% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Chaos Damage to Spells", "10% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Chaos Damage to Spells", "10% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Chaos Damage to Spells", "10% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaosLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Chaos Damage to Spells", "10% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "20% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage to Spells", "20% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Chaos Damage to Spells", "20% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", "20% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, - ["WeaponTreeSpellAddedChaos2hLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Chaos Damage to Spells", "20% increased Effect of Withered", statOrderKey = "1270,9824", statOrder = { 1270, 9824 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "14% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 1, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "21% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 21, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "28% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 46, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "35% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 65, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "42% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 77, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "22% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 1, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "34% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 21, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "45% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 46, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "56% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 65, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "68% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrderKey = "1090,1320", statOrder = { 1090, 1320 }, level = 77, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, - ["SpellDamage1"] = { tier = 1, "(3-7)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 5, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage2"] = { tier = 2, "(8-12)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 20, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage3"] = { tier = 3, "(13-17)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 38, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage4"] = { tier = 4, "(18-22)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 56, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage5"] = { tier = 5, "(23-26)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 76, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["WeaponTreeSpellDamage2h1"] = { type = "Spawn", tier = 1, "16% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2h2"] = { type = "Spawn", tier = 2, "24% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 21, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2h3"] = { type = "Spawn", tier = 3, "32% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 46, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2h4"] = { type = "Spawn", tier = 4, "40% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 65, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2h5"] = { type = "Spawn", tier = 5, "48% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 77, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowMana1"] = { type = "Spawn", tier = 1, "7% increased Spell Damage", "10% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowMana2"] = { type = "Spawn", tier = 2, "10% increased Spell Damage", "10% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowMana3"] = { type = "Spawn", tier = 3, "13% increased Spell Damage", "10% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowMana4"] = { type = "Spawn", tier = 4, "17% increased Spell Damage", "10% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowMana5"] = { type = "Spawn", tier = 5, "20% increased Spell Damage", "10% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowMana1"] = { type = "Spawn", tier = 1, "11% increased Spell Damage", "20% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowMana2"] = { type = "Spawn", tier = 2, "16% increased Spell Damage", "20% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowMana3"] = { type = "Spawn", tier = 3, "21% increased Spell Damage", "20% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowMana4"] = { type = "Spawn", tier = 4, "26% increased Spell Damage", "20% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowMana5"] = { type = "Spawn", tier = 5, "32% increased Spell Damage", "20% increased maximum Mana", statOrderKey = "1090,1440", statOrder = { 1090, 1440 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowEnergyShield1"] = { type = "Spawn", tier = 1, "7% increased Spell Damage", "10% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowEnergyShield2"] = { type = "Spawn", tier = 2, "10% increased Spell Damage", "10% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowEnergyShield3"] = { type = "Spawn", tier = 3, "13% increased Spell Damage", "10% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowEnergyShield4"] = { type = "Spawn", tier = 4, "17% increased Spell Damage", "10% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageLowEnergyShield5"] = { type = "Spawn", tier = 5, "20% increased Spell Damage", "10% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowEnergyShield1"] = { type = "Spawn", tier = 1, "11% increased Spell Damage", "20% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowEnergyShield2"] = { type = "Spawn", tier = 2, "16% increased Spell Damage", "20% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowEnergyShield3"] = { type = "Spawn", tier = 3, "21% increased Spell Damage", "20% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowEnergyShield4"] = { type = "Spawn", tier = 4, "26% increased Spell Damage", "20% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamage2hLowEnergyShield5"] = { type = "Spawn", tier = 5, "32% increased Spell Damage", "20% increased maximum Energy Shield", statOrderKey = "1090,1421", statOrder = { 1090, 1421 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeHighLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "14% increased Damage over Time", "10% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 5, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeHighLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "21% increased Damage over Time", "10% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 23, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeHighLifeRecoveryRate3"] = { type = "Spawn", tier = 3, "28% increased Damage over Time", "10% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 51, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeHighLifeRecoveryRate4"] = { type = "Spawn", tier = 4, "35% increased Damage over Time", "10% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 69, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeHighLifeRecoveryRate5"] = { type = "Spawn", tier = 5, "42% increased Damage over Time", "10% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 80, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "22% increased Damage over Time", "16% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 5, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "34% increased Damage over Time", "16% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 23, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate3"] = { type = "Spawn", tier = 3, "45% increased Damage over Time", "16% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 51, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate4"] = { type = "Spawn", tier = 4, "56% increased Damage over Time", "16% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 69, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate5"] = { type = "Spawn", tier = 5, "68% increased Damage over Time", "16% reduced Life Recovery rate", statOrderKey = "1077,1438", statOrder = { 1077, 1438 }, level = 80, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime1"] = { type = "Spawn", tier = 1, "10% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 5, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2"] = { type = "Spawn", tier = 2, "15% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 23, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime3"] = { type = "Spawn", tier = 3, "20% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 51, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime4"] = { type = "Spawn", tier = 4, "25% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 69, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime5"] = { type = "Spawn", tier = 5, "30% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 80, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2h1"] = { type = "Spawn", tier = 1, "16% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 5, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2h2"] = { type = "Spawn", tier = 2, "24% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 23, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2h3"] = { type = "Spawn", tier = 3, "32% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 51, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2h4"] = { type = "Spawn", tier = 4, "40% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 69, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2h5"] = { type = "Spawn", tier = 5, "48% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 80, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowSkillEffectDuration1"] = { type = "Spawn", tier = 1, "7% increased Damage over Time", "5% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 5, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowSkillEffectDuration2"] = { type = "Spawn", tier = 2, "10% increased Damage over Time", "5% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 23, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowSkillEffectDuration3"] = { type = "Spawn", tier = 3, "13% increased Damage over Time", "5% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 51, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowSkillEffectDuration4"] = { type = "Spawn", tier = 4, "17% increased Damage over Time", "5% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 69, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowSkillEffectDuration5"] = { type = "Spawn", tier = 5, "20% increased Damage over Time", "5% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 80, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowSkillEffectDuration1"] = { type = "Spawn", tier = 1, "11% increased Damage over Time", "10% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 5, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowSkillEffectDuration2"] = { type = "Spawn", tier = 2, "16% increased Damage over Time", "10% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 23, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowSkillEffectDuration3"] = { type = "Spawn", tier = 3, "21% increased Damage over Time", "10% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 51, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowSkillEffectDuration4"] = { type = "Spawn", tier = 4, "26% increased Damage over Time", "10% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 69, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowSkillEffectDuration5"] = { type = "Spawn", tier = 5, "32% increased Damage over Time", "10% increased Skill Effect Duration", statOrderKey = "1077,1754", statOrder = { 1077, 1754 }, level = 80, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou1"] = { type = "Spawn", tier = 1, "7% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 5, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou2"] = { type = "Spawn", tier = 2, "10% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 23, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou3"] = { type = "Spawn", tier = 3, "13% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 51, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou4"] = { type = "Spawn", tier = 4, "17% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 69, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou5"] = { type = "Spawn", tier = 5, "20% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 80, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou1"] = { type = "Spawn", tier = 1, "11% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 5, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou2"] = { type = "Spawn", tier = 2, "16% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 23, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou3"] = { type = "Spawn", tier = 3, "21% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 51, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou4"] = { type = "Spawn", tier = 4, "26% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 69, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, - ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou5"] = { type = "Spawn", tier = 5, "32% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrderKey = "1077,4698", statOrder = { 1077, 4698 }, level = 80, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 7 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 8 to 14 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 14 to 22 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 28 to 42 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 7 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 7 to 12 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 14 to 22 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 24 to 37 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 47 to 71 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3606,8600", statOrder = { 3606, 8600 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 6 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical3"] = { type = "Spawn", tier = 3, "Minions deal 6 to 10 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical5"] = { type = "Spawn", tier = 5, "Minions deal 21 to 33 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 10 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Minions deal 36 to 55 additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 2 to 4 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 4 to 6 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 6 to 10 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 13 to 20 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 3 to 6 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 7 to 10 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 11 to 17 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 22 to 33 additional Physical Damage", statOrderKey = "1813,3606", statOrder = { 1813, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 2 to 4 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 4 to 6 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 6 to 10 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 13 to 20 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 3 to 6 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 7 to 10 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 11 to 17 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 22 to 33 additional Physical Damage", statOrderKey = "1815,3606", statOrder = { 1815, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 2 to 4 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 4 to 6 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 6 to 10 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 13 to 20 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 3 to 6 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 7 to 10 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 11 to 17 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 22 to 33 additional Physical Damage", statOrderKey = "1817,3606", statOrder = { 1817, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 2 to 4 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 4 to 6 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 6 to 10 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 13 to 20 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 1 to 3 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 3 to 6 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 7 to 10 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 11 to 17 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 22 to 33 additional Physical Damage", statOrderKey = "1820,3606", statOrder = { 1820, 3606 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 6 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm4"] = { type = "Spawn", tier = 4, "Minions deal 6 to 10 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm5"] = { type = "Spawn", tier = 5, "Minions deal 13 to 20 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm2"] = { type = "Spawn", tier = 2, "Minions deal 3 to 6 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm3"] = { type = "Spawn", tier = 3, "Minions deal 7 to 10 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm5"] = { type = "Spawn", tier = 5, "Minions deal 22 to 33 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrderKey = "3606,8664", statOrder = { 3606, 8664 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 6 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 6 to 10 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 12 to 18 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 19 to 30 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 39 to 59 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 7 to 10 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 11 to 17 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 21 to 34 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 37 to 55 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 73 to 109 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "3604,8600", statOrder = { 3604, 8600 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 1, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 7 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 26, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 14 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 42, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire4"] = { type = "Spawn", tier = 4, "Minions deal 15 to 24 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 62, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire5"] = { type = "Spawn", tier = 5, "Minions deal 30 to 45 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 82, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2h1"] = { type = "Spawn", tier = 1, "Minions deal 5 to 7 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 1, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2h2"] = { type = "Spawn", tier = 2, "Minions deal 9 to 13 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 26, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2h3"] = { type = "Spawn", tier = 3, "Minions deal 16 to 26 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 42, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2h4"] = { type = "Spawn", tier = 4, "Minions deal 28 to 43 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 62, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2h5"] = { type = "Spawn", tier = 5, "Minions deal 56 to 84 additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 82, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowMinionIgniteChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Fire Damage", "Minions have 8% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowMinionIgniteChance2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Fire Damage", "Minions have 8% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowMinionIgniteChance3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 9 additional Fire Damage", "Minions have 8% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowMinionIgniteChance4"] = { type = "Spawn", tier = 4, "Minions deal 8 to 14 additional Fire Damage", "Minions have 8% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowMinionIgniteChance5"] = { type = "Spawn", tier = 5, "Minions deal 18 to 28 additional Fire Damage", "Minions have 8% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 6 additional Fire Damage", "Minions have 16% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Fire Damage", "Minions have 16% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 16 additional Fire Damage", "Minions have 16% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance4"] = { type = "Spawn", tier = 4, "Minions deal 16 to 26 additional Fire Damage", "Minions have 16% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance5"] = { type = "Spawn", tier = 5, "Minions deal 34 to 51 additional Fire Damage", "Minions have 16% chance to Ignite", statOrderKey = "3604,8613", statOrder = { 3604, 8613 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Minions deal 1 to 3 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 10, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Minions deal 2 to 4 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 30, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Minions deal 4 to 9 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 48, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Minions deal 8 to 14 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 66, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Minions deal 18 to 28 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 84, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Minions deal 2 to 6 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 10, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Minions deal 5 to 8 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 30, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Minions deal 9 to 16 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 48, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Minions deal 16 to 26 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 66, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Minions deal 34 to 51 additional Fire Damage", statOrderKey = "40,3604", statOrder = { 40, 3604 }, level = 84, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 6 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 6 to 10 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 12 to 18 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 19 to 30 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 39 to 59 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 7 to 10 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 11 to 17 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 21 to 34 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 37 to 55 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 73 to 109 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "3603,8617", statOrder = { 3603, 8617 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 6 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 26, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 42, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 62, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold5"] = { type = "Spawn", tier = 5, "Minions deal 37 to 56 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 82, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2h1"] = { type = "Spawn", tier = 1, "Minions deal 5 to 10 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2h2"] = { type = "Spawn", tier = 2, "Minions deal 10 to 16 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 26, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2h3"] = { type = "Spawn", tier = 3, "Minions deal 20 to 32 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 42, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2h4"] = { type = "Spawn", tier = 4, "Minions deal 34 to 52 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 62, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2h5"] = { type = "Spawn", tier = 5, "Minions deal 68 to 103 additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 82, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionFreezeChance1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Cold Damage", "Minions have 8% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionFreezeChance2"] = { type = "Spawn", tier = 2, "Minions deal 3 to 7 additional Cold Damage", "Minions have 8% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionFreezeChance3"] = { type = "Spawn", tier = 3, "Minions deal 8 to 14 additional Cold Damage", "Minions have 8% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionFreezeChance4"] = { type = "Spawn", tier = 4, "Minions deal 14 to 21 additional Cold Damage", "Minions have 8% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionFreezeChance5"] = { type = "Spawn", tier = 5, "Minions deal 29 to 43 additional Cold Damage", "Minions have 8% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 7 additional Cold Damage", "Minions have 16% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance2"] = { type = "Spawn", tier = 2, "Minions deal 7 to 12 additional Cold Damage", "Minions have 16% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance3"] = { type = "Spawn", tier = 3, "Minions deal 15 to 24 additional Cold Damage", "Minions have 16% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance4"] = { type = "Spawn", tier = 4, "Minions deal 26 to 40 additional Cold Damage", "Minions have 16% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance5"] = { type = "Spawn", tier = 5, "Minions deal 53 to 79 additional Cold Damage", "Minions have 16% chance to Freeze", statOrderKey = "3603,8610", statOrder = { 3603, 8610 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 10, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 30, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 8 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 48, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 8 to 14 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 66, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 17 to 25 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 84, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 10, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 30, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 15 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 48, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 16 to 25 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 66, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 32 to 47 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrderKey = "3603,8600", statOrder = { 3603, 8600 }, level = 84, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningHighDamageTaken1"] = { type = "Spawn", tier = 1, "4% increased Lightning Damage taken", "Minions deal 1 to 9 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningHighDamageTaken2"] = { type = "Spawn", tier = 2, "4% increased Lightning Damage taken", "Minions deal 1 to 15 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningHighDamageTaken3"] = { type = "Spawn", tier = 3, "4% increased Lightning Damage taken", "Minions deal 1 to 29 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningHighDamageTaken4"] = { type = "Spawn", tier = 4, "4% increased Lightning Damage taken", "Minions deal 2 to 48 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningHighDamageTaken5"] = { type = "Spawn", tier = 5, "4% increased Lightning Damage taken", "Minions deal 5 to 94 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hHighDamageTaken1"] = { type = "Spawn", tier = 1, "6% increased Lightning Damage taken", "Minions deal 1 to 16 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hHighDamageTaken2"] = { type = "Spawn", tier = 2, "6% increased Lightning Damage taken", "Minions deal 1 to 28 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hHighDamageTaken3"] = { type = "Spawn", tier = 3, "6% increased Lightning Damage taken", "Minions deal 2 to 53 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hHighDamageTaken4"] = { type = "Spawn", tier = 4, "6% increased Lightning Damage taken", "Minions deal 4 to 88 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hHighDamageTaken5"] = { type = "Spawn", tier = 5, "6% increased Lightning Damage taken", "Minions deal 9 to 173 additional Lightning Damage", statOrderKey = "3228,3605", statOrder = { 3228, 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 6 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 12 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 22 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 37 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 72 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2h1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 12 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2h2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 21 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2h3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 41 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2h4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 68 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2h5"] = { type = "Spawn", tier = 5, "Minions deal 7 to 133 additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionShockChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Lightning Damage", "Minions have 8% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionShockChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 8% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionShockChance3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 14 additional Lightning Damage", "Minions have 8% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionShockChance4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 22 additional Lightning Damage", "Minions have 8% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionShockChance5"] = { type = "Spawn", tier = 5, "Minions deal 2 to 43 additional Lightning Damage", "Minions have 8% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionShockChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 16% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionShockChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 13 additional Lightning Damage", "Minions have 16% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionShockChance3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 24 additional Lightning Damage", "Minions have 16% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionShockChance4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 41 additional Lightning Damage", "Minions have 16% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionShockChance5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 80 additional Lightning Damage", "Minions have 16% chance to Shock", statOrderKey = "3605,8615", statOrder = { 3605, 8615 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 10, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 30, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 14 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 48, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 22 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 66, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 2 to 43 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 84, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 10, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 13 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 30, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 24 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 48, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 41 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 66, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 80 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrderKey = "3605,8617", statOrder = { 3605, 8617 }, level = 84, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "6% reduced maximum Life", "Minions deal 2 to 5 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "6% reduced maximum Life", "Minions deal 5 to 7 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "6% reduced maximum Life", "Minions deal 8 to 14 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "6% reduced maximum Life", "Minions deal 14 to 22 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "6% reduced maximum Life", "Minions deal 28 to 42 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "10% reduced maximum Life", "Minions deal 4 to 7 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "10% reduced maximum Life", "Minions deal 7 to 12 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "10% reduced maximum Life", "Minions deal 14 to 22 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "10% reduced maximum Life", "Minions deal 24 to 37 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "10% reduced maximum Life", "Minions deal 47 to 71 additional Chaos Damage", statOrderKey = "1431,3602", statOrder = { 1431, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 6 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos3"] = { type = "Spawn", tier = 3, "Minions deal 6 to 10 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos5"] = { type = "Spawn", tier = 5, "Minions deal 21 to 33 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2h1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2h2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 10 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2h3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2h4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2h5"] = { type = "Spawn", tier = 5, "Minions deal 36 to 55 additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowMinionPoisonChance1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 1 to 3 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowMinionPoisonChance2"] = { type = "Spawn", tier = 2, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 2 to 4 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowMinionPoisonChance3"] = { type = "Spawn", tier = 3, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 4 to 6 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowMinionPoisonChance4"] = { type = "Spawn", tier = 4, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 6 to 10 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowMinionPoisonChance5"] = { type = "Spawn", tier = 5, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 13 to 20 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 1 to 3 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance2"] = { type = "Spawn", tier = 2, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 3 to 6 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance3"] = { type = "Spawn", tier = 3, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 7 to 10 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance4"] = { type = "Spawn", tier = 4, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 11 to 17 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance5"] = { type = "Spawn", tier = 5, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 22 to 33 additional Chaos Damage", statOrderKey = "3013,3602", statOrder = { 3013, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowChaosResistance1"] = { type = "Spawn", tier = 1, "+7% to Chaos Resistance", "Minions deal 1 to 3 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowChaosResistance2"] = { type = "Spawn", tier = 2, "+7% to Chaos Resistance", "Minions deal 2 to 4 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowChaosResistance3"] = { type = "Spawn", tier = 3, "+7% to Chaos Resistance", "Minions deal 4 to 6 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowChaosResistance4"] = { type = "Spawn", tier = 4, "+7% to Chaos Resistance", "Minions deal 6 to 10 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaosLowChaosResistance5"] = { type = "Spawn", tier = 5, "+7% to Chaos Resistance", "Minions deal 13 to 20 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowChaosResistance1"] = { type = "Spawn", tier = 1, "+13% to Chaos Resistance", "Minions deal 1 to 3 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowChaosResistance2"] = { type = "Spawn", tier = 2, "+13% to Chaos Resistance", "Minions deal 3 to 6 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowChaosResistance3"] = { type = "Spawn", tier = 3, "+13% to Chaos Resistance", "Minions deal 7 to 10 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowChaosResistance4"] = { type = "Spawn", tier = 4, "+13% to Chaos Resistance", "Minions deal 11 to 17 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, - ["WeaponTreeMinionAddedChaos2hLowChaosResistance5"] = { type = "Spawn", tier = 5, "+13% to Chaos Resistance", "Minions deal 22 to 33 additional Chaos Damage", statOrderKey = "1500,3602", statOrder = { 1500, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 14% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 1, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 21% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 21, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 28% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 46, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 35% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 65, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 42% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 77, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 22% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 1, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 34% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 21, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 45% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 46, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 56% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 65, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 68% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrderKey = "1830,8617", statOrder = { 1830, 8617 }, level = 77, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage1"] = { type = "Spawn", tier = 1, "Minions deal 10% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2"] = { type = "Spawn", tier = 2, "Minions deal 15% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 21, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage3"] = { type = "Spawn", tier = 3, "Minions deal 20% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 46, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage4"] = { type = "Spawn", tier = 4, "Minions deal 25% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 65, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage5"] = { type = "Spawn", tier = 5, "Minions deal 30% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 77, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2h1"] = { type = "Spawn", tier = 1, "Minions deal 16% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2h2"] = { type = "Spawn", tier = 2, "Minions deal 24% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 21, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2h3"] = { type = "Spawn", tier = 3, "Minions deal 32% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 46, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2h4"] = { type = "Spawn", tier = 4, "Minions deal 40% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 65, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2h5"] = { type = "Spawn", tier = 5, "Minions deal 48% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 77, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowMana1"] = { type = "Spawn", tier = 1, "10% increased maximum Mana", "Minions deal 7% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowMana2"] = { type = "Spawn", tier = 2, "10% increased maximum Mana", "Minions deal 10% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowMana3"] = { type = "Spawn", tier = 3, "10% increased maximum Mana", "Minions deal 13% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowMana4"] = { type = "Spawn", tier = 4, "10% increased maximum Mana", "Minions deal 17% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowMana5"] = { type = "Spawn", tier = 5, "10% increased maximum Mana", "Minions deal 20% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowMana1"] = { type = "Spawn", tier = 1, "20% increased maximum Mana", "Minions deal 11% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowMana2"] = { type = "Spawn", tier = 2, "20% increased maximum Mana", "Minions deal 16% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowMana3"] = { type = "Spawn", tier = 3, "20% increased maximum Mana", "Minions deal 21% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowMana4"] = { type = "Spawn", tier = 4, "20% increased maximum Mana", "Minions deal 26% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowMana5"] = { type = "Spawn", tier = 5, "20% increased maximum Mana", "Minions deal 32% increased Damage", statOrderKey = "1440,1830", statOrder = { 1440, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowEnergyShield1"] = { type = "Spawn", tier = 1, "10% increased maximum Energy Shield", "Minions deal 7% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowEnergyShield2"] = { type = "Spawn", tier = 2, "10% increased maximum Energy Shield", "Minions deal 10% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowEnergyShield3"] = { type = "Spawn", tier = 3, "10% increased maximum Energy Shield", "Minions deal 13% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowEnergyShield4"] = { type = "Spawn", tier = 4, "10% increased maximum Energy Shield", "Minions deal 17% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamageLowEnergyShield5"] = { type = "Spawn", tier = 5, "10% increased maximum Energy Shield", "Minions deal 20% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowEnergyShield1"] = { type = "Spawn", tier = 1, "20% increased maximum Energy Shield", "Minions deal 11% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowEnergyShield2"] = { type = "Spawn", tier = 2, "20% increased maximum Energy Shield", "Minions deal 16% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowEnergyShield3"] = { type = "Spawn", tier = 3, "20% increased maximum Energy Shield", "Minions deal 21% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowEnergyShield4"] = { type = "Spawn", tier = 4, "20% increased maximum Energy Shield", "Minions deal 26% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, - ["WeaponTreeMinionDamage2hLowEnergyShield5"] = { type = "Spawn", tier = 5, "20% increased maximum Energy Shield", "Minions deal 32% increased Damage", statOrderKey = "1421,1830", statOrder = { 1421, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, - ["WeaponTreeBowGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Bow Gems", statOrderKey = "157", statOrder = { 157 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedBowGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeMeleeGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMeleeGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "mace", "sword", "sceptre", "axe", "dagger", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMeleeGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMeleeGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Spell Gems", statOrderKey = "153", statOrder = { 153 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedSpellGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Spell Gems", statOrderKey = "153", statOrder = { 153 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedSpellGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMinionGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 10000, 10000, 0 }, modTags = { }, }, - ["WeaponTreeMinionGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMinionGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 10000, 10000, 0 }, modTags = { }, }, - ["WeaponTreeDexterityGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedDexterityGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 250, 250, 250, 500, 250, 0 }, modTags = { }, }, - ["WeaponTreeStrengthGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedStrengthGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 250, 250, 500, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeIntelliegenceGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedIntelligenceGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 500, 250, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdPerDex"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 60, group = "WeaponTreeAddedColdDamagePerDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 0, 500, 500, 500, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedColdPerDex2h"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 60, group = "WeaponTreeAddedColdDamagePerDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 0, 500, 500, 500, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedFirePerStr"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 60, group = "WeaponTreeAddedFireDamagePerStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 0, 500, 500, 1000, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedFirePerStr2h"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 60, group = "WeaponTreeAddedFireDamagePerStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 0, 500, 500, 1000, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningPerInt"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 60, group = "WeaponTreeAddedLightningDamagePerIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 0, 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedLightningPerInt2h"] = { type = "MergeOnly", tier = 1, "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 60, group = "WeaponTreeAddedLightningDamagePerIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 0, 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosPerLowestAttribute"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute", statOrderKey = "4643", statOrder = { 4643 }, level = 60, group = "WeaponTreeLocalAddedChaosDamagePerLowestAttribute", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAddedChaosPerLowestAttribute2h"] = { type = "MergeOnly", tier = 1, "Adds 3 to 5 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute", statOrderKey = "4643", statOrder = { 4643 }, level = 60, group = "WeaponTreeLocalAddedChaosDamagePerLowestAttribute", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageHighIncreasedSkillCost1"] = { type = "Spawn", tier = 1, "20% increased Global Damage", "10% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 1, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageHighIncreasedSkillCost2"] = { type = "Spawn", tier = 2, "30% increased Global Damage", "10% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 45, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageHighIncreasedSkillCost3"] = { type = "Spawn", tier = 3, "40% increased Global Damage", "10% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 75, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost1"] = { type = "Spawn", tier = 1, "40% increased Global Damage", "20% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 1, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost2"] = { type = "Spawn", tier = 2, "50% increased Global Damage", "20% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 45, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost3"] = { type = "Spawn", tier = 3, "60% increased Global Damage", "20% increased Cost of Skills", statOrderKey = "1059,1740", statOrder = { 1059, 1740 }, level = 75, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage1"] = { type = "Spawn", tier = 1, "15% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2"] = { type = "Spawn", tier = 2, "20% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 45, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage3"] = { type = "Spawn", tier = 3, "25% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 75, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2h1"] = { type = "Spawn", tier = 1, "20% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 1, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2h2"] = { type = "Spawn", tier = 2, "30% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 45, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2h3"] = { type = "Spawn", tier = 3, "40% increased Global Damage", statOrderKey = "1059", statOrder = { 1059 }, level = 75, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageLowIncreasedAttributes1"] = { type = "Spawn", tier = 1, "4% increased Attributes", "8% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 1, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageLowIncreasedAttributes2"] = { type = "Spawn", tier = 2, "4% increased Attributes", "12% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 45, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamageLowIncreasedAttributes3"] = { type = "Spawn", tier = 3, "4% increased Attributes", "16% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 75, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hLowIncreasedAttributes1"] = { type = "Spawn", tier = 1, "6% increased Attributes", "15% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 1, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hLowIncreasedAttributes2"] = { type = "Spawn", tier = 2, "6% increased Attributes", "20% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 45, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeGlobalDamage2hLowIncreasedAttributes3"] = { type = "Spawn", tier = 3, "6% increased Attributes", "25% increased Global Damage", statOrderKey = "1050,1059", statOrder = { 1050, 1059 }, level = 75, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLife1"] = { type = "Spawn", tier = 1, "+30 to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLife2"] = { type = "Spawn", tier = 2, "+35 to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 21, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLife3"] = { type = "Spawn", tier = 3, "+40 to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 46, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLife4"] = { type = "Spawn", tier = 4, "+45 to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 65, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLife5"] = { type = "Spawn", tier = 5, "+50 to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 77, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedDamage1"] = { type = "Spawn", tier = 1, "20% reduced Damage", "+60 to maximum Life", statOrderKey = "1058,1429", statOrder = { 1058, 1429 }, level = 15, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedDamage2"] = { type = "Spawn", tier = 2, "20% reduced Damage", "+75 to maximum Life", statOrderKey = "1058,1429", statOrder = { 1058, 1429 }, level = 45, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedDamage3"] = { type = "Spawn", tier = 3, "20% reduced Damage", "+80 to maximum Life", statOrderKey = "1058,1429", statOrder = { 1058, 1429 }, level = 70, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedAllResistance1"] = { type = "Spawn", tier = 1, "+60 to maximum Life", "-5% to all Elemental Resistances", statOrderKey = "1429,1479", statOrder = { 1429, 1479 }, level = 15, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedAllResistance2"] = { type = "Spawn", tier = 2, "+75 to maximum Life", "-5% to all Elemental Resistances", statOrderKey = "1429,1479", statOrder = { 1429, 1479 }, level = 45, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedAllResistance3"] = { type = "Spawn", tier = 3, "+80 to maximum Life", "-5% to all Elemental Resistances", statOrderKey = "1429,1479", statOrder = { 1429, 1479 }, level = 70, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedLocalDefences1"] = { type = "Spawn", tier = 1, "50% reduced Armour, Evasion and Energy Shield", "+60 to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 15, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedLocalDefences2"] = { type = "Spawn", tier = 2, "50% reduced Armour, Evasion and Energy Shield", "+75 to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 45, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeReducedLocalDefences3"] = { type = "Spawn", tier = 3, "50% reduced Armour, Evasion and Energy Shield", "+80 to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 70, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeRegen1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "Regenerate 0.4% of Life per second", statOrderKey = "1429,1801", statOrder = { 1429, 1801 }, level = 1, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeRegen2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "Regenerate 0.4% of Life per second", statOrderKey = "1429,1801", statOrder = { 1429, 1801 }, level = 40, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeRegen3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "Regenerate 0.4% of Life per second", statOrderKey = "1429,1801", statOrder = { 1429, 1801 }, level = 65, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndStunThreshold1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "20% increased Stun Threshold", statOrderKey = "1429,3113", statOrder = { 1429, 3113 }, level = 1, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndStunThreshold2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "20% increased Stun Threshold", statOrderKey = "1429,3113", statOrder = { 1429, 3113 }, level = 40, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndStunThreshold3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "20% increased Stun Threshold", statOrderKey = "1429,3113", statOrder = { 1429, 3113 }, level = 65, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeOnKill1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "Recover 1% of Life on Kill", statOrderKey = "1429,1608", statOrder = { 1429, 1608 }, level = 1, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeOnKill2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "Recover 1% of Life on Kill", statOrderKey = "1429,1608", statOrder = { 1429, 1608 }, level = 40, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIncreasedLifeAndLifeOnKill3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "Recover 1% of Life on Kill", statOrderKey = "1429,1608", statOrder = { 1429, 1608 }, level = 65, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmour1"] = { type = "Spawn", tier = 1, "+20 to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmour2"] = { type = "Spawn", tier = 2, "+35 to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 24, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmour3"] = { type = "Spawn", tier = 3, "+50 to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 50, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmour4"] = { type = "Spawn", tier = 4, "+65 to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmour5"] = { type = "Spawn", tier = 5, "+80 to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 82, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken1"] = { type = "Spawn", tier = 1, "+100 to Armour", "10% increased Damage taken from Damage Over Time", statOrderKey = "1401,2098", statOrder = { 1401, 2098 }, level = 20, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken2"] = { type = "Spawn", tier = 2, "+125 to Armour", "10% increased Damage taken from Damage Over Time", statOrderKey = "1401,2098", statOrder = { 1401, 2098 }, level = 55, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken3"] = { type = "Spawn", tier = 3, "+150 to Armour", "10% increased Damage taken from Damage Over Time", statOrderKey = "1401,2098", statOrder = { 1401, 2098 }, level = 83, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes1"] = { type = "Spawn", tier = 1, "You take 20% increased Extra Damage from Critical Strikes", "+100 to Armour", statOrderKey = "1373,1401", statOrder = { 1373, 1401 }, level = 20, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes2"] = { type = "Spawn", tier = 2, "You take 20% increased Extra Damage from Critical Strikes", "+125 to Armour", statOrderKey = "1373,1401", statOrder = { 1373, 1401 }, level = 55, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes3"] = { type = "Spawn", tier = 3, "You take 20% increased Extra Damage from Critical Strikes", "+150 to Armour", statOrderKey = "1373,1401", statOrder = { 1373, 1401 }, level = 83, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedStrength1"] = { type = "Spawn", tier = 1, "5% increased Strength", "+20 to Armour", statOrderKey = "1051,1401", statOrder = { 1051, 1401 }, level = 1, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedStrength2"] = { type = "Spawn", tier = 2, "5% increased Strength", "+30 to Armour", statOrderKey = "1051,1401", statOrder = { 1051, 1401 }, level = 40, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourIncreasedStrength3"] = { type = "Spawn", tier = 3, "5% increased Strength", "+40 to Armour", statOrderKey = "1051,1401", statOrder = { 1051, 1401 }, level = 65, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+20 to Armour", statOrderKey = "40,1401", statOrder = { 40, 1401 }, level = 1, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+30 to Armour", statOrderKey = "40,1401", statOrder = { 40, 1401 }, level = 40, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+40 to Armour", statOrderKey = "40,1401", statOrder = { 40, 1401 }, level = 65, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourLocalBlock1"] = { type = "Spawn", tier = 1, "+20 to Armour", "+2% Chance to Block", statOrderKey = "1401,2102", statOrder = { 1401, 2102 }, level = 1, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourLocalBlock2"] = { type = "Spawn", tier = 2, "+30 to Armour", "+2% Chance to Block", statOrderKey = "1401,2102", statOrder = { 1401, 2102 }, level = 40, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalArmourLocalBlock3"] = { type = "Spawn", tier = 3, "+40 to Armour", "+2% Chance to Block", statOrderKey = "1401,2102", statOrder = { 1401, 2102 }, level = 65, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasion1"] = { type = "Spawn", tier = 1, "+20 to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasion2"] = { type = "Spawn", tier = 2, "+35 to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 24, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasion3"] = { type = "Spawn", tier = 3, "+50 to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 50, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasion4"] = { type = "Spawn", tier = 4, "+65 to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasion5"] = { type = "Spawn", tier = 5, "+80 to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 82, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf1"] = { type = "Spawn", tier = 1, "+100 to Evasion Rating", "20% increased Duration of Ailments on You", statOrderKey = "1409,4698", statOrder = { 1409, 4698 }, level = 20, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf2"] = { type = "Spawn", tier = 2, "+125 to Evasion Rating", "20% increased Duration of Ailments on You", statOrderKey = "1409,4698", statOrder = { 1409, 4698 }, level = 55, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf3"] = { type = "Spawn", tier = 3, "+150 to Evasion Rating", "20% increased Duration of Ailments on You", statOrderKey = "1409,4698", statOrder = { 1409, 4698 }, level = 83, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingReducedStunRecovery1"] = { type = "Spawn", tier = 1, "+100 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrderKey = "1409,1759", statOrder = { 1409, 1759 }, level = 20, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingReducedStunRecovery2"] = { type = "Spawn", tier = 2, "+125 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrderKey = "1409,1759", statOrder = { 1409, 1759 }, level = 55, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingReducedStunRecovery3"] = { type = "Spawn", tier = 3, "+150 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrderKey = "1409,1759", statOrder = { 1409, 1759 }, level = 83, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedDexterity1"] = { type = "Spawn", tier = 1, "5% increased Dexterity", "+20 to Evasion Rating", statOrderKey = "1052,1409", statOrder = { 1052, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedDexterity2"] = { type = "Spawn", tier = 2, "5% increased Dexterity", "+30 to Evasion Rating", statOrderKey = "1052,1409", statOrder = { 1052, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingIncreasedDexterity3"] = { type = "Spawn", tier = 3, "5% increased Dexterity", "+40 to Evasion Rating", statOrderKey = "1052,1409", statOrder = { 1052, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+20 to Evasion Rating", statOrderKey = "40,1409", statOrder = { 40, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+30 to Evasion Rating", statOrderKey = "40,1409", statOrder = { 40, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+40 to Evasion Rating", statOrderKey = "40,1409", statOrder = { 40, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingSuppression1"] = { type = "Spawn", tier = 1, "+4% chance to Suppress Spell Damage", "+20 to Evasion Rating", statOrderKey = "1014,1409", statOrder = { 1014, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingSuppression2"] = { type = "Spawn", tier = 2, "+4% chance to Suppress Spell Damage", "+30 to Evasion Rating", statOrderKey = "1014,1409", statOrder = { 1014, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEvasionRatingSuppression3"] = { type = "Spawn", tier = 3, "+4% chance to Suppress Spell Damage", "+40 to Evasion Rating", statOrderKey = "1014,1409", statOrder = { 1014, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShield1"] = { type = "Spawn", tier = 1, "+5 to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShield2"] = { type = "Spawn", tier = 2, "+10 to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 24, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShield3"] = { type = "Spawn", tier = 3, "+15 to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 50, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShield4"] = { type = "Spawn", tier = 4, "+20 to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShield5"] = { type = "Spawn", tier = 5, "+25 to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 82, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedRechargeRate1"] = { type = "Spawn", tier = 1, "+28 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrderKey = "1419,1425", statOrder = { 1419, 1425 }, level = 20, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedRechargeRate2"] = { type = "Spawn", tier = 2, "+34 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrderKey = "1419,1425", statOrder = { 1419, 1425 }, level = 55, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedRechargeRate3"] = { type = "Spawn", tier = 3, "+40 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrderKey = "1419,1425", statOrder = { 1419, 1425 }, level = 83, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedManaRegeneration1"] = { type = "Spawn", tier = 1, "+28 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrderKey = "1419,1444", statOrder = { 1419, 1444 }, level = 20, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedManaRegeneration2"] = { type = "Spawn", tier = 2, "+34 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrderKey = "1419,1444", statOrder = { 1419, 1444 }, level = 55, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldReducedManaRegeneration3"] = { type = "Spawn", tier = 3, "+40 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrderKey = "1419,1444", statOrder = { 1419, 1444 }, level = 83, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldIncreasedIntelligence1"] = { type = "Spawn", tier = 1, "5% increased Intelligence", "+9 to maximum Energy Shield", statOrderKey = "1053,1419", statOrder = { 1053, 1419 }, level = 1, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldIncreasedIntelligence2"] = { type = "Spawn", tier = 2, "5% increased Intelligence", "+12 to maximum Energy Shield", statOrderKey = "1053,1419", statOrder = { 1053, 1419 }, level = 40, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldIncreasedIntelligence3"] = { type = "Spawn", tier = 3, "5% increased Intelligence", "+15 to maximum Energy Shield", statOrderKey = "1053,1419", statOrder = { 1053, 1419 }, level = 65, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+9 to maximum Energy Shield", statOrderKey = "40,1419", statOrder = { 40, 1419 }, level = 1, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+12 to maximum Energy Shield", statOrderKey = "40,1419", statOrder = { 40, 1419 }, level = 40, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+15 to maximum Energy Shield", statOrderKey = "40,1419", statOrder = { 40, 1419 }, level = 65, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldAndMana1"] = { type = "Spawn", tier = 1, "+9 to maximum Energy Shield", "8% increased maximum Mana", statOrderKey = "1419,1440", statOrder = { 1419, 1440 }, level = 1, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldAndMana2"] = { type = "Spawn", tier = 2, "+12 to maximum Energy Shield", "8% increased maximum Mana", statOrderKey = "1419,1440", statOrder = { 1419, 1440 }, level = 40, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalEnergyShieldAndMana3"] = { type = "Spawn", tier = 3, "+15 to maximum Energy Shield", "8% increased maximum Mana", statOrderKey = "1419,1440", statOrder = { 1419, 1440 }, level = 65, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageMinusFireResistance1"] = { type = "Spawn", tier = 1, "30% increased Fire Damage", "-10% to Fire Resistance", statOrderKey = "1221,1485", statOrder = { 1221, 1485 }, level = 8, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageMinusFireResistance2"] = { type = "Spawn", tier = 2, "35% increased Fire Damage", "-10% to Fire Resistance", statOrderKey = "1221,1485", statOrder = { 1221, 1485 }, level = 42, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageMinusFireResistance3"] = { type = "Spawn", tier = 3, "40% increased Fire Damage", "-10% to Fire Resistance", statOrderKey = "1221,1485", statOrder = { 1221, 1485 }, level = 72, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 50, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 77, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageDamageTakenAsFire1"] = { type = "Spawn", tier = 1, "9% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1221,2298", statOrder = { 1221, 2298 }, level = 1, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageDamageTakenAsFire2"] = { type = "Spawn", tier = 2, "12% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1221,2298", statOrder = { 1221, 2298 }, level = 36, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeFireDamagePercentageDamageTakenAsFire3"] = { type = "Spawn", tier = 3, "15% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1221,2298", statOrder = { 1221, 2298 }, level = 68, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageMinusColdResistance1"] = { type = "Spawn", tier = 1, "30% increased Cold Damage", "-10% to Cold Resistance", statOrderKey = "1230,1491", statOrder = { 1230, 1491 }, level = 8, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageMinusColdResistance2"] = { type = "Spawn", tier = 2, "35% increased Cold Damage", "-10% to Cold Resistance", statOrderKey = "1230,1491", statOrder = { 1230, 1491 }, level = 42, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageMinusColdResistance3"] = { type = "Spawn", tier = 3, "40% increased Cold Damage", "-10% to Cold Resistance", statOrderKey = "1230,1491", statOrder = { 1230, 1491 }, level = 72, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 50, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 77, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageDamageTakenAsCold1"] = { type = "Spawn", tier = 1, "9% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1230,2299", statOrder = { 1230, 2299 }, level = 1, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageDamageTakenAsCold2"] = { type = "Spawn", tier = 2, "12% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1230,2299", statOrder = { 1230, 2299 }, level = 36, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeColdDamagePercentageDamageTakenAsCold3"] = { type = "Spawn", tier = 3, "15% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1230,2299", statOrder = { 1230, 2299 }, level = 68, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageMinusLightningResistance1"] = { type = "Spawn", tier = 1, "30% increased Lightning Damage", "-10% to Lightning Resistance", statOrderKey = "1241,1496", statOrder = { 1241, 1496 }, level = 8, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageMinusLightningResistance2"] = { type = "Spawn", tier = 2, "35% increased Lightning Damage", "-10% to Lightning Resistance", statOrderKey = "1241,1496", statOrder = { 1241, 1496 }, level = 42, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageMinusLightningResistance3"] = { type = "Spawn", tier = 3, "40% increased Lightning Damage", "-10% to Lightning Resistance", statOrderKey = "1241,1496", statOrder = { 1241, 1496 }, level = 72, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 50, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 77, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning1"] = { type = "Spawn", tier = 1, "9% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1241,2300", statOrder = { 1241, 2300 }, level = 1, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning2"] = { type = "Spawn", tier = 2, "12% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1241,2300", statOrder = { 1241, 2300 }, level = 36, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning3"] = { type = "Spawn", tier = 3, "15% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1241,2300", statOrder = { 1241, 2300 }, level = 68, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageMinusChaosResistance1"] = { type = "Spawn", tier = 1, "30% increased Chaos Damage", "-10% to Chaos Resistance", statOrderKey = "1249,1500", statOrder = { 1249, 1500 }, level = 8, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageMinusChaosResistance2"] = { type = "Spawn", tier = 2, "35% increased Chaos Damage", "-10% to Chaos Resistance", statOrderKey = "1249,1500", statOrder = { 1249, 1500 }, level = 42, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageMinusChaosResistance3"] = { type = "Spawn", tier = 3, "40% increased Chaos Damage", "-10% to Chaos Resistance", statOrderKey = "1249,1500", statOrder = { 1249, 1500 }, level = 72, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 50, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 77, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos1"] = { type = "Spawn", tier = 1, "9% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1249,2302", statOrder = { 1249, 2302 }, level = 1, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos2"] = { type = "Spawn", tier = 2, "12% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1249,2302", statOrder = { 1249, 2302 }, level = 36, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos3"] = { type = "Spawn", tier = 3, "15% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1249,2302", statOrder = { 1249, 2302 }, level = 68, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate1"] = { type = "Spawn", tier = 1, "30% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrderKey = "1097,1437", statOrder = { 1097, 1437 }, level = 8, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate2"] = { type = "Spawn", tier = 2, "35% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrderKey = "1097,1437", statOrder = { 1097, 1437 }, level = 42, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate3"] = { type = "Spawn", tier = 3, "40% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrderKey = "1097,1437", statOrder = { 1097, 1437 }, level = 72, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercent1"] = { type = "Spawn", tier = 1, "15% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercent2"] = { type = "Spawn", tier = 2, "20% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 50, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercent3"] = { type = "Spawn", tier = 3, "25% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 77, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction1"] = { type = "Spawn", tier = 1, "9% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrderKey = "1097,2125", statOrder = { 1097, 2125 }, level = 1, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction2"] = { type = "Spawn", tier = 2, "12% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrderKey = "1097,2125", statOrder = { 1097, 2125 }, level = 36, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction3"] = { type = "Spawn", tier = 3, "15% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrderKey = "1097,2125", statOrder = { 1097, 2125 }, level = 68, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "+4% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1325,2525", statOrder = { 1325, 2525 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "+5% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1325,2525", statOrder = { 1325, 2525 }, level = 55, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "+6% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrderKey = "1325,2525", statOrder = { 1325, 2525 }, level = 82, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti1"] = { type = "Spawn", tier = 1, "-3% to Critical Strike Chance", "+40% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 10, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti2"] = { type = "Spawn", tier = 2, "-3% to Critical Strike Chance", "+50% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 50, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti3"] = { type = "Spawn", tier = 3, "-3% to Critical Strike Chance", "+60% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 80, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti2h1"] = { type = "Spawn", tier = 1, "-3% to Critical Strike Chance", "+60% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 10, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti2h2"] = { type = "Spawn", tier = 2, "-3% to Critical Strike Chance", "+80% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 50, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChanceCritMulti2h3"] = { type = "Spawn", tier = 3, "-3% to Critical Strike Chance", "+100% to Global Critical Strike Multiplier", statOrderKey = "1325,1350", statOrder = { 1325, 1350 }, level = 80, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChance1"] = { type = "Spawn", tier = 1, "+0.4% to Critical Strike Chance", statOrderKey = "1325", statOrder = { 1325 }, level = 1, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChance2"] = { type = "Spawn", tier = 2, "+0.6% to Critical Strike Chance", statOrderKey = "1325", statOrder = { 1325 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritChance3"] = { type = "Spawn", tier = 3, "+0.8% to Critical Strike Chance", statOrderKey = "1325", statOrder = { 1325 }, level = 60, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "15% reduced Attack Speed", "+0.9% to Critical Strike Chance", statOrderKey = "1276,1325", statOrder = { 1276, 1325 }, level = 1, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "15% reduced Attack Speed", "+1.2% to Critical Strike Chance", statOrderKey = "1276,1325", statOrder = { 1276, 1325 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "15% reduced Attack Speed", "+1.5% to Critical Strike Chance", statOrderKey = "1276,1325", statOrder = { 1276, 1325 }, level = 60, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAccuracy1"] = { type = "Spawn", tier = 1, "+0.9% to Critical Strike Chance", "-500 to Accuracy Rating", statOrderKey = "1325,1878", statOrder = { 1325, 1878 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAccuracy2"] = { type = "Spawn", tier = 2, "+1.2% to Critical Strike Chance", "-500 to Accuracy Rating", statOrderKey = "1325,1878", statOrder = { 1325, 1878 }, level = 55, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalCritReducedAccuracy3"] = { type = "Spawn", tier = 3, "+1.5% to Critical Strike Chance", "-500 to Accuracy Rating", statOrderKey = "1325,1878", statOrder = { 1325, 1878 }, level = 82, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLessDamage1"] = { type = "Spawn", tier = 1, "30% increased Attack Speed", "20% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 1, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLessDamage2"] = { type = "Spawn", tier = 2, "35% increased Attack Speed", "20% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 30, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLessDamage3"] = { type = "Spawn", tier = 3, "40% increased Attack Speed", "20% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 60, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLessDamage1"] = { type = "Spawn", tier = 1, "24% increased Attack Speed", "15% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 1, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLessDamage2"] = { type = "Spawn", tier = 2, "27% increased Attack Speed", "15% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 30, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLessDamage3"] = { type = "Spawn", tier = 3, "30% increased Attack Speed", "15% less Global Damage", statOrderKey = "1276,9787", statOrder = { 1276, 9787 }, level = 60, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeed1"] = { type = "Spawn", tier = 1, "8% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeed2"] = { type = "Spawn", tier = 2, "9% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeed3"] = { type = "Spawn", tier = 3, "10% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRanged1"] = { type = "Spawn", tier = 1, "5% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRanged2"] = { type = "Spawn", tier = 2, "6% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRanged3"] = { type = "Spawn", tier = 3, "7% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedOnslaughtOnKill1"] = { type = "Spawn", tier = 1, "4% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedOnslaughtOnKill2"] = { type = "Spawn", tier = 2, "5% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedOnslaughtOnKill3"] = { type = "Spawn", tier = 3, "6% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill1"] = { type = "Spawn", tier = 1, "3% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill2"] = { type = "Spawn", tier = 2, "4% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill3"] = { type = "Spawn", tier = 3, "5% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1276,2838", statOrder = { 1276, 2838 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill1"] = { type = "Spawn", tier = 1, "4% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill2"] = { type = "Spawn", tier = 2, "5% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill3"] = { type = "Spawn", tier = 3, "6% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill1"] = { type = "Spawn", tier = 1, "3% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill2"] = { type = "Spawn", tier = 2, "4% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill3"] = { type = "Spawn", tier = 3, "5% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrderKey = "1276,2480", statOrder = { 1276, 2480 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance1"] = { type = "Spawn", tier = 1, "25% reduced Attack Speed", "Attacks with this Weapon have 20% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance2"] = { type = "Spawn", tier = 2, "25% reduced Attack Speed", "Attacks with this Weapon have 25% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance3"] = { type = "Spawn", tier = 3, "25% reduced Attack Speed", "Attacks with this Weapon have 30% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance1"] = { type = "Spawn", tier = 1, "20% reduced Attack Speed", "Attacks with this Weapon have 15% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance2"] = { type = "Spawn", tier = 2, "20% reduced Attack Speed", "Attacks with this Weapon have 20% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance3"] = { type = "Spawn", tier = 3, "20% reduced Attack Speed", "Attacks with this Weapon have 25% chance to deal Double Damage", statOrderKey = "1276,7368", statOrder = { 1276, 7368 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAlwaysHitReducedAttackSpeed"] = { type = "MergeOnly", tier = 1, "50% reduced Attack Speed", "Hits can't be Evaded", statOrderKey = "1276,1897", statOrder = { 1276, 1897 }, level = 60, group = "WeaponTreeAlwaysHitsAndLocalAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 625, 0 }, modTags = { }, }, - ["WeaponTreeLocalAlwaysHitReducedCriticalStrikeChance"] = { type = "MergeOnly", tier = 1, "-5% to Critical Strike Chance", "Hits can't be Evaded", statOrderKey = "1325,1897", statOrder = { 1325, 1897 }, level = 60, group = "WeaponTreeAlwaysHitsAndLocalCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 625, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRating1"] = { type = "Spawn", tier = 1, "+150 to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRating2"] = { type = "Spawn", tier = 2, "+250 to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 30, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRating3"] = { type = "Spawn", tier = 3, "+350 to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 60, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity1"] = { type = "Spawn", tier = 1, "5% increased Dexterity", "+80 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2"] = { type = "Spawn", tier = 2, "5% increased Dexterity", "+160 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity3"] = { type = "Spawn", tier = 3, "5% increased Dexterity", "+240 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h1"] = { type = "Spawn", tier = 1, "10% increased Dexterity", "+80 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h2"] = { type = "Spawn", tier = 2, "10% increased Dexterity", "+160 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h3"] = { type = "Spawn", tier = 3, "10% increased Dexterity", "+240 to Accuracy Rating", statOrderKey = "1052,1878", statOrder = { 1052, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion1"] = { type = "Spawn", tier = 1, "15% increased Evasion Rating", "+80 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion2"] = { type = "Spawn", tier = 2, "15% increased Evasion Rating", "+160 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion3"] = { type = "Spawn", tier = 3, "15% increased Evasion Rating", "+240 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion2h1"] = { type = "Spawn", tier = 1, "30% increased Evasion Rating", "+80 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion2h2"] = { type = "Spawn", tier = 2, "30% increased Evasion Rating", "+160 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalAccuracyRatingAndEvasion2h3"] = { type = "Spawn", tier = 3, "30% increased Evasion Rating", "+240 to Accuracy Rating", statOrderKey = "1410,1878", statOrder = { 1410, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "+40% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "+50% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "+60% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "+60% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "+80% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "+100% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "Your Critical Strikes do not deal extra Damage", "+5% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "Your Critical Strikes do not deal extra Damage", "+5.5% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "Your Critical Strikes do not deal extra Damage", "+6% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "Your Critical Strikes do not deal extra Damage", "+7% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "Your Critical Strikes do not deal extra Damage", "+8% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "Your Critical Strikes do not deal extra Damage", "+9% to Spell Critical Strike Chance", statOrderKey = "2525,9364", statOrder = { 2525, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "+0.4% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "+0.5% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "+0.6% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2h1"] = { type = "Spawn", tier = 1, "+0.8% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2h2"] = { type = "Spawn", tier = 2, "+0.9% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2h3"] = { type = "Spawn", tier = 3, "+1% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "-30% to Critical Strike Multiplier for Spell Damage", "+1% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "-30% to Critical Strike Multiplier for Spell Damage", "+1.3% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "-30% to Critical Strike Multiplier for Spell Damage", "+1.5% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "-60% to Critical Strike Multiplier for Spell Damage", "+1.8% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "-60% to Critical Strike Multiplier for Spell Damage", "+2.2% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "-60% to Critical Strike Multiplier for Spell Damage", "+2.6% to Spell Critical Strike Chance", statOrderKey = "1353,9364", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "15% reduced Reservation Efficiency of Skills", "+0.8% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "15% reduced Reservation Efficiency of Skills", "+1% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "15% reduced Reservation Efficiency of Skills", "+1.2% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "25% reduced Reservation Efficiency of Skills", "+1.2% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "25% reduced Reservation Efficiency of Skills", "+1.6% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "25% reduced Reservation Efficiency of Skills", "+2% to Spell Critical Strike Chance", statOrderKey = "2083,9364", statOrder = { 2083, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedLessDamage1"] = { type = "Spawn", tier = 1, "18% more Cast Speed", "10% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 1, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedLessDamage2"] = { type = "Spawn", tier = 2, "20% more Cast Speed", "10% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 30, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedLessDamage3"] = { type = "Spawn", tier = 3, "22% more Cast Speed", "10% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 60, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hLessDamage1"] = { type = "Spawn", tier = 1, "24% more Cast Speed", "15% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 1, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hLessDamage2"] = { type = "Spawn", tier = 2, "27% more Cast Speed", "15% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 30, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hLessDamage3"] = { type = "Spawn", tier = 3, "30% more Cast Speed", "15% less Global Damage", statOrderKey = "9785,9787", statOrder = { 9785, 9787 }, level = 60, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed1"] = { type = "Spawn", tier = 1, "4% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 1, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2"] = { type = "Spawn", tier = 2, "5% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 30, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed3"] = { type = "Spawn", tier = 3, "6% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 60, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2h1"] = { type = "Spawn", tier = 1, "8% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 1, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2h2"] = { type = "Spawn", tier = 2, "9% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 30, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2h3"] = { type = "Spawn", tier = 3, "10% more Cast Speed", statOrderKey = "9785", statOrder = { 9785 }, level = 60, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedSkillCost1"] = { type = "Spawn", tier = 1, "12% increased Cost of Skills", "6% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 1, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedSkillCost2"] = { type = "Spawn", tier = 2, "12% increased Cost of Skills", "7% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 30, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedSkillCost3"] = { type = "Spawn", tier = 3, "12% increased Cost of Skills", "8% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 60, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hSkillCost1"] = { type = "Spawn", tier = 1, "20% increased Cost of Skills", "10% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 1, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hSkillCost2"] = { type = "Spawn", tier = 2, "20% increased Cost of Skills", "12% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 30, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hSkillCost3"] = { type = "Spawn", tier = 3, "20% increased Cost of Skills", "14% more Cast Speed", statOrderKey = "1740,9785", statOrder = { 1740, 9785 }, level = 60, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage1"] = { type = "Spawn", tier = 1, "Spells you Cast have Added Spell Damage equal to 12% of the Damage of this Weapon", "10% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 10, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage2"] = { type = "Spawn", tier = 2, "Spells you Cast have Added Spell Damage equal to 16% of the Damage of this Weapon", "10% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 50, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage3"] = { type = "Spawn", tier = 3, "Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon", "10% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 80, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage1"] = { type = "Spawn", tier = 1, "Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon", "15% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 10, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage2"] = { type = "Spawn", tier = 2, "Spells you Cast have Added Spell Damage equal to 25% of the Damage of this Weapon", "15% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 50, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage3"] = { type = "Spawn", tier = 3, "Spells you Cast have Added Spell Damage equal to 30% of the Damage of this Weapon", "15% less Cast Speed", statOrderKey = "9427,9785", statOrder = { 9427, 9785 }, level = 80, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenLessMana1"] = { type = "Spawn", tier = 1, "Regenerate 1.5% of Mana per second", "15% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenLessMana2"] = { type = "Spawn", tier = 2, "Regenerate 1.8% of Mana per second", "15% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenLessMana3"] = { type = "Spawn", tier = 3, "Regenerate 2% of Mana per second", "15% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hLessMana1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Mana per second", "25% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hLessMana2"] = { type = "Spawn", tier = 2, "Regenerate 2.5% of Mana per second", "25% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hLessMana3"] = { type = "Spawn", tier = 3, "Regenerate 3% of Mana per second", "25% less maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 1% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 1.3% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 1.5% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 1.5% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 2% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 2.5% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrderKey = "1441,2083", statOrder = { 1441, 2083 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 30, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 60, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2h1"] = { type = "Spawn", tier = 1, "Regenerate 0.8% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2h2"] = { type = "Spawn", tier = 2, "Regenerate 0.9% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 30, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2h3"] = { type = "Spawn", tier = 3, "Regenerate 1% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 60, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenMoreMana1"] = { type = "Spawn", tier = 1, "Regenerate 0.2% of Mana per second", "5% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenMoreMana2"] = { type = "Spawn", tier = 2, "Regenerate 0.3% of Mana per second", "5% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenMoreMana3"] = { type = "Spawn", tier = 3, "Regenerate 0.4% of Mana per second", "5% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hMoreMana1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", "8% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hMoreMana2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", "8% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hMoreMana3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", "8% more maximum Mana", statOrderKey = "1441,9809", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenManaCostOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 0.2% of Mana per second", "10% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenManaCostOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 0.3% of Mana per second", "10% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegenManaCostOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 0.4% of Mana per second", "10% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hManaCostOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", "15% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hManaCostOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", "15% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBaseManaRegen2hManaCostOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", "15% increased Mana Cost of Skills", statOrderKey = "1441,1742", statOrder = { 1441, 1742 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have +1% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have +1.2% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have +1.4% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have +1.7% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have +2% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have +2.3% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrderKey = "8598,8600", statOrder = { 8598, 8600 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have -1.5% to Critical Strike Chance", "Minions have +60% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have -1.5% to Critical Strike Chance", "Minions have +80% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have -1.5% to Critical Strike Chance", "Minions have +100% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have -1.5% to Critical Strike Chance", "Minions have +100% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have -1.5% to Critical Strike Chance", "Minions have +130% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have -1.5% to Critical Strike Chance", "Minions have +160% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions have +0.4% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 1, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions have +0.6% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 30, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions have +0.8% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 60, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2h1"] = { type = "Spawn", tier = 1, "Minions have +0.7% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 1, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2h2"] = { type = "Spawn", tier = 2, "Minions have +1% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 30, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2h3"] = { type = "Spawn", tier = 3, "Minions have +1.3% to Critical Strike Chance", statOrderKey = "8598", statOrder = { 8598 }, level = 60, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have +0.2% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have +0.3% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have +0.4% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have +0.3% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have +0.5% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have +0.7% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrderKey = "8598,8619", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.2% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.4% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.7% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +2% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +2.3% to Critical Strike Chance", statOrderKey = "1999,8598", statOrder = { 1999, 8598 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage3"] = { type = "Spawn", tier = 3, "Minions have 20% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage1"] = { type = "Spawn", tier = 1, "Minions have 18% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage2"] = { type = "Spawn", tier = 2, "Minions have 24% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage3"] = { type = "Spawn", tier = 3, "Minions have 30% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrderKey = "8600,8648", statOrder = { 8600, 8648 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have 8% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 1, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have 10% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 30, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have 12% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 60, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 14% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 1, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 18% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 30, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2h3"] = { type = "Spawn", tier = 3, "Minions have 22% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 60, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 20% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 18% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 24% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 30% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 4% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 5% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 6% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 8% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 10% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 12% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrderKey = "8600,8625", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +400 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +500 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +600 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +700 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +850 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1000 to Accuracy Rating", statOrderKey = "1999,8595", statOrder = { 1999, 8595 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy1"] = { type = "Spawn", tier = 1, "Minions have +200 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 1, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2"] = { type = "Spawn", tier = 2, "Minions have +250 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 30, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy3"] = { type = "Spawn", tier = 3, "Minions have +300 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 60, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2h1"] = { type = "Spawn", tier = 1, "Minions have +300 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 1, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2h2"] = { type = "Spawn", tier = 2, "Minions have +400 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 30, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2h3"] = { type = "Spawn", tier = 3, "Minions have +500 to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 60, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have +100 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have +150 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracyMinionEvasion3"] = { type = "Spawn", tier = 3, "Minions have +200 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have +160 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have +240 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAccuracy2hMinionEvasion3"] = { type = "Spawn", tier = 3, "Minions have +320 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrderKey = "8595,8629", statOrder = { 8595, 8629 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionAlwaysHitMinionCannotCrit"] = { type = "Spawn", tier = 1, "Minions never deal Critical Strikes", "Minions' Hits can't be Evaded", statOrderKey = "8607,8632", statOrder = { 8607, 8632 }, level = 60, group = "WeaponTreeMinionAlwaysHitAndCannotCrit", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockNoChanceToBlock1"] = { type = "Spawn", tier = 1, "16% Chance to Block Spell Damage", "No Chance to Block", statOrderKey = "1028,3107", statOrder = { 1028, 3107 }, level = 15, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockNoChanceToBlock2"] = { type = "Spawn", tier = 2, "20% Chance to Block Spell Damage", "No Chance to Block", statOrderKey = "1028,3107", statOrder = { 1028, 3107 }, level = 48, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockNoChanceToBlock3"] = { type = "Spawn", tier = 3, "24% Chance to Block Spell Damage", "No Chance to Block", statOrderKey = "1028,3107", statOrder = { 1028, 3107 }, level = 78, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockReducedLocalBlock1"] = { type = "Spawn", tier = 1, "8% Chance to Block Spell Damage", "-5% Chance to Block", statOrderKey = "1028,2102", statOrder = { 1028, 2102 }, level = 1, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockReducedLocalBlock2"] = { type = "Spawn", tier = 2, "10% Chance to Block Spell Damage", "-5% Chance to Block", statOrderKey = "1028,2102", statOrder = { 1028, 2102 }, level = 35, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockReducedLocalBlock3"] = { type = "Spawn", tier = 3, "12% Chance to Block Spell Damage", "-5% Chance to Block", statOrderKey = "1028,2102", statOrder = { 1028, 2102 }, level = 70, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "8% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrderKey = "1028,4708", statOrder = { 1028, 4708 }, level = 1, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "10% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrderKey = "1028,4708", statOrder = { 1028, 4708 }, level = 35, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockDamageFromBlockedHits3"] = { type = "Spawn", tier = 3, "12% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrderKey = "1028,4708", statOrder = { 1028, 4708 }, level = 70, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlock1"] = { type = "Spawn", tier = 1, "3% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlock2"] = { type = "Spawn", tier = 2, "4% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 35, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlock3"] = { type = "Spawn", tier = 3, "5% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 70, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockMoreMana1"] = { type = "Spawn", tier = 1, "2% Chance to Block Spell Damage", "5% more maximum Mana", statOrderKey = "1028,9809", statOrder = { 1028, 9809 }, level = 48, group = "WeaponTreeSpellBlockMoreMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellBlockMoreMana2"] = { type = "Spawn", tier = 2, "3% Chance to Block Spell Damage", "5% more maximum Mana", statOrderKey = "1028,9809", statOrder = { 1028, 9809 }, level = 78, group = "WeaponTreeSpellBlockMoreMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockCannotBlockSpells1"] = { type = "Spawn", tier = 1, "+8% Chance to Block", "Cannot Block Spell Damage", statOrderKey = "2102,5021", statOrder = { 2102, 5021 }, level = 15, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockCannotBlockSpells2"] = { type = "Spawn", tier = 2, "+10% Chance to Block", "Cannot Block Spell Damage", statOrderKey = "2102,5021", statOrder = { 2102, 5021 }, level = 48, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockCannotBlockSpells3"] = { type = "Spawn", tier = 3, "+12% Chance to Block", "Cannot Block Spell Damage", statOrderKey = "2102,5021", statOrder = { 2102, 5021 }, level = 78, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+8% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrderKey = "2102,4708", statOrder = { 2102, 4708 }, level = 1, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+10% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrderKey = "2102,4708", statOrder = { 2102, 4708 }, level = 35, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockDamageFromBlockedHits3"] = { type = "Spawn", tier = 3, "+12% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrderKey = "2102,4708", statOrder = { 2102, 4708 }, level = 70, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockReducedLocalDefences1"] = { type = "Spawn", tier = 1, "40% reduced Armour, Evasion and Energy Shield", "+6% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 1, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockReducedLocalDefences2"] = { type = "Spawn", tier = 2, "40% reduced Armour, Evasion and Energy Shield", "+7% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 35, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockReducedLocalDefences3"] = { type = "Spawn", tier = 3, "40% reduced Armour, Evasion and Energy Shield", "+8% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 70, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlock1"] = { type = "Spawn", tier = 1, "+3% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlock2"] = { type = "Spawn", tier = 2, "+4% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 35, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlock3"] = { type = "Spawn", tier = 3, "+5% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 70, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockLifeOnBlock1"] = { type = "Spawn", tier = 1, "30 Life gained when you Block", "+2% Chance to Block", statOrderKey = "1616,2102", statOrder = { 1616, 2102 }, level = 10, group = "WeaponTreeLocalBlockLifeOnBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockLifeOnBlock2"] = { type = "Spawn", tier = 2, "30 Life gained when you Block", "+3% Chance to Block", statOrderKey = "1616,2102", statOrder = { 1616, 2102 }, level = 42, group = "WeaponTreeLocalBlockLifeOnBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockBlockRecovery1"] = { type = "Spawn", tier = 1, "30% increased Block Recovery", "+2% Chance to Block", statOrderKey = "1034,2102", statOrder = { 1034, 2102 }, level = 1, group = "WeaponTreeLocalBlockBlockRecovery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalBlockBlockRecovery2"] = { type = "Spawn", tier = 2, "30% increased Block Recovery", "+3% Chance to Block", statOrderKey = "1034,2102", statOrder = { 1034, 2102 }, level = 35, group = "WeaponTreeLocalBlockBlockRecovery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedMaximumLife1"] = { type = "Spawn", tier = 1, "40% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrderKey = "1416,1431", statOrder = { 1416, 1431 }, level = 10, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedMaximumLife2"] = { type = "Spawn", tier = 2, "50% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrderKey = "1416,1431", statOrder = { 1416, 1431 }, level = 42, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedMaximumLife3"] = { type = "Spawn", tier = 3, "60% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrderKey = "1416,1431", statOrder = { 1416, 1431 }, level = 75, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedLocalBlock1"] = { type = "Spawn", tier = 1, "40% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 1, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedLocalBlock2"] = { type = "Spawn", tier = 2, "50% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 35, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReducedLocalBlock3"] = { type = "Spawn", tier = 3, "60% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrderKey = "1416,2102", statOrder = { 1416, 2102 }, level = 70, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefences1"] = { type = "Spawn", tier = 1, "24% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefences2"] = { type = "Spawn", tier = 2, "32% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 35, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefences3"] = { type = "Spawn", tier = 3, "40% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 70, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReflectDamageTaken1"] = { type = "Spawn", tier = 1, "15% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrderKey = "1416,4099", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReflectDamageTaken2"] = { type = "Spawn", tier = 2, "20% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrderKey = "1416,4099", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesReflectDamageTaken3"] = { type = "Spawn", tier = 3, "25% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrderKey = "1416,4099", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesOffHandAttackDamage1"] = { type = "Spawn", tier = 1, "25% increased Attack Damage with Off Hand", "15% increased Armour, Evasion and Energy Shield", statOrderKey = "1147,1416", statOrder = { 1147, 1416 }, level = 10, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesOffHandAttackDamage2"] = { type = "Spawn", tier = 2, "25% increased Attack Damage with Off Hand", "20% increased Armour, Evasion and Energy Shield", statOrderKey = "1147,1416", statOrder = { 1147, 1416 }, level = 42, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalDefencesOffHandAttackDamage3"] = { type = "Spawn", tier = 3, "25% increased Attack Damage with Off Hand", "25% increased Armour, Evasion and Energy Shield", statOrderKey = "1147,1416", statOrder = { 1147, 1416 }, level = 75, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedColdResistance1"] = { type = "Spawn", tier = 1, "+30% to Fire Resistance", "-20% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 1, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedColdResistance2"] = { type = "Spawn", tier = 2, "+36% to Fire Resistance", "-20% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 35, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedColdResistance3"] = { type = "Spawn", tier = 3, "+42% to Fire Resistance", "-20% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 70, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedLightningResistance1"] = { type = "Spawn", tier = 1, "+30% to Fire Resistance", "-20% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 1, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedLightningResistance2"] = { type = "Spawn", tier = 2, "+36% to Fire Resistance", "-20% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 35, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFireResistanceReducedLightningResistance3"] = { type = "Spawn", tier = 3, "+42% to Fire Resistance", "-20% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 70, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedFireResistance1"] = { type = "Spawn", tier = 1, "-20% to Fire Resistance", "+30% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 1, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedFireResistance2"] = { type = "Spawn", tier = 2, "-20% to Fire Resistance", "+36% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 35, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedFireResistance3"] = { type = "Spawn", tier = 3, "-20% to Fire Resistance", "+42% to Cold Resistance", statOrderKey = "1485,1491", statOrder = { 1485, 1491 }, level = 70, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedLightningResistance1"] = { type = "Spawn", tier = 1, "+30% to Cold Resistance", "-20% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 1, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedLightningResistance2"] = { type = "Spawn", tier = 2, "+36% to Cold Resistance", "-20% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 35, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdResistanceReducedLightningResistance3"] = { type = "Spawn", tier = 3, "+42% to Cold Resistance", "-20% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 70, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedColdResistance1"] = { type = "Spawn", tier = 1, "-20% to Cold Resistance", "+30% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 1, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedColdResistance2"] = { type = "Spawn", tier = 2, "-20% to Cold Resistance", "+36% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 35, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedColdResistance3"] = { type = "Spawn", tier = 3, "-20% to Cold Resistance", "+42% to Lightning Resistance", statOrderKey = "1491,1496", statOrder = { 1491, 1496 }, level = 70, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedFireResistance1"] = { type = "Spawn", tier = 1, "-20% to Fire Resistance", "+30% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 1, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedFireResistance2"] = { type = "Spawn", tier = 2, "-20% to Fire Resistance", "+36% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 35, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningResistanceReducedFireResistance3"] = { type = "Spawn", tier = 3, "-20% to Fire Resistance", "+42% to Lightning Resistance", statOrderKey = "1485,1496", statOrder = { 1485, 1496 }, level = 70, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedElementalResistance1"] = { type = "Spawn", tier = 1, "-6% to all Elemental Resistances", "+19% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 10, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedElementalResistance2"] = { type = "Spawn", tier = 2, "-6% to all Elemental Resistances", "+23% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 42, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedElementalResistance3"] = { type = "Spawn", tier = 3, "-6% to all Elemental Resistances", "+27% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 75, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "+10% to all Elemental Resistances", "-13% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 10, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "+12% to all Elemental Resistances", "-13% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 42, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedChaosResistance3"] = { type = "Spawn", tier = 3, "+14% to all Elemental Resistances", "-13% to Chaos Resistance", statOrderKey = "1479,1500", statOrder = { 1479, 1500 }, level = 75, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalDefences1"] = { type = "Spawn", tier = 1, "25% reduced Armour, Evasion and Energy Shield", "+10% to all Elemental Resistances", statOrderKey = "1416,1479", statOrder = { 1416, 1479 }, level = 1, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalDefences2"] = { type = "Spawn", tier = 2, "25% reduced Armour, Evasion and Energy Shield", "+12% to all Elemental Resistances", statOrderKey = "1416,1479", statOrder = { 1416, 1479 }, level = 35, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalDefences3"] = { type = "Spawn", tier = 3, "25% reduced Armour, Evasion and Energy Shield", "+14% to all Elemental Resistances", statOrderKey = "1416,1479", statOrder = { 1416, 1479 }, level = 70, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalBlock1"] = { type = "Spawn", tier = 1, "+10% to all Elemental Resistances", "-4% Chance to Block", statOrderKey = "1479,2102", statOrder = { 1479, 2102 }, level = 1, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalBlock2"] = { type = "Spawn", tier = 2, "+12% to all Elemental Resistances", "-4% Chance to Block", statOrderKey = "1479,2102", statOrder = { 1479, 2102 }, level = 35, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["WeaponTreeElementalResistanceReducedLocalBlock3"] = { type = "Spawn", tier = 3, "+14% to all Elemental Resistances", "-4% Chance to Block", statOrderKey = "1479,2102", statOrder = { 1479, 2102 }, level = 70, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedMaximumLife1"] = { type = "Spawn", tier = 1, "5% reduced maximum Life", "+19% to Chaos Resistance", statOrderKey = "1431,1500", statOrder = { 1431, 1500 }, level = 10, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedMaximumLife2"] = { type = "Spawn", tier = 2, "5% reduced maximum Life", "+23% to Chaos Resistance", statOrderKey = "1431,1500", statOrder = { 1431, 1500 }, level = 42, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeChaosResistanceReducedMaximumLife3"] = { type = "Spawn", tier = 3, "5% reduced maximum Life", "+27% to Chaos Resistance", statOrderKey = "1431,1500", statOrder = { 1431, 1500 }, level = 75, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFireResistanceReducedMaximumColdResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Fire Resistance", "-2% to maximum Cold Resistance", statOrderKey = "1483,1489", statOrder = { 1483, 1489 }, level = 45, group = "WeaponTreeMaximumFireResistanceReducedMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFireResistanceReducedMaximumColdResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Fire Resistance", "-2% to maximum Cold Resistance", statOrderKey = "1483,1489", statOrder = { 1483, 1489 }, level = 82, group = "WeaponTreeMaximumFireResistanceReducedMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Fire Resistance", "-2% to maximum Lightning Resistance", statOrderKey = "1483,1494", statOrder = { 1483, 1494 }, level = 45, group = "WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Fire Resistance", "-2% to maximum Lightning Resistance", statOrderKey = "1483,1494", statOrder = { 1483, 1494 }, level = 82, group = "WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumColdResistanceReducedMaximumFireResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Fire Resistance", "+3% to maximum Cold Resistance", statOrderKey = "1483,1489", statOrder = { 1483, 1489 }, level = 45, group = "WeaponTreeMaximumColdResistanceReducedMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumColdResistanceReducedMaximumFireResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Fire Resistance", "+4% to maximum Cold Resistance", statOrderKey = "1483,1489", statOrder = { 1483, 1489 }, level = 82, group = "WeaponTreeMaximumColdResistanceReducedMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Cold Resistance", "-2% to maximum Lightning Resistance", statOrderKey = "1489,1494", statOrder = { 1489, 1494 }, level = 45, group = "WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Cold Resistance", "-2% to maximum Lightning Resistance", statOrderKey = "1489,1494", statOrder = { 1489, 1494 }, level = 82, group = "WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumLightningResistanceMaximumColdResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Cold Resistance", "+3% to maximum Lightning Resistance", statOrderKey = "1489,1494", statOrder = { 1489, 1494 }, level = 45, group = "WeaponTreeMaximumLightningResistanceMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumLightningResistanceMaximumColdResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Cold Resistance", "+4% to maximum Lightning Resistance", statOrderKey = "1489,1494", statOrder = { 1489, 1494 }, level = 82, group = "WeaponTreeMaximumLightningResistanceMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumLightningResistanceMaximumFireResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Fire Resistance", "+3% to maximum Lightning Resistance", statOrderKey = "1483,1494", statOrder = { 1483, 1494 }, level = 45, group = "WeaponTreeMaximumLightningResistanceMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumLightningResistanceMaximumFireResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Fire Resistance", "+4% to maximum Lightning Resistance", statOrderKey = "1483,1494", statOrder = { 1483, 1494 }, level = 82, group = "WeaponTreeMaximumLightningResistanceMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance1"] = { type = "Spawn", tier = 1, "-5% to maximum Chaos Resistance", "+1% to all maximum Elemental Resistances", statOrderKey = "1499,1502", statOrder = { 1499, 1502 }, level = 60, group = "WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance2"] = { type = "Spawn", tier = 2, "-5% to maximum Chaos Resistance", "+2% to all maximum Elemental Resistances", statOrderKey = "1499,1502", statOrder = { 1499, 1502 }, level = 85, group = "WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Chaos Resistance", "-1% to all maximum Elemental Resistances", statOrderKey = "1499,1502", statOrder = { 1499, 1502 }, level = 60, group = "WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Chaos Resistance", "-1% to all maximum Elemental Resistances", statOrderKey = "1499,1502", statOrder = { 1499, 1502 }, level = 85, group = "WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneMinionInstability"] = { type = "Spawn", tier = 1, "Minion Instability", statOrderKey = "9949", statOrder = { 9949 }, level = 30, group = "WeaponTreeMinionInstability", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneResoluteTechnique"] = { type = "Spawn", tier = 1, "Resolute Technique", statOrderKey = "9975", statOrder = { 9975 }, level = 30, group = "WeaponTreeResoluteTechnique", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneBloodMagic"] = { type = "Spawn", tier = 1, "Blood Magic", statOrderKey = "9925", statOrder = { 9925 }, level = 30, group = "WeaponTreeBloodMagic", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystonePainAttunement"] = { type = "Spawn", tier = 1, "Pain Attunement", statOrderKey = "9951", statOrder = { 9951 }, level = 30, group = "WeaponTreePainAttunement", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneElementalEquilibrium"] = { type = "Spawn", tier = 1, "Elemental Equilibrium", statOrderKey = "9934", statOrder = { 9934 }, level = 30, group = "WeaponTreeElementalEquilibrium", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneIronGrip"] = { type = "Spawn", tier = 1, "Iron Grip", statOrderKey = "9965", statOrder = { 9965 }, level = 30, group = "WeaponTreeIronGrip", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystonePointBlank"] = { type = "Spawn", tier = 1, "Point Blank", statOrderKey = "9952", statOrder = { 9952 }, level = 30, group = "WeaponTreePointBlank", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneAcrobatics"] = { type = "Spawn", tier = 1, "Acrobatics", statOrderKey = "9920", statOrder = { 9920 }, level = 30, group = "WeaponTreeAcrobatics", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneGhostReaver"] = { type = "Spawn", tier = 1, "Ghost Reaver", statOrderKey = "9940", statOrder = { 9940 }, level = 30, group = "WeaponTreeKeystoneGhostReaver", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneVaalPact"] = { type = "Spawn", tier = 1, "Vaal Pact", statOrderKey = "9969", statOrder = { 9969 }, level = 30, group = "WeaponTreeVaalPact", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneElementalOverload"] = { type = "Spawn", tier = 1, "Elemental Overload", statOrderKey = "9935", statOrder = { 9935 }, level = 30, group = "WeaponTreeElementalOverload", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneAvatarOfFire"] = { type = "Spawn", tier = 1, "Avatar of Fire", statOrderKey = "9923", statOrder = { 9923 }, level = 30, group = "WeaponTreeAvatarOfFire", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneEldritchBattery"] = { type = "Spawn", tier = 1, "Eldritch Battery", statOrderKey = "9933", statOrder = { 9933 }, level = 30, group = "WeaponTreeEldritchBattery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneAncestralBond"] = { type = "Spawn", tier = 1, "Ancestral Bond", statOrderKey = "9922", statOrder = { 9922 }, level = 30, group = "WeaponTreeAncestralBond", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneCrimsonDance"] = { type = "Spawn", tier = 1, "Crimson Dance", statOrderKey = "9930", statOrder = { 9930 }, level = 30, group = "WeaponTreeCrimsonDance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystonePerfectAgony"] = { type = "Spawn", tier = 1, "Perfect Agony", statOrderKey = "9921", statOrder = { 9921 }, level = 30, group = "WeaponTreePerfectAgony", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneRunebinder"] = { type = "Spawn", tier = 1, "Runebinder", statOrderKey = "9958", statOrder = { 9958 }, level = 30, group = "WeaponTreeRunebinder", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneGlancingBlows"] = { type = "Spawn", tier = 1, "Glancing Blows", statOrderKey = "9941", statOrder = { 9941 }, level = 30, group = "WeaponTreeGlancingBlows", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneCallToArms"] = { type = "Spawn", tier = 1, "Call to Arms", statOrderKey = "9926", statOrder = { 9926 }, level = 30, group = "WeaponTreeCallToArms", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneTheAgnostic"] = { type = "Spawn", tier = 1, "The Agnostic", statOrderKey = "9950", statOrder = { 9950 }, level = 30, group = "WeaponTreeTheAgnostic", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneSupremeEgo"] = { type = "Spawn", tier = 1, "Supreme Ego", statOrderKey = "9966", statOrder = { 9966 }, level = 30, group = "WeaponTreeSupremeEgo", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneTheImpaler"] = { type = "Spawn", tier = 1, "The Impaler", statOrderKey = "9944", statOrder = { 9944 }, level = 30, group = "WeaponTreeImpaler", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneDoomsday"] = { type = "Spawn", tier = 1, "Hex Master", statOrderKey = "9942", statOrder = { 9942 }, level = 30, group = "WeaponTreeHexMaster", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneLetheShade"] = { type = "Spawn", tier = 1, "Lethe Shade", statOrderKey = "9946", statOrder = { 9946 }, level = 30, group = "WeaponTreeLetheShade", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneGhostDance"] = { type = "Spawn", tier = 1, "Ghost Dance", statOrderKey = "9939", statOrder = { 9939 }, level = 30, group = "WeaponTreeGhostDance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneVersatileCombatant"] = { type = "Spawn", tier = 1, "Versatile Combatant", statOrderKey = "9970", statOrder = { 9970 }, level = 30, group = "WeaponTreeVersatileCombatant", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneMagebane"] = { type = "Spawn", tier = 1, "Magebane", statOrderKey = "9947", statOrder = { 9947 }, level = 30, group = "WeaponTreeMagebane", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneSolipsism"] = { type = "Spawn", tier = 1, "Solipsism", statOrderKey = "9963", statOrder = { 9963 }, level = 30, group = "WeaponTreeSolipsism", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneDivineShield"] = { type = "Spawn", tier = 1, "Divine Shield", statOrderKey = "9932", statOrder = { 9932 }, level = 30, group = "WeaponTreeDivineShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneIronWill"] = { type = "Spawn", tier = 1, "Iron Will", statOrderKey = "9976", statOrder = { 9976 }, level = 30, group = "WeaponTreeIronWill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneWickedWard"] = { type = "Spawn", tier = 1, "Wicked Ward", statOrderKey = "9971", statOrder = { 9971 }, level = 30, group = "WeaponTreeWickedWard", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneWindDancer"] = { type = "Spawn", tier = 1, "Wind Dancer", statOrderKey = "9972", statOrder = { 9972 }, level = 30, group = "WeaponTreeWindDancer", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneConduit"] = { type = "Spawn", tier = 1, "Conduit", statOrderKey = "9928", statOrder = { 9928 }, level = 30, group = "WeaponTreeConduit", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneArrowDancing"] = { type = "Spawn", tier = 1, "Arrow Dancing", statOrderKey = "9954", statOrder = { 9954 }, level = 30, group = "WeaponTreeArrowDodging", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystonePreciseTechnique"] = { type = "Spawn", tier = 1, "Precise Technique", statOrderKey = "9953", statOrder = { 9953 }, level = 30, group = "WeaponTreePreciseTechnique", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneIronReflexes"] = { type = "Spawn", tier = 1, "Iron Reflexes", statOrderKey = "9945", statOrder = { 9945 }, level = 30, group = "WeaponTreeIronReflexes", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneUnwaveringStance"] = { type = "Spawn", tier = 1, "Unwavering Stance", statOrderKey = "9968", statOrder = { 9968 }, level = 30, group = "WeaponTreeUnwaveringStance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneImbalancedGuard"] = { type = "Spawn", tier = 1, "Imbalanced Guard", statOrderKey = "9959", statOrder = { 9959 }, level = 30, group = "WeaponTreeSacredBastion", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneEternalYouth"] = { type = "Spawn", tier = 1, "Eternal Youth", statOrderKey = "9937", statOrder = { 9937 }, level = 30, group = "WeaponTreeEternalYouth", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneMindoverMatter"] = { type = "Spawn", tier = 1, "Mind Over Matter", statOrderKey = "9948", statOrder = { 9948 }, level = 30, group = "WeaponTreeManaShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeKeystoneZealotsOath"] = { type = "Spawn", tier = 1, "Zealot's Oath", statOrderKey = "9956", statOrder = { 9956 }, level = 30, group = "WeaponTreeZealotsOath", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowAvatarOfTheHunt"] = { type = "Spawn", tier = 1, "Allocates 36687", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowDeadlyDraw"] = { type = "Spawn", tier = 1, "Allocates 48823", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowHeavyDraw"] = { type = "Spawn", tier = 1, "Allocates 42720", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowFarsight"] = { type = "Spawn", tier = 1, "Allocates 47743", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowMasterFletcher"] = { type = "Spawn", tier = 1, "Allocates 51881", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowKingOfTheHill"] = { type = "Spawn", tier = 1, "Allocates 49459", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowAspectOfTheEagle"] = { type = "Spawn", tier = 1, "Allocates 65224", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableBowHuntersGambit"] = { type = "Spawn", tier = 1, "Allocates 9535", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffCounterweight"] = { type = "Spawn", tier = 1, "Allocates 39761", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffSmashingStrikes"] = { type = "Spawn", tier = 1, "Allocates 51559", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffWhirlingBarrier"] = { type = "Spawn", tier = 1, "Allocates 42917", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffSteelwoodStance"] = { type = "Spawn", tier = 1, "Allocates 36859", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffSafeguard"] = { type = "Spawn", tier = 1, "Allocates 6967", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffBluntTrauma"] = { type = "Spawn", tier = 1, "Allocates 64395", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffOneWithTheRiver"] = { type = "Spawn", tier = 1, "Allocates 56094", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffSerpentStance"] = { type = "Spawn", tier = 1, "Allocates 22702", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffEnigmaticDefence"] = { type = "Spawn", tier = 1, "Allocates 7918", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableStaffEnigmaticReach"] = { type = "Spawn", tier = 1, "Allocates 65273", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeOfCunning"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 57839", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordRazorsEdge"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 33082", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeMaster"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 25367", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeDancer"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 65093", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordFatalBlade"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 1568", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBrutalBlade"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 59151", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeOfCunning2H"] = { type = "Spawn", tier = 1, "Allocates 57839", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordRazorsEdge2H"] = { type = "Spawn", tier = 1, "Allocates 33082", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeMaster2H"] = { type = "Spawn", tier = 1, "Allocates 25367", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBladeDancer2H"] = { type = "Spawn", tier = 1, "Allocates 65093", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordFatalBlade2H"] = { type = "Spawn", tier = 1, "Allocates 1568", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableSwordBrutalBlade2H"] = { type = "Spawn", tier = 1, "Allocates 59151", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeFellerOfFoes"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 52090", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeHatchetMaster"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 26096", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeHarvesterOfFoes"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 7440", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeCleaving"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 4940", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeSlaughter"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 23038", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeFellerOfFoes2H"] = { type = "Spawn", tier = 1, "Allocates 52090", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeHatchetMaster2H"] = { type = "Spawn", tier = 1, "Allocates 26096", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeHarvesterOfFoes2H"] = { type = "Spawn", tier = 1, "Allocates 7440", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeCleaving2H"] = { type = "Spawn", tier = 1, "Allocates 4940", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableAxeSlaughter2H"] = { type = "Spawn", tier = 1, "Allocates 23038", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceRibcageCrusher"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 24721", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceSpinecruncher"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 5126", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceSkullcracking"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 16703", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceBoneBreaker"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 40645", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceBlacksmithsClout"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 55772", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceGalvanicHammer"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 60619", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMacePainForger"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 39657", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceRibcageCrusher2H"] = { type = "Spawn", tier = 1, "Allocates 24721", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceSpinecruncher2H"] = { type = "Spawn", tier = 1, "Allocates 5126", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceSkullcracking2H"] = { type = "Spawn", tier = 1, "Allocates 16703", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceBoneBreaker2H"] = { type = "Spawn", tier = 1, "Allocates 40645", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceBlacksmithsClout2H"] = { type = "Spawn", tier = 1, "Allocates 55772", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMaceGalvanicHammer2H"] = { type = "Spawn", tier = 1, "Allocates 60619", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableMacePainForger2H"] = { type = "Spawn", tier = 1, "Allocates 39657", statOrderKey = "7544", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableClawPoisonousFangs"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 529", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableClawLifeRaker"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 28503", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableClawClawsOfTheHawk"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 15614", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableClawClawsOfTheMagpie"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 54791", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableClawClawsOfTheFalcon"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 56648", statOrderKey = "1276,7544", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableDaggerAddersTouch"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 32227", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableDaggerFromTheShadows"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 1405", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableDaggerBackstabbing"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 8920", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableDaggerFlaying"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 36490", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableDaggerNightstalker"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 56276", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandTempestBlast"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 63207", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandFusillade"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 16243", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandDisintegration"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 52031", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandElderPower"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 41476", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandWandslinger"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 22972", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableWandPrismWeave"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 63944", statOrderKey = "1325,7544", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldTestudo"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 44207", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldRetaliation"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 12878", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldDeflection"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 15437", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldDefiance"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 49538", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldCommandOfSteel"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 57900", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldAggresiveBastion"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 861", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldSantuary"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 20832", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldSafeguard"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 6967", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeNotableShieldArcaneSantuary"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 46904", statOrderKey = "2102,7544", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeWeaponQuality1"] = { type = "Spawn", tier = 1, "+8% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, - ["WeaponTreeWeaponQuality2"] = { type = "Spawn", tier = 2, "+12% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 45, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, - ["WeaponTreeWeaponQuality3"] = { type = "Spawn", tier = 3, "+16% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 60, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, - ["WeaponTreeFireDoTMultiplierReducedFireResistance1"] = { type = "Spawn", tier = 1, "+12% to Fire Damage over Time Multiplier", "-15% to Fire Resistance", statOrderKey = "1116,1485", statOrder = { 1116, 1485 }, level = 12, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeFireDoTMultiplierReducedFireResistance2"] = { type = "Spawn", tier = 2, "+16% to Fire Damage over Time Multiplier", "-15% to Fire Resistance", statOrderKey = "1116,1485", statOrder = { 1116, 1485 }, level = 75, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeFireDoTMultiplierReducedFireResistance2h1"] = { type = "Spawn", tier = 1, "+24% to Fire Damage over Time Multiplier", "-30% to Fire Resistance", statOrderKey = "1116,1485", statOrder = { 1116, 1485 }, level = 12, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeFireDoTMultiplierReducedFireResistance2h2"] = { type = "Spawn", tier = 2, "+32% to Fire Damage over Time Multiplier", "-30% to Fire Resistance", statOrderKey = "1116,1485", statOrder = { 1116, 1485 }, level = 75, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeColdDoTMultiplierReducedColdResisatance1"] = { type = "Spawn", tier = 1, "+12% to Cold Damage over Time Multiplier", "-15% to Cold Resistance", statOrderKey = "1121,1491", statOrder = { 1121, 1491 }, level = 12, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeColdDoTMultiplierReducedColdResisatance2"] = { type = "Spawn", tier = 2, "+16% to Cold Damage over Time Multiplier", "-15% to Cold Resistance", statOrderKey = "1121,1491", statOrder = { 1121, 1491 }, level = 75, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeColdDoTMultiplierReducedColdResisatance2h1"] = { type = "Spawn", tier = 1, "+24% to Cold Damage over Time Multiplier", "-30% to Cold Resistance", statOrderKey = "1121,1491", statOrder = { 1121, 1491 }, level = 12, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeColdDoTMultiplierReducedColdResisatance2h2"] = { type = "Spawn", tier = 2, "+32% to Cold Damage over Time Multiplier", "-30% to Cold Resistance", statOrderKey = "1121,1491", statOrder = { 1121, 1491 }, level = 75, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeChaosDoTMultiplierReducedChaosResistance1"] = { type = "Spawn", tier = 1, "+12% to Chaos Damage over Time Multiplier", "-15% to Chaos Resistance", statOrderKey = "1124,1500", statOrder = { 1124, 1500 }, level = 12, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2"] = { type = "Spawn", tier = 2, "+16% to Chaos Damage over Time Multiplier", "-15% to Chaos Resistance", statOrderKey = "1124,1500", statOrder = { 1124, 1500 }, level = 75, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "+24% to Chaos Damage over Time Multiplier", "-30% to Chaos Resistance", statOrderKey = "1124,1500", statOrder = { 1124, 1500 }, level = 12, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "+32% to Chaos Damage over Time Multiplier", "-30% to Chaos Resistance", statOrderKey = "1124,1500", statOrder = { 1124, 1500 }, level = 75, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm1"] = { type = "Spawn", tier = 1, "+12% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 6% of Physical Damage Reduction", statOrderKey = "1112,6640", statOrder = { 1112, 6640 }, level = 12, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2"] = { type = "Spawn", tier = 2, "+16% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 6% of Physical Damage Reduction", statOrderKey = "1112,6640", statOrder = { 1112, 6640 }, level = 75, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2h1"] = { type = "Spawn", tier = 1, "+24% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 12% of Physical Damage Reduction", statOrderKey = "1112,6640", statOrder = { 1112, 6640 }, level = 12, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2h2"] = { type = "Spawn", tier = 2, "+32% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 12% of Physical Damage Reduction", statOrderKey = "1112,6640", statOrder = { 1112, 6640 }, level = 75, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalElementalPenetrationReducedElementalResistance1"] = { type = "Spawn", tier = 1, "-8% to all Elemental Resistances", "Attacks with this Weapon Penetrate 8% Elemental Resistances", statOrderKey = "1479,3594", statOrder = { 1479, 3594 }, level = 12, group = "WeaponTreeLocalElementalPenetrationReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalElementalPenetrationReducedElementalResistance2"] = { type = "Spawn", tier = 2, "-8% to all Elemental Resistances", "Attacks with this Weapon Penetrate 10% Elemental Resistances", statOrderKey = "1479,3594", statOrder = { 1479, 3594 }, level = 75, group = "WeaponTreeLocalElementalPenetrationReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalChaosPenetrationReducedChaosResistance1"] = { type = "Spawn", tier = 1, "-13% to Chaos Resistance", "Attacks with this Weapon Penetrate 8% Chaos Resistance", statOrderKey = "1500,7321", statOrder = { 1500, 7321 }, level = 12, group = "WeaponTreeLocalChaosPenetrationReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalChaosPenetrationReducedChaosResistance2"] = { type = "Spawn", tier = 2, "-13% to Chaos Resistance", "Attacks with this Weapon Penetrate 10% Chaos Resistance", statOrderKey = "1500,7321", statOrder = { 1500, 7321 }, level = 75, group = "WeaponTreeLocalChaosPenetrationReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect1"] = { type = "Spawn", tier = 1, "10% reduced Area of Effect", "25% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrderKey = "1739,4458", statOrder = { 1739, 4458 }, level = 10, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2"] = { type = "Spawn", tier = 2, "10% reduced Area of Effect", "30% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrderKey = "1739,4458", statOrder = { 1739, 4458 }, level = 65, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Area of Effect", "50% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrderKey = "1739,4458", statOrder = { 1739, 4458 }, level = 10, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Area of Effect", "60% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrderKey = "1739,4458", statOrder = { 1739, 4458 }, level = 65, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently1"] = { type = "Spawn", tier = 1, "20% increased Area of Effect", "10% reduced Area of Effect if you've Killed Recently", statOrderKey = "1739,4049", statOrder = { 1739, 4049 }, level = 10, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2"] = { type = "Spawn", tier = 2, "24% increased Area of Effect", "10% reduced Area of Effect if you've Killed Recently", statOrderKey = "1739,4049", statOrder = { 1739, 4049 }, level = 65, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2h1"] = { type = "Spawn", tier = 1, "32% increased Area of Effect", "20% reduced Area of Effect if you've Killed Recently", statOrderKey = "1739,4049", statOrder = { 1739, 4049 }, level = 10, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2h2"] = { type = "Spawn", tier = 2, "40% increased Area of Effect", "20% reduced Area of Effect if you've Killed Recently", statOrderKey = "1739,4049", statOrder = { 1739, 4049 }, level = 65, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeProjectileSpeedReducedProjectileDamage1"] = { type = "Spawn", tier = 1, "25% increased Projectile Speed", "15% reduced Projectile Damage", statOrderKey = "1655,1850", statOrder = { 1655, 1850 }, level = 10, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeProjectileSpeedReducedProjectileDamage2"] = { type = "Spawn", tier = 2, "35% increased Projectile Speed", "15% reduced Projectile Damage", statOrderKey = "1655,1850", statOrder = { 1655, 1850 }, level = 65, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeProjectileSpeedReducedProjectileDamage2h1"] = { type = "Spawn", tier = 1, "40% increased Projectile Speed", "30% reduced Projectile Damage", statOrderKey = "1655,1850", statOrder = { 1655, 1850 }, level = 10, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeProjectileSpeedReducedProjectileDamage2h2"] = { type = "Spawn", tier = 2, "55% increased Projectile Speed", "30% reduced Projectile Damage", statOrderKey = "1655,1850", statOrder = { 1655, 1850 }, level = 65, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeArrowsChainChainingRange2h"] = { type = "MergeOnly", tier = 1, "Arrows Chain +1 times", "50% reduced Chaining range", statOrderKey = "1647,5073", statOrder = { 1647, 5073 }, level = 84, group = "WeaponTreeArrowsChainChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeChainingRange1"] = { type = "Spawn", tier = 1, "20% increased Chaining range", statOrderKey = "5073", statOrder = { 5073 }, level = 38, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeChainingRange2"] = { type = "Spawn", tier = 2, "30% increased Chaining range", statOrderKey = "5073", statOrder = { 5073 }, level = 78, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeChainingRange2h1"] = { type = "Spawn", tier = 1, "40% increased Chaining range", statOrderKey = "5073", statOrder = { 5073 }, level = 38, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeChainingRange2h2"] = { type = "Spawn", tier = 2, "60% increased Chaining range", statOrderKey = "5073", statOrder = { 5073 }, level = 78, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeAdditionalPierce1"] = { type = "Spawn", tier = 1, "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 78, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, - ["WeaponTreeAdditionalPierce2h1"] = { type = "Spawn", tier = 1, "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 16, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, - ["WeaponTreeAdditionalPierce2h2"] = { type = "Spawn", tier = 2, "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 78, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, - ["WeaponTreeForkExtraProjectileChance1"] = { type = "Spawn", tier = 1, "Projectiles have 30% chance for an additional Projectile when Forking", statOrderKey = "5266", statOrder = { 5266 }, level = 32, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeForkExtraProjectileChance2"] = { type = "Spawn", tier = 2, "Projectiles have 40% chance for an additional Projectile when Forking", statOrderKey = "5266", statOrder = { 5266 }, level = 78, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeForkExtraProjectileChance2h1"] = { type = "Spawn", tier = 1, "Projectiles have 50% chance for an additional Projectile when Forking", statOrderKey = "5266", statOrder = { 5266 }, level = 32, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeForkExtraProjectileChance2h2"] = { type = "Spawn", tier = 2, "Projectiles have 75% chance for an additional Projectile when Forking", statOrderKey = "5266", statOrder = { 5266 }, level = 78, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, - ["WeaponTreeMarkEffectIncreasedMarkCost1"] = { type = "Spawn", tier = 1, "15% increased Effect of your Marks", "100% increased Mana Cost of Mark Skills", statOrderKey = "2449,8460", statOrder = { 2449, 8460 }, level = 24, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeMarkEffectIncreasedMarkCost2"] = { type = "Spawn", tier = 2, "20% increased Effect of your Marks", "100% increased Mana Cost of Mark Skills", statOrderKey = "2449,8460", statOrder = { 2449, 8460 }, level = 76, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeMarkEffectIncreasedMarkCost2h1"] = { type = "Spawn", tier = 1, "30% increased Effect of your Marks", "200% increased Mana Cost of Mark Skills", statOrderKey = "2449,8460", statOrder = { 2449, 8460 }, level = 24, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeMarkEffectIncreasedMarkCost2h2"] = { type = "Spawn", tier = 2, "40% increased Effect of your Marks", "200% increased Mana Cost of Mark Skills", statOrderKey = "2449,8460", statOrder = { 2449, 8460 }, level = 76, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect1"] = { type = "Spawn", tier = 1, "15% reduced Effect of your Marks", "6% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrderKey = "2449,6283", statOrder = { 2449, 6283 }, level = 24, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2"] = { type = "Spawn", tier = 2, "15% reduced Effect of your Marks", "10% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrderKey = "2449,6283", statOrder = { 2449, 6283 }, level = 76, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of your Marks", "12% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrderKey = "2449,6283", statOrder = { 2449, 6283 }, level = 24, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of your Marks", "20% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrderKey = "2449,6283", statOrder = { 2449, 6283 }, level = 76, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy"] = { type = "Spawn", tier = 1, "25% less Accuracy Rating against Marked Enemy", "Culling Strike against Marked Enemy", statOrderKey = "4282,5567", statOrder = { 4282, 5567 }, level = 80, group = "WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy2h"] = { type = "Spawn", tier = 2, "15% less Accuracy Rating against Marked Enemy", "Culling Strike against Marked Enemy", statOrderKey = "4282,5567", statOrder = { 4282, 5567 }, level = 80, group = "WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, - ["WeaponTreeLocalWeaponRange1"] = { type = "Spawn", tier = 1, "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "WeaponTreeLocalWeaponRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeLocalWeaponRange2"] = { type = "Spawn", tier = 2, "+0.3 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 50, group = "WeaponTreeLocalWeaponRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeLeechAndSpeed1"] = { type = "Spawn", tier = 1, "30% increased total Recovery per second from Life Leech", "0.5% of Attack Damage Leeched as Life", statOrderKey = "2011,7419", statOrder = { 2011, 7419 }, level = 12, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeLeechAndSpeed2"] = { type = "Spawn", tier = 2, "30% increased total Recovery per second from Life Leech", "0.8% of Attack Damage Leeched as Life", statOrderKey = "2011,7419", statOrder = { 2011, 7419 }, level = 64, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "60% increased total Recovery per second from Life Leech", "1% of Attack Damage Leeched as Life", statOrderKey = "2011,7419", statOrder = { 2011, 7419 }, level = 12, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "60% increased total Recovery per second from Life Leech", "1.6% of Attack Damage Leeched as Life", statOrderKey = "2011,7419", statOrder = { 2011, 7419 }, level = 64, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaLeechAndSpeed1"] = { type = "Spawn", tier = 1, "30% increased total Recovery per second from Mana Leech", "0.5% of Attack Damage Leeched as Mana", statOrderKey = "2012,7422", statOrder = { 2012, 7422 }, level = 12, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaLeechAndSpeed2"] = { type = "Spawn", tier = 2, "30% increased total Recovery per second from Mana Leech", "0.8% of Attack Damage Leeched as Mana", statOrderKey = "2012,7422", statOrder = { 2012, 7422 }, level = 64, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "60% increased total Recovery per second from Mana Leech", "1% of Attack Damage Leeched as Mana", statOrderKey = "2012,7422", statOrder = { 2012, 7422 }, level = 12, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "60% increased total Recovery per second from Mana Leech", "1.6% of Attack Damage Leeched as Mana", statOrderKey = "2012,7422", statOrder = { 2012, 7422 }, level = 64, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellEnergyShieldLeechAndSpeed1"] = { type = "Spawn", tier = 1, "0.5% of Spell Damage Leeched as Energy Shield", "30% increased total Recovery per second from Energy Shield Leech", statOrderKey = "1581,2013", statOrder = { 1581, 2013 }, level = 12, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellEnergyShieldLeechAndSpeed2"] = { type = "Spawn", tier = 2, "0.8% of Spell Damage Leeched as Energy Shield", "30% increased total Recovery per second from Energy Shield Leech", statOrderKey = "1581,2013", statOrder = { 1581, 2013 }, level = 64, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellEnergyShieldLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "1% of Spell Damage Leeched as Energy Shield", "60% increased total Recovery per second from Energy Shield Leech", statOrderKey = "1581,2013", statOrder = { 1581, 2013 }, level = 12, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellEnergyShieldLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "1.6% of Spell Damage Leeched as Energy Shield", "60% increased total Recovery per second from Energy Shield Leech", statOrderKey = "1581,2013", statOrder = { 1581, 2013 }, level = 64, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeMaxLifeLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 70, group = "WeaponTreeMaxLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeMaxLifeLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 70, group = "WeaponTreeMaxLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeMaxManaLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Mana Recovery per second from Leech", statOrderKey = "1592", statOrder = { 1592 }, level = 70, group = "WeaponTreeMaxManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeMaxManaLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Mana Recovery per second from Leech", statOrderKey = "1592", statOrder = { 1592 }, level = 70, group = "WeaponTreeMaxManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["WeaponTreeMaxEnergyShieldLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 70, group = "WeaponTreeMaxEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeMaxEnergyShieldLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 70, group = "WeaponTreeMaxEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeOnHitReducedManaOnHit1"] = { type = "Spawn", tier = 1, "Grants 15 Life per Enemy Hit", "Removes 2 of your Mana per Enemy Hit", statOrderKey = "1597,1604", statOrder = { 1597, 1604 }, level = 5, group = "WeaponTreeLocalLifeOnHitReducedManaOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeLocalLifeOnHitReducedManaOnHit2"] = { type = "Spawn", tier = 2, "Grants 25 Life per Enemy Hit", "Removes 2 of your Mana per Enemy Hit", statOrderKey = "1597,1604", statOrder = { 1597, 1604 }, level = 68, group = "WeaponTreeLocalLifeOnHitReducedManaOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaOnHitReducedLifeOnHit1"] = { type = "Spawn", tier = 1, "Removes 4 of your Life per Enemy Hit", "Grants 6 Mana per Enemy Hit", statOrderKey = "1597,1604", statOrder = { 1597, 1604 }, level = 5, group = "WeaponTreeLocalManaOnHitReducedLifeOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeLocalManaOnHitReducedLifeOnHit2"] = { type = "Spawn", tier = 2, "Removes 4 of your Life per Enemy Hit", "Grants 8 Mana per Enemy Hit", statOrderKey = "1597,1604", statOrder = { 1597, 1604 }, level = 68, group = "WeaponTreeLocalManaOnHitReducedLifeOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed1"] = { type = "Spawn", tier = 1, "5% reduced Movement Speed", "20% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "1657,4211", statOrder = { 1657, 4211 }, level = 12, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2"] = { type = "Spawn", tier = 2, "5% reduced Movement Speed", "30% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "1657,4211", statOrder = { 1657, 4211 }, level = 76, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2h1"] = { type = "Spawn", tier = 1, "10% reduced Movement Speed", "40% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "1657,4211", statOrder = { 1657, 4211 }, level = 12, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2h2"] = { type = "Spawn", tier = 2, "10% reduced Movement Speed", "60% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "1657,4211", statOrder = { 1657, 4211 }, level = 76, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedTravelSkillsDisabled1"] = { type = "Spawn", tier = 1, "8% increased Movement Speed", "Your Travel Skills are Disabled", statOrderKey = "1657,9881", statOrder = { 1657, 9881 }, level = 12, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedTravelSkillsDisabled2"] = { type = "Spawn", tier = 2, "12% increased Movement Speed", "Your Travel Skills are Disabled", statOrderKey = "1657,9881", statOrder = { 1657, 9881 }, level = 76, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedTravelSkillsDisabled2h1"] = { type = "Spawn", tier = 1, "14% increased Movement Speed", "Your Travel Skills are Disabled", statOrderKey = "1657,9881", statOrder = { 1657, 9881 }, level = 12, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedTravelSkillsDisabled2h2"] = { type = "Spawn", tier = 2, "18% increased Movement Speed", "Your Travel Skills are Disabled", statOrderKey = "1657,9881", statOrder = { 1657, 9881 }, level = 76, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Arcane Surge on you", "10% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "3129,6250", statOrder = { 3129, 6250 }, level = 20, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Arcane Surge on you", "10% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "3129,6250", statOrder = { 3129, 6250 }, level = 80, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Arcane Surge on you", "15% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "3129,6250", statOrder = { 3129, 6250 }, level = 20, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Arcane Surge on you", "15% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "3129,6250", statOrder = { 3129, 6250 }, level = 80, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "20% increased Effect of Arcane Surge on you", "Buffs on you expire 10% faster", statOrderKey = "3129,4974", statOrder = { 3129, 4974 }, level = 20, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "25% increased Effect of Arcane Surge on you", "Buffs on you expire 10% faster", statOrderKey = "3129,4974", statOrder = { 3129, 4974 }, level = 80, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "40% increased Effect of Arcane Surge on you", "Buffs on you expire 20% faster", statOrderKey = "3129,4974", statOrder = { 3129, 4974 }, level = 20, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "50% increased Effect of Arcane Surge on you", "Buffs on you expire 20% faster", statOrderKey = "3129,4974", statOrder = { 3129, 4974 }, level = 80, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "20% increased Effect of Onslaught on you", "Buffs on you expire 10% faster", statOrderKey = "3131,4974", statOrder = { 3131, 4974 }, level = 20, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "25% increased Effect of Onslaught on you", "Buffs on you expire 10% faster", statOrderKey = "3131,4974", statOrder = { 3131, 4974 }, level = 80, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "40% increased Effect of Onslaught on you", "Buffs on you expire 20% faster", statOrderKey = "3131,4974", statOrder = { 3131, 4974 }, level = 20, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "50% increased Effect of Onslaught on you", "Buffs on you expire 20% faster", statOrderKey = "3131,4974", statOrder = { 3131, 4974 }, level = 80, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Onslaught on you", "10% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3131,3220", statOrder = { 3131, 3220 }, level = 20, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Onslaught on you", "15% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3131,3220", statOrder = { 3131, 3220 }, level = 80, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Onslaught on you", "20% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3131,3220", statOrder = { 3131, 3220 }, level = 20, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Onslaught on you", "30% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3131,3220", statOrder = { 3131, 3220 }, level = 80, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "10% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrderKey = "3218,4974", statOrder = { 3218, 4974 }, level = 20, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "15% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrderKey = "3218,4974", statOrder = { 3218, 4974 }, level = 80, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "20% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrderKey = "3218,4974", statOrder = { 3218, 4974 }, level = 20, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "30% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrderKey = "3218,4974", statOrder = { 3218, 4974 }, level = 80, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreePhasingOnKillReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "10% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrderKey = "3302,4974", statOrder = { 3302, 4974 }, level = 20, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "15% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrderKey = "3302,4974", statOrder = { 3302, 4974 }, level = 80, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "20% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrderKey = "3302,4974", statOrder = { 3302, 4974 }, level = 20, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "30% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrderKey = "3302,4974", statOrder = { 3302, 4974 }, level = 80, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun1"] = { type = "Spawn", tier = 1, "15% reduced Enemy Stun Threshold with this Weapon", "20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit", statOrderKey = "2348,2618", statOrder = { 2348, 2618 }, level = 15, group = "WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun2"] = { type = "Spawn", tier = 2, "25% reduced Enemy Stun Threshold with this Weapon", "20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit", statOrderKey = "2348,2618", statOrder = { 2348, 2618 }, level = 74, group = "WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeDoubleStunDurationEnemyStunThreshold1"] = { type = "Spawn", tier = 1, "15% increased Enemy Stun Threshold", "16% chance to double Stun Duration", statOrderKey = "1378,3400", statOrder = { 1378, 3400 }, level = 15, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleStunDurationEnemyStunThreshold2"] = { type = "Spawn", tier = 2, "15% increased Enemy Stun Threshold", "24% chance to double Stun Duration", statOrderKey = "1378,3400", statOrder = { 1378, 3400 }, level = 74, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleStunDurationEnemyStunThreshold2h1"] = { type = "Spawn", tier = 1, "30% increased Enemy Stun Threshold", "35% chance to double Stun Duration", statOrderKey = "1378,3400", statOrder = { 1378, 3400 }, level = 15, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleStunDurationEnemyStunThreshold2h2"] = { type = "Spawn", tier = 2, "30% increased Enemy Stun Threshold", "45% chance to double Stun Duration", statOrderKey = "1378,3400", statOrder = { 1378, 3400 }, level = 74, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration1"] = { type = "Spawn", tier = 1, "30% reduced Fortification Duration", "Melee Hits which Stun have 15% chance to Fortify", statOrderKey = "2117,5267", statOrder = { 2117, 5267 }, level = 32, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2"] = { type = "Spawn", tier = 2, "30% reduced Fortification Duration", "Melee Hits which Stun have 20% chance to Fortify", statOrderKey = "2117,5267", statOrder = { 2117, 5267 }, level = 78, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2h1"] = { type = "Spawn", tier = 1, "30% reduced Fortification Duration", "Melee Hits which Stun have 30% chance to Fortify", statOrderKey = "2117,5267", statOrder = { 2117, 5267 }, level = 32, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2h2"] = { type = "Spawn", tier = 2, "30% reduced Fortification Duration", "Melee Hits which Stun have 40% chance to Fortify", statOrderKey = "2117,5267", statOrder = { 2117, 5267 }, level = 78, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["WeaponTreeSkillEffectDurationReducedCooldownRecovery1"] = { type = "Spawn", tier = 1, "15% increased Skill Effect Duration", "10% reduced Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2"] = { type = "Spawn", tier = 2, "20% increased Skill Effect Duration", "10% reduced Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2h1"] = { type = "Spawn", tier = 1, "30% increased Skill Effect Duration", "20% reduced Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2h2"] = { type = "Spawn", tier = 2, "40% increased Skill Effect Duration", "20% reduced Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration1"] = { type = "Spawn", tier = 1, "10% reduced Skill Effect Duration", "10% increased Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2"] = { type = "Spawn", tier = 2, "10% reduced Skill Effect Duration", "15% increased Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2h1"] = { type = "Spawn", tier = 1, "10% reduced Skill Effect Duration", "20% increased Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2h2"] = { type = "Spawn", tier = 2, "10% reduced Skill Effect Duration", "25% increased Cooldown Recovery Rate", statOrderKey = "1754,4716", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect1"] = { type = "Spawn", tier = 1, "Flasks applied to you have 10% reduced Effect", "40% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2591,3231", statOrder = { 2591, 3231 }, level = 25, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2"] = { type = "Spawn", tier = 2, "Flasks applied to you have 10% reduced Effect", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2591,3231", statOrder = { 2591, 3231 }, level = 75, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2h1"] = { type = "Spawn", tier = 1, "Flasks applied to you have 10% reduced Effect", "80% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2591,3231", statOrder = { 2591, 3231 }, level = 25, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2h2"] = { type = "Spawn", tier = 2, "Flasks applied to you have 10% reduced Effect", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "2591,3231", statOrder = { 2591, 3231 }, level = 75, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskEffectReducedFlaskChargesGained1"] = { type = "Spawn", tier = 1, "15% reduced Flask Charges gained", "Flasks applied to you have 8% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 12, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskEffectReducedFlaskChargesGained2"] = { type = "Spawn", tier = 2, "15% reduced Flask Charges gained", "Flasks applied to you have 10% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 70, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskEffectReducedFlaskChargesGained2h1"] = { type = "Spawn", tier = 1, "20% reduced Flask Charges gained", "Flasks applied to you have 12% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 12, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFlaskEffectReducedFlaskChargesGained2h2"] = { type = "Spawn", tier = 2, "20% reduced Flask Charges gained", "Flasks applied to you have 15% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 70, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect1"] = { type = "Spawn", tier = 1, "10% reduced Effect of your Curses", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrderKey = "2447,9813", statOrder = { 2447, 9813 }, level = 24, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2"] = { type = "Spawn", tier = 2, "10% reduced Effect of your Curses", "Your Curses have 30% increased Effect if 50% of Curse Duration expired", statOrderKey = "2447,9813", statOrder = { 2447, 9813 }, level = 75, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2h1"] = { type = "Spawn", tier = 1, "15% reduced Effect of your Curses", "Your Curses have 35% increased Effect if 50% of Curse Duration expired", statOrderKey = "2447,9813", statOrder = { 2447, 9813 }, level = 24, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2h2"] = { type = "Spawn", tier = 2, "15% reduced Effect of your Curses", "Your Curses have 50% increased Effect if 50% of Curse Duration expired", statOrderKey = "2447,9813", statOrder = { 2447, 9813 }, level = 75, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf1"] = { type = "Spawn", tier = 1, "15% increased Effect of Curses on you", "8% increased Effect of your Curses", statOrderKey = "2024,2447", statOrder = { 2024, 2447 }, level = 24, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2"] = { type = "Spawn", tier = 2, "15% increased Effect of Curses on you", "10% increased Effect of your Curses", statOrderKey = "2024,2447", statOrder = { 2024, 2447 }, level = 75, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2h1"] = { type = "Spawn", tier = 1, "25% increased Effect of Curses on you", "12% increased Effect of your Curses", statOrderKey = "2024,2447", statOrder = { 2024, 2447 }, level = 24, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2h2"] = { type = "Spawn", tier = 2, "25% increased Effect of Curses on you", "15% increased Effect of your Curses", statOrderKey = "2024,2447", statOrder = { 2024, 2447 }, level = 75, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseDurationReducedCurseAreaOfEffect1"] = { type = "Spawn", tier = 1, "20% reduced Area of Effect of Hex Skills", "Hex Skills have 40% increased Skill Effect Duration", statOrderKey = "2078,6615", statOrder = { 2078, 6615 }, level = 24, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2"] = { type = "Spawn", tier = 2, "20% reduced Area of Effect of Hex Skills", "Hex Skills have 50% increased Skill Effect Duration", statOrderKey = "2078,6615", statOrder = { 2078, 6615 }, level = 75, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2h1"] = { type = "Spawn", tier = 1, "30% reduced Area of Effect of Hex Skills", "Hex Skills have 80% increased Skill Effect Duration", statOrderKey = "2078,6615", statOrder = { 2078, 6615 }, level = 24, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2h2"] = { type = "Spawn", tier = 2, "30% reduced Area of Effect of Hex Skills", "Hex Skills have 100% increased Skill Effect Duration", statOrderKey = "2078,6615", statOrder = { 2078, 6615 }, level = 75, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeQuiverModEffect2h1"] = { type = "Spawn", tier = 1, "15% increased bonuses gained from Equipped Quiver", statOrderKey = "9049", statOrder = { 9049 }, level = 36, group = "WeaponTreeQuiverModEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeQuiverModEffect2h2"] = { type = "Spawn", tier = 2, "20% increased bonuses gained from Equipped Quiver", statOrderKey = "9049", statOrder = { 9049 }, level = 85, group = "WeaponTreeQuiverModEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeMineDetonateTwiceChance1"] = { type = "Spawn", tier = 1, "15% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 10% chance to be Detonated an Additional Time", statOrderKey = "7620,8554", statOrder = { 7620, 8554 }, level = 1, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineDetonateTwiceChance2"] = { type = "Spawn", tier = 2, "15% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 14% chance to be Detonated an Additional Time", statOrderKey = "7620,8554", statOrder = { 7620, 8554 }, level = 60, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineDetonateTwiceChance2h1"] = { type = "Spawn", tier = 1, "25% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 16% chance to be Detonated an Additional Time", statOrderKey = "7620,8554", statOrder = { 7620, 8554 }, level = 1, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineDetonateTwiceChance2h2"] = { type = "Spawn", tier = 2, "25% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 20% chance to be Detonated an Additional Time", statOrderKey = "7620,8554", statOrder = { 7620, 8554 }, level = 60, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineAuraEffect1"] = { type = "Spawn", tier = 1, "Skills used by Mines have 40% reduced Area of Effect", "25% increased Effect of Auras from Mines", statOrderKey = "8550,8552", statOrder = { 8550, 8552 }, level = 1, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineAuraEffect2"] = { type = "Spawn", tier = 2, "Skills used by Mines have 40% reduced Area of Effect", "40% increased Effect of Auras from Mines", statOrderKey = "8550,8552", statOrder = { 8550, 8552 }, level = 60, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineAuraEffect2h1"] = { type = "Spawn", tier = 1, "Skills used by Mines have 60% reduced Area of Effect", "50% increased Effect of Auras from Mines", statOrderKey = "8550,8552", statOrder = { 8550, 8552 }, level = 1, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeMineAuraEffect2h2"] = { type = "Spawn", tier = 2, "Skills used by Mines have 60% reduced Area of Effect", "70% increased Effect of Auras from Mines", statOrderKey = "8550,8552", statOrder = { 8550, 8552 }, level = 60, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapThrowingSpeed1"] = { type = "Spawn", tier = 1, "40% reduced Trap Trigger Area of Effect", "12% increased Trap Throwing Speed", statOrderKey = "1782,1784", statOrder = { 1782, 1784 }, level = 1, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapThrowingSpeed2"] = { type = "Spawn", tier = 2, "40% reduced Trap Trigger Area of Effect", "16% increased Trap Throwing Speed", statOrderKey = "1782,1784", statOrder = { 1782, 1784 }, level = 60, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapThrowingSpeed2h1"] = { type = "Spawn", tier = 1, "60% reduced Trap Trigger Area of Effect", "18% increased Trap Throwing Speed", statOrderKey = "1782,1784", statOrder = { 1782, 1784 }, level = 1, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapThrowingSpeed2h2"] = { type = "Spawn", tier = 2, "60% reduced Trap Trigger Area of Effect", "25% increased Trap Throwing Speed", statOrderKey = "1782,1784", statOrder = { 1782, 1784 }, level = 60, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapsThrowInACircle"] = { type = "Spawn", tier = 1, "25% reduced Trap Spread", "Traps from Skills are thrown randomly around targeted location", statOrderKey = "9641,9810", statOrder = { 9641, 9810 }, level = 1, group = "WeaponTreeTrapsThrowInACircle", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTrapsThrowInACircle2h"] = { type = "Spawn", tier = 1, "25% reduced Trap Spread", "Traps from Skills are thrown randomly around targeted location", statOrderKey = "9641,9810", statOrder = { 9641, 9810 }, level = 60, group = "WeaponTreeTrapsThrowInACircle", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandAreaOfEffectAtLowDuration1"] = { type = "Spawn", tier = 1, "Brands have 25% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 20% reduced Duration", statOrderKey = "4965,9288", statOrder = { 4965, 9288 }, level = 12, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandAreaOfEffectAtLowDuration2"] = { type = "Spawn", tier = 2, "Brands have 40% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 20% reduced Duration", statOrderKey = "4965,9288", statOrder = { 4965, 9288 }, level = 60, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandAreaOfEffectAtLowDuration2h1"] = { type = "Spawn", tier = 1, "Brands have 45% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 30% reduced Duration", statOrderKey = "4965,9288", statOrder = { 4965, 9288 }, level = 12, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandAreaOfEffectAtLowDuration2h2"] = { type = "Spawn", tier = 2, "Brands have 60% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 30% reduced Duration", statOrderKey = "4965,9288", statOrder = { 4965, 9288 }, level = 60, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandSearchRange1"] = { type = "Spawn", tier = 1, "Brand Recall has 40% reduced Cooldown Recovery Rate", "40% increased Brand Attachment range", statOrderKey = "9289,9293", statOrder = { 9289, 9293 }, level = 12, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandSearchRange2"] = { type = "Spawn", tier = 2, "Brand Recall has 40% reduced Cooldown Recovery Rate", "60% increased Brand Attachment range", statOrderKey = "9289,9293", statOrder = { 9289, 9293 }, level = 60, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandSearchRange2h1"] = { type = "Spawn", tier = 1, "Brand Recall has 60% reduced Cooldown Recovery Rate", "75% increased Brand Attachment range", statOrderKey = "9289,9293", statOrder = { 9289, 9293 }, level = 12, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeBrandSearchRange2h2"] = { type = "Spawn", tier = 2, "Brand Recall has 60% reduced Cooldown Recovery Rate", "100% increased Brand Attachment range", statOrderKey = "9289,9293", statOrder = { 9289, 9293 }, level = 60, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemChanceToSpawnTwo1"] = { type = "Spawn", tier = 1, "15% reduced Totem Placement speed", "Skills that would Summon a Totem have 25% chance to Summon two Totems instead", statOrderKey = "2429,5311", statOrder = { 2429, 5311 }, level = 4, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemChanceToSpawnTwo2"] = { type = "Spawn", tier = 2, "15% reduced Totem Placement speed", "Skills that would Summon a Totem have 40% chance to Summon two Totems instead", statOrderKey = "2429,5311", statOrder = { 2429, 5311 }, level = 60, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemChanceToSpawnTwo2h1"] = { type = "Spawn", tier = 1, "25% reduced Totem Placement speed", "Skills that would Summon a Totem have 50% chance to Summon two Totems instead", statOrderKey = "2429,5311", statOrder = { 2429, 5311 }, level = 4, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemChanceToSpawnTwo2h2"] = { type = "Spawn", tier = 2, "25% reduced Totem Placement speed", "Skills that would Summon a Totem have 70% chance to Summon two Totems instead", statOrderKey = "2429,5311", statOrder = { 2429, 5311 }, level = 60, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemExplodeOnDeath1"] = { type = "Spawn", tier = 1, "15% reduced Totem Life", "Totems Explode on Death, dealing 10% of their Life as Physical Damage", statOrderKey = "1633,9627", statOrder = { 1633, 9627 }, level = 4, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemExplodeOnDeath2"] = { type = "Spawn", tier = 2, "15% reduced Totem Life", "Totems Explode on Death, dealing 15% of their Life as Physical Damage", statOrderKey = "1633,9627", statOrder = { 1633, 9627 }, level = 60, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemExplodeOnDeath2h1"] = { type = "Spawn", tier = 1, "25% reduced Totem Life", "Totems Explode on Death, dealing 20% of their Life as Physical Damage", statOrderKey = "1633,9627", statOrder = { 1633, 9627 }, level = 4, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeTotemExplodeOnDeath2h2"] = { type = "Spawn", tier = 2, "25% reduced Totem Life", "Totems Explode on Death, dealing 30% of their Life as Physical Damage", statOrderKey = "1633,9627", statOrder = { 1633, 9627 }, level = 60, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeUnaffectedByChillWhileChannelling"] = { type = "Spawn", tier = 1, "30% increased Effect of Chill on you", "Unaffected by Chill while Channelling", statOrderKey = "1504,9676", statOrder = { 1504, 9676 }, level = 1, group = "WeaponTreeUnaffectedByChillWhileChannelling", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "two_hand_weapon", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeUnaffectedByShockWhileChannelling"] = { type = "Spawn", tier = 1, "30% increased Effect of Shock on you", "Unaffected by Shock while Channelling", statOrderKey = "9269,9696", statOrder = { 9269, 9696 }, level = 1, group = "WeaponTreeUnaffectedByShockWhileChannelling", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "two_hand_weapon", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeWarcryBuffEffect1"] = { type = "Spawn", tier = 1, "20% increased Warcry Buff Effect", "Warcry Skills have 20% reduced Area of Effect", statOrderKey = "9770,9778", statOrder = { 9770, 9778 }, level = 10, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryBuffEffect2"] = { type = "Spawn", tier = 2, "30% increased Warcry Buff Effect", "Warcry Skills have 20% reduced Area of Effect", statOrderKey = "9770,9778", statOrder = { 9770, 9778 }, level = 60, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryBuffEffect2h1"] = { type = "Spawn", tier = 1, "35% increased Warcry Buff Effect", "Warcry Skills have 30% reduced Area of Effect", statOrderKey = "9770,9778", statOrder = { 9770, 9778 }, level = 10, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryBuffEffect2h2"] = { type = "Spawn", tier = 2, "50% increased Warcry Buff Effect", "Warcry Skills have 30% reduced Area of Effect", statOrderKey = "9770,9778", statOrder = { 9770, 9778 }, level = 60, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryDamagePerWarcryUsedRecently1"] = { type = "Spawn", tier = 1, "30% reduced Damage", "25% increased Damage for each time you've Warcried Recently", statOrderKey = "1058,5640", statOrder = { 1058, 5640 }, level = 10, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryDamagePerWarcryUsedRecently2"] = { type = "Spawn", tier = 2, "30% reduced Damage", "40% increased Damage for each time you've Warcried Recently", statOrderKey = "1058,5640", statOrder = { 1058, 5640 }, level = 60, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryDamagePerWarcryUsedRecently2h1"] = { type = "Spawn", tier = 1, "50% reduced Damage", "40% increased Damage for each time you've Warcried Recently", statOrderKey = "1058,5640", statOrder = { 1058, 5640 }, level = 10, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeWarcryDamagePerWarcryUsedRecently2h2"] = { type = "Spawn", tier = 2, "50% reduced Damage", "60% increased Damage for each time you've Warcried Recently", statOrderKey = "1058,5640", statOrder = { 1058, 5640 }, level = 60, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WeaponTreeScorchChanceCannotIgnite1"] = { type = "Spawn", tier = 1, "6% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1881,2411", statOrder = { 1881, 2411 }, level = 25, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeScorchChanceCannotIgnite2"] = { type = "Spawn", tier = 2, "10% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1881,2411", statOrder = { 1881, 2411 }, level = 68, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeScorchChanceCannotIgnite2h1"] = { type = "Spawn", tier = 1, "12% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1881,2411", statOrder = { 1881, 2411 }, level = 25, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeScorchChanceCannotIgnite2h2"] = { type = "Spawn", tier = 2, "20% chance to Scorch Enemies", "Cannot inflict Ignite", statOrderKey = "1881,2411", statOrder = { 1881, 2411 }, level = 68, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeBrittleChanceCannotFreezeChill1"] = { type = "Spawn", tier = 1, "6% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1884,2413", statOrder = { 1884, 2413 }, level = 25, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeBrittleChanceCannotFreezeChill2"] = { type = "Spawn", tier = 2, "10% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1884,2413", statOrder = { 1884, 2413 }, level = 68, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeBrittleChanceCannotFreezeChill2h1"] = { type = "Spawn", tier = 1, "12% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1884,2413", statOrder = { 1884, 2413 }, level = 25, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeBrittleChanceCannotFreezeChill2h2"] = { type = "Spawn", tier = 2, "20% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrderKey = "1884,2413", statOrder = { 1884, 2413 }, level = 68, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSapChanceCannotShock1"] = { type = "Spawn", tier = 1, "6% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1888,2414", statOrder = { 1888, 2414 }, level = 25, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSapChanceCannotShock2"] = { type = "Spawn", tier = 2, "10% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1888,2414", statOrder = { 1888, 2414 }, level = 68, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSapChanceCannotShock2h1"] = { type = "Spawn", tier = 1, "12% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1888,2414", statOrder = { 1888, 2414 }, level = 25, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSapChanceCannotShock2h2"] = { type = "Spawn", tier = 2, "20% chance to Sap Enemies", "Cannot inflict Shock", statOrderKey = "1888,2414", statOrder = { 1888, 2414 }, level = 68, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeFireExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Fire Exposure on Hit", "25% chance to be inflicted with Fire Exposure when you take Fire Damage from a Hit", statOrderKey = "4734,6749", statOrder = { 4734, 6749 }, level = 34, group = "WeaponTreeFireExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeColdExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Cold Exposure on Hit", "25% chance to be inflicted with Cold Exposure when you take Cold Damage from a Hit", statOrderKey = "4733,6748", statOrder = { 4733, 6748 }, level = 34, group = "WeaponTreeColdExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeLightningExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Lightning Exposure on Hit", "25% chance to be inflicted with Lightning Exposure when you take Lightning Damage from a Hit", statOrderKey = "4735,6750", statOrder = { 4735, 6750 }, level = 34, group = "WeaponTreeLightningExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeAllExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Fire, Cold, and Lightning Exposure on Hit", "25% chance to be inflicted with a random Exposure when you take Elemental Damage from a Hit", statOrderKey = "6740,6751", statOrder = { 6740, 6751 }, level = 75, group = "WeaponTreeAllExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeWitherOnHitChance1"] = { type = "Spawn", tier = 1, "6% chance to inflict Withered for 2 seconds on Hit", "25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrderKey = "4227,6752", statOrder = { 4227, 6752 }, level = 38, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWitherOnHitChance2"] = { type = "Spawn", tier = 2, "10% chance to inflict Withered for 2 seconds on Hit", "25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrderKey = "4227,6752", statOrder = { 4227, 6752 }, level = 76, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWitherOnHitChance2h1"] = { type = "Spawn", tier = 1, "10% chance to inflict Withered for 2 seconds on Hit", "50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrderKey = "4227,6752", statOrder = { 4227, 6752 }, level = 38, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWitherOnHitChance2h2"] = { type = "Spawn", tier = 2, "15% chance to inflict Withered for 2 seconds on Hit", "50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrderKey = "4227,6752", statOrder = { 4227, 6752 }, level = 76, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeOverwhelm1"] = { type = "Spawn", tier = 1, "Overwhelm 15% Physical Damage Reduction", "Hits against you Overwhelm 5% of Physical Damage Reduction", statOrderKey = "2824,6640", statOrder = { 2824, 6640 }, level = 20, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeOverwhelm2"] = { type = "Spawn", tier = 2, "Overwhelm 20% Physical Damage Reduction", "Hits against you Overwhelm 5% of Physical Damage Reduction", statOrderKey = "2824,6640", statOrder = { 2824, 6640 }, level = 68, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeOverwhelm2h1"] = { type = "Spawn", tier = 1, "Overwhelm 24% Physical Damage Reduction", "Hits against you Overwhelm 10% of Physical Damage Reduction", statOrderKey = "2824,6640", statOrder = { 2824, 6640 }, level = 25, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeOverwhelm2h2"] = { type = "Spawn", tier = 2, "Overwhelm 32% Physical Damage Reduction", "Hits against you Overwhelm 10% of Physical Damage Reduction", statOrderKey = "2824,6640", statOrder = { 2824, 6640 }, level = 68, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeStunDuration1"] = { type = "Spawn", tier = 1, "30% increased Stun Duration on Enemies", "15% increased Stun Duration on you", statOrderKey = "1722,4004", statOrder = { 1722, 4004 }, level = 1, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeStunDuration2"] = { type = "Spawn", tier = 2, "40% increased Stun Duration on Enemies", "20% increased Stun Duration on you", statOrderKey = "1722,4004", statOrder = { 1722, 4004 }, level = 45, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeStunDuration2h1"] = { type = "Spawn", tier = 1, "60% increased Stun Duration on Enemies", "30% increased Stun Duration on you", statOrderKey = "1722,4004", statOrder = { 1722, 4004 }, level = 1, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeStunDuration2h2"] = { type = "Spawn", tier = 2, "80% increased Stun Duration on Enemies", "40% increased Stun Duration on you", statOrderKey = "1722,4004", statOrder = { 1722, 4004 }, level = 45, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFreezeDuration1"] = { type = "Spawn", tier = 1, "20% increased Freeze Duration on Enemies", "15% increased Freeze Duration on you", statOrderKey = "1717,1733", statOrder = { 1717, 1733 }, level = 1, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeFreezeDuration2"] = { type = "Spawn", tier = 2, "30% increased Freeze Duration on Enemies", "20% increased Freeze Duration on you", statOrderKey = "1717,1733", statOrder = { 1717, 1733 }, level = 45, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeFreezeDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Freeze Duration on Enemies", "30% increased Freeze Duration on you", statOrderKey = "1717,1733", statOrder = { 1717, 1733 }, level = 1, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeFreezeDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Freeze Duration on Enemies", "40% increased Freeze Duration on you", statOrderKey = "1717,1733", statOrder = { 1717, 1733 }, level = 45, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeIgniteDuration1"] = { type = "Spawn", tier = 1, "20% increased Ignite Duration on Enemies", "15% increased Ignite Duration on you", statOrderKey = "1718,1734", statOrder = { 1718, 1734 }, level = 1, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeIgniteDuration2"] = { type = "Spawn", tier = 2, "30% increased Ignite Duration on Enemies", "20% increased Ignite Duration on you", statOrderKey = "1718,1734", statOrder = { 1718, 1734 }, level = 45, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeIgniteDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Ignite Duration on Enemies", "30% increased Ignite Duration on you", statOrderKey = "1718,1734", statOrder = { 1718, 1734 }, level = 1, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeIgniteDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Ignite Duration on Enemies", "40% increased Ignite Duration on you", statOrderKey = "1718,1734", statOrder = { 1718, 1734 }, level = 45, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeBleedDuration1"] = { type = "Spawn", tier = 1, "20% increased Bleeding Duration", "15% increased Bleed Duration on you", statOrderKey = "4706,9222", statOrder = { 4706, 9222 }, level = 1, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeBleedDuration2"] = { type = "Spawn", tier = 2, "30% increased Bleeding Duration", "20% increased Bleed Duration on you", statOrderKey = "4706,9222", statOrder = { 4706, 9222 }, level = 45, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeBleedDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Bleeding Duration", "30% increased Bleed Duration on you", statOrderKey = "4706,9222", statOrder = { 4706, 9222 }, level = 1, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeBleedDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Bleeding Duration", "40% increased Bleed Duration on you", statOrderKey = "4706,9222", statOrder = { 4706, 9222 }, level = 45, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreePoisonDuration1"] = { type = "Spawn", tier = 1, "10% increased Poison Duration", "15% increased Poison Duration on you", statOrderKey = "3009,9230", statOrder = { 3009, 9230 }, level = 1, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreePoisonDuration2"] = { type = "Spawn", tier = 2, "15% increased Poison Duration", "20% increased Poison Duration on you", statOrderKey = "3009,9230", statOrder = { 3009, 9230 }, level = 45, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreePoisonDuration2h1"] = { type = "Spawn", tier = 1, "18% increased Poison Duration", "30% increased Poison Duration on you", statOrderKey = "3009,9230", statOrder = { 3009, 9230 }, level = 1, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreePoisonDuration2h2"] = { type = "Spawn", tier = 2, "24% increased Poison Duration", "40% increased Poison Duration on you", statOrderKey = "3009,9230", statOrder = { 3009, 9230 }, level = 45, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChillEffect1"] = { type = "Spawn", tier = 1, "15% increased Effect of Chill on you", "30% increased Effect of Chill", statOrderKey = "1504,5355", statOrder = { 1504, 5355 }, level = 1, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeChillEffect2"] = { type = "Spawn", tier = 2, "20% increased Effect of Chill on you", "40% increased Effect of Chill", statOrderKey = "1504,5355", statOrder = { 1504, 5355 }, level = 45, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeChillEffect2h1"] = { type = "Spawn", tier = 1, "30% increased Effect of Chill on you", "60% increased Effect of Chill", statOrderKey = "1504,5355", statOrder = { 1504, 5355 }, level = 1, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChillEffect2h2"] = { type = "Spawn", tier = 2, "40% increased Effect of Chill on you", "80% increased Effect of Chill", statOrderKey = "1504,5355", statOrder = { 1504, 5355 }, level = 45, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeShockEffect1"] = { type = "Spawn", tier = 1, "30% increased Effect of Shock", "15% increased Effect of Shock on you", statOrderKey = "9258,9269", statOrder = { 9258, 9269 }, level = 1, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeShockEffect2"] = { type = "Spawn", tier = 2, "40% increased Effect of Shock", "20% increased Effect of Shock on you", statOrderKey = "9258,9269", statOrder = { 9258, 9269 }, level = 45, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeShockEffect2h1"] = { type = "Spawn", tier = 1, "60% increased Effect of Shock", "30% increased Effect of Shock on you", statOrderKey = "9258,9269", statOrder = { 9258, 9269 }, level = 1, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeShockEffect2h2"] = { type = "Spawn", tier = 2, "80% increased Effect of Shock", "40% increased Effect of Shock on you", statOrderKey = "9258,9269", statOrder = { 9258, 9269 }, level = 45, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeImpaleEffect1"] = { type = "Spawn", tier = 1, "10% increased Impale Effect", "Attack Hits against you have 15% chance to Impale", statOrderKey = "6715,9097", statOrder = { 6715, 9097 }, level = 1, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 75, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeImpaleEffect2"] = { type = "Spawn", tier = 2, "15% increased Impale Effect", "Attack Hits against you have 20% chance to Impale", statOrderKey = "6715,9097", statOrder = { 6715, 9097 }, level = 45, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 75, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeImpaleEffect2h1"] = { type = "Spawn", tier = 1, "18% increased Impale Effect", "Attack Hits against you have 30% chance to Impale", statOrderKey = "6715,9097", statOrder = { 6715, 9097 }, level = 1, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeImpaleEffect2h2"] = { type = "Spawn", tier = 2, "24% increased Impale Effect", "Attack Hits against you have 40% chance to Impale", statOrderKey = "6715,9097", statOrder = { 6715, 9097 }, level = 45, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, - ["WeaponTreeLocalReducedAttributeRequirements1"] = { type = "Spawn", tier = 1, "20% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "WeaponTreeLocalAttributeRequirements", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 1000 }, modTags = { }, }, - ["WeaponTreeLocalReducedAttributeRequirements2"] = { type = "Spawn", tier = 2, "30% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 1, group = "WeaponTreeLocalAttributeRequirements", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 1000 }, modTags = { }, }, - ["WeaponTreeDexterityAndNoInherentBonusFromDexterity1"] = { type = "Spawn", tier = 1, "+60 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrderKey = "1045,1869", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2"] = { type = "Spawn", tier = 2, "+80 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrderKey = "1045,1869", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2h1"] = { type = "Spawn", tier = 1, "+90 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrderKey = "1045,1869", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2h2"] = { type = "Spawn", tier = 2, "+120 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrderKey = "1045,1869", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence1"] = { type = "Spawn", tier = 1, "+60 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrderKey = "1046,1870", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2"] = { type = "Spawn", tier = 2, "+80 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrderKey = "1046,1870", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2h1"] = { type = "Spawn", tier = 1, "+90 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrderKey = "1046,1870", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2h2"] = { type = "Spawn", tier = 2, "+120 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrderKey = "1046,1870", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeStrengthAndNoInherentBonusFromStrength1"] = { type = "Spawn", tier = 1, "+60 to Strength", "Gain no inherent bonuses from Strength", statOrderKey = "1044,1871", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeStrengthAndNoInherentBonusFromStrength2"] = { type = "Spawn", tier = 2, "+80 to Strength", "Gain no inherent bonuses from Strength", statOrderKey = "1044,1871", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeStrengthAndNoInherentBonusFromStrength2h1"] = { type = "Spawn", tier = 1, "+90 to Strength", "Gain no inherent bonuses from Strength", statOrderKey = "1044,1871", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "mace", "two_hand_weapon", "default", }, weightVal = { 0, 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeStrengthAndNoInherentBonusFromStrength2h2"] = { type = "Spawn", tier = 2, "+120 to Strength", "Gain no inherent bonuses from Strength", statOrderKey = "1044,1871", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "mace", "two_hand_weapon", "default", }, weightVal = { 0, 200, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndIntelligence1"] = { type = "Spawn", tier = 1, "4% increased Dexterity", "4% increased Intelligence", statOrderKey = "1052,1053", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndIntelligence2"] = { type = "Spawn", tier = 2, "6% increased Dexterity", "6% increased Intelligence", statOrderKey = "1052,1053", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndIntelligence2h1"] = { type = "Spawn", tier = 1, "6% increased Dexterity", "6% increased Intelligence", statOrderKey = "1052,1053", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndIntelligence2h2"] = { type = "Spawn", tier = 2, "10% increased Dexterity", "10% increased Intelligence", statOrderKey = "1052,1053", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndStrength1"] = { type = "Spawn", tier = 1, "4% increased Strength", "4% increased Dexterity", statOrderKey = "1051,1052", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndStrength2"] = { type = "Spawn", tier = 2, "6% increased Strength", "6% increased Dexterity", statOrderKey = "1051,1052", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndStrength2h1"] = { type = "Spawn", tier = 1, "6% increased Strength", "6% increased Dexterity", statOrderKey = "1051,1052", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePercentDexterityAndStrength2h2"] = { type = "Spawn", tier = 2, "10% increased Strength", "10% increased Dexterity", statOrderKey = "1051,1052", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePercentStrengthAndIntelligence1"] = { type = "Spawn", tier = 1, "4% increased Strength", "4% increased Intelligence", statOrderKey = "1051,1053", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentStrengthAndIntelligence2"] = { type = "Spawn", tier = 2, "6% increased Strength", "6% increased Intelligence", statOrderKey = "1051,1053", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreePercentStrengthAndIntelligence2h1"] = { type = "Spawn", tier = 1, "6% increased Strength", "6% increased Intelligence", statOrderKey = "1051,1053", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePercentStrengthAndIntelligence2h2"] = { type = "Spawn", tier = 2, "10% increased Strength", "10% increased Intelligence", statOrderKey = "1051,1053", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedIfLowDexterity1"] = { type = "Spawn", tier = 1, "8% increased Movement Speed if Dexterity is below 100", statOrderKey = "8712", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedIfLowDexterity2"] = { type = "Spawn", tier = 2, "12% increased Movement Speed if Dexterity is below 100", statOrderKey = "8712", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedIfLowDexterity2h1"] = { type = "Spawn", tier = 1, "14% increased Movement Speed if Dexterity is below 100", statOrderKey = "8712", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedIfLowDexterity2h2"] = { type = "Spawn", tier = 2, "20% increased Movement Speed if Dexterity is below 100", statOrderKey = "8712", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfLowIntelligence1"] = { type = "Spawn", tier = 1, "14% increased Area of Effect if Intelligence is below 100", statOrderKey = "4452", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfLowIntelligence2"] = { type = "Spawn", tier = 2, "20% increased Area of Effect if Intelligence is below 100", statOrderKey = "4452", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfLowIntelligence2h1"] = { type = "Spawn", tier = 1, "24% increased Area of Effect if Intelligence is below 100", statOrderKey = "4452", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectIfLowIntelligence2h2"] = { type = "Spawn", tier = 2, "32% increased Area of Effect if Intelligence is below 100", statOrderKey = "4452", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleDamageChanceIfLowStrength1"] = { type = "Spawn", tier = 1, "6% chance to deal Double Damage if Strength is below 100", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleDamageChanceIfLowStrength2"] = { type = "Spawn", tier = 2, "10% chance to deal Double Damage if Strength is below 100", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleDamageChanceIfLowStrength2h1"] = { type = "Spawn", tier = 1, "12% chance to deal Double Damage if Strength is below 100", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeDoubleDamageChanceIfLowStrength2h2"] = { type = "Spawn", tier = 2, "16% chance to deal Double Damage if Strength is below 100", statOrderKey = "5821", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, - ["WeaponTreeModEffectMinion1"] = { type = "Spawn", tier = 1, "10% increased Explicit Minion Modifier magnitudes", statOrderKey = "36", statOrder = { 36 }, level = 1, group = "WeaponTreeModEffectMinion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeModEffectMinion2"] = { type = "Spawn", tier = 2, "15% increased Explicit Minion Modifier magnitudes", statOrderKey = "36", statOrder = { 36 }, level = 65, group = "WeaponTreeModEffectMinion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeModEffectElementalDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Elemental Damage Modifier magnitudes", statOrderKey = "35", statOrder = { 35 }, level = 1, group = "WeaponTreeModEffectElementalDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectElementalDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Elemental Damage Modifier magnitudes", statOrderKey = "35", statOrder = { 35 }, level = 65, group = "WeaponTreeModEffectElementalDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectPhysicalAndChaosDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Physical and Chaos Damage Modifier magnitudes", statOrderKey = "37", statOrder = { 37 }, level = 1, group = "WeaponTreeModEffectPhysicalAndChaosDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectPhysicalAndChaosDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Physical and Chaos Damage Modifier magnitudes", statOrderKey = "37", statOrder = { 37 }, level = 65, group = "WeaponTreeModEffectPhysicalAndChaosDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectCasterDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Caster Damage Modifier magnitudes", statOrderKey = "22", statOrder = { 22 }, level = 1, group = "WeaponTreeModEffectCasterDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectCasterDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Caster Damage Modifier magnitudes", statOrderKey = "22", statOrder = { 22 }, level = 65, group = "WeaponTreeModEffectCasterDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectCritical1"] = { type = "Spawn", tier = 1, "10% increased Explicit Critical Modifier magnitudes", statOrderKey = "25", statOrder = { 25 }, level = 1, group = "WeaponTreeModEffectCritical", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectCritical2"] = { type = "Spawn", tier = 2, "15% increased Explicit Critical Modifier magnitudes", statOrderKey = "25", statOrder = { 25 }, level = 65, group = "WeaponTreeModEffectCritical", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectSpeed1"] = { type = "Spawn", tier = 1, "10% increased Explicit Speed Modifier magnitudes", statOrderKey = "34", statOrder = { 34 }, level = 1, group = "WeaponTreeModEffectSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectSpeed2"] = { type = "Spawn", tier = 2, "15% increased Explicit Speed Modifier magnitudes", statOrderKey = "34", statOrder = { 34 }, level = 65, group = "WeaponTreeModEffectSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, - ["WeaponTreeModEffectMana1"] = { type = "Spawn", tier = 1, "10% increased Explicit Mana Modifier magnitudes", statOrderKey = "31", statOrder = { 31 }, level = 1, group = "WeaponTreeModEffectMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectMana2"] = { type = "Spawn", tier = 2, "15% increased Explicit Mana Modifier magnitudes", statOrderKey = "31", statOrder = { 31 }, level = 65, group = "WeaponTreeModEffectMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectLife1"] = { type = "Spawn", tier = 1, "10% increased Explicit Life Modifier magnitudes", statOrderKey = "29", statOrder = { 29 }, level = 1, group = "WeaponTreeModEffectLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectLife2"] = { type = "Spawn", tier = 2, "15% increased Explicit Life Modifier magnitudes", statOrderKey = "29", statOrder = { 29 }, level = 65, group = "WeaponTreeModEffectLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectDefence1"] = { type = "Spawn", tier = 1, "10% increased Explicit Defence Modifier magnitudes", statOrderKey = "27", statOrder = { 27 }, level = 1, group = "WeaponTreeModEffectDefence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectDefence2"] = { type = "Spawn", tier = 2, "15% increased Explicit Defence Modifier magnitudes", statOrderKey = "27", statOrder = { 27 }, level = 65, group = "WeaponTreeModEffectDefence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectResistance1"] = { type = "Spawn", tier = 1, "10% increased Explicit Resistance Modifier magnitudes", statOrderKey = "33", statOrder = { 33 }, level = 1, group = "WeaponTreeModEffectResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectResistance2"] = { type = "Spawn", tier = 2, "15% increased Explicit Resistance Modifier magnitudes", statOrderKey = "33", statOrder = { 33 }, level = 65, group = "WeaponTreeModEffectResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeModEffectAttributes1"] = { type = "Spawn", tier = 1, "10% increased Explicit Attribute Modifier magnitudes", statOrderKey = "21", statOrder = { 21 }, level = 1, group = "WeaponTreeModEffectAttributes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 150 }, modTags = { }, }, - ["WeaponTreeModEffectAttributes2"] = { type = "Spawn", tier = 2, "15% increased Explicit Attribute Modifier magnitudes", statOrderKey = "21", statOrder = { 21 }, level = 65, group = "WeaponTreeModEffectAttributes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 150 }, modTags = { }, }, - ["WeaponTreeChargeDuration1"] = { type = "Spawn", tier = 1, "50% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 24, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeDuration2"] = { type = "Spawn", tier = 2, "65% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 55, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeDuration3"] = { type = "Spawn", tier = 3, "80% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 78, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeDuration2h1"] = { type = "Spawn", tier = 1, "100% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 24, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeDuration2h2"] = { type = "Spawn", tier = 2, "120% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 55, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeDuration2h3"] = { type = "Spawn", tier = 3, "140% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 78, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit1"] = { type = "Spawn", tier = 1, "5% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 24, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit2"] = { type = "Spawn", tier = 2, "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 55, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit3"] = { type = "Spawn", tier = 3, "15% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 78, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit2h1"] = { type = "Spawn", tier = 1, "15% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 24, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit2h2"] = { type = "Spawn", tier = 2, "20% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 55, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeStealChargesOnHit2h3"] = { type = "Spawn", tier = 3, "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrderKey = "2837", statOrder = { 2837 }, level = 78, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeChargeOnKill"] = { type = "Spawn", tier = 1, "75% reduced Endurance, Frenzy and Power Charge Duration", "Gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "2870,3448", statOrder = { 2870, 3448 }, level = 70, group = "WeaponTreeRandomChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 200 }, modTags = { }, }, - ["WeaponTreeFrenzyChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Frenzy Charge Duration", "Gain a Frenzy Charge on Kill", statOrderKey = "1981,2480", statOrder = { 1981, 2480 }, level = 30, group = "WeaponTreeFrenzyChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, - ["WeaponTreePowerChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Power Charge Duration", "Gain a Power Charge on Kill", statOrderKey = "1996,2482", statOrder = { 1996, 2482 }, level = 30, group = "WeaponTreePowerChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, - ["WeaponTreeEnduranceChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Endurance Charge Duration", "Gain an Endurance Charge on Kill", statOrderKey = "1979,2478", statOrder = { 1979, 2478 }, level = 30, group = "WeaponTreeEnduranceChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, - ["WeaponTreeMinimumFrenzyAndPowerCharges"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "+1 to Minimum Frenzy Charges", "+1 to Minimum Power Charges", statOrderKey = "1663,1667,1672", statOrder = { 1663, 1667, 1672 }, level = 30, group = "WeaponTreeMinimumChargesFrenzyAndPower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumFrenzyAndPowerCharges2H"] = { type = "Spawn", tier = 1, "-2 to Maximum Endurance Charges", "+2 to Minimum Frenzy Charges", "+2 to Minimum Power Charges", statOrderKey = "1663,1667,1672", statOrder = { 1663, 1667, 1672 }, level = 30, group = "WeaponTreeMinimumChargesFrenzyAndPower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumPowerAndEnduranceCharges"] = { type = "Spawn", tier = 1, "+1 to Minimum Endurance Charges", "-1 to Maximum Frenzy Charges", "+1 to Minimum Power Charges", statOrderKey = "1662,1668,1672", statOrder = { 1662, 1668, 1672 }, level = 30, group = "WeaponTreeMinimumChargesPowerAndEndurance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumPowerAndEnduranceCharges2H"] = { type = "Spawn", tier = 1, "+2 to Minimum Endurance Charges", "-2 to Maximum Frenzy Charges", "+2 to Minimum Power Charges", statOrderKey = "1662,1668,1672", statOrder = { 1662, 1668, 1672 }, level = 30, group = "WeaponTreeMinimumChargesPowerAndEndurance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumEnduranceAndFrenzyCharges"] = { type = "Spawn", tier = 1, "+1 to Minimum Endurance Charges", "+1 to Minimum Frenzy Charges", "-1 to Maximum Power Charges", statOrderKey = "1662,1667,1673", statOrder = { 1662, 1667, 1673 }, level = 30, group = "WeaponTreeMinimumChargesEnduranceAndFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumEnduranceAndFrenzyCharges2H"] = { type = "Spawn", tier = 1, "+2 to Minimum Endurance Charges", "+2 to Minimum Frenzy Charges", "-2 to Maximum Power Charges", statOrderKey = "1662,1667,1673", statOrder = { 1662, 1667, 1673 }, level = 30, group = "WeaponTreeMinimumChargesEnduranceAndFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, - ["WeaponTreeMinimumAllCharges"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance, Frenzy and Power Charges", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "8485,8590", statOrder = { 8485, 8590 }, level = 30, group = "WeaponTreeAllMinimumCharges", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeMinimumAllCharges2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance, Frenzy and Power Charges", "+2 to Minimum Endurance, Frenzy and Power Charges", statOrderKey = "8485,8590", statOrder = { 8485, 8590 }, level = 30, group = "WeaponTreeAllMinimumCharges", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFrenzyCharges"] = { type = "MergeOnly", tier = 1, "-1 to Maximum Endurance Charges", "+1 to Maximum Frenzy Charges", "-1 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeMaximumFrenzyCharges2H"] = { type = "MergeOnly", tier = 1, "-2 to Maximum Endurance Charges", "+2 to Maximum Frenzy Charges", "-2 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMaximumPowerCharges"] = { type = "MergeOnly", tier = 1, "-1 to Maximum Endurance Charges", "-1 to Maximum Frenzy Charges", "+1 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeMaximumPowerCharges2H"] = { type = "MergeOnly", tier = 1, "-2 to Maximum Endurance Charges", "-2 to Maximum Frenzy Charges", "+2 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMaximumEnduranceCharges"] = { type = "MergeOnly", tier = 1, "+1 to Maximum Endurance Charges", "-1 to Maximum Frenzy Charges", "-1 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeMaximumEnduranceCharges2H"] = { type = "MergeOnly", tier = 1, "+2 to Maximum Endurance Charges", "-2 to Maximum Frenzy Charges", "-2 to Maximum Power Charges", statOrderKey = "1663,1668,1673", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedPerFrenzyCharge"] = { type = "Spawn", tier = 1, "4% increased Movement Speed per Frenzy Charge", "-1 to Maximum Frenzy Charges", statOrderKey = "1661,1668", statOrder = { 1661, 1668 }, level = 50, group = "WeaponTreeMovementSpeedPerFrenzyCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeMovementSpeedPerFrenzyCharge2H"] = { type = "Spawn", tier = 1, "6% increased Movement Speed per Frenzy Charge", "-1 to Maximum Frenzy Charges", statOrderKey = "1661,1668", statOrder = { 1661, 1668 }, level = 50, group = "WeaponTreeMovementSpeedPerFrenzyCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryPerPowerCharge"] = { type = "Spawn", tier = 1, "-1 to Maximum Power Charges", "4% increased Cooldown Recovery Rate per Power Charge", statOrderKey = "1673,5453", statOrder = { 1673, 5453 }, level = 50, group = "WeaponTreeCooldownRecoveryPerPowerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeCooldownRecoveryPerPowerCharge2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Power Charges", "6% increased Cooldown Recovery Rate per Power Charge", statOrderKey = "1673,5453", statOrder = { 1673, 5453 }, level = 50, group = "WeaponTreeCooldownRecoveryPerPowerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectPerEnduranceCharge"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "8% increased Area of Effect per Endurance Charge", statOrderKey = "1663,4462", statOrder = { 1663, 4462 }, level = 50, group = "WeaponTreeAreaOfEffectPerEnduranceCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeAreaOfEffectPerEnduranceCharge2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "12% increased Area of Effect per Endurance Charge", statOrderKey = "1663,4462", statOrder = { 1663, 4462 }, level = 50, group = "WeaponTreeAreaOfEffectPerEnduranceCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDamagePerCharge"] = { type = "Spawn", tier = 1, "15% increased Damage per Endurance, Frenzy or Power Charge", "-1 to Maximum Endurance, Frenzy and Power Charges", statOrderKey = "5637,8485", statOrder = { 5637, 8485 }, level = 70, group = "WeaponTreeDamagePerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeDamagePerCharge2H"] = { type = "Spawn", tier = 1, "25% increased Damage per Endurance, Frenzy or Power Charge", "-1 to Maximum Endurance, Frenzy and Power Charges", statOrderKey = "5637,8485", statOrder = { 5637, 8485 }, level = 70, group = "WeaponTreeDamagePerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeRampage1"] = { type = "MergeOnly", tier = 1, "Rampage", statOrderKey = "9919", statOrder = { 9919 }, level = 86, group = "WeaponTreeSimulatedRampage", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Agony has 25% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 16, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Agony has 35% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 56, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Agony has 45% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 82, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Agony has 50% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 16, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Agony has 70% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 56, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAgonyEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Agony has 90% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrderKey = "6590,6593", statOrder = { 6590, 6593 }, level = 82, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 25% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 16, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 35% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 56, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 45% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 82, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 50% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 16, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 70% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 56, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfAshEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 90% increased Buff Effect", statOrderKey = "3862,6594", statOrder = { 3862, 6594 }, level = 82, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 25% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 16, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 35% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 56, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 45% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 82, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 50% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 16, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 70% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 56, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfIceEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 90% increased Buff Effect", statOrderKey = "3863,6598", statOrder = { 3863, 6598 }, level = 82, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Purity has 25% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 16, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Purity has 35% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 56, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Purity has 45% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 82, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Purity has 50% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 16, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Purity has 70% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 56, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfPurityEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Purity has 90% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrderKey = "6602,6606", statOrder = { 6602, 6606 }, level = 82, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 25% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 16, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 35% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 56, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 45% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 82, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 50% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 16, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 70% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 56, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHeraldOfLightningEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 90% increased Buff Effect", statOrderKey = "3864,6608", statOrder = { 3864, 6608 }, level = 82, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation1"] = { type = "Spawn", tier = 1, "Anger has 20% increased Aura Effect", "Anger has 25% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 24, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation2"] = { type = "Spawn", tier = 2, "Anger has 25% increased Aura Effect", "Anger has 25% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 56, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation3"] = { type = "Spawn", tier = 3, "Anger has 30% increased Aura Effect", "Anger has 25% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 82, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Anger has 40% increased Aura Effect", "Anger has 50% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 24, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Anger has 50% increased Aura Effect", "Anger has 50% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 56, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeAngerEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Anger has 60% increased Aura Effect", "Anger has 50% increased Reservation", statOrderKey = "3196,3257", statOrder = { 3196, 3257 }, level = 82, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation1"] = { type = "Spawn", tier = 1, "Wrath has 20% increased Aura Effect", "Wrath has 25% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 24, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation2"] = { type = "Spawn", tier = 2, "Wrath has 25% increased Aura Effect", "Wrath has 25% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 56, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation3"] = { type = "Spawn", tier = 3, "Wrath has 30% increased Aura Effect", "Wrath has 25% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 82, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Wrath has 40% increased Aura Effect", "Wrath has 50% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 24, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Wrath has 50% increased Aura Effect", "Wrath has 50% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 56, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeWrathEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Wrath has 60% increased Aura Effect", "Wrath has 50% increased Reservation", statOrderKey = "3201,3874", statOrder = { 3201, 3874 }, level = 82, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation1"] = { type = "Spawn", tier = 1, "Hatred has 20% increased Aura Effect", "Hatred has 25% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 24, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation2"] = { type = "Spawn", tier = 2, "Hatred has 25% increased Aura Effect", "Hatred has 25% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 56, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation3"] = { type = "Spawn", tier = 3, "Hatred has 30% increased Aura Effect", "Hatred has 25% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 82, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Hatred has 40% increased Aura Effect", "Hatred has 50% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 24, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Hatred has 50% increased Aura Effect", "Hatred has 50% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 56, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHatredEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Hatred has 60% increased Aura Effect", "Hatred has 50% increased Reservation", statOrderKey = "3206,3866", statOrder = { 3206, 3866 }, level = 82, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDeterminationEffectAndReservation1"] = { type = "Spawn", tier = 1, "Determination has 20% increased Aura Effect", "Determination has 25% increased Reservation", statOrderKey = "3207,3868", statOrder = { 3207, 3868 }, level = 24, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDeterminationEffectAndReservation2"] = { type = "Spawn", tier = 2, "Determination has 25% increased Aura Effect", "Determination has 25% increased Reservation", statOrderKey = "3207,3868", statOrder = { 3207, 3868 }, level = 56, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDeterminationEffectAndReservation3"] = { type = "Spawn", tier = 3, "Determination has 30% increased Aura Effect", "Determination has 25% increased Reservation", statOrderKey = "3207,3868", statOrder = { 3207, 3868 }, level = 82, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDisciplineEffectAndReservation1"] = { type = "Spawn", tier = 1, "Discipline has 20% increased Aura Effect", "Discipline has 25% increased Reservation", statOrderKey = "3208,3869", statOrder = { 3208, 3869 }, level = 24, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDisciplineEffectAndReservation2"] = { type = "Spawn", tier = 2, "Discipline has 25% increased Aura Effect", "Discipline has 25% increased Reservation", statOrderKey = "3208,3869", statOrder = { 3208, 3869 }, level = 56, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeDisciplineEffectAndReservation3"] = { type = "Spawn", tier = 3, "Discipline has 30% increased Aura Effect", "Discipline has 25% increased Reservation", statOrderKey = "3208,3869", statOrder = { 3208, 3869 }, level = 82, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeGraceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Grace has 20% increased Aura Effect", "Grace has 25% increased Reservation", statOrderKey = "3203,3875", statOrder = { 3203, 3875 }, level = 24, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeGraceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Grace has 25% increased Aura Effect", "Grace has 25% increased Reservation", statOrderKey = "3203,3875", statOrder = { 3203, 3875 }, level = 56, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeGraceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Grace has 30% increased Aura Effect", "Grace has 25% increased Reservation", statOrderKey = "3203,3875", statOrder = { 3203, 3875 }, level = 82, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation1"] = { type = "Spawn", tier = 1, "Zealotry has 20% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 24, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation2"] = { type = "Spawn", tier = 2, "Zealotry has 25% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 56, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation3"] = { type = "Spawn", tier = 3, "Zealotry has 30% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 82, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Zealotry has 40% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 24, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Zealotry has 50% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 56, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeZealotryEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Zealotry has 60% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrderKey = "9899,9902", statOrder = { 9899, 9902 }, level = 82, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation1"] = { type = "Spawn", tier = 1, "Pride has 20% increased Aura Effect", "Pride has 25% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 24, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation2"] = { type = "Spawn", tier = 2, "Pride has 25% increased Aura Effect", "Pride has 25% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 56, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation3"] = { type = "Spawn", tier = 3, "Pride has 30% increased Aura Effect", "Pride has 25% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 82, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Pride has 40% increased Aura Effect", "Pride has 50% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 24, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Pride has 50% increased Aura Effect", "Pride has 50% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 56, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePrideEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Pride has 60% increased Aura Effect", "Pride has 50% increased Reservation", statOrderKey = "8988,8994", statOrder = { 8988, 8994 }, level = 82, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfFireEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Fire has 20% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrderKey = "3198,3871", statOrder = { 3198, 3871 }, level = 24, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfFireEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Fire has 25% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrderKey = "3198,3871", statOrder = { 3198, 3871 }, level = 56, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfFireEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Fire has 30% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrderKey = "3198,3871", statOrder = { 3198, 3871 }, level = 82, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfIceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Ice has 20% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrderKey = "3199,3867", statOrder = { 3199, 3867 }, level = 24, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfIceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Ice has 25% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrderKey = "3199,3867", statOrder = { 3199, 3867 }, level = 56, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfIceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Ice has 30% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrderKey = "3199,3867", statOrder = { 3199, 3867 }, level = 82, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfLightningEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Lightning has 20% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrderKey = "3200,3872", statOrder = { 3200, 3872 }, level = 24, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfLightningEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Lightning has 25% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrderKey = "3200,3872", statOrder = { 3200, 3872 }, level = 56, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfLightningEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Lightning has 30% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrderKey = "3200,3872", statOrder = { 3200, 3872 }, level = 82, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfElementsEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Elements has 20% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrderKey = "3197,3870", statOrder = { 3197, 3870 }, level = 24, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfElementsEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Elements has 25% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrderKey = "3197,3870", statOrder = { 3197, 3870 }, level = 56, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePurityOfElementsEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Elements has 30% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrderKey = "3197,3870", statOrder = { 3197, 3870 }, level = 82, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Malevolence has 20% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 24, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Malevolence has 25% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 56, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Malevolence has 30% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 82, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Malevolence has 40% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 24, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Malevolence has 50% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 56, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeMalevolenceEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Malevolence has 60% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrderKey = "5725,5726", statOrder = { 5725, 5726 }, level = 82, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation1"] = { type = "Spawn", tier = 1, "Haste has 20% increased Aura Effect", "Haste has 25% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 24, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation2"] = { type = "Spawn", tier = 2, "Haste has 25% increased Aura Effect", "Haste has 25% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 56, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation3"] = { type = "Spawn", tier = 3, "Haste has 30% increased Aura Effect", "Haste has 25% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 82, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Haste has 40% increased Aura Effect", "Haste has 50% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 24, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Haste has 50% increased Aura Effect", "Haste has 50% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 56, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreeHasteEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Haste has 60% increased Aura Effect", "Haste has 50% increased Reservation", statOrderKey = "3204,3876", statOrder = { 3204, 3876 }, level = 82, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation1"] = { type = "Spawn", tier = 1, "Precision has 20% increased Aura Effect", "Precision has 25% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 8, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation2"] = { type = "Spawn", tier = 2, "Precision has 25% increased Aura Effect", "Precision has 25% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 56, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation3"] = { type = "Spawn", tier = 3, "Precision has 30% increased Aura Effect", "Precision has 25% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 82, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Precision has 40% increased Aura Effect", "Precision has 50% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 8, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Precision has 50% increased Aura Effect", "Precision has 50% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 56, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, - ["WeaponTreePrecisionEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Precision has 60% increased Aura Effect", "Precision has 50% increased Reservation", statOrderKey = "3205,8985", statOrder = { 3205, 8985 }, level = 82, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation1"] = { type = "Spawn", tier = 1, "Banner Skills have 20% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 8, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation2"] = { type = "Spawn", tier = 2, "Banner Skills have 25% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 56, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation3"] = { type = "Spawn", tier = 3, "Banner Skills have 30% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 82, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Banner Skills have 40% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 8, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Banner Skills have 50% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 56, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, - ["WeaponTreeBannerEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Banner Skills have 60% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrderKey = "3202,4686", statOrder = { 3202, 4686 }, level = 82, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, - ["WeaponTreeSpellSuppressionSpellDamageSuppressed1"] = { type = "Spawn", tier = 1, "-5% to amount of Suppressed Spell Damage Prevented", "+20% chance to Suppress Spell Damage", statOrderKey = "1012,1014", statOrder = { 1012, 1014 }, level = 15, group = "WeaponTreeSpellSuppressionSpellDamageSuppressed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellSuppressionSpellDamageSuppressed2"] = { type = "Spawn", tier = 2, "-5% to amount of Suppressed Spell Damage Prevented", "+25% chance to Suppress Spell Damage", statOrderKey = "1012,1014", statOrder = { 1012, 1014 }, level = 60, group = "WeaponTreeSpellSuppressionSpellDamageSuppressed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageSuppressedSpellSuppression1"] = { type = "Spawn", tier = 1, "Prevent +2% of Suppressed Spell Damage", "-10% chance to Suppress Spell Damage", statOrderKey = "1012,1014", statOrder = { 1012, 1014 }, level = 15, group = "WeaponTreeSpellDamageSuppressedSpellSuppression", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellDamageSuppressedSpellSuppression2"] = { type = "Spawn", tier = 2, "Prevent +3% of Suppressed Spell Damage", "-10% chance to Suppress Spell Damage", statOrderKey = "1012,1014", statOrder = { 1012, 1014 }, level = 60, group = "WeaponTreeSpellDamageSuppressedSpellSuppression", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently1"] = { type = "Spawn", tier = 1, "+20% chance to Suppress Spell Damage", "-15% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently", statOrderKey = "1014,9417", statOrder = { 1014, 9417 }, level = 5, group = "WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently2"] = { type = "Spawn", tier = 2, "+25% chance to Suppress Spell Damage", "-18% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently", statOrderKey = "1014,9417", statOrder = { 1014, 9417 }, level = 55, group = "WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLifeOnSupress1"] = { type = "Spawn", tier = 1, "Recover 2% of Life when you Suppress Spell Damage", statOrderKey = "9105", statOrder = { 9105 }, level = 15, group = "WeaponTreeLifeOnSupress", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLifeOnSupress2"] = { type = "Spawn", tier = 2, "Recover 3% of Life when you Suppress Spell Damage", statOrderKey = "9105", statOrder = { 9105 }, level = 60, group = "WeaponTreeLifeOnSupress", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeLifeOnBlock1"] = { type = "Spawn", tier = 1, "Recover 30 Life when you Block", statOrderKey = "1619", statOrder = { 1619 }, level = 1, group = "WeaponTreeLifeOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeLifeOnBlock2"] = { type = "Spawn", tier = 2, "Recover 50 Life when you Block", statOrderKey = "1619", statOrder = { 1619 }, level = 50, group = "WeaponTreeLifeOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldOnBlock1"] = { type = "Spawn", tier = 1, "Gain 30 Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 1, group = "WeaponTreeEnergyShieldOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldOnBlock2"] = { type = "Spawn", tier = 2, "Gain 50 Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 50, group = "WeaponTreeEnergyShieldOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeManaOnBlock1"] = { type = "Spawn", tier = 1, "30 Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "WeaponTreeManaOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeManaOnBlock2"] = { type = "Spawn", tier = 2, "50 Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 50, group = "WeaponTreeManaOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeChillOnBlock1"] = { type = "Spawn", tier = 1, "50% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 1, group = "WeaponTreeChillOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeChillOnBlock2"] = { type = "Spawn", tier = 2, "Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 50, group = "WeaponTreeChillOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeShockOnBlock1"] = { type = "Spawn", tier = 1, "50% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 1, group = "WeaponTreeShockOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeShockOnBlock2"] = { type = "Spawn", tier = 2, "Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 50, group = "WeaponTreeShockOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeScorchOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to Scorch Enemies when you Block their Damage", statOrderKey = "5301", statOrder = { 5301 }, level = 30, group = "WeaponTreeScorchOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeScorchOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to Scorch Enemies when you Block their Damage", statOrderKey = "5301", statOrder = { 5301 }, level = 75, group = "WeaponTreeScorchOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeBrittleOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to inflict Brittle on Enemies when you Block their Damage", statOrderKey = "5296", statOrder = { 5296 }, level = 30, group = "WeaponTreeBrittleOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeBrittleOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to inflict Brittle on Enemies when you Block their Damage", statOrderKey = "5296", statOrder = { 5296 }, level = 75, group = "WeaponTreeBrittleOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeSapOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to Sap Enemies when you Block their Damage", statOrderKey = "5300", statOrder = { 5300 }, level = 30, group = "WeaponTreeSapOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeSapOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to Sap Enemies when you Block their Damage", statOrderKey = "5300", statOrder = { 5300 }, level = 75, group = "WeaponTreeSapOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeMaxBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+2% to maximum Chance to Block Attack Damage", "You take 5% of Damage from Blocked Hits", statOrderKey = "1843,4708", statOrder = { 1843, 4708 }, level = 45, group = "WeaponTreeMaxBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeMaxBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+3% to maximum Chance to Block Attack Damage", "You take 5% of Damage from Blocked Hits", statOrderKey = "1843,4708", statOrder = { 1843, 4708 }, level = 82, group = "WeaponTreeMaxBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeMaxSpellBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+2% to maximum Chance to Block Spell Damage", "You take 5% of Damage from Blocked Hits", statOrderKey = "1844,4708", statOrder = { 1844, 4708 }, level = 75, group = "WeaponTreeMaxSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeMaxSpellBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+3% to maximum Chance to Block Spell Damage", "You take 5% of Damage from Blocked Hits", statOrderKey = "1844,4708", statOrder = { 1844, 4708 }, level = 82, group = "WeaponTreeMaxSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAvoidIgniteChanceToBeShocked1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Ignited", "+20% chance to be Shocked", statOrderKey = "1705,2795", statOrder = { 1705, 2795 }, level = 1, group = "WeaponTreeAvoidIgniteChanceToBeShocked", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidIgniteChanceToBeShocked2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Ignited", "+20% chance to be Shocked", statOrderKey = "1705,2795", statOrder = { 1705, 2795 }, level = 60, group = "WeaponTreeAvoidIgniteChanceToBeShocked", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidFreezeChanceToBeIgnited1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Frozen", "+20% chance to be Ignited", statOrderKey = "1704,2794", statOrder = { 1704, 2794 }, level = 1, group = "WeaponTreeAvoidFreezeChanceToBeIgnited", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidFreezeChanceToBeIgnited2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Frozen", "+20% chance to be Ignited", statOrderKey = "1704,2794", statOrder = { 1704, 2794 }, level = 60, group = "WeaponTreeAvoidFreezeChanceToBeIgnited", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidShockChanceToBeFrozen1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Shocked", "+20% chance to be Frozen", statOrderKey = "1707,2793", statOrder = { 1707, 2793 }, level = 1, group = "WeaponTreeAvoidShockChanceToBeFrozen", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidShockChanceToBeFrozen2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Shocked", "+20% chance to be Frozen", statOrderKey = "1707,2793", statOrder = { 1707, 2793 }, level = 60, group = "WeaponTreeAvoidShockChanceToBeFrozen", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidBleedChanceToBePoisoned1"] = { type = "Spawn", tier = 1, "+20% chance to be Poisoned", "60% chance to Avoid Bleeding", statOrderKey = "3210,4046", statOrder = { 3210, 4046 }, level = 12, group = "WeaponTreeAvoidBleedChanceToBePoisoned", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidBleedChanceToBePoisoned2"] = { type = "Spawn", tier = 2, "+20% chance to be Poisoned", "100% chance to Avoid Bleeding", statOrderKey = "3210,4046", statOrder = { 3210, 4046 }, level = 65, group = "WeaponTreeAvoidBleedChanceToBePoisoned", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidPoisonBleedDurationOnSelf1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Poisoned", "50% increased Bleed Duration on you", statOrderKey = "1708,9222", statOrder = { 1708, 9222 }, level = 12, group = "WeaponTreeAvoidPoisonBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeAvoidPoisonBleedDurationOnSelf2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Poisoned", "50% increased Bleed Duration on you", statOrderKey = "1708,9222", statOrder = { 1708, 9222 }, level = 65, group = "WeaponTreeAvoidPoisonBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeCorruptingBloodImmunityExposureEffectOnSelf1"] = { type = "Spawn", tier = 1, "Corrupted Blood cannot be inflicted on you", "50% increased Effect of Exposure on you", statOrderKey = "5002,6056", statOrder = { 5002, 6056 }, level = 40, group = "WeaponTreeCorruptingBloodImmunityExposureEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeExposureImmunityChanceToBeMaimed1"] = { type = "Spawn", tier = 1, "Attack Hits have 20% chance to Maim you for 4 seconds", "Immune to Exposure", statOrderKey = "5231,6701", statOrder = { 5231, 6701 }, level = 40, group = "WeaponTreeExposureImmunityChanceToBeMaimed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf1"] = { type = "Spawn", tier = 1, "20% reduced Damage per Curse on you", "30% reduced Effect of Curses on you", statOrderKey = "1083,2024", statOrder = { 1083, 2024 }, level = 28, group = "WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf2"] = { type = "Spawn", tier = 2, "20% reduced Damage per Curse on you", "40% reduced Effect of Curses on you", statOrderKey = "1083,2024", statOrder = { 1083, 2024 }, level = 73, group = "WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf1"] = { type = "Spawn", tier = 1, "10% increased Damage per Curse on you", "25% increased Effect of Curses on you", statOrderKey = "1083,2024", statOrder = { 1083, 2024 }, level = 28, group = "WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf2"] = { type = "Spawn", tier = 2, "15% increased Damage per Curse on you", "25% increased Effect of Curses on you", statOrderKey = "1083,2024", statOrder = { 1083, 2024 }, level = 73, group = "WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeStunThresholdStunDurationOnSelf1"] = { type = "Spawn", tier = 1, "100% increased Stun Threshold", "50% increased Stun Duration on you", statOrderKey = "3113,4004", statOrder = { 3113, 4004 }, level = 1, group = "WeaponTreeStunThresholdStunDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeStunThresholdStunDurationOnSelf2"] = { type = "Spawn", tier = 2, "150% increased Stun Threshold", "50% increased Stun Duration on you", statOrderKey = "3113,4004", statOrder = { 3113, 4004 }, level = 60, group = "WeaponTreeStunThresholdStunDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeStunRecoveryReducedStunThreshold1"] = { type = "Spawn", tier = 1, "100% increased Stun and Block Recovery", "25% reduced Stun Threshold", statOrderKey = "1759,3113", statOrder = { 1759, 3113 }, level = 1, group = "WeaponTreeStunRecoveryReducedStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeStunRecoveryReducedStunThreshold2"] = { type = "Spawn", tier = 2, "150% increased Stun and Block Recovery", "25% reduced Stun Threshold", statOrderKey = "1759,3113", statOrder = { 1759, 3113 }, level = 60, group = "WeaponTreeStunRecoveryReducedStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits1"] = { type = "Spawn", tier = 1, "You take 30% reduced Extra Damage from Critical Strikes", "Hits have 100% increased Critical Strike Chance against you", statOrderKey = "1373,2969", statOrder = { 1373, 2969 }, level = 1, group = "WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits2"] = { type = "Spawn", tier = 2, "You take 40% reduced Extra Damage from Critical Strikes", "Hits have 100% increased Critical Strike Chance against you", statOrderKey = "1373,2969", statOrder = { 1373, 2969 }, level = 45, group = "WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits1"] = { type = "Spawn", tier = 1, "You take 20% increased Extra Damage from Critical Strikes", "Hits have 50% reduced Critical Strike Chance against you", statOrderKey = "1373,2969", statOrder = { 1373, 2969 }, level = 1, group = "WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits2"] = { type = "Spawn", tier = 2, "You take 20% increased Extra Damage from Critical Strikes", "Hits have 70% reduced Critical Strike Chance against you", statOrderKey = "1373,2969", statOrder = { 1373, 2969 }, level = 45, group = "WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeElementalDamageReflectImmunePhysicalReflectDamageTaken1"] = { type = "Spawn", tier = 1, "100% reduced Reflected Elemental Damage taken", "100% increased Reflected Physical Damage taken", statOrderKey = "2556,2557", statOrder = { 2556, 2557 }, level = 68, group = "WeaponTreeElementalDamageReflectImmunePhysicalReflectDamageTaken", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreePhysicalDamageReflectImmuneElementalReflectDamageTaken1"] = { type = "Spawn", tier = 1, "100% increased Reflected Elemental Damage taken", "100% reduced Reflected Physical Damage taken", statOrderKey = "2556,2557", statOrder = { 2556, 2557 }, level = 68, group = "WeaponTreePhysicalDamageReflectImmuneElementalReflectDamageTaken", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDamageYouReflectGainedAsLife1"] = { type = "Spawn", tier = 1, "20% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrderKey = "2560", statOrder = { 2560 }, level = 1, group = "WeaponTreeDamageYouReflectGainedAsLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeDamageYouReflectGainedAsLife2"] = { type = "Spawn", tier = 2, "30% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrderKey = "2560", statOrder = { 2560 }, level = 50, group = "WeaponTreeDamageYouReflectGainedAsLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLifeRecoveryRateReducedMaximumLife1"] = { type = "Spawn", tier = 1, "10% reduced maximum Life", "12% increased Life Recovery rate", statOrderKey = "1431,1438", statOrder = { 1431, 1438 }, level = 1, group = "WeaponTreeLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeLifeRecoveryRateReducedMaximumLife2"] = { type = "Spawn", tier = 2, "10% reduced maximum Life", "16% increased Life Recovery rate", statOrderKey = "1431,1438", statOrder = { 1431, 1438 }, level = 72, group = "WeaponTreeLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield1"] = { type = "Spawn", tier = 1, "25% reduced Energy Shield", "12% increased Energy Shield Recovery rate", statOrderKey = "1420,1428", statOrder = { 1420, 1428 }, level = 1, group = "WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield2"] = { type = "Spawn", tier = 2, "25% reduced Energy Shield", "16% increased Energy Shield Recovery rate", statOrderKey = "1420,1428", statOrder = { 1420, 1428 }, level = 72, group = "WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 750, 0 }, modTags = { }, }, - ["WeaponTreeManaRecoveryRateReducedMaximumMana1"] = { type = "Spawn", tier = 1, "10% reduced maximum Mana", "12% increased Mana Recovery rate", statOrderKey = "1440,1446", statOrder = { 1440, 1446 }, level = 1, group = "WeaponTreeManaRecoveryRateReducedMaximumMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeManaRecoveryRateReducedMaximumMana2"] = { type = "Spawn", tier = 2, "10% reduced maximum Mana", "16% increased Mana Recovery rate", statOrderKey = "1440,1446", statOrder = { 1440, 1446 }, level = 72, group = "WeaponTreeManaRecoveryRateReducedMaximumMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLifeRegenOnLowLife1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Life per second while on Low Life", statOrderKey = "1802", statOrder = { 1802 }, level = 1, group = "WeaponTreeLifeRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeLifeRegenOnLowLife2"] = { type = "Spawn", tier = 2, "Regenerate 3% of Life per second while on Low Life", statOrderKey = "1802", statOrder = { 1802 }, level = 50, group = "WeaponTreeLifeRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldRegenOnLowLife1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Energy Shield per second while on Low Life", statOrderKey = "1660", statOrder = { 1660 }, level = 10, group = "WeaponTreeEnergyShieldRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeEnergyShieldRegenOnLowLife2"] = { type = "Spawn", tier = 2, "Regenerate 3% of Energy Shield per second while on Low Life", statOrderKey = "1660", statOrder = { 1660 }, level = 80, group = "WeaponTreeEnergyShieldRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock1"] = { type = "Spawn", tier = 1, "-20% chance to Block Projectile Attack Damage", "+25% chance to Block Projectile Spell Damage", statOrderKey = "2315,4758", statOrder = { 2315, 4758 }, level = 1, group = "WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock2"] = { type = "Spawn", tier = 2, "-20% chance to Block Projectile Attack Damage", "+30% chance to Block Projectile Spell Damage", statOrderKey = "2315,4758", statOrder = { 2315, 4758 }, level = 65, group = "WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock1"] = { type = "Spawn", tier = 1, "+25% chance to Block Projectile Attack Damage", "-20% chance to Block Projectile Spell Damage", statOrderKey = "2315,4758", statOrder = { 2315, 4758 }, level = 1, group = "WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock2"] = { type = "Spawn", tier = 2, "+30% chance to Block Projectile Attack Damage", "-20% chance to Block Projectile Spell Damage", statOrderKey = "2315,4758", statOrder = { 2315, 4758 }, level = 62, group = "WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeElusiveOnLowLifeReducedElusiveEffect1"] = { type = "Spawn", tier = 1, "30% reduced Elusive Effect", "Gain Elusive on reaching Low Life", statOrderKey = "5904,6268", statOrder = { 5904, 6268 }, level = 30, group = "WeaponTreeElusiveOnLowLifeReducedElusiveEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeElusiveOnLowLifeReducedElusiveEffect2"] = { type = "Spawn", tier = 2, "20% reduced Elusive Effect", "Gain Elusive on reaching Low Life", statOrderKey = "5904,6268", statOrder = { 5904, 6268 }, level = 76, group = "WeaponTreeElusiveOnLowLifeReducedElusiveEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife1"] = { type = "Spawn", tier = 1, "Cannot be Stunned when on Low Life", "8% increased Damage taken while on Low Life", statOrderKey = "2028,5688", statOrder = { 2028, 5688 }, level = 1, group = "WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife2"] = { type = "Spawn", tier = 2, "Cannot be Stunned when on Low Life", "5% increased Damage taken while on Low Life", statOrderKey = "2028,5688", statOrder = { 2028, 5688 }, level = 76, group = "WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeConsecratedGroundAilmentImmunityConsecratedGroundEffect1"] = { type = "Spawn", tier = 1, "100% chance to Avoid Elemental Ailments while on Consecrated Ground", "50% reduced Effect of Consecrated Ground you create", statOrderKey = "3391,5431", statOrder = { 3391, 5431 }, level = 40, group = "WeaponTreeConsecratedGroundAilmentImmunityConsecratedGroundEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeConsecratedGroundEffectConsecratedGroundArea1"] = { type = "Spawn", tier = 1, "50% reduced Consecrated Ground Area", "30% increased Effect of Consecrated Ground you create", statOrderKey = "5429,5431", statOrder = { 5429, 5431 }, level = 40, group = "WeaponTreeConsecratedGroundEffectConsecratedGroundArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeConsecratedGroundEffectConsecratedGroundArea2"] = { type = "Spawn", tier = 2, "50% reduced Consecrated Ground Area", "50% increased Effect of Consecrated Ground you create", statOrderKey = "5429,5431", statOrder = { 5429, 5431 }, level = 80, group = "WeaponTreeConsecratedGroundEffectConsecratedGroundArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["WeaponTreeGuardSkillCooldownRecoveryGuardDuration1"] = { type = "Spawn", tier = 1, "Guard Skills have 60% increased Cooldown Recovery Rate", "Guard Skills have 50% reduced Duration", statOrderKey = "6413,6414", statOrder = { 6413, 6414 }, level = 15, group = "WeaponTreeGuardSkillCooldownRecoveryGuardDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeGuardSkillCooldownRecoveryGuardDuration2"] = { type = "Spawn", tier = 2, "Guard Skills have 80% increased Cooldown Recovery Rate", "Guard Skills have 50% reduced Duration", statOrderKey = "6413,6414", statOrder = { 6413, 6414 }, level = 65, group = "WeaponTreeGuardSkillCooldownRecoveryGuardDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeDebuffTimePassed1"] = { type = "Spawn", tier = 1, "Debuffs on you expire 15% faster", statOrderKey = "5715", statOrder = { 5715 }, level = 25, group = "WeaponTreeDebuffTimePassed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeDebuffTimePassed2"] = { type = "Spawn", tier = 2, "Debuffs on you expire 25% faster", statOrderKey = "5715", statOrder = { 5715 }, level = 78, group = "WeaponTreeDebuffTimePassed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAvoidAilmentsFromCriticalStrikes1"] = { type = "Spawn", tier = 1, "50% chance to avoid Ailments from Critical Strikes", statOrderKey = "4650", statOrder = { 4650 }, level = 1, group = "WeaponTreeAvoidAilmentsFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeAvoidAilmentsFromCriticalStrikes2"] = { type = "Spawn", tier = 2, "75% chance to avoid Ailments from Critical Strikes", statOrderKey = "4650", statOrder = { 4650 }, level = 70, group = "WeaponTreeAvoidAilmentsFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery1"] = { type = "Spawn", tier = 1, "Retaliation Skills have 30% reduced Cooldown Recovery Rate", "Retaliation Skills deal 45% more Damage", statOrderKey = "5467,9786", statOrder = { 5467, 9786 }, level = 28, group = "WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery2"] = { type = "Spawn", tier = 2, "Retaliation Skills have 30% reduced Cooldown Recovery Rate", "Retaliation Skills deal 60% more Damage", statOrderKey = "5467,9786", statOrder = { 5467, 9786 }, level = 75, group = "WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["WeaponTreeFortificationDurationMaximumFortification1"] = { type = "Spawn", tier = 1, "150% increased Fortification Duration", "-2 to maximum Fortification", statOrderKey = "2117,4738", statOrder = { 2117, 4738 }, level = 35, group = "WeaponTreeFortificationDurationMaximumFortification", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeFortificationDurationMaximumFortification2"] = { type = "Spawn", tier = 2, "200% increased Fortification Duration", "-2 to maximum Fortification", statOrderKey = "2117,4738", statOrder = { 2117, 4738 }, level = 80, group = "WeaponTreeFortificationDurationMaximumFortification", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["WeaponTreeNumberOfCorpsesReducedCorpseLife1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have +1 to Maximum number of corpses allowed", "Corpses you Spawn have 5% reduced Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeNumberOfCorpsesReducedCorpseLife2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have +2 to Maximum number of corpses allowed", "Corpses you Spawn have 5% reduced Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeNumberOfCorpsesReducedCorpseLife2h1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have +2 to Maximum number of corpses allowed", "Corpses you Spawn have 10% reduced Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeNumberOfCorpsesReducedCorpseLife2h2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have +4 to Maximum number of corpses allowed", "Corpses you Spawn have 10% reduced Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeCorpseLifeReducedNumberOfCorpses1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have -1 to Maximum number of corpses allowed", "Corpses you Spawn have 10% increased Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeCorpseLifeReducedNumberOfCorpses2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have -1 to Maximum number of corpses allowed", "Corpses you Spawn have 15% increased Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeCorpseLifeReducedNumberOfCorpses2h1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have -2 to Maximum number of corpses allowed", "Corpses you Spawn have 20% increased Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeCorpseLifeReducedNumberOfCorpses2h2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have -2 to Maximum number of corpses allowed", "Corpses you Spawn have 30% increased Maximum Life", statOrderKey = "5731,8503", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration1"] = { type = "Spawn", tier = 1, "10% reduced Minion Duration", "Minions have 15% increased Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2"] = { type = "Spawn", tier = 2, "10% reduced Minion Duration", "Minions have 25% increased Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2h1"] = { type = "Spawn", tier = 1, "20% reduced Minion Duration", "Minions have 30% increased Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2h2"] = { type = "Spawn", tier = 2, "20% reduced Minion Duration", "Minions have 50% increased Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionDurationReducedCooldownRecovery1"] = { type = "Spawn", tier = 1, "15% increased Minion Duration", "Minions have 15% reduced Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDurationReducedCooldownRecovery2"] = { type = "Spawn", tier = 2, "20% increased Minion Duration", "Minions have 15% reduced Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDurationReducedCooldownRecovery2h1"] = { type = "Spawn", tier = 1, "30% increased Minion Duration", "Minions have 30% reduced Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionDurationReducedCooldownRecovery2h2"] = { type = "Spawn", tier = 2, "40% increased Minion Duration", "Minions have 30% reduced Cooldown Recovery Rate", statOrderKey = "4739,8616", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAreaOfEffectReducedDamage1"] = { type = "Spawn", tier = 1, "Minions deal 15% reduced Damage", "Minions have 20% increased Area of Effect", statOrderKey = "1830,2868", statOrder = { 1830, 2868 }, level = 1, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAreaOfEffectReducedDamage2"] = { type = "Spawn", tier = 2, "Minions deal 15% reduced Damage", "Minions have 30% increased Area of Effect", statOrderKey = "1830,2868", statOrder = { 1830, 2868 }, level = 55, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAreaOfEffectReducedDamage2h1"] = { type = "Spawn", tier = 1, "Minions deal 30% reduced Damage", "Minions have 40% increased Area of Effect", statOrderKey = "1830,2868", statOrder = { 1830, 2868 }, level = 1, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionAreaOfEffectReducedDamage2h2"] = { type = "Spawn", tier = 2, "Minions deal 30% reduced Damage", "Minions have 60% increased Area of Effect", statOrderKey = "1830,2868", statOrder = { 1830, 2868 }, level = 55, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionElementalResistanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "Minions have +12% to all Elemental Resistances", "Minions have -11% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionElementalResistanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "Minions have +16% to all Elemental Resistances", "Minions have -11% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionElementalResistanceReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "Minions have +25% to all Elemental Resistances", "Minions have -23% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionElementalResistanceReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "Minions have +35% to all Elemental Resistances", "Minions have -23% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionChaosResistanceReducedElementalResistance1"] = { type = "Spawn", tier = 1, "Minions have -6% to all Elemental Resistances", "Minions have +17% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionChaosResistanceReducedElementalResistance2"] = { type = "Spawn", tier = 2, "Minions have -6% to all Elemental Resistances", "Minions have +23% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionChaosResistanceReducedElementalResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -12% to all Elemental Resistances", "Minions have +37% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionChaosResistanceReducedElementalResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -12% to all Elemental Resistances", "Minions have +47% to Chaos Resistance", statOrderKey = "2760,2761", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionArmour1"] = { type = "Spawn", tier = 1, "Minions have +350 to Armour", statOrderKey = "2753", statOrder = { 2753 }, level = 25, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionArmour2"] = { type = "Spawn", tier = 2, "Minions have +500 to Armour", statOrderKey = "2753", statOrder = { 2753 }, level = 55, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionArmour2h1"] = { type = "Spawn", tier = 1, "Minions have +700 to Armour", statOrderKey = "2753", statOrder = { 2753 }, level = 25, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionArmour2h2"] = { type = "Spawn", tier = 2, "Minions have +1000 to Armour", statOrderKey = "2753", statOrder = { 2753 }, level = 55, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have 20% increased Evasion Rating", statOrderKey = "8629", statOrder = { 8629 }, level = 1, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have 30% increased Evasion Rating", statOrderKey = "8629", statOrder = { 8629 }, level = 55, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionEvasion2h1"] = { type = "Spawn", tier = 1, "Minions have 40% increased Evasion Rating", statOrderKey = "8629", statOrder = { 8629 }, level = 1, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionEvasion2h2"] = { type = "Spawn", tier = 2, "Minions have 60% increased Evasion Rating", statOrderKey = "8629", statOrder = { 8629 }, level = 55, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion1"] = { type = "Spawn", tier = 1, "Minions have 15% reduced Evasion Rating", "Minions have +15% chance to Suppress Spell Damage", statOrderKey = "8629,8656", statOrder = { 8629, 8656 }, level = 24, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2"] = { type = "Spawn", tier = 2, "Minions have 15% reduced Evasion Rating", "Minions have +25% chance to Suppress Spell Damage", statOrderKey = "8629,8656", statOrder = { 8629, 8656 }, level = 76, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2h1"] = { type = "Spawn", tier = 1, "Minions have 30% reduced Evasion Rating", "Minions have +30% chance to Suppress Spell Damage", statOrderKey = "8629,8656", statOrder = { 8629, 8656 }, level = 24, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2h2"] = { type = "Spawn", tier = 2, "Minions have 30% reduced Evasion Rating", "Minions have +50% chance to Suppress Spell Damage", statOrderKey = "8629,8656", statOrder = { 8629, 8656 }, level = 76, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeReducedLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Life Recovery rate", "Minions have 20% increased maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 1, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeReducedLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Life Recovery rate", "Minions have 30% increased maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 62, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeReducedLifeRecoveryRate2h1"] = { type = "Spawn", tier = 1, "Minions have 20% reduced Life Recovery rate", "Minions have 40% increased maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 1, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeReducedLifeRecoveryRate2h2"] = { type = "Spawn", tier = 2, "Minions have 20% reduced Life Recovery rate", "Minions have 60% increased maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 62, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife1"] = { type = "Spawn", tier = 1, "Minions have 15% increased Life Recovery rate", "Minions have 15% reduced maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 10, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2"] = { type = "Spawn", tier = 2, "Minions have 20% increased Life Recovery rate", "Minions have 15% reduced maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 66, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2h1"] = { type = "Spawn", tier = 1, "Minions have 30% increased Life Recovery rate", "Minions have 30% reduced maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 10, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2h2"] = { type = "Spawn", tier = 2, "Minions have 40% increased Life Recovery rate", "Minions have 30% reduced maximum Life", statOrderKey = "1624,1625", statOrder = { 1624, 1625 }, level = 66, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance1"] = { type = "Spawn", tier = 1, "Minions have -6% to all Elemental Resistances", "Minions gain 15% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "2760,8643", statOrder = { 2760, 8643 }, level = 15, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2"] = { type = "Spawn", tier = 2, "Minions have -6% to all Elemental Resistances", "Minions gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "2760,8643", statOrder = { 2760, 8643 }, level = 78, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -12% to all Elemental Resistances", "Minions gain 30% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "2760,8643", statOrder = { 2760, 8643 }, level = 15, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -12% to all Elemental Resistances", "Minions gain 40% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "2760,8643", statOrder = { 2760, 8643 }, level = 78, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionMaximumElementalResistances1"] = { type = "Spawn", tier = 1, "Minions have +1% to all maximum Elemental Resistances", statOrderKey = "8642", statOrder = { 8642 }, level = 83, group = "WeaponTreeMinionMaximumElementalResistances", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionMaximumElementalResistances2h1"] = { type = "Spawn", tier = 1, "Minions have +2% to all maximum Elemental Resistances", statOrderKey = "8642", statOrder = { 8642 }, level = 83, group = "WeaponTreeMinionMaximumElementalResistances", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlindOnHitChance1"] = { type = "Spawn", tier = 1, "Minions have 10% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 20, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlindOnHitChance2"] = { type = "Spawn", tier = 2, "Minions have 15% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 73, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlindOnHitChance2h1"] = { type = "Spawn", tier = 1, "Minions have 20% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 20, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlindOnHitChance2h2"] = { type = "Spawn", tier = 2, "Minions have 30% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 73, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionHinderOnHitChance1"] = { type = "Spawn", tier = 1, "Minions have 10% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 20, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionHinderOnHitChance2"] = { type = "Spawn", tier = 2, "Minions have 15% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 73, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionHinderOnHitChance2h1"] = { type = "Spawn", tier = 1, "Minions have 20% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 20, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionHinderOnHitChance2h2"] = { type = "Spawn", tier = 2, "Minions have 30% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 73, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionMovementSpeed1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, - ["WeaponTreeMinionMovementSpeed2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 52, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, - ["WeaponTreeMinionMovementSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 24% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, - ["WeaponTreeMinionMovementSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 32% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 52, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, - ["WeaponTreeMinionProjectileSpeed1"] = { type = "Spawn", tier = 1, "Minions have 15% increased Projectile Speed", statOrderKey = "8651", statOrder = { 8651 }, level = 1, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionProjectileSpeed2"] = { type = "Spawn", tier = 2, "Minions have 20% increased Projectile Speed", statOrderKey = "8651", statOrder = { 8651 }, level = 76, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionProjectileSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 30% increased Projectile Speed", statOrderKey = "8651", statOrder = { 8651 }, level = 1, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionProjectileSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 40% increased Projectile Speed", statOrderKey = "8651", statOrder = { 8651 }, level = 76, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionBleedChanceBleedDurationOnSelf1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to cause Bleeding with Attacks", "20% increased Bleed Duration on you", statOrderKey = "2341,9222", statOrder = { 2341, 9222 }, level = 25, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2"] = { type = "Spawn", tier = 2, "Minions have 12% chance to cause Bleeding with Attacks", "20% increased Bleed Duration on you", statOrderKey = "2341,9222", statOrder = { 2341, 9222 }, level = 78, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to cause Bleeding with Attacks", "40% increased Bleed Duration on you", statOrderKey = "2341,9222", statOrder = { 2341, 9222 }, level = 25, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "Minions have 24% chance to cause Bleeding with Attacks", "40% increased Bleed Duration on you", statOrderKey = "2341,9222", statOrder = { 2341, 9222 }, level = 78, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to Poison Enemies on Hit", "20% increased Poison Duration on you", statOrderKey = "3013,9230", statOrder = { 3013, 9230 }, level = 25, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2"] = { type = "Spawn", tier = 2, "Minions have 12% chance to Poison Enemies on Hit", "20% increased Poison Duration on you", statOrderKey = "3013,9230", statOrder = { 3013, 9230 }, level = 78, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to Poison Enemies on Hit", "40% increased Poison Duration on you", statOrderKey = "3013,9230", statOrder = { 3013, 9230 }, level = 25, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "Minions have 24% chance to Poison Enemies on Hit", "40% increased Poison Duration on you", statOrderKey = "3013,9230", statOrder = { 3013, 9230 }, level = 78, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Ignite Duration on you", "Minions have 8% chance to Ignite", statOrderKey = "1734,8613", statOrder = { 1734, 8613 }, level = 25, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Ignite Duration on you", "Minions have 12% chance to Ignite", statOrderKey = "1734,8613", statOrder = { 1734, 8613 }, level = 78, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Ignite Duration on you", "Minions have 16% chance to Ignite", statOrderKey = "1734,8613", statOrder = { 1734, 8613 }, level = 25, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Ignite Duration on you", "Minions have 24% chance to Ignite", statOrderKey = "1734,8613", statOrder = { 1734, 8613 }, level = 78, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Freeze Duration on you", "Minions have 8% chance to Freeze", statOrderKey = "1733,8610", statOrder = { 1733, 8610 }, level = 25, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Freeze Duration on you", "Minions have 12% chance to Freeze", statOrderKey = "1733,8610", statOrder = { 1733, 8610 }, level = 78, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Freeze Duration on you", "Minions have 16% chance to Freeze", statOrderKey = "1733,8610", statOrder = { 1733, 8610 }, level = 25, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Freeze Duration on you", "Minions have 24% chance to Freeze", statOrderKey = "1733,8610", statOrder = { 1733, 8610 }, level = 78, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionShockChanceShockDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Shock Duration on you", "Minions have 8% chance to Shock", statOrderKey = "1732,8615", statOrder = { 1732, 8615 }, level = 25, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionShockChanceShockDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Shock Duration on you", "Minions have 12% chance to Shock", statOrderKey = "1732,8615", statOrder = { 1732, 8615 }, level = 78, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionShockChanceShockDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Shock Duration on you", "Minions have 16% chance to Shock", statOrderKey = "1732,8615", statOrder = { 1732, 8615 }, level = 25, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionShockChanceShockDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Shock Duration on you", "Minions have 24% chance to Shock", statOrderKey = "1732,8615", statOrder = { 1732, 8615 }, level = 78, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeLinkSkillsEffectReducedLinkManaCost1"] = { type = "Spawn", tier = 1, "Link Skills have 8% increased Buff Effect", "20% increased Mana Cost of Link Skills", statOrderKey = "6938,6945", statOrder = { 6938, 6945 }, level = 40, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2"] = { type = "Spawn", tier = 2, "Link Skills have 12% increased Buff Effect", "20% increased Mana Cost of Link Skills", statOrderKey = "6938,6945", statOrder = { 6938, 6945 }, level = 82, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2h1"] = { type = "Spawn", tier = 1, "Link Skills have 16% increased Buff Effect", "40% increased Mana Cost of Link Skills", statOrderKey = "6938,6945", statOrder = { 6938, 6945 }, level = 40, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2h2"] = { type = "Spawn", tier = 2, "Link Skills have 24% increased Buff Effect", "40% increased Mana Cost of Link Skills", statOrderKey = "6938,6945", statOrder = { 6938, 6945 }, level = 82, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect1"] = { type = "Spawn", tier = 1, "Link Skills have 20% reduced Buff Effect", "Link Skills Link to 1 additional random target", statOrderKey = "6938,6956", statOrder = { 6938, 6956 }, level = 84, group = "WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect2h1"] = { type = "Spawn", tier = 1, "Link Skills have 30% reduced Buff Effect", "Link Skills Link to 2 additional random targets", statOrderKey = "6938,6956", statOrder = { 6938, 6956 }, level = 84, group = "WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect1"] = { type = "Spawn", tier = 1, "Convocation has 25% increased Cooldown Recovery Rate", "20% reduced Convocation Buff Effect", statOrderKey = "3709,3855", statOrder = { 3709, 3855 }, level = 28, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2"] = { type = "Spawn", tier = 2, "Convocation has 40% increased Cooldown Recovery Rate", "20% reduced Convocation Buff Effect", statOrderKey = "3709,3855", statOrder = { 3709, 3855 }, level = 70, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2h1"] = { type = "Spawn", tier = 1, "Convocation has 50% increased Cooldown Recovery Rate", "40% reduced Convocation Buff Effect", statOrderKey = "3709,3855", statOrder = { 3709, 3855 }, level = 28, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2h2"] = { type = "Spawn", tier = 2, "Convocation has 80% increased Cooldown Recovery Rate", "40% reduced Convocation Buff Effect", statOrderKey = "3709,3855", statOrder = { 3709, 3855 }, level = 70, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, - ["WeaponTreeOfferingEffectReducedDuration1"] = { type = "Spawn", tier = 1, "10% increased effect of Offerings", "Offering Skills have 15% reduced Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingEffectReducedDuration2"] = { type = "Spawn", tier = 2, "15% increased effect of Offerings", "Offering Skills have 15% reduced Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingEffectReducedDuration2h1"] = { type = "Spawn", tier = 1, "20% increased effect of Offerings", "Offering Skills have 30% reduced Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingEffectReducedDuration2h2"] = { type = "Spawn", tier = 2, "30% increased effect of Offerings", "Offering Skills have 30% reduced Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingDurationReducedEffect1"] = { type = "Spawn", tier = 1, "10% reduced effect of Offerings", "Offering Skills have 25% increased Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingDurationReducedEffect2"] = { type = "Spawn", tier = 2, "10% reduced effect of Offerings", "Offering Skills have 40% increased Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingDurationReducedEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced effect of Offerings", "Offering Skills have 50% increased Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeOfferingDurationReducedEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced effect of Offerings", "Offering Skills have 80% increased Duration", statOrderKey = "3894,8836", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, - ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Movement Speed", "Minions have 10% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1628,3221", statOrder = { 1628, 3221 }, level = 50, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Movement Speed", "Minions have 15% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1628,3221", statOrder = { 1628, 3221 }, level = 81, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Movement Speed", "Minions have 20% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1628,3221", statOrder = { 1628, 3221 }, level = 50, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Movement Speed", "Minions have 30% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1628,3221", statOrder = { 1628, 3221 }, level = 81, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "Minions have -7% to Chaos Resistance", "Minions have 10% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "2761,3219", statOrder = { 2761, 3219 }, level = 50, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "Minions have -7% to Chaos Resistance", "Minions have 15% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "2761,3219", statOrder = { 2761, 3219 }, level = 81, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -7% to Chaos Resistance", "Minions have 20% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "2761,3219", statOrder = { 2761, 3219 }, level = 50, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -7% to Chaos Resistance", "Minions have 30% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "2761,3219", statOrder = { 2761, 3219 }, level = 81, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlockReducedSpellBlock1"] = { type = "Spawn", tier = 1, "Minions have +20% Chance to Block Attack Damage", "Minions have -10% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlockReducedSpellBlock2"] = { type = "Spawn", tier = 2, "Minions have +25% Chance to Block Attack Damage", "Minions have -10% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlockReducedSpellBlock2h1"] = { type = "Spawn", tier = 1, "Minions have +30% Chance to Block Attack Damage", "Minions have -15% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionBlockReducedSpellBlock2h2"] = { type = "Spawn", tier = 2, "Minions have +40% Chance to Block Attack Damage", "Minions have -15% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellBlockReducedBlock1"] = { type = "Spawn", tier = 1, "Minions have -10% Chance to Block Attack Damage", "Minions have +20% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellBlockReducedBlock2"] = { type = "Spawn", tier = 2, "Minions have -10% Chance to Block Attack Damage", "Minions have +25% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellBlockReducedBlock2h1"] = { type = "Spawn", tier = 1, "Minions have -15% Chance to Block Attack Damage", "Minions have +30% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionSpellBlockReducedBlock2h2"] = { type = "Spawn", tier = 2, "Minions have -15% Chance to Block Attack Damage", "Minions have +40% Chance to Block Spell Damage", statOrderKey = "2751,2752", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, - ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced maximum Life", "Minions Recover 3% of their Life when they Block", statOrderKey = "1625,2903", statOrder = { 1625, 2903 }, level = 50, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced maximum Life", "Minions Recover 4% of their Life when they Block", statOrderKey = "1625,2903", statOrder = { 1625, 2903 }, level = 81, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2h1"] = { type = "Spawn", tier = 1, "Minions have 20% reduced maximum Life", "Minions Recover 6% of their Life when they Block", statOrderKey = "1625,2903", statOrder = { 1625, 2903 }, level = 50, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2h2"] = { type = "Spawn", tier = 2, "Minions have 20% reduced maximum Life", "Minions Recover 8% of their Life when they Block", statOrderKey = "1625,2903", statOrder = { 1625, 2903 }, level = 81, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, - ["WeaponTreeGolemsAllowedReducedGolemBuffEffect1"] = { type = "Spawn", tier = 1, "+1 to maximum number of Summoned Golems", "50% reduced Effect of Buffs granted by your Golems", statOrderKey = "3526,6394", statOrder = { 3526, 6394 }, level = 40, group = "WeaponTreeGolemsAllowedReducedGolemBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeGolemsAllowedReducedGolemBuffEffect2h1"] = { type = "Spawn", tier = 1, "+2 to maximum number of Summoned Golems", "100% reduced Effect of Buffs granted by your Golems", statOrderKey = "3526,6394", statOrder = { 3526, 6394 }, level = 77, group = "WeaponTreeGolemsAllowedReducedGolemBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeGolemBuffEffectReducedGolemsAllowed1"] = { type = "Spawn", tier = 1, "-1 to maximum number of Summoned Golems", "75% increased Effect of Buffs granted by your Golems", statOrderKey = "3526,6394", statOrder = { 3526, 6394 }, level = 40, group = "WeaponTreeGolemBuffEffectReducedGolemsAllowed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeGolemBuffEffectReducedGolemsAllowed2h1"] = { type = "Spawn", tier = 1, "-2 to maximum number of Summoned Golems", "150% increased Effect of Buffs granted by your Golems", statOrderKey = "3526,6394", statOrder = { 3526, 6394 }, level = 77, group = "WeaponTreeGolemBuffEffectReducedGolemsAllowed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, - ["WeaponTreeSupportManaLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Mana Leech", statOrderKey = "431", statOrder = { 431 }, level = 38, group = "WeaponTreeSupportManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportManaLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Mana Leech", statOrderKey = "431", statOrder = { 431 }, level = 38, group = "WeaponTreeSupportManaLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAdditionalAccuracy"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 15 Additional Accuracy", statOrderKey = "399", statOrder = { 399 }, level = 38, group = "WeaponTreeSupportAdditionalAccuracy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAdditionalAccuracy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 15 Additional Accuracy", statOrderKey = "399", statOrder = { 399 }, level = 38, group = "WeaponTreeSupportAdditionalAccuracy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportArrogance"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Arrogance", statOrderKey = "378", statOrder = { 378 }, level = 38, group = "WeaponTreeSupportArrogance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportArrogance2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Arrogance", statOrderKey = "378", statOrder = { 378 }, level = 38, group = "WeaponTreeSupportArrogance", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFork"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Fork", statOrderKey = "405", statOrder = { 405 }, level = 38, group = "WeaponTreeSupportFork", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFork2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Fork", statOrderKey = "405", statOrder = { 405 }, level = 38, group = "WeaponTreeSupportFork", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToPoison"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance to Poison", statOrderKey = "440", statOrder = { 440 }, level = 38, group = "WeaponTreeSupportChanceToPoison", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToPoison2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance to Poison", statOrderKey = "440", statOrder = { 440 }, level = 38, group = "WeaponTreeSupportChanceToPoison", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifeLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "402", statOrder = { 402 }, level = 38, group = "WeaponTreeSupportLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifeLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Life Leech", statOrderKey = "402", statOrder = { 402 }, level = 38, group = "WeaponTreeSupportLifeLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportMeleeSplash"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Melee Splash", statOrderKey = "390", statOrder = { 390 }, level = 38, group = "WeaponTreeSupportMeleeSplash", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportMeleeSplash2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Melee Splash", statOrderKey = "390", statOrder = { 390 }, level = 38, group = "WeaponTreeSupportMeleeSplash", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFasterProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Faster Projectiles", statOrderKey = "401", statOrder = { 401 }, level = 38, group = "WeaponTreeSupportFasterProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFasterProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Faster Projectiles", statOrderKey = "401", statOrder = { 401 }, level = 38, group = "WeaponTreeSupportFasterProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportStun"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Stun", statOrderKey = "398", statOrder = { 398 }, level = 38, group = "WeaponTreeSupportStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportStun2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Stun", statOrderKey = "398", statOrder = { 398 }, level = 38, group = "WeaponTreeSupportStun", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIncreasedArea"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Increased Area of Effect", statOrderKey = "202", statOrder = { 202 }, level = 38, group = "WeaponTreeSupportIncreasedArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIncreasedArea2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Increased Area of Effect", statOrderKey = "202", statOrder = { 202 }, level = 38, group = "WeaponTreeSupportIncreasedArea", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportKnockback"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "420", statOrder = { 420 }, level = 38, group = "WeaponTreeSupportKnockback", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportKnockback2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Knockback", statOrderKey = "420", statOrder = { 420 }, level = 38, group = "WeaponTreeSupportKnockback", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportMinionLife"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Life", statOrderKey = "421", statOrder = { 421 }, level = 38, group = "WeaponTreeSupportMinionLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportMinionLife2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Life", statOrderKey = "421", statOrder = { 421 }, level = 38, group = "WeaponTreeSupportMinionLife", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportMinionSpeed"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Speed", statOrderKey = "425", statOrder = { 425 }, level = 38, group = "WeaponTreeSupportMinionSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportMinionSpeed2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Speed", statOrderKey = "425", statOrder = { 425 }, level = 38, group = "WeaponTreeSupportMinionSpeed", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportLesserMultipleProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles", statOrderKey = "422", statOrder = { 422 }, level = 38, group = "WeaponTreeSupportLesserMultipleProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLesserMultipleProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles", statOrderKey = "422", statOrder = { 422 }, level = 38, group = "WeaponTreeSupportLesserMultipleProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBlind"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Blind", statOrderKey = "389", statOrder = { 389 }, level = 38, group = "WeaponTreeSupportBlind", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBlind2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Blind", statOrderKey = "389", statOrder = { 389 }, level = 38, group = "WeaponTreeSupportBlind", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBlasphemy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Blasphemy", statOrderKey = "437", statOrder = { 437 }, level = 38, group = "WeaponTreeSupportBlasphemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBlasphemy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Blasphemy", statOrderKey = "437", statOrder = { 437 }, level = 38, group = "WeaponTreeSupportBlasphemy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIronWill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Will", statOrderKey = "419", statOrder = { 419 }, level = 38, group = "WeaponTreeSupportIronWill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIronWill2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Will", statOrderKey = "419", statOrder = { 419 }, level = 38, group = "WeaponTreeSupportIronWill", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFasterCast"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "418", statOrder = { 418 }, level = 38, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFasterCast2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "418", statOrder = { 418 }, level = 38, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToFlee"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "417", statOrder = { 417 }, level = 38, group = "WeaponTreeSupportChanceToFlee", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToFlee2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Chance to Flee", statOrderKey = "417", statOrder = { 417 }, level = 38, group = "WeaponTreeSupportChanceToFlee", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportItemRarity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Item Rarity", statOrderKey = "266", statOrder = { 266 }, level = 38, group = "WeaponTreeSupportItemRarity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportItemRarity2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Item Rarity", statOrderKey = "266", statOrder = { 266 }, level = 38, group = "WeaponTreeSupportItemRarity", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToIgnite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Combustion", statOrderKey = "219", statOrder = { 219 }, level = 38, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToIgnite2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Combustion", statOrderKey = "219", statOrder = { 219 }, level = 38, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifeGainOnHit"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Life Gain On Hit", statOrderKey = "267", statOrder = { 267 }, level = 38, group = "WeaponTreeSupportLifeGainOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifeGainOnHit2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Life Gain On Hit", statOrderKey = "267", statOrder = { 267 }, level = 38, group = "WeaponTreeSupportLifeGainOnHit", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportCullingStrike"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Culling Strike", statOrderKey = "224", statOrder = { 224 }, level = 38, group = "WeaponTreeSupportCullingStrike", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportCullingStrike2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Culling Strike", statOrderKey = "224", statOrder = { 224 }, level = 38, group = "WeaponTreeSupportCullingStrike", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPointBlank"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Point Blank", statOrderKey = "288", statOrder = { 288 }, level = 38, group = "WeaponTreeSupportPointBlank", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPointBlank2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Point Blank", statOrderKey = "288", statOrder = { 288 }, level = 38, group = "WeaponTreeSupportPointBlank", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIronGrip"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Grip", statOrderKey = "264", statOrder = { 264 }, level = 38, group = "WeaponTreeSupportIronGrip", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIronGrip2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Grip", statOrderKey = "264", statOrder = { 264 }, level = 38, group = "WeaponTreeSupportIronGrip", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChain"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chain", statOrderKey = "217", statOrder = { 217 }, level = 38, group = "WeaponTreeSupportChain", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChain2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chain", statOrderKey = "217", statOrder = { 217 }, level = 38, group = "WeaponTreeSupportChain", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportElementalArmy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Army Support", statOrderKey = "315", statOrder = { 315 }, level = 38, group = "WeaponTreeSupportElementalArmy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportElementalArmy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Army Support", statOrderKey = "315", statOrder = { 315 }, level = 38, group = "WeaponTreeSupportElementalArmy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportEmpower"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "235", statOrder = { 235 }, level = 38, group = "WeaponTreeSupportEmpower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportEmpower2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Empower", statOrderKey = "235", statOrder = { 235 }, level = 38, group = "WeaponTreeSupportEmpower", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportSlowerProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Slower Projectiles", statOrderKey = "308", statOrder = { 308 }, level = 38, group = "WeaponTreeSupportSlowerProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSlowerProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Slower Projectiles", statOrderKey = "308", statOrder = { 308 }, level = 38, group = "WeaponTreeSupportSlowerProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLessDuration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Less Duration", statOrderKey = "298", statOrder = { 298 }, level = 38, group = "WeaponTreeSupportLessDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLessDuration2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Less Duration", statOrderKey = "298", statOrder = { 298 }, level = 38, group = "WeaponTreeSupportLessDuration", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnhance"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "237", statOrder = { 237 }, level = 38, group = "WeaponTreeSupportEnhance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnhance2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enhance", statOrderKey = "237", statOrder = { 237 }, level = 38, group = "WeaponTreeSupportEnhance", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnlighten"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "238", statOrder = { 238 }, level = 38, group = "WeaponTreeSupportEnlighten", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnlighten2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enlighten", statOrderKey = "238", statOrder = { 238 }, level = 38, group = "WeaponTreeSupportEnlighten", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportPhysicalToLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Physical To Lightning", statOrderKey = "286", statOrder = { 286 }, level = 38, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPhysicalToLightning2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Physical To Lightning", statOrderKey = "286", statOrder = { 286 }, level = 38, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAdvancedTraps"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Advanced Traps", statOrderKey = "319", statOrder = { 319 }, level = 38, group = "WeaponTreeSupportAdvancedTraps", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAdvancedTraps2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Advanced Traps", statOrderKey = "319", statOrder = { 319 }, level = 38, group = "WeaponTreeSupportAdvancedTraps", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIgniteProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ignite Proliferation", statOrderKey = "255", statOrder = { 255 }, level = 38, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIgniteProliferation2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ignite Proliferation", statOrderKey = "255", statOrder = { 255 }, level = 38, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToBleed"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance To Bleed", statOrderKey = "218", statOrder = { 218 }, level = 38, group = "WeaponTreeSupportChanceToBleed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportChanceToBleed2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance To Bleed", statOrderKey = "218", statOrder = { 218 }, level = 38, group = "WeaponTreeSupportChanceToBleed", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportDecay"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Decay", statOrderKey = "229", statOrder = { 229 }, level = 38, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportDecay2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Decay", statOrderKey = "229", statOrder = { 229 }, level = 38, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportMaim"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Maim", statOrderKey = "271", statOrder = { 271 }, level = 38, group = "WeaponTreeSupportMaim", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportMaim2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Maim", statOrderKey = "271", statOrder = { 271 }, level = 38, group = "WeaponTreeSupportMaim", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportOnslaught"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Momentum", statOrderKey = "281", statOrder = { 281 }, level = 38, group = "WeaponTreeSupportOnslaught", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportOnslaught2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Momentum", statOrderKey = "281", statOrder = { 281 }, level = 38, group = "WeaponTreeSupportOnslaught", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportArcaneSurge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 38, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportArcaneSurge2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 38, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportArrowNova"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arrow Nova", statOrderKey = "294", statOrder = { 294 }, level = 38, group = "WeaponTreeSupportArrowNova", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WeaponTreeSupportArrowNova2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arrow Nova", statOrderKey = "294", statOrder = { 294 }, level = 38, group = "WeaponTreeSupportArrowNova", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPierce"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Pierce", statOrderKey = "426", statOrder = { 426 }, level = 38, group = "WeaponTreeSupportPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPierce2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Pierce", statOrderKey = "426", statOrder = { 426 }, level = 38, group = "WeaponTreeSupportPierce", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportGenerosity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Generosity", statOrderKey = "414", statOrder = { 414 }, level = 38, group = "WeaponTreeSupportGenerosity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportGenerosity2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Generosity", statOrderKey = "414", statOrder = { 414 }, level = 38, group = "WeaponTreeSupportGenerosity", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFortify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 38, group = "WeaponTreeSupportFortify", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFortify2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 38, group = "WeaponTreeSupportFortify", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportElementalProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Proliferation", statOrderKey = "385", statOrder = { 385 }, level = 38, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportElementalProliferation2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Proliferation", statOrderKey = "385", statOrder = { 385 }, level = 38, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportVolley"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Volley", statOrderKey = "284", statOrder = { 284 }, level = 38, group = "WeaponTreeSupportVolley", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportVolley2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Volley", statOrderKey = "284", statOrder = { 284 }, level = 38, group = "WeaponTreeSupportVolley", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSpellCascade"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Spell Cascade", statOrderKey = "310", statOrder = { 310 }, level = 38, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSpellCascade2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Spell Cascade", statOrderKey = "310", statOrder = { 310 }, level = 38, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAncestralCall"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ancestral Call", statOrderKey = "313", statOrder = { 313 }, level = 38, group = "WeaponTreeSupportAncestralCall", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportAncestralCall2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ancestral Call", statOrderKey = "313", statOrder = { 313 }, level = 38, group = "WeaponTreeSupportAncestralCall", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSummonGhostOnKill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Summon Phantasm", statOrderKey = "316", statOrder = { 316 }, level = 38, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportSummonGhostOnKill2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Summon Phantasm", statOrderKey = "316", statOrder = { 316 }, level = 38, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportWitheringTouch"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Withering Touch", statOrderKey = "327", statOrder = { 327 }, level = 38, group = "WeaponTreeSupportWitheringTouch", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportWitheringTouch2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Withering Touch", statOrderKey = "327", statOrder = { 327 }, level = 38, group = "WeaponTreeSupportWitheringTouch", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnergyLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Energy Leech", statOrderKey = "236", statOrder = { 236 }, level = 38, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportEnergyLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Energy Leech", statOrderKey = "236", statOrder = { 236 }, level = 38, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIntensify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "311", statOrder = { 311 }, level = 38, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportIntensify2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Intensify", statOrderKey = "311", statOrder = { 311 }, level = 38, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportImpale"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Impale", statOrderKey = "257", statOrder = { 257 }, level = 38, group = "WeaponTreeSupportImpale", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportImpale2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Impale", statOrderKey = "257", statOrder = { 257 }, level = 38, group = "WeaponTreeSupportImpale", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportRage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Rage", statOrderKey = "293", statOrder = { 293 }, level = 38, group = "WeaponTreeSupportRage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportRage2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Rage", statOrderKey = "293", statOrder = { 293 }, level = 38, group = "WeaponTreeSupportRage", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportShockwave"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Shockwave", statOrderKey = "307", statOrder = { 307 }, level = 38, group = "WeaponTreeSupportShockwave", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportShockwave2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Shockwave", statOrderKey = "307", statOrder = { 307 }, level = 38, group = "WeaponTreeSupportShockwave", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "staff", "mace", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportFeedingFrenzy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Feeding Frenzy", statOrderKey = "241", statOrder = { 241 }, level = 38, group = "WeaponTreeSupportFeedingFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportFeedingFrenzy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Feeding Frenzy", statOrderKey = "241", statOrder = { 241 }, level = 38, group = "WeaponTreeSupportFeedingFrenzy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportPredator"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Predator", statOrderKey = "228", statOrder = { 228 }, level = 38, group = "WeaponTreeSupportPredator", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportPredator2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Predator", statOrderKey = "228", statOrder = { 228 }, level = 38, group = "WeaponTreeSupportPredator", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportInfernalLegion"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Infernal Legion", statOrderKey = "262", statOrder = { 262 }, level = 38, group = "WeaponTreeSupportInfernalLegion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportInfernalLegion2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Infernal Legion", statOrderKey = "262", statOrder = { 262 }, level = 38, group = "WeaponTreeSupportInfernalLegion", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSupportSwiftAssembly"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swift Assembly", statOrderKey = "317", statOrder = { 317 }, level = 38, group = "WeaponTreeSupportSwiftAssembly", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSwiftAssembly2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swift Assembly", statOrderKey = "317", statOrder = { 317 }, level = 38, group = "WeaponTreeSupportSwiftAssembly", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSecondWind"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Second Wind", statOrderKey = "306", statOrder = { 306 }, level = 38, group = "WeaponTreeSupportSecondWind", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSecondWind2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Second Wind", statOrderKey = "306", statOrder = { 306 }, level = 38, group = "WeaponTreeSupportSecondWind", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportUrgentOrders"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Urgent Orders", statOrderKey = "324", statOrder = { 324 }, level = 38, group = "WeaponTreeSupportUrgentOrders", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportUrgentOrders2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Urgent Orders", statOrderKey = "324", statOrder = { 324 }, level = 38, group = "WeaponTreeSupportUrgentOrders", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSwiftBrand"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swiftbrand", statOrderKey = "318", statOrder = { 318 }, level = 38, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportSwiftBrand2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swiftbrand", statOrderKey = "318", statOrder = { 318 }, level = 38, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportImpendingDoom"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Impending Doom", statOrderKey = "258", statOrder = { 258 }, level = 38, group = "WeaponTreeSupportImpendingDoom", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportImpendingDoom2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Impending Doom", statOrderKey = "258", statOrder = { 258 }, level = 38, group = "WeaponTreeSupportImpendingDoom", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifetap"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lifetap", statOrderKey = "268", statOrder = { 268 }, level = 38, group = "WeaponTreeSupportLifetap", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportLifetap2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lifetap", statOrderKey = "268", statOrder = { 268 }, level = 38, group = "WeaponTreeSupportLifetap", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBehead"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Behead", statOrderKey = "208", statOrder = { 208 }, level = 38, group = "WeaponTreeSupportBehead", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportBehead2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Behead", statOrderKey = "208", statOrder = { 208 }, level = 38, group = "WeaponTreeSupportBehead", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportDivineBlessing"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Divine Blessing", statOrderKey = "205", statOrder = { 205 }, level = 38, group = "WeaponTreeSupportDivineBlessing", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportDivineBlessing2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Divine Blessing", statOrderKey = "205", statOrder = { 205 }, level = 38, group = "WeaponTreeSupportDivineBlessing", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportEternalBlessing"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Eternal Blessing", statOrderKey = "239", statOrder = { 239 }, level = 38, group = "WeaponTreeSupportEternalBlessing", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportEternalBlessing2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Eternal Blessing", statOrderKey = "239", statOrder = { 239 }, level = 38, group = "WeaponTreeSupportEternalBlessing", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportOvercharge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Overcharge", statOrderKey = "282", statOrder = { 282 }, level = 38, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportOvercharge2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Overcharge", statOrderKey = "282", statOrder = { 282 }, level = 38, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportCursedGround"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Cursed Ground", statOrderKey = "226", statOrder = { 226 }, level = 38, group = "WeaponTreeSupportCursedGround", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportCursedGround2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Cursed Ground", statOrderKey = "226", statOrder = { 226 }, level = 38, group = "WeaponTreeSupportCursedGround", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportHexBloom"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Hex Bloom", statOrderKey = "254", statOrder = { 254 }, level = 38, group = "WeaponTreeSupportHexBloom", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportHexBloom2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Hex Bloom", statOrderKey = "254", statOrder = { 254 }, level = 38, group = "WeaponTreeSupportHexBloom", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPinpoint"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Pinpoint", statOrderKey = "287", statOrder = { 287 }, level = 38, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, - ["WeaponTreeSupportPinpoint2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Pinpoint", statOrderKey = "287", statOrder = { 287 }, level = 38, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, - ["WeaponTreeSkillTornadoShotSplitArrow"] = { type = "Spawn", tier = 1, "Trigger Level 20 Tornado when you Attack with Split Arrow or Tornado Shot", statOrderKey = "5062", statOrder = { 5062 }, level = 1, group = "WeaponTreeSkillTornadoShotSplitArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillMirrorArrowBlinkArrow"] = { type = "Spawn", tier = 1, "Trigger Level 20 Blink Arrow when you Attack with Mirror Arrow", "Trigger Level 20 Mirror Arrow when you Attack with Blink Arrow", statOrderKey = "5043,5049", statOrder = { 5043, 5049 }, level = 1, group = "WeaponTreeSkillMirrorArrowBlinkArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillCleaveReave"] = { type = "Spawn", tier = 1, "Trigger Level 20 Summon Spectral Wolf on Critical Strike with Cleave or Reave", statOrderKey = "5061", statOrder = { 5061 }, level = 1, group = "WeaponTreeSkillCleaveReave", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "dagger", "claw", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBodySwapDetonateDead"] = { type = "Spawn", tier = 1, "Trigger Level 20 Bodyswap when you Explode a Corpse with Detonate Dead", statOrderKey = "5044", statOrder = { 5044 }, level = 1, group = "WeaponTreeSkillBodySwapDetonateDead", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillGlacialCascadeIceNova"] = { type = "Spawn", tier = 1, "Trigger Level 20 Ice Nova from the Final Burst location of Glacial Cascades you Cast", statOrderKey = "5048", statOrder = { 5048 }, level = 1, group = "WeaponTreeSkillGlacialCascadeIceNova", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillLaceratePerforate"] = { type = "Spawn", tier = 1, "Trigger Level 20 Stance Swap when you Attack with Perforate or Lacerate", statOrderKey = "5060", statOrder = { 5060 }, level = 1, group = "WeaponTreeSkillLaceratePerforate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillStormBurstDivineIre"] = { type = "Spawn", tier = 1, "Trigger Level 20 Gravity Sphere when you Cast Storm Burst or Divine Ire", statOrderKey = "5046", statOrder = { 5046 }, level = 1, group = "WeaponTreeSkillStormBurstDivineIre", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillHeavyStrikeBoneshatter"] = { type = "Spawn", tier = 1, "Trigger Level 20 Bone Corpses when you Stun an Enemy with Heavy Strike or Boneshatter", statOrderKey = "5045", statOrder = { 5045 }, level = 1, group = "WeaponTreeSkillHeavyStrikeBoneshatter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "staff", "sceptre", "mace", "axe", "shield", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBladeFlurryChargedDash"] = { type = "Spawn", tier = 1, "Trigger a Socketed Spell every second while Channelling Blade Flurry or Charged Dash", statOrderKey = "5042", statOrder = { 5042 }, level = 1, group = "WeaponTreeSkillBladeFlurryChargedDash", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "sword", "dagger", "claw", "weapon", "shield", "default", }, weightVal = { 0, 1000, 1000, 1000, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBurningArrowExplosiveArrow"] = { type = "Spawn", tier = 1, "Killing Blows with Burning Arrow or Explosive Arrow Shatter Enemies as though Frozen", statOrderKey = "4976", statOrder = { 4976 }, level = 1, group = "WeaponTreeSkillBurningArrowExplosiveArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBlastRainArtilleryBallista"] = { type = "Spawn", tier = 1, "All Damage from Blast Rain and Artillery Ballista Hits can Poison", "25% chance for Poisons inflicted with Blast Rain or Artillery Ballista to deal 100% more Damage", statOrderKey = "4798,4799", statOrder = { 4798, 4799 }, level = 1, group = "WeaponTreeSkillBlastRainArtilleryBallista", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillShrapnelBallistaSiegeBallista"] = { type = "Spawn", tier = 1, "50% increased Siege and Shrapnel Ballista attack speed per maximum Summoned Totem", "45% reduced Shrapnel Ballista attack speed per Shrapnel Ballista Totem", "45% reduced Siege Ballista attack speed per Siege Ballista Totem", statOrderKey = "4123,9276,9281", statOrder = { 4123, 9276, 9281 }, level = 1, group = "WeaponTreeSkillShrapnelBallistaSiegeBallista", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillLightningArrowIceShot"] = { type = "Spawn", tier = 1, "All Damage from Lightning Arrow and Ice Shot Hits can Ignite", "25% chance for Ignites inflicted with Lightning Arrow or Ice Shot to deal 100% more Damage", statOrderKey = "6890,6891", statOrder = { 6890, 6891 }, level = 1, group = "WeaponTreeSkillLightningArrowIceShot", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillGalvanicArrowStormRain"] = { type = "Spawn", tier = 1, "Galvanic Arrow and Storm Rain Repeat an additional time when used by a Mine", statOrderKey = "6361", statOrder = { 6361 }, level = 1, group = "WeaponTreeSkillGalvanicArrowStormRain", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillElementalHitWildStrike"] = { type = "Spawn", tier = 1, "Always inflict Scorch, Brittle and Sapped with Elemental Hit and Wild Strike Hits", "Cannot Ignite, Chill, Freeze or Shock", statOrderKey = "5879,8776", statOrder = { 5879, 8776 }, level = 1, group = "WeaponTreeSkillElementalHitWildStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "weapon", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBarrageFrenzy"] = { type = "Spawn", tier = 1, "Barrage and Frenzy have 25% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4695", statOrder = { 4695 }, level = 1, group = "WeaponTreeSkillBarrageFrenzy", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 1000, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBarrageFrenzy2H"] = { type = "Spawn", tier = 1, "Barrage and Frenzy have 40% increased Critical Strike Chance per Endurance Charge", statOrderKey = "4695", statOrder = { 4695 }, level = 1, group = "WeaponTreeSkillBarrageFrenzy", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillToxicRainRainofArrows"] = { type = "Spawn", tier = 1, "Rain of Arrows and Toxic Rain deal 300% more Damage with Bleeding", "-60% of Toxic Rain Physical Damage Converted to Chaos Damage", statOrderKey = "9078,9635", statOrder = { 9078, 9635 }, level = 1, group = "WeaponTreeSkillToxicRainRainofArrows", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillCausticArrowScourgeArrow"] = { type = "Spawn", tier = 1, "Caustic Arrow and Scourge Arrow fire 25% more projectiles", statOrderKey = "5065", statOrder = { 5065 }, level = 1, group = "WeaponTreeSkillCausticArrowScourgeArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillPunctureEnsnaringArrow"] = { type = "Spawn", tier = 1, "Enemies you Kill with Puncture or Ensnaring Arrow Hits Explode, dealing 10% of their Life as Physical Damage", statOrderKey = "9025", statOrder = { 9025 }, level = 1, group = "WeaponTreeSkillPunctureEnsnaringArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "dagger", "claw", "sword", "shield", "default", }, weightVal = { 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFrostBladesLightningStrike"] = { type = "Spawn", tier = 1, "All Damage from Lightning Strike and Frost Blades Hits can Ignite", "15% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage", statOrderKey = "6923,6924", statOrder = { 6923, 6924 }, level = 1, group = "WeaponTreeSkillFrostBladesLightningStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFrostBladesLightningStrike2H"] = { type = "Spawn", tier = 1, "All Damage from Lightning Strike and Frost Blades Hits can Ignite", "25% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage", statOrderKey = "6923,6924", statOrder = { 6923, 6924 }, level = 1, group = "WeaponTreeSkillFrostBladesLightningStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillViperStrikePestilentStrike"] = { type = "Spawn", tier = 1, "Viper Strike and Pestilent Strike deal 25% increased Attack Damage per Frenzy Charge", statOrderKey = "9734", statOrder = { 9734 }, level = 1, group = "WeaponTreeSkillViperStrikePestilentStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "shield", "default", }, weightVal = { 0, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillViperStrikePestilentStrike2H"] = { type = "Spawn", tier = 1, "Viper Strike and Pestilent Strike deal 40% increased Attack Damage per Frenzy Charge", statOrderKey = "9734", statOrder = { 9734 }, level = 1, group = "WeaponTreeSkillViperStrikePestilentStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillDominatingBlowAbsolution"] = { type = "Spawn", tier = 1, "Increases and Reductions to Minion Damage also affect Dominating Blow and Absolution at 150% of their value", statOrderKey = "5816", statOrder = { 5816 }, level = 1, group = "WeaponTreeSkillDominatingBlowAbsolution", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "shield", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "weapon", "default", }, weightVal = { 0, 500, 1000, 1000, 250, 0 }, modTags = { }, }, - ["WeaponTreeSkillVolcanicFissureMoltenStrike"] = { type = "Spawn", tier = 1, "Vaal Volcanic Fissure and Vaal Molten Strike have 40% reduced Soul Gain Prevention Duration", statOrderKey = "9731", statOrder = { 9731 }, level = 1, group = "WeaponTreeSkillVolcanicFissureMoltenStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillVolcanicFissureMoltenStrike2H"] = { type = "Spawn", tier = 1, "Vaal Volcanic Fissure and Vaal Molten Strike have 80% reduced Soul Gain Prevention Duration", statOrderKey = "9731", statOrder = { 9731 }, level = 1, group = "WeaponTreeSkillVolcanicFissureMoltenStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillStaticStrikeSmite"] = { type = "Spawn", tier = 1, "Killing Blows from Smite and Static Strike Consume corpses to Recover 5% of Life", statOrderKey = "9329", statOrder = { 9329 }, level = 1, group = "WeaponTreeSkillStaticStrikeSmite", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillVigilantStrikeFlickerStrike"] = { type = "Spawn", tier = 1, "Flicker Strike and Vigilant Strike's Cooldown can be bypassed by Power Charges instead of Frenzy or Endurance Charges", statOrderKey = "9733", statOrder = { 9733 }, level = 1, group = "WeaponTreeSkillVigilantStrikeFlickerStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillDoubleStrikeDualStrike"] = { type = "Spawn", tier = 1, "50% chance to gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike", statOrderKey = "5820", statOrder = { 5820 }, level = 1, group = "WeaponTreeSkillDoubleStrikeDualStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillDoubleStrikeDualStrike2H"] = { type = "Spawn", tier = 1, "Gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike", statOrderKey = "5820", statOrder = { 5820 }, level = 1, group = "WeaponTreeSkillDoubleStrikeDualStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillIceCrashGlacialHammer"] = { type = "Spawn", tier = 1, "Enemies Frozen by Ice Crash or Glacial Hammer become Covered in Frost for 4 seconds as they Unfreeze", statOrderKey = "6662", statOrder = { 6662 }, level = 1, group = "WeaponTreeSkillIceCrashGlacialHammer", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 500, 500, 1000, 1000, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillEarthquakeEarthshatter"] = { type = "Spawn", tier = 1, "Killing Blows with Earthquake and Earthshatter Shatter Enemies as though Frozen", statOrderKey = "5842", statOrder = { 5842 }, level = 1, group = "WeaponTreeSkillEarthquakeEarthshatter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillGroundSlamSunder"] = { type = "Spawn", tier = 1, "Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 400% increased Damage", statOrderKey = "6409", statOrder = { 6409 }, level = 1, group = "WeaponTreeSkillGroundSlamSunder", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "shield", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 500, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillGroundSlamSunder2H"] = { type = "Spawn", tier = 1, "Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 600% increased Damage", statOrderKey = "6409", statOrder = { 6409 }, level = 1, group = "WeaponTreeSkillGroundSlamSunder", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillTectonicSlamInfernalBlow"] = { type = "Spawn", tier = 1, "Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 700 Armour", statOrderKey = "9585", statOrder = { 9585 }, level = 1, group = "WeaponTreeSkillTectonicSlamInfernalBlow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "shield", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillTectonicSlamInfernalBlow2H"] = { type = "Spawn", tier = 1, "Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 450 Armour", statOrderKey = "9584", statOrder = { 9584 }, level = 1, group = "WeaponTreeSkillTectonicSlamInfernalBlow2H", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillRageVortexBladestorm"] = { type = "Spawn", tier = 1, "Enemies in your Rage Vortex or Bladestorms are Hindered and Unnerved", statOrderKey = "4794", statOrder = { 4794 }, level = 1, group = "WeaponTreeSkillRageVortexBladestorm", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillShieldCrushSpectralShieldThrow"] = { type = "Spawn", tier = 1, "Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield", "Shield Crush and Spectral Shield Throw gains 30 to 50 Added Lightning Damage per 15 Energy Shield on Shield", "100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage", statOrderKey = "9247,9248,9249", statOrder = { 9247, 9248, 9249 }, level = 1, group = "WeaponTreeSkillShieldCrushSpectralShieldThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillShieldCrushSpectralShieldThrowUniqueHelmet"] = { type = "Spawn", tier = 1, "Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield", "Shield Crush and Spectral Shield Throw gains 15 to 25 Added Lightning Damage per 15 Energy Shield on Shield", "100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage", statOrderKey = "9247,9248,9249", statOrder = { 9247, 9248, 9249 }, level = 1, group = "WeaponTreeSkillShieldCrushSpectralShieldThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillCycloneSweep"] = { type = "Spawn", tier = 1, "Knockback direction is reversed with Cyclone and Sweep", "Knock Enemies Back on hit with Cyclone and Sweep", statOrderKey = "5587,5588", statOrder = { 5587, 5588 }, level = 1, group = "WeaponTreeSkillCycloneSweep", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillCobraLashVenomGyre"] = { type = "Spawn", tier = 1, "25% chance for Bleeding inflicted with Cobra Lash or Venom Gyre to deal 100% more Damage", "Cobra Lash and Venom Gyre have -60% of Physical Damage Converted to Chaos Damage", statOrderKey = "5377,5378", statOrder = { 5377, 5378 }, level = 1, group = "WeaponTreeSkillCobraLashVenomGyre", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "claw", "dagger", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillPoisonousConcoctionExplosiveConcoction"] = { type = "Spawn", tier = 1, "If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 40% chance to Explode, dealing 10% of their Life as Physical Damage", "Poisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible", statOrderKey = "6172,7324", statOrder = { 6172, 7324 }, level = 1, group = "WeaponTreeSkillPoisonousConcoctionExplosiveConcoction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillPoisonousConcoctionExplosiveConcoctionUniqueHelmet"] = { type = "Spawn", tier = 1, "If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 25% chance to Explode, dealing 10% of their Life as Physical Damage", "Poisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible", statOrderKey = "6172,7324", statOrder = { 6172, 7324 }, level = 1, group = "WeaponTreeSkillPoisonousConcoctionExplosiveConcoction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel"] = { type = "Spawn", tier = 1, "Recover 1% of Energy Shield per Steel Shard Consumed", statOrderKey = "9114", statOrder = { 9114 }, level = 1, group = "WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "axe", "shield", "default", }, weightVal = { 0, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel2H"] = { type = "Spawn", tier = 1, "Recover 2% of Energy Shield per Steel Shard Consumed", statOrderKey = "9114", statOrder = { 9114 }, level = 1, group = "WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "axe", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSpectralHelixSpectralThrow"] = { type = "Spawn", tier = 1, "Each Projectile from Spectral Helix or Spectral Throw has", "between 40% more and 40% less Projectile Speed at random", statOrderKey = "9355,9355.1", statOrder = { 9355, 9355.1 }, level = 1, group = "WeaponTreeSkillSpectralHelixSpectralThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSpectralHelixSpectralThrow2H"] = { type = "Spawn", tier = 1, "Each Projectile from Spectral Helix or Spectral Throw has", "between 75% more and 75% less Projectile Speed at random", statOrderKey = "9355,9355.1", statOrder = { 9355, 9355.1 }, level = 1, group = "WeaponTreeSkillSpectralHelixSpectralThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillChainHookShieldCharge"] = { type = "Spawn", tier = 1, "Shield Charge and Chain Hook have 2% increased Attack Speed per 10 Rampage Kills", statOrderKey = "5069", statOrder = { 5069 }, level = 1, group = "WeaponTreeSkillChainHookShieldCharge", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "axe", "mace", "sceptre", "shield", "default", }, weightVal = { 0, 500, 500, 500, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillConsecratedPathPurifyingFlame"] = { type = "Spawn", tier = 1, "Consecrated Path and Purifying Flame create Profane Ground instead of Consecrated Ground", "100% of Consecrated Path and Purifying Flame Fire Damage Converted to Chaos Damage", statOrderKey = "5442,5443", statOrder = { 5442, 5443 }, level = 1, group = "WeaponTreeSkillConsecratedPathPurifyingFlame", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "bow", "claw", "weapon_can_roll_minion_modifiers", "attack_dagger", "shield", "weapon", "default", }, weightVal = { 1000, 0, 0, 0, 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFrozenLegionGeneralsCry"] = { type = "Spawn", tier = 1, "100% more Frozen Legion and General's Cry Cooldown Recovery Rate", "Frozen Sweep deals 30% less Damage", "General's Cry has -2 to maximum number of Mirage Warriors", statOrderKey = "6216,6220,6368", statOrder = { 6216, 6220, 6368 }, level = 1, group = "WeaponTreeSkillFrozenLegionGeneralsCry", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillAncestralProtectorAncestralWarchief"] = { type = "Spawn", tier = 1, "20% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield", statOrderKey = "4399", statOrder = { 4399 }, level = 1, group = "WeaponTreeSkillAncestralProtectorAncestralWarchief", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillAncestralProtectorAncestralWarchief2H"] = { type = "Spawn", tier = 1, "40% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield", statOrderKey = "4399", statOrder = { 4399 }, level = 1, group = "WeaponTreeSkillAncestralProtectorAncestralWarchief", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillKineticBoltKineticBlastPowerSiphon"] = { type = "Spawn", tier = 1, "Kinetic Bolt, Kinetic Blast and Power Siphon have 20% reduced Enemy Stun Threshold", "100% chance for Kinetic Bolt, Kinetic Blast and Power Siphon to double Stun Duration", statOrderKey = "6777,6778", statOrder = { 6777, 6778 }, level = 1, group = "WeaponTreeSkillKineticBoltKineticBlastPowerSiphon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "wand", "shield", "default", }, weightVal = { 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillExsanguinateReap"] = { type = "Spawn", tier = 1, "100% of Exsanguinate and Reap Physical Damage Converted to Fire Damage", "Exsanguinate debuffs deal Fire Damage per second instead of Physical Damage per second", "Reap debuffs deal Fire Damage per second instead of Physical Damage per second", statOrderKey = "6060,6062,9094", statOrder = { 6060, 6062, 9094 }, level = 1, group = "WeaponTreeSkillExsanguinateReap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFirestormBladefall"] = { type = "Spawn", tier = 1, "15% chance for Firestorm and Bladefall to affect the same area again when they finish", statOrderKey = "6125", statOrder = { 6125 }, level = 1, group = "WeaponTreeSkillFirestormBladefall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFirestormBladefall2H"] = { type = "Spawn", tier = 1, "25% chance for Firestorm and Bladefall to affect the same area again when they finish", statOrderKey = "6125", statOrder = { 6125 }, level = 1, group = "WeaponTreeSkillFirestormBladefall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillEtherealKnives"] = { type = "Spawn", tier = 1, "Ethereal Knives requires 1 fewer Projectile Fired to leave each Lingering Blade", statOrderKey = "6012", statOrder = { 6012 }, level = 1, group = "WeaponTreeSkillEtherealKnives", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillEtherealKnives2H"] = { type = "Spawn", tier = 1, "Ethereal Knives requires 2 fewer Projectiles Fired to leave each Lingering Blade", statOrderKey = "6012", statOrder = { 6012 }, level = 1, group = "WeaponTreeSkillEtherealKnives", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFireballRollingMagma"] = { type = "Spawn", tier = 1, "Fireball and Rolling Magma have 100% more Area of Effect", "Modifiers to number of Projectiles do not apply to Fireball and Rolling Magma", statOrderKey = "6121,6122", statOrder = { 6121, 6122 }, level = 1, group = "WeaponTreeSkillFireballRollingMagma", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFireballRollingMagma2H"] = { type = "Spawn", tier = 1, "Fireball and Rolling Magma have 200% more Area of Effect", "Modifiers to number of Projectiles do not apply to Fireball and Rolling Magma", statOrderKey = "6121,6122", statOrder = { 6121, 6122 }, level = 1, group = "WeaponTreeSkillFireballRollingMagma", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFreezingPulseEyeOfWinter"] = { type = "Spawn", tier = 1, "All Damage from Hits with Freezing Pulse and Eye of Winter can Poison", "15% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage", statOrderKey = "6196,6197", statOrder = { 6196, 6197 }, level = 1, group = "WeaponTreeSkillFreezingPulseEyeOfWinter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFreezingPulseEyeOfWinter2H"] = { type = "Spawn", tier = 1, "All Damage from Hits with Freezing Pulse and Eye of Winter can Poison", "25% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage", statOrderKey = "6196,6197", statOrder = { 6196, 6197 }, level = 1, group = "WeaponTreeSkillFreezingPulseEyeOfWinter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBladeVortexBladeBlast"] = { type = "Spawn", tier = 1, "30% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit", "Blade Vortex and Blade Blast deal no Non-Physical Damage", statOrderKey = "4790,4791", statOrder = { 4790, 4791 }, level = 1, group = "WeaponTreeSkillBladeVortexBladeBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBladeVortexBladeBlast2H"] = { type = "Spawn", tier = 1, "60% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit", "Blade Vortex and Blade Blast deal no Non-Physical Damage", statOrderKey = "4790,4791", statOrder = { 4790, 4791 }, level = 1, group = "WeaponTreeSkillBladeVortexBladeBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillShockNovaStormCall"] = { type = "Spawn", tier = 1, "All Damage from Shock Nova and Storm Call Hits can Ignite", "15% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage", statOrderKey = "9264,9265", statOrder = { 9264, 9265 }, level = 1, group = "WeaponTreeSkillShockNovaStormCall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillShockNovaStormCall2H"] = { type = "Spawn", tier = 1, "All Damage from Shock Nova and Storm Call Hits can Ignite", "25% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage", statOrderKey = "9264,9265", statOrder = { 9264, 9265 }, level = 1, group = "WeaponTreeSkillShockNovaStormCall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillCreepingFrostColdSnap"] = { type = "Spawn", tier = 1, "All Damage from Cold Snap and Creeping Frost can Sap", "25% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas", statOrderKey = "5488,5489", statOrder = { 5488, 5489 }, level = 1, group = "WeaponTreeSkillCreepingFrostColdSnap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillCreepingFrostColdSnap2H"] = { type = "Spawn", tier = 1, "All Damage from Cold Snap and Creeping Frost can Sap", "50% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas", statOrderKey = "5488,5489", statOrder = { 5488, 5489 }, level = 1, group = "WeaponTreeSkillCreepingFrostColdSnap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillLightningConduitGalvanicField"] = { type = "Spawn", tier = 1, "Killing Blows with Lightning Conduit and Galvanic Field Shatter Enemies as though Frozen", statOrderKey = "6893", statOrder = { 6893 }, level = 1, group = "WeaponTreeSkillLightningConduitGalvanicField", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillManabondStormbind"] = { type = "Spawn", tier = 1, "Manabond and Stormbind Freeze enemies as though dealing 200% more Damage", "50% of Manabond and Stormbind Lightning Damage Converted to Cold Damage", statOrderKey = "7626,7627", statOrder = { 7626, 7627 }, level = 1, group = "WeaponTreeSkillManabondStormbind", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillManabondStormbind2H"] = { type = "Spawn", tier = 1, "Manabond and Stormbind Freeze enemies as though dealing 300% more Damage", "100% of Manabond and Stormbind Lightning Damage Converted to Cold Damage", statOrderKey = "7626,7627", statOrder = { 7626, 7627 }, level = 1, group = "WeaponTreeSkillManabondStormbind", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillIceSpearBallLightning"] = { type = "Spawn", tier = 1, "Ice Spear and Ball Lightning fire Projectiles in a circle", "Ice Spear and Ball Lightning Projectiles Return to you", statOrderKey = "6675,6676", statOrder = { 6675, 6676 }, level = 1, group = "WeaponTreeSkillIceSpearBallLightning", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFlameblastIncinerate"] = { type = "Spawn", tier = 1, "+0.2 seconds to Flameblast and Incinerate Cooldown", "Flameblast and Incinerate cannot inflict Elemental Ailments", "Flameblast starts with 2 additional Stages", "Incinerate starts with 2 additional Stages", statOrderKey = "6150,6151,6152,6731", statOrder = { 6150, 6151, 6152, 6731 }, level = 1, group = "WeaponTreeSkillFlameblastIncinerate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFlameblastIncinerate2H"] = { type = "Spawn", tier = 1, "+0.4 seconds to Flameblast and Incinerate Cooldown", "Flameblast and Incinerate cannot inflict Elemental Ailments", "Flameblast starts with 4 additional Stages", "Incinerate starts with 4 additional Stages", statOrderKey = "6150,6151,6152,6731", statOrder = { 6150, 6151, 6152, 6731 }, level = 1, group = "WeaponTreeSkillFlameblastIncinerate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillHexblastDoomBlast"] = { type = "Spawn", tier = 1, "10% of Hexblast and Doom Blast Overkill Damage is Leeched as Life", statOrderKey = "6616", statOrder = { 6616 }, level = 1, group = "WeaponTreeSkillHexblastDoomBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillHexblastDoomBlast2H"] = { type = "Spawn", tier = 1, "20% of Hexblast and Doom Blast Overkill Damage is Leeched as Life", statOrderKey = "6616", statOrder = { 6616 }, level = 1, group = "WeaponTreeSkillHexblastDoomBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillForbiddenRiteDarkPact"] = { type = "Spawn", tier = 1, "Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", statOrderKey = "6184", statOrder = { 6184 }, level = 1, group = "WeaponTreeSkillForbiddenRiteDarkPact", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillForbiddenRiteDarkPact2H"] = { type = "Spawn", tier = 1, "Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", statOrderKey = "6184", statOrder = { 6184 }, level = 1, group = "WeaponTreeSkillForbiddenRiteDarkPact", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBaneContagion"] = { type = "Spawn", tier = 1, "Enemies inflicted with Bane or Contagion are Chilled", statOrderKey = "5917", statOrder = { 5917 }, level = 1, group = "WeaponTreeSkillBaneContagion", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillEssenceDrainSoulrend"] = { type = "Spawn", tier = 1, "25% reduced Essence Drain and Soulrend Projectile Speed", "Essence Drain and Soulrend fire 2 additional Projectiles", statOrderKey = "6010,6011", statOrder = { 6010, 6011 }, level = 1, group = "WeaponTreeSkillEssenceDrainSoulrend", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillEssenceDrainSoulrend2H"] = { type = "Spawn", tier = 1, "50% reduced Essence Drain and Soulrend Projectile Speed", "Essence Drain and Soulrend fire 4 additional Projectiles", statOrderKey = "6010,6011", statOrder = { 6010, 6011 }, level = 1, group = "WeaponTreeSkillEssenceDrainSoulrend", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSparkLightningTendrils"] = { type = "Spawn", tier = 1, "50% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem", "Lightning Tendrils releases 1 fewer Pulse between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem", statOrderKey = "6926,9344", statOrder = { 6926, 9344 }, level = 1, group = "WeaponTreeSkillSparkLightningTendrils", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillSparkLightningTendrils2H"] = { type = "Spawn", tier = 1, "100% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem", "Lightning Tendrils releases 2 fewer Pulses between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem", statOrderKey = "6926,9344", statOrder = { 6926, 9344 }, level = 1, group = "WeaponTreeSkillSparkLightningTendrils", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFrostBombOrbofStorms"] = { type = "Spawn", tier = 1, "Frost Bombs gain 50% increased Area of Effect when you Cast Frostblink", "Strikes from Orb of Storms caused by Channelling near the Orb occur with 40% increased frequency", statOrderKey = "6206,8843", statOrder = { 6206, 8843 }, level = 1, group = "WeaponTreeSkillFrostBombOrbofStorms", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFrostBombOrbofStorms2H"] = { type = "Spawn", tier = 1, "Frost Bombs gain 75% increased Area of Effect when you Cast Frostblink", "Strikes from Orb of Storms caused by Channelling near the Orb occur with 60% increased frequency", statOrderKey = "6206,8843", statOrder = { 6206, 8843 }, level = 1, group = "WeaponTreeSkillFrostBombOrbofStorms", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillWinterOrbHydrosphere"] = { type = "Spawn", tier = 1, "Trigger Level 20 Hydrosphere while you Channel Winter Orb", statOrderKey = "5047", statOrder = { 5047 }, level = 1, group = "WeaponTreeSkillWinterOrbHydrosphere", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillWintertideBrandArcanistBrand"] = { type = "Spawn", tier = 1, "Enemies Branded by Wintertide Brand or Arcanist Brand Explode on Death dealing a quarter of their maximum Life as Chaos damage", statOrderKey = "9820", statOrder = { 9820 }, level = 1, group = "WeaponTreeSkillWintertideBrandArcanistBrand", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillAnimateWeapon"] = { type = "Spawn", tier = 1, "Animated Lingering Blades have +1.5% to Critical Strike Chance", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "WeaponTreeSkillAnimateWeapon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillAnimateWeapon2H"] = { type = "Spawn", tier = 1, "Animated Lingering Blades have +2.5% to Critical Strike Chance", statOrderKey = "4424", statOrder = { 4424 }, level = 1, group = "WeaponTreeSkillAnimateWeapon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSummonCarrionGolemSummonStoneGolemSummonChaosGolem"] = { type = "Spawn", tier = 1, "Summoned Carrion Golems Impale on Hit if you have the same number of them as Summoned Chaos Golems", "Summoned Chaos Golems Impale on Hit if you have the same number of them as Summoned Stone Golems", "Summoned Stone Golems Impale on Hit if you have the same number of them as Summoned Carrion Golems", statOrderKey = "5041,5337,9465", statOrder = { 5041, 5337, 9465 }, level = 1, group = "WeaponTreeSkillSummonCarrionGolemSummonStoneGolemSummonChaosGolem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSummonFlameGolemSummonIceGolemSummonLightningGolem"] = { type = "Spawn", tier = 1, "Maximum Life of Summoned Elemental Golems is Doubled", statOrderKey = "5878", statOrder = { 5878 }, level = 1, group = "WeaponTreeSkillSummonFlameGolemSummonIceGolemSummonLightningGolem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSummonHolyRelicSummonSkeletons"] = { type = "Spawn", tier = 1, "Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element", "100% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics", statOrderKey = "9299,9300", statOrder = { 9299, 9300 }, level = 1, group = "WeaponTreeSkillSummonHolyRelicSummonSkeletons", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSummonHolyRelicSummonSkeletons2H"] = { type = "Spawn", tier = 1, "Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element", "200% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics", statOrderKey = "9299,9300", statOrder = { 9299, 9300 }, level = 1, group = "WeaponTreeSkillSummonHolyRelicSummonSkeletons", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillRaiseSpectreRaiseZombie"] = { type = "Spawn", tier = 1, "Raised Zombies and Spectres gain Adrenaline for 8 seconds when Raised", statOrderKey = "9359", statOrder = { 9359 }, level = 1, group = "WeaponTreeSkillRaiseSpectreRaiseZombie", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillRaiseSpectreRaiseZombie2H"] = { type = "Spawn", tier = 1, "Raised Zombies and Spectres gain Adrenaline for 14 seconds when Raised", statOrderKey = "9359", statOrder = { 9359 }, level = 1, group = "WeaponTreeSkillRaiseSpectreRaiseZombie", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillSummonRagingSpiritSummonPhantasmSupport"] = { type = "Spawn", tier = 1, "Maximum number of Summoned Raging Spirits is 3", "Maximum number of Summoned Phantasms is 3", "Summoned Raging Spirits have Diamond Shrine and Massive Shrine Buffs", "Summoned Phantasms have Diamond Shrine and Massive Shrine Buffs", statOrderKey = "8823,8825,9535,9544", statOrder = { 8823, 8825, 9535, 9544 }, level = 1, group = "WeaponTreeSkillSummonRagingSpiritSummonPhantasmSupport", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFireTrapExplosiveTrap"] = { type = "Spawn", tier = 1, "Fire Trap and Explosive Trap Throw an additional Trap when used by a Mine", statOrderKey = "6082", statOrder = { 6082 }, level = 1, group = "WeaponTreeSkillFireTrapExplosiveTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFireTrapExplosiveTrap2H"] = { type = "Spawn", tier = 1, "Fire Trap and Explosive Trap Throws 2 additional Traps when used by a Mine", statOrderKey = "6082", statOrder = { 6082 }, level = 1, group = "WeaponTreeSkillFireTrapExplosiveTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillIceTrapLightningTrap"] = { type = "Spawn", tier = 1, "Ice Trap and Lightning Trap Damage Penetrates 15% of Enemy Elemental Resistances", "Ice Traps and Lightning Traps are triggered by your Warcries", "Ice Traps and Lightning Traps cannot be triggered by Enemies", statOrderKey = "6659,6660,6661", statOrder = { 6659, 6660, 6661 }, level = 1, group = "WeaponTreeSkillIceTrapLightningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillIceTrapLightningTrap2H"] = { type = "Spawn", tier = 1, "Ice Trap and Lightning Trap Damage Penetrates 25% of Enemy Elemental Resistances", "Ice Traps and Lightning Traps are triggered by your Warcries", "Ice Traps and Lightning Traps cannot be triggered by Enemies", statOrderKey = "6659,6660,6661", statOrder = { 6659, 6660, 6661 }, level = 1, group = "WeaponTreeSkillIceTrapLightningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap"] = { type = "Spawn", tier = 1, "Flamethrower, Seismic and Lightning Spire Trap have 30% increased Cooldown Recovery Rate", "Flamethrower, Seismic and Lightning Spire Trap have -1 Cooldown Use", statOrderKey = "6153,6154", statOrder = { 6153, 6154 }, level = 1, group = "WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap2H"] = { type = "Spawn", tier = 1, "Flamethrower, Seismic and Lightning Spire Trap have 50% increased Cooldown Recovery Rate", "Flamethrower, Seismic and Lightning Spire Trap have -2 Cooldown Uses", statOrderKey = "6153,6154", statOrder = { 6153, 6154 }, level = 1, group = "WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillStormblastMinePyroclastMineIcicleMine"] = { type = "Spawn", tier = 1, "Stormblast, Icicle and Pyroclast Mine have 150% increased Aura Effect", "Stormblast, Icicle and Pyroclast Mine deal no Damage", statOrderKey = "9484,9485", statOrder = { 9484, 9485 }, level = 1, group = "WeaponTreeSkillStormblastMinePyroclastMineIcicleMine", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillStormblastMinePyroclastMineIcicleMine2H"] = { type = "Spawn", tier = 1, "Stormblast, Icicle and Pyroclast Mine have 300% increased Aura Effect", "Stormblast, Icicle and Pyroclast Mine deal no Damage", statOrderKey = "9484,9485", statOrder = { 9484, 9485 }, level = 1, group = "WeaponTreeSkillStormblastMinePyroclastMineIcicleMine", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBearTrapSiphoningTrap"] = { type = "Spawn", tier = 1, "Bear Trap and Siphoning Trap Debuffs also apply 15% reduced Cooldown Recovery Rate to affected Enemies", statOrderKey = "4766", statOrder = { 4766 }, level = 1, group = "WeaponTreeSkillBearTrapSiphoningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBearTrapSiphoningTrap2H"] = { type = "Spawn", tier = 1, "Bear Trap and Siphoning Trap Debuffs also apply 25% reduced Cooldown Recovery Rate to affected Enemies", statOrderKey = "4766", statOrder = { 4766 }, level = 1, group = "WeaponTreeSkillBearTrapSiphoningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillHolyFlameTotemShockwaveTotem"] = { type = "Spawn", tier = 1, "Holy Flame Totem and Shockwave Totem gain 35% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "WeaponTreeSkillHolyFlameTotemShockwaveTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillHolyFlameTotemShockwaveTotem2H"] = { type = "Spawn", tier = 1, "Holy Flame Totem and Shockwave Totem gain 60% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond", statOrderKey = "6652", statOrder = { 6652 }, level = 1, group = "WeaponTreeSkillHolyFlameTotemShockwaveTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem"] = { type = "Spawn", tier = 1, "Decoy, Devouring and Rejuvenation Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "5716", statOrder = { 5716 }, level = 1, group = "WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem2H"] = { type = "Spawn", tier = 1, "Decoy, Devouring and Rejuvenation Totems Reflect 200% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "5716", statOrder = { 5716 }, level = 1, group = "WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillRighteousFireScorchingRay"] = { type = "Spawn", tier = 1, "Regenerate 15 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray", statOrderKey = "9202", statOrder = { 9202 }, level = 1, group = "WeaponTreeSkillRighteousFireScorchingRay", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillRighteousFireScorchingRay2H"] = { type = "Spawn", tier = 1, "Regenerate 25 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray", statOrderKey = "9202", statOrder = { 9202 }, level = 1, group = "WeaponTreeSkillRighteousFireScorchingRay", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBlightWither"] = { type = "Spawn", tier = 1, "Blight has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", "Wither has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", statOrderKey = "4819,9821", statOrder = { 4819, 9821 }, level = 1, group = "WeaponTreeSkillBlightWither", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillBlightWither2H"] = { type = "Spawn", tier = 1, "Blight has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", "Wither has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", statOrderKey = "4819,9821", statOrder = { 4819, 9821 }, level = 1, group = "WeaponTreeSkillBlightWither", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillVoltaxicBurstDischarge"] = { type = "Spawn", tier = 1, "Discharge and Voltaxic Burst are Cast at the targeted location instead of around you", statOrderKey = "5742", statOrder = { 5742 }, level = 1, group = "WeaponTreeSkillVoltaxicBurstDischarge", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillStormArmageddonBrandSummonReaper"] = { type = "Spawn", tier = 1, "Storm and Armageddon Brands can be attached to your Summoned Reaper", statOrderKey = "9466", statOrder = { 9466 }, level = 1, group = "WeaponTreeSkillStormArmageddonBrandSummonReaper", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 1000, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillArcCracklingLance"] = { type = "Spawn", tier = 1, "Arc and Crackling Lance gains Added Cold Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", "15% increased Cost of Arc and Crackling Lance", statOrderKey = "4432,4433", statOrder = { 4432, 4433 }, level = 1, group = "WeaponTreeSkillArcCracklingLance", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillArcCracklingLance2H"] = { type = "Spawn", tier = 1, "Arc and Crackling Lance gains Added Cold Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", "25% increased Cost of Arc and Crackling Lance", statOrderKey = "4432,4433", statOrder = { 4432, 4433 }, level = 1, group = "WeaponTreeSkillArcCracklingLance", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillAnimateGuardian"] = { type = "Spawn", tier = 1, "50% increased Effect of Link Buffs on Animated Guardian", "Link Skills can target Animated Guardian", statOrderKey = "6935,6948", statOrder = { 6935, 6948 }, level = 1, group = "WeaponTreeSkillAnimateGuardian", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillBlazingSalvoFlameWall"] = { type = "Spawn", tier = 1, "Blazing Salvo Projectiles Fork when they pass through a Flame Wall", statOrderKey = "4802", statOrder = { 4802 }, level = 1, group = "WeaponTreeSkillBlazingSalvoFlameWall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillVolatileDeadCremation"] = { type = "Spawn", tier = 1, "Volatile Dead and Cremation Penetrate 2% Fire Resistance per 100 Dexterity", statOrderKey = "9746", statOrder = { 9746 }, level = 1, group = "WeaponTreeSkillVolatileDeadCremation", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillVolatileDeadCremation2H"] = { type = "Spawn", tier = 1, "Volatile Dead and Cremation Penetrate 4% Fire Resistance per 100 Dexterity", statOrderKey = "9746", statOrder = { 9746 }, level = 1, group = "WeaponTreeSkillVolatileDeadCremation", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillWaveofConviction"] = { type = "Spawn", tier = 1, "+10% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired", statOrderKey = "9030", statOrder = { 9030 }, level = 1, group = "WeaponTreeSkillWaveofConviction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillWaveofConviction2H"] = { type = "Spawn", tier = 1, "+15% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired", statOrderKey = "9030", statOrder = { 9030 }, level = 1, group = "WeaponTreeSkillWaveofConviction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSkillVortexFrostbolt"] = { type = "Spawn", tier = 1, "+15% to Vortex Critical Strike Chance when Cast on Frostbolt", statOrderKey = "9757", statOrder = { 9757 }, level = 1, group = "WeaponTreeSkillVortexFrostbolt", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, - ["WeaponTreeSkillVortexFrostbolt2H"] = { type = "Spawn", tier = 1, "+25% to Vortex Critical Strike Chance when Cast on Frostbolt", statOrderKey = "9757", statOrder = { 9757 }, level = 1, group = "WeaponTreeSkillVortexFrostbolt", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["WeaponTreeSellPriceMagmaticOre"] = { type = "Spawn", tier = 1, "Item sells for an additional Magmatic Ore", statOrderKey = "9795", statOrder = { 9795 }, level = 50, group = "WeaponTreeSellPriceMagmaticOre", nodeType = "SellBonus", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 1275, 1275, 938, 750 }, modTags = { }, }, - ["WeaponTreeSellNodeScouringOrb"] = { type = "Spawn", tier = 1, "Item sells for 20 additional Orbs of Scouring", statOrderKey = "9806", statOrder = { 9806 }, level = 50, group = "WeaponTreeSellNodeScouringOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 340, 340, 250, 200 }, modTags = { }, }, - ["WeaponTreeSellNodeScouringOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 40 additional Orbs of Scouring", statOrderKey = "9806", statOrder = { 9806 }, level = 78, group = "WeaponTreeSellNodeScouringOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, - ["WeaponTreeSellNodeChaosOrb"] = { type = "Spawn", tier = 1, "Item sells for 20 additional Chaos Orbs", statOrderKey = "9791", statOrder = { 9791 }, level = 50, group = "WeaponTreeSellNodeChaosOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 408, 408, 300, 240 }, modTags = { }, }, - ["WeaponTreeSellNodeChaosOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 40 additional Chaos Orbs", statOrderKey = "9791", statOrder = { 9791 }, level = 78, group = "WeaponTreeSellNodeChaosOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 204, 204, 150, 120 }, modTags = { }, }, - ["WeaponTreeSellNodeOrbOfRegret"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Orbs of Regret", statOrderKey = "9803", statOrder = { 9803 }, level = 50, group = "WeaponTreeSellNodeOrbOfRegret", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, - ["WeaponTreeSellNodeOrbOfRegretHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Orbs of Regret", statOrderKey = "9803", statOrder = { 9803 }, level = 78, group = "WeaponTreeSellNodeOrbOfRegretHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 114, 114, 84, 67 }, modTags = { }, }, - ["WeaponTreeSellNodeRegalOrb"] = { type = "Spawn", tier = 1, "Item sells for 10 additional Regal Orbs", statOrderKey = "9804", statOrder = { 9804 }, level = 50, group = "WeaponTreeSellNodeRegalOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 102, 102, 75, 60 }, modTags = { }, }, - ["WeaponTreeSellNodeRegalOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 20 additional Regal Orbs", statOrderKey = "9804", statOrder = { 9804 }, level = 78, group = "WeaponTreeSellNodeRegalOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 51, 51, 38, 30 }, modTags = { }, }, - ["WeaponTreeSellNodeVaalOrb"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Vaal Orbs", statOrderKey = "9807", statOrder = { 9807 }, level = 50, group = "WeaponTreeSellNodeVaalOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, - ["WeaponTreeSellNodeVaalOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Vaal Orbs", statOrderKey = "9807", statOrder = { 9807 }, level = 78, group = "WeaponTreeSellNodeVaalOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 114, 114, 84, 67 }, modTags = { }, }, - ["WeaponTreeSellNodeGemcutters"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Gemcutter's Prisms", statOrderKey = "9798", statOrder = { 9798 }, level = 50, group = "WeaponTreeSellNodeGemcutters", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 92, 92, 68, 54 }, modTags = { }, }, - ["WeaponTreeSellNodeGemcuttersHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Gemcutter's Prisms", statOrderKey = "9798", statOrder = { 9798 }, level = 78, group = "WeaponTreeSellNodeGemcuttersHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 46, 46, 34, 27 }, modTags = { }, }, - ["WeaponTreeSellNodeBlessedOrb"] = { type = "Spawn", tier = 1, "Item sells for 10 additional Blessed Orbs", statOrderKey = "9790", statOrder = { 9790 }, level = 50, group = "WeaponTreeSellNodeBlessedOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 136, 136, 100, 80 }, modTags = { }, }, - ["WeaponTreeSellNodeBlessedOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 20 additional Blessed Orbs", statOrderKey = "9790", statOrder = { 9790 }, level = 78, group = "WeaponTreeSellNodeBlessedOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 68, 68, 50, 40 }, modTags = { }, }, - ["WeaponTreeSellNodeAwakenedSextant"] = { type = "Spawn", tier = 1, "Item sells for an additional Cartography Scarab of every type", statOrderKey = "9789", statOrder = { 9789 }, level = 78, group = "WeaponTreeSellNodeAwakenedSextant", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 238, 238, 175, 140 }, modTags = { }, }, - ["WeaponTreeSellNodeAwakenedSextantHigh"] = { type = "Spawn", tier = 2, "Item sells for 2 additional Cartography Scarabs of every type", statOrderKey = "9789", statOrder = { 9789 }, level = 78, group = "WeaponTreeSellNodeAwakenedSextantHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 119, 119, 88, 70 }, modTags = { }, }, - ["WeaponTreeSellNodeOrbOfAnnulment"] = { type = "Spawn", tier = 1, "Item sells for an additional Orb of Annulment", statOrderKey = "9802", statOrder = { 9802 }, level = 68, group = "WeaponTreeSellNodeOrbOfAnnulment", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 68, 68, 50, 40 }, modTags = { }, }, - ["WeaponTreeSellNodeOrbOfAnnulmentHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Orbs of Annulment", statOrderKey = "9802", statOrder = { 9802 }, level = 78, group = "WeaponTreeSellNodeOrbOfAnnulmentHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 24, 24, 18, 14 }, modTags = { }, }, - ["WeaponTreeSellNodeExaltedOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Exalted Orb", statOrderKey = "9794", statOrder = { 9794 }, level = 68, group = "WeaponTreeSellNodeExaltedOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, - ["WeaponTreeSellNodeExaltedOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Exalted Orbs", statOrderKey = "9794", statOrder = { 9794 }, level = 78, group = "WeaponTreeSellNodeExaltedOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 58, 58, 43, 34 }, modTags = { }, }, - ["WeaponTreeSellNodeDivineOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Divine Orb", statOrderKey = "9793", statOrder = { 9793 }, level = 68, group = "WeaponTreeSellNodeDivineOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, - ["WeaponTreeSellNodeDivineOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Divine Orbs", statOrderKey = "9793", statOrder = { 9793 }, level = 78, group = "WeaponTreeSellNodeDivineOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 58, 58, 43, 34 }, modTags = { }, }, - ["WeaponTreeSellNodeSacredOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Sacred Orb", statOrderKey = "9805", statOrder = { 9805 }, level = 80, group = "WeaponTreeSellNodeSacredOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 9, 9, 6, 5 }, modTags = { }, }, - ["WeaponTreeSellNodeSacredOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Sacred Orbs", statOrderKey = "9805", statOrder = { 9805 }, level = 84, group = "WeaponTreeSellNodeSacredOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 3, 3, 3, 2 }, modTags = { }, }, - ["WeaponTreeSellNodeIgneousGeode"] = { type = "Spawn", tier = 1, "Item sells for an additional Igneous Geode", statOrderKey = "9799", statOrder = { 9799 }, level = 75, group = "WeaponTreeSellNodeIgneousGeode", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 2125, 2125, 1563, 1250 }, modTags = { }, }, - ["WeaponTreeSellNodeCrystallineGeode"] = { type = "Spawn", tier = 1, "Item sells for an additional Crystalline Geode", statOrderKey = "9792", statOrder = { 9792 }, level = 84, group = "WeaponTreeSellNodeCrystallineGeode", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, - ["WeaponTreeSellNodeDouble"] = { type = "Spawn", tier = 1, "Crucible Passives that sell for items sell for twice as much", statOrderKey = "9801", statOrder = { 9801 }, level = 84, group = "WeaponTreeSellNodeDouble", nodeType = "SellBonus", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 340, 340, 250, 200 }, modTags = { }, }, - ["WeaponTreeFishingLineStrength"] = { type = "Spawn", tier = 1, "30% increased Fishing Line Strength", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "WeaponTreeFishingLineStrength", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingQuantity"] = { type = "Spawn", tier = 1, "20% increased Quantity of Fish Caught", statOrderKey = "2696", statOrder = { 2696 }, level = 1, group = "WeaponTreeFishingQuantity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingRarity"] = { type = "Spawn", tier = 1, "40% increased Rarity of Fish Caught", statOrderKey = "2697", statOrder = { 2697 }, level = 1, group = "WeaponTreeFishingRarity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingPoolConsumption"] = { type = "Spawn", tier = 1, "20% increased Fishing Pool Consumption", statOrderKey = "2692", statOrder = { 2692 }, level = 1, group = "WeaponTreeFishingPoolConsumption", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingExoticFish"] = { type = "Spawn", tier = 1, "You can catch Exotic Fish", statOrderKey = "2702", statOrder = { 2702 }, level = 1, group = "WeaponTreeFishingExoticFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingBiteSensitivity"] = { type = "Spawn", tier = 1, "50% increased Fish Bite Sensitivity", statOrderKey = "3419", statOrder = { 3419 }, level = 1, group = "WeaponTreeFishingBiteSensitivity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingReelStability"] = { type = "Spawn", tier = 1, "100% increased Reeling Stability", statOrderKey = "6141", statOrder = { 6141 }, level = 1, group = "WeaponTreeFishingReelStability", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingChanceToCatchBoots"] = { type = "Spawn", tier = 1, "25% reduced chance to catch Boots", statOrderKey = "6131", statOrder = { 6131 }, level = 1, group = "WeaponTreeFishingChanceToCatchBoots", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingChanceToCatchDivineOrb"] = { type = "Spawn", tier = 1, "5% increased chance to catch a Divine Orb", statOrderKey = "6132", statOrder = { 6132 }, level = 1, group = "WeaponTreeFishingChanceToCatchDivineOrb", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingCanCatchDivineFish"] = { type = "Spawn", tier = 1, "You can catch Divine Fish", statOrderKey = "6130", statOrder = { 6130 }, level = 1, group = "WeaponTreeFishingCanCatchDivineFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingGhastlyFishermanCannotSpawn"] = { type = "Spawn", tier = 1, "The Ghastly Fisherman cannot spawn", statOrderKey = "6135", statOrder = { 6135 }, level = 1, group = "WeaponTreeFishingGhastlyFishermanCannotSpawn", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingGhastlyFishermanSpawnsBehindYou"] = { type = "Spawn", tier = 1, "The Ghastly Fisherman always appears behind you", statOrderKey = "6136", statOrder = { 6136 }, level = 1, group = "WeaponTreeFishingGhastlyFishermanSpawnsBehindYou", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingTasalioIrePerFishCaught"] = { type = "Spawn", tier = 1, "20% reduced Tasalio's Ire per Fish caught", statOrderKey = "6142", statOrder = { 6142 }, level = 1, group = "WeaponTreeFishingTasalioIrePerFishCaught", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingValakoAidPerStormyDay"] = { type = "Spawn", tier = 1, "20% increased Valako's Aid per Stormy Day", statOrderKey = "6143", statOrder = { 6143 }, level = 1, group = "WeaponTreeFishingValakoAidPerStormyDay", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingBestiaryLuresAtFishingHoles"] = { type = "Spawn", tier = 1, "Can use Bestiary Lures at Fishing Holes", statOrderKey = "6129", statOrder = { 6129 }, level = 1, group = "WeaponTreeFishingBestiaryLuresAtFishingHoles", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingCorruptedFishCleansedChance"] = { type = "Spawn", tier = 1, "Corrupted Fish have 10% chance to be Cleansed", statOrderKey = "6133", statOrder = { 6133 }, level = 1, group = "WeaponTreeFishingCorruptedFishCleansedChance", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingKrillsonAffectionPerFishGifted"] = { type = "Spawn", tier = 1, "23% increased Krillson Affection per Fish Gifted", statOrderKey = "6137", statOrder = { 6137 }, level = 1, group = "WeaponTreeFishingKrillsonAffectionPerFishGifted", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingLifeOfFishWithThisRod"] = { type = "Spawn", tier = 1, "40% increased Life of Fish caught with this Fishing Rod", statOrderKey = "6138", statOrder = { 6138 }, level = 1, group = "WeaponTreeFishingLifeOfFishWithThisRod", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingFishAlwaysTellTruthWithThisRod"] = { type = "Spawn", tier = 1, "Fish caught with this Fishing Rod will always tell the truth", statOrderKey = "6134", statOrder = { 6134 }, level = 1, group = "WeaponTreeFishingFishAlwaysTellTruthWithThisRod", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingWishPerFish"] = { type = "Spawn", tier = 1, "+3 Wishes per Ancient Fish caught", statOrderKey = "6145", statOrder = { 6145 }, level = 1, group = "WeaponTreeFishingWishPerFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingWishEffectOfAncientFish"] = { type = "Spawn", tier = 1, "50% increased effect of Wishes granted by Ancient Fish", statOrderKey = "6144", statOrder = { 6144 }, level = 1, group = "WeaponTreeFishingWishEffectOfAncientFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingMagmaticFishAreCooked"] = { type = "Spawn", tier = 1, "Fish caught from Magmatic Fishing Holes are already Cooked", statOrderKey = "6139", statOrder = { 6139 }, level = 1, group = "WeaponTreeFishingMagmaticFishAreCooked", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["WeaponTreeFishingMoltenOneConfusionPerFishGifted"] = { type = "Spawn", tier = 1, "15% increased Molten One confusion per Fish Gifted", statOrderKey = "6140", statOrder = { 6140 }, level = 1, group = "WeaponTreeFishingMoltenOneConfusionPerFishGifted", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportArcaneSurge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 1, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportChanceToIgnite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Combustion", statOrderKey = "219", statOrder = { 219 }, level = 1, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportDecay"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Decay", statOrderKey = "229", statOrder = { 229 }, level = 1, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportElementalProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Proliferation", statOrderKey = "385", statOrder = { 385 }, level = 1, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportEnergyLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Energy Leech", statOrderKey = "236", statOrder = { 236 }, level = 1, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportFasterCast"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Faster Casting", statOrderKey = "418", statOrder = { 418 }, level = 1, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportIgniteProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Ignite Proliferation", statOrderKey = "255", statOrder = { 255 }, level = 1, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportIntensify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Intensify", statOrderKey = "311", statOrder = { 311 }, level = 1, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportOvercharge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Overcharge", statOrderKey = "282", statOrder = { 282 }, level = 1, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportPhysicalToLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Physical To Lightning", statOrderKey = "286", statOrder = { 286 }, level = 1, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportPinpoint"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Pinpoint", statOrderKey = "287", statOrder = { 287 }, level = 1, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportSpellCascade"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Spell Cascade", statOrderKey = "310", statOrder = { 310 }, level = 1, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportSummonGhostOnKill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Summon Phantasm", statOrderKey = "316", statOrder = { 316 }, level = 1, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportSwiftBrand"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Swiftbrand", statOrderKey = "318", statOrder = { 318 }, level = 1, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportAddedChaos"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Chaos Damage", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "WeaponTreeSupportAddedChaos", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportAddedCold"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Cold Damage", statOrderKey = "435", statOrder = { 435 }, level = 1, group = "WeaponTreeSupportAddedCold", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportAddedLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Lightning Damage", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "WeaponTreeSupportAddedLightning", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportArchmage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Archmage", statOrderKey = "204", statOrder = { 204 }, level = 1, group = "WeaponTreeSupportArchmage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportBonechill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Bonechill", statOrderKey = "211", statOrder = { 211 }, level = 1, group = "WeaponTreeSupportBonechill", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportConcentratedEffect"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Concentrated Effect", statOrderKey = "372", statOrder = { 372 }, level = 1, group = "WeaponTreeSupportConcentratedEffect", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportControlledDestruction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Controlled Destruction", statOrderKey = "442", statOrder = { 442 }, level = 1, group = "WeaponTreeSupportControlledDestruction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportEfficacy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Efficacy", statOrderKey = "232", statOrder = { 232 }, level = 1, group = "WeaponTreeSupportEfficacy", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportElementalFocus"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Focus", statOrderKey = "233", statOrder = { 233 }, level = 1, group = "WeaponTreeSupportElementalFocus", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportElementalPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Penetration", statOrderKey = "234", statOrder = { 234 }, level = 1, group = "WeaponTreeSupportElementalPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportImmolate"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Immolate", statOrderKey = "256", statOrder = { 256 }, level = 1, group = "WeaponTreeSupportImmolate", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportIncreasedCriticalDamage"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 30 Increased Critical Damage", statOrderKey = "404", statOrder = { 404 }, level = 1, group = "WeaponTreeSupportIncreasedCriticalDamage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportIncreasedCriticalStrikes"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Increased Critical Strikes", statOrderKey = "260", statOrder = { 260 }, level = 1, group = "WeaponTreeSupportIncreasedCriticalStrikes", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportInfusedChannelling"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Infused Channelling", statOrderKey = "314", statOrder = { 314 }, level = 1, group = "WeaponTreeSupportInfusedChannelling", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportInnervate"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Innervate", statOrderKey = "438", statOrder = { 438 }, level = 1, group = "WeaponTreeSupportInnervate", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportFirePenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Fire Penetration", statOrderKey = "384", statOrder = { 384 }, level = 1, group = "WeaponTreeSupportFirePenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportColdPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Cold Penetration", statOrderKey = "430", statOrder = { 430 }, level = 1, group = "WeaponTreeSupportColdPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportLightningPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Lightning Penetration", statOrderKey = "269", statOrder = { 269 }, level = 1, group = "WeaponTreeSupportLightningPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportPowerChargeOnCrit"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Power Charge On Critical Strike", statOrderKey = "290", statOrder = { 290 }, level = 1, group = "WeaponTreeSupportPowerChargeOnCrit", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportSpellEcho"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Spell Echo", statOrderKey = "279", statOrder = { 279 }, level = 1, group = "WeaponTreeSupportSpellEcho", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportTrinity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Trinity", statOrderKey = "321", statOrder = { 321 }, level = 1, group = "WeaponTreeSupportTrinity", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportUnboundAilments"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Unbound Ailments", statOrderKey = "322", statOrder = { 322 }, level = 1, group = "WeaponTreeSupportUnboundAilments", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportUnleash"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Unleash", statOrderKey = "323", statOrder = { 323 }, level = 1, group = "WeaponTreeSupportUnleash", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportBurningDamage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Burning Damage", statOrderKey = "259", statOrder = { 259 }, level = 1, group = "WeaponTreeSupportBurningDamage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportColdToFire"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Cold to Fire", statOrderKey = "382", statOrder = { 382 }, level = 1, group = "WeaponTreeSupportColdToFire", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportInspiration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Inspiration", statOrderKey = "413", statOrder = { 413 }, level = 1, group = "WeaponTreeSupportInspiration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportIceBite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Ice Bite", statOrderKey = "429", statOrder = { 429 }, level = 1, group = "WeaponTreeSupportIceBite", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportCriticalStrikeAffliction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Critical Strike Affliction", statOrderKey = "289", statOrder = { 289 }, level = 1, group = "WeaponTreeSupportCriticalStrikeAffliction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportDeadlyAilments"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Deadly Ailments", statOrderKey = "227", statOrder = { 227 }, level = 1, group = "WeaponTreeSupportDeadlyAilments", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportHypothermia"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Hypothermia", statOrderKey = "428", statOrder = { 428 }, level = 1, group = "WeaponTreeSupportHypothermia", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["UniqueTreeWeaponTreeSupportSwiftAffliction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Swift Affliction", statOrderKey = "296", statOrder = { 296 }, level = 1, group = "WeaponTreeSupportSwiftAffliction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 7 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 3 to 11 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 6 to 12 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 6 to 16 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 8 to 19 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 12 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 6 to 16 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 9 to 20 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 11 to 25 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 14 to 33 Physical Damage", "6% reduced Attack Speed", statOrder = { 1140, 1276 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", statOrder = { 1140 }, level = 1, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2"] = { type = "Spawn", tier = 2, "Adds 2 to 8 Physical Damage", statOrder = { 1140 }, level = 21, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", statOrder = { 1140 }, level = 46, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", statOrder = { 1140 }, level = 65, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", statOrder = { 1140 }, level = 77, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Physical Damage", statOrder = { 1140 }, level = 1, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Adds 6 to 11 Physical Damage", statOrder = { 1140 }, level = 21, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Adds 7 to 16 Physical Damage", statOrder = { 1140 }, level = 46, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Adds 8 to 19 Physical Damage", statOrder = { 1140 }, level = 65, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Adds 11 to 26 Physical Damage", statOrder = { 1140 }, level = 77, group = "WeaponTreeLocalPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowFireConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowFireConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowFireConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowFireConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowFireConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowFireConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowFireConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowFireConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowFireConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowFireConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1140, 1812 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowColdConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowColdConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowColdConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowColdConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowColdConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowColdConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowColdConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowColdConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowColdConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowColdConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1140, 1814 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowLightningConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowLightningConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowLightningConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowLightningConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowLightningConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowLightningConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 10, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowLightningConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 31, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowLightningConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 54, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowLightningConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 72, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowLightningConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1140, 1816 }, level = 84, group = "WeaponTreeLocalPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowChaosConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowChaosConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowChaosConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowChaosConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowChaosConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowChaosConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowChaosConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowChaosConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowChaosConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowChaosConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1140, 1819 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowRandomElementConvert1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "20% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowRandomElementConvert2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "20% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowRandomElementConvert3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "20% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowRandomElementConvert4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "20% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowRandomElementConvert5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "20% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowRandomElementConvert1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "35% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 13, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowRandomElementConvert2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "35% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 27, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowRandomElementConvert3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "35% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 57, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowRandomElementConvert4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "35% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 74, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 25, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowRandomElementConvert5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "35% of Physical Damage converted to a random Element", statOrder = { 1140, 1818 }, level = 85, group = "WeaponTreeLocalPhysicalDamageAndRandomElementConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 12, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowBleedChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowBleedChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowBleedChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowBleedChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowBleedChance5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowBleedChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowBleedChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowBleedChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowBleedChance4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowBleedChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "15% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndBleedChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowImpaleChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowImpaleChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 4 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowImpaleChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 6 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowImpaleChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 7 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysicalLowImpaleChance5"] = { type = "Spawn", tier = 5, "Adds 5 to 8 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowImpaleChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 1, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowImpaleChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 21, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowImpaleChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 10 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 46, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowImpaleChance4"] = { type = "Spawn", tier = 4, "Adds 5 to 13 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 65, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedPhysical2hLowImpaleChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 15 Physical Damage", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 1140, 7307 }, level = 77, group = "WeaponTreeLocalPhysicalDamageAndImpaleChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 5 to 9 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 1, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 9 to 13 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 26, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 16 to 26 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 42, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 27 to 42 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 62, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 55 to 83 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 82, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hHighReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 9 to 14 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 1, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hHighReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 16 to 24 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 26, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hHighReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 30 to 47 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 42, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hHighReducedAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 52 to 77 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 62, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hHighReducedAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 102 to 153 Fire Damage", "6% reduced Attack Speed", statOrder = { 1226, 1276 }, level = 82, group = "WeaponTreeLocalFireDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Fire Damage", statOrder = { 1226 }, level = 1, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2"] = { type = "Spawn", tier = 2, "Adds 7 to 10 Fire Damage", statOrder = { 1226 }, level = 26, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire3"] = { type = "Spawn", tier = 3, "Adds 13 to 18 Fire Damage", statOrder = { 1226 }, level = 42, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire4"] = { type = "Spawn", tier = 4, "Adds 22 to 32 Fire Damage", statOrder = { 1226 }, level = 62, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire5"] = { type = "Spawn", tier = 5, "Adds 42 to 63 Fire Damage", statOrder = { 1226 }, level = 82, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2h1"] = { type = "Spawn", tier = 1, "Adds 8 to 10 Fire Damage", statOrder = { 1226 }, level = 1, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2h2"] = { type = "Spawn", tier = 2, "Adds 13 to 19 Fire Damage", statOrder = { 1226 }, level = 26, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2h3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", statOrder = { 1226 }, level = 42, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2h4"] = { type = "Spawn", tier = 4, "Adds 39 to 61 Fire Damage", statOrder = { 1226 }, level = 62, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2h5"] = { type = "Spawn", tier = 5, "Adds 78 to 118 Fire Damage", statOrder = { 1226 }, level = 82, group = "WeaponTreeLocalFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Fire Damage", "10% chance to Ignite", statOrder = { 1226, 1880 }, level = 1, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Fire Damage", "10% chance to Ignite", statOrder = { 1226, 1880 }, level = 26, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 12 Fire Damage", "10% chance to Ignite", statOrder = { 1226, 1880 }, level = 42, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Fire Damage", "10% chance to Ignite", statOrder = { 1226, 1880 }, level = 62, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 25 to 39 Fire Damage", "10% chance to Ignite", statOrder = { 1226, 1880 }, level = 82, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Fire Damage", "20% chance to Ignite", statOrder = { 1226, 1880 }, level = 1, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Fire Damage", "20% chance to Ignite", statOrder = { 1226, 1880 }, level = 26, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 22 Fire Damage", "20% chance to Ignite", statOrder = { 1226, 1880 }, level = 42, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 23 to 36 Fire Damage", "20% chance to Ignite", statOrder = { 1226, 1880 }, level = 62, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 48 to 71 Fire Damage", "20% chance to Ignite", statOrder = { 1226, 1880 }, level = 82, group = "WeaponTreeLocalFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 1 to 5 Fire Damage", statOrder = { 40, 1226 }, level = 10, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 3 to 6 Fire Damage", statOrder = { 40, 1226 }, level = 30, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 7 to 12 Fire Damage", statOrder = { 40, 1226 }, level = 48, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 12 to 19 Fire Damage", statOrder = { 40, 1226 }, level = 66, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 25 to 39 Fire Damage", statOrder = { 40, 1226 }, level = 84, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 4 to 9 Fire Damage", statOrder = { 40, 1226 }, level = 10, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 7 to 11 Fire Damage", statOrder = { 40, 1226 }, level = 30, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 13 to 22 Fire Damage", statOrder = { 40, 1226 }, level = 48, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 23 to 36 Fire Damage", statOrder = { 40, 1226 }, level = 66, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 48 to 71 Fire Damage", statOrder = { 40, 1226 }, level = 84, group = "WeaponTreeLocalFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 4 to 9 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 1, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 26, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 42, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 26 to 39 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 62, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 52 to 78 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 82, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 8 to 14 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 1, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 14 to 23 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 26, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 28 to 44 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 42, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 47 to 73 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 62, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 95 to 144 Cold Damage", "Your Cold Damage cannot Chill", statOrder = { 1235, 2734 }, level = 82, group = "WeaponTreeLocalColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", statOrder = { 1235 }, level = 1, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Cold Damage", statOrder = { 1235 }, level = 26, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Cold Damage", statOrder = { 1235 }, level = 42, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold4"] = { type = "Spawn", tier = 4, "Adds 19 to 30 Cold Damage", statOrder = { 1235 }, level = 62, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold5"] = { type = "Spawn", tier = 5, "Adds 41 to 60 Cold Damage", statOrder = { 1235 }, level = 82, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2h1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Cold Damage", statOrder = { 1235 }, level = 1, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2h2"] = { type = "Spawn", tier = 2, "Adds 10 to 17 Cold Damage", statOrder = { 1235 }, level = 26, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2h3"] = { type = "Spawn", tier = 3, "Adds 21 to 34 Cold Damage", statOrder = { 1235 }, level = 42, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2h4"] = { type = "Spawn", tier = 4, "Adds 37 to 55 Cold Damage", statOrder = { 1235 }, level = 62, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2h5"] = { type = "Spawn", tier = 5, "Adds 74 to 111 Cold Damage", statOrder = { 1235 }, level = 82, group = "WeaponTreeLocalColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Cold Damage", "10% chance to Freeze", statOrder = { 1235, 1883 }, level = 1, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Cold Damage", "10% chance to Freeze", statOrder = { 1235, 1883 }, level = 26, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Cold Damage", "10% chance to Freeze", statOrder = { 1235, 1883 }, level = 42, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Cold Damage", "10% chance to Freeze", statOrder = { 1235, 1883 }, level = 62, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 24 to 35 Cold Damage", "10% chance to Freeze", statOrder = { 1235, 1883 }, level = 82, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", "20% chance to Freeze", statOrder = { 1235, 1883 }, level = 1, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "20% chance to Freeze", statOrder = { 1235, 1883 }, level = 26, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 21 Cold Damage", "20% chance to Freeze", statOrder = { 1235, 1883 }, level = 42, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 23 to 35 Cold Damage", "20% chance to Freeze", statOrder = { 1235, 1883 }, level = 62, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 45 to 66 Cold Damage", "20% chance to Freeze", statOrder = { 1235, 1883 }, level = 82, group = "WeaponTreeLocalColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 10, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 30, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 48, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 12 to 19 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 66, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdLowAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 24 to 35 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 84, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowAttackSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 10, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowAttackSpeed2"] = { type = "Spawn", tier = 2, "Adds 7 to 11 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 30, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowAttackSpeed3"] = { type = "Spawn", tier = 3, "Adds 13 to 21 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 48, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowAttackSpeed4"] = { type = "Spawn", tier = 4, "Adds 23 to 35 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 66, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedCold2hLowAttackSpeed5"] = { type = "Spawn", tier = 5, "Adds 45 to 66 Cold Damage", "4% increased Attack Speed", statOrder = { 1235, 1276 }, level = 84, group = "WeaponTreeLocalColdDamageAndAttackSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningHighIncreasedDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 12 Lightning Damage", "4% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 1, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningHighIncreasedDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 20 Lightning Damage", "4% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 26, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningHighIncreasedDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 1 to 41 Lightning Damage", "4% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 42, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningHighIncreasedDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 3 to 66 Lightning Damage", "4% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 62, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningHighIncreasedDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 7 to 132 Lightning Damage", "4% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 82, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 21 Lightning Damage", "6% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 1, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 38 Lightning Damage", "6% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 26, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 3 to 75 Lightning Damage", "6% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 42, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 6 to 124 Lightning Damage", "6% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 62, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hHighIncreasedDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 13 to 242 Lightning Damage", "6% increased Lightning Damage taken", statOrder = { 1246, 3228 }, level = 82, group = "WeaponTreeLocalLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning1"] = { type = "Spawn", tier = 1, "Adds 1 to 9 Lightning Damage", statOrder = { 1246 }, level = 1, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2"] = { type = "Spawn", tier = 2, "Adds 1 to 17 Lightning Damage", statOrder = { 1246 }, level = 26, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning3"] = { type = "Spawn", tier = 3, "Adds 1 to 30 Lightning Damage", statOrder = { 1246 }, level = 42, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning4"] = { type = "Spawn", tier = 4, "Adds 3 to 51 Lightning Damage", statOrder = { 1246 }, level = 62, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning5"] = { type = "Spawn", tier = 5, "Adds 6 to 101 Lightning Damage", statOrder = { 1246 }, level = 82, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2h1"] = { type = "Spawn", tier = 1, "Adds 1 to 16 Lightning Damage", statOrder = { 1246 }, level = 1, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2h2"] = { type = "Spawn", tier = 2, "Adds 1 to 29 Lightning Damage", statOrder = { 1246 }, level = 26, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2h3"] = { type = "Spawn", tier = 3, "Adds 3 to 58 Lightning Damage", statOrder = { 1246 }, level = 42, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2h4"] = { type = "Spawn", tier = 4, "Adds 4 to 94 Lightning Damage", statOrder = { 1246 }, level = 62, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2h5"] = { type = "Spawn", tier = 5, "Adds 10 to 186 Lightning Damage", statOrder = { 1246 }, level = 82, group = "WeaponTreeLocalLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage", "10% chance to Shock", statOrder = { 1246, 1887 }, level = 1, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 10 Lightning Damage", "10% chance to Shock", statOrder = { 1246, 1887 }, level = 26, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 18 Lightning Damage", "10% chance to Shock", statOrder = { 1246, 1887 }, level = 42, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 31 Lightning Damage", "10% chance to Shock", statOrder = { 1246, 1887 }, level = 62, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 3 to 60 Lightning Damage", "10% chance to Shock", statOrder = { 1246, 1887 }, level = 82, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 10 Lightning Damage", "20% chance to Shock", statOrder = { 1246, 1887 }, level = 1, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 19 Lightning Damage", "20% chance to Shock", statOrder = { 1246, 1887 }, level = 26, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 34 Lightning Damage", "20% chance to Shock", statOrder = { 1246, 1887 }, level = 42, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 4 to 58 Lightning Damage", "20% chance to Shock", statOrder = { 1246, 1887 }, level = 62, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 112 Lightning Damage", "20% chance to Shock", statOrder = { 1246, 1887 }, level = 82, group = "WeaponTreeLocalLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 10, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 10 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 30, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 18 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 48, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 31 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 66, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningLowCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 3 to 60 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 84, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 10 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 10, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 19 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 30, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 3 to 34 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 48, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 4 to 58 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 66, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightning2hLowCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 6 to 112 Lightning Damage", "10% increased Critical Strike Chance", statOrder = { 1246, 1326 }, level = 84, group = "WeaponTreeLocalLightningDamageAndCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Chaos Damage", "5% reduced maximum Life", statOrder = { 1253, 1431 }, level = 8, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 7 to 10 Chaos Damage", "5% reduced maximum Life", statOrder = { 1253, 1431 }, level = 28, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Chaos Damage", "5% reduced maximum Life", statOrder = { 1253, 1431 }, level = 44, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 19 to 31 Chaos Damage", "5% reduced maximum Life", statOrder = { 1253, 1431 }, level = 70, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 39 to 59 Chaos Damage", "5% reduced maximum Life", statOrder = { 1253, 1431 }, level = 85, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Chaos Damage", "7% reduced maximum Life", statOrder = { 1253, 1431 }, level = 8, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 10 to 17 Chaos Damage", "7% reduced maximum Life", statOrder = { 1253, 1431 }, level = 28, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 20 to 30 Chaos Damage", "7% reduced maximum Life", statOrder = { 1253, 1431 }, level = 44, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 34 to 51 Chaos Damage", "7% reduced maximum Life", statOrder = { 1253, 1431 }, level = 70, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 66 to 99 Chaos Damage", "7% reduced maximum Life", statOrder = { 1253, 1431 }, level = 85, group = "WeaponTreeLocalChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Chaos Damage", statOrder = { 1253 }, level = 8, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2"] = { type = "Spawn", tier = 2, "Adds 3 to 8 Chaos Damage", statOrder = { 1253 }, level = 28, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Chaos Damage", statOrder = { 1253 }, level = 44, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", statOrder = { 1253 }, level = 70, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos5"] = { type = "Spawn", tier = 5, "Adds 29 to 46 Chaos Damage", statOrder = { 1253 }, level = 85, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Chaos Damage", statOrder = { 1253 }, level = 8, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2h2"] = { type = "Spawn", tier = 2, "Adds 7 to 13 Chaos Damage", statOrder = { 1253 }, level = 28, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2h3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Chaos Damage", statOrder = { 1253 }, level = 44, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2h4"] = { type = "Spawn", tier = 4, "Adds 26 to 39 Chaos Damage", statOrder = { 1253 }, level = 70, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2h5"] = { type = "Spawn", tier = 5, "Adds 50 to 77 Chaos Damage", statOrder = { 1253 }, level = 85, group = "WeaponTreeLocalChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 8, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 28, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 9 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 44, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 15 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 70, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 85, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 8, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 28, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 44, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 70, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 31 to 46 Chaos Damage", "15% chance to Poison on Hit", statOrder = { 1253, 7433 }, level = 85, group = "WeaponTreeLocalChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "10% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 8, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage", "10% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 28, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 7 to 9 Chaos Damage", "10% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 44, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 8 to 15 Chaos Damage", "10% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 70, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Chaos Damage", "10% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 85, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage", "20% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 8, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Chaos Damage", "20% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 28, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Chaos Damage", "20% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 44, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Chaos Damage", "20% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 70, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaos2hLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 31 to 46 Chaos Damage", "20% increased Effect of Withered", statOrder = { 1253, 9824 }, level = 85, group = "WeaponTreeLocalChaosDamageAndWitheredEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalHighCannotInflictElementalAilments1"] = { type = "Spawn", tier = 1, "Adds 7 to 11 Fire Damage", "Adds 7 to 11 Cold Damage", "Adds 1 to 19 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalHighCannotInflictElementalAilments2"] = { type = "Spawn", tier = 2, "Adds 12 to 18 Fire Damage", "Adds 12 to 18 Cold Damage", "Adds 3 to 29 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalHighCannotInflictElementalAilments3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", "Adds 24 to 35 Cold Damage", "Adds 3 to 55 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments1"] = { type = "Spawn", tier = 1, "Adds 14 to 23 Fire Damage", "Adds 14 to 23 Cold Damage", "Adds 3 to 33 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments2"] = { type = "Spawn", tier = 2, "Adds 23 to 34 Fire Damage", "Adds 23 to 34 Cold Damage", "Adds 4 to 56 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hHighCannotInflictElementalAilments3"] = { type = "Spawn", tier = 3, "Adds 43 to 64 Fire Damage", "Adds 43 to 64 Cold Damage", "Adds 6 to 102 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndCannotInflictElementalAilments", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Fire Damage", "Adds 5 to 10 Cold Damage", "Adds 1 to 15 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2"] = { type = "Spawn", tier = 2, "Adds 9 to 15 Fire Damage", "Adds 9 to 15 Cold Damage", "Adds 1 to 23 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental3"] = { type = "Spawn", tier = 3, "Adds 18 to 27 Fire Damage", "Adds 18 to 27 Cold Damage", "Adds 3 to 42 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2h1"] = { type = "Spawn", tier = 1, "Adds 10 to 17 Fire Damage", "Adds 10 to 17 Cold Damage", "Adds 3 to 26 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2h2"] = { type = "Spawn", tier = 2, "Adds 17 to 26 Fire Damage", "Adds 17 to 26 Cold Damage", "Adds 3 to 42 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2h3"] = { type = "Spawn", tier = 3, "Adds 34 to 49 Fire Damage", "Adds 34 to 49 Cold Damage", "Adds 4 to 78 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentChance1"] = { type = "Spawn", tier = 1, "Adds 3 to 6 Fire Damage", "Adds 3 to 6 Cold Damage", "Adds 1 to 8 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentChance2"] = { type = "Spawn", tier = 2, "Adds 6 to 10 Fire Damage", "Adds 6 to 10 Cold Damage", "Adds 1 to 13 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentChance3"] = { type = "Spawn", tier = 3, "Adds 13 to 20 Fire Damage", "Adds 13 to 20 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentChance1"] = { type = "Spawn", tier = 1, "Adds 7 to 11 Fire Damage", "Adds 7 to 11 Cold Damage", "Adds 3 to 15 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentChance2"] = { type = "Spawn", tier = 2, "Adds 12 to 20 Fire Damage", "Adds 12 to 20 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentChance3"] = { type = "Spawn", tier = 3, "Adds 24 to 35 Fire Damage", "Adds 24 to 35 Cold Damage", "Adds 4 to 46 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentEffect1"] = { type = "Spawn", tier = 1, "Adds 3 to 6 Fire Damage", "Adds 3 to 6 Cold Damage", "Adds 1 to 8 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentEffect2"] = { type = "Spawn", tier = 2, "Adds 4 to 9 Fire Damage", "Adds 4 to 9 Cold Damage", "Adds 1 to 13 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedElementalLowElementalAilmentEffect3"] = { type = "Spawn", tier = 3, "Adds 11 to 15 Fire Damage", "Adds 11 to 15 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentEffect1"] = { type = "Spawn", tier = 1, "Adds 7 to 10 Fire Damage", "Adds 7 to 10 Cold Damage", "Adds 3 to 15 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 36, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentEffect2"] = { type = "Spawn", tier = 2, "Adds 9 to 17 Fire Damage", "Adds 9 to 17 Cold Damage", "Adds 3 to 25 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 60, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeAddedElemental2hLowElementalAilmentEffect3"] = { type = "Spawn", tier = 3, "Adds 20 to 29 Fire Damage", "Adds 20 to 29 Cold Damage", "Adds 4 to 46 Lightning Damage", statOrder = { 1226, 1235, 1246 }, level = 85, group = "WeaponTreeLocalElementalDamageAndElementalAilmentEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Physical Damage to Spells", "6% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Physical Damage to Spells", "6% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Physical Damage to Spells", "6% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 14 to 22 Physical Damage to Spells", "6% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 28 to 42 Physical Damage to Spells", "6% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Physical Damage to Spells", "10% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Physical Damage to Spells", "10% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 14 to 22 Physical Damage to Spells", "10% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 24 to 37 Physical Damage to Spells", "10% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 47 to 71 Physical Damage to Spells", "10% reduced Cast Speed", statOrder = { 1266, 1308 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Physical Damage to Spells", statOrder = { 1266 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2"] = { type = "Spawn", tier = 2, "Adds 2 to 6 Physical Damage to Spells", statOrder = { 1266 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical3"] = { type = "Spawn", tier = 3, "Adds 6 to 10 Physical Damage to Spells", statOrder = { 1266 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", statOrder = { 1266 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical5"] = { type = "Spawn", tier = 5, "Adds 21 to 33 Physical Damage to Spells", statOrder = { 1266 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Physical Damage to Spells", statOrder = { 1266 }, level = 1, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Physical Damage to Spells", statOrder = { 1266 }, level = 26, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Physical Damage to Spells", statOrder = { 1266 }, level = 42, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Physical Damage to Spells", statOrder = { 1266 }, level = 62, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Adds 36 to 55 Physical Damage to Spells", statOrder = { 1266 }, level = 82, group = "WeaponTreeSpellAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowFireConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowFireConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowFireConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowFireConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowFireConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowFireConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowFireConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowFireConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowFireConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowFireConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1266, 1812 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowColdConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowColdConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowColdConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowColdConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowColdConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowColdConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowColdConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowColdConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowColdConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowColdConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1266, 1814 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowLightningConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowLightningConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowLightningConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowLightningConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowLightningConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowLightningConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 10, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowLightningConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 31, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowLightningConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 54, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowLightningConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 72, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowLightningConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1266, 1816 }, level = 84, group = "WeaponTreeSpellAddedPhysicalDamageAndLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowChaosConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowChaosConversion2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowChaosConversion3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowChaosConversion4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowChaosConversion5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 16, 0, 16, 16, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowChaosConversion1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowChaosConversion2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowChaosConversion3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowChaosConversion4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowChaosConversion5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1266, 1819 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 16, 0, 16, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowOverwhelm1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowOverwhelm2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowOverwhelm3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowOverwhelm4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysicalLowOverwhelm5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Physical Damage to Spells", "Overwhelm 5% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowOverwhelm1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 13, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowOverwhelm2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 27, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowOverwhelm3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 57, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowOverwhelm4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 74, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedPhysical2hLowOverwhelm5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Physical Damage to Spells", "Overwhelm 10% Physical Damage Reduction", statOrder = { 1266, 2824 }, level = 85, group = "WeaponTreeSpellAddedPhysicalDamageAndOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 4 to 6 Fire Damage to Spells", "6% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 6 to 10 Fire Damage to Spells", "6% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 12 to 18 Fire Damage to Spells", "6% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 19 to 30 Fire Damage to Spells", "6% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 39 to 59 Fire Damage to Spells", "6% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 7 to 10 Fire Damage to Spells", "10% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 11 to 17 Fire Damage to Spells", "10% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 21 to 34 Fire Damage to Spells", "10% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 37 to 55 Fire Damage to Spells", "10% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hHighReducedCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 73 to 109 Fire Damage to Spells", "10% reduced Cast Speed", statOrder = { 1267, 1308 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Fire Damage to Spells", statOrder = { 1267 }, level = 26, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire3"] = { type = "Spawn", tier = 3, "Adds 9 to 14 Fire Damage to Spells", statOrder = { 1267 }, level = 42, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire4"] = { type = "Spawn", tier = 4, "Adds 15 to 24 Fire Damage to Spells", statOrder = { 1267 }, level = 62, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire5"] = { type = "Spawn", tier = 5, "Adds 30 to 45 Fire Damage to Spells", statOrder = { 1267 }, level = 82, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2h1"] = { type = "Spawn", tier = 1, "Adds 5 to 7 Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2h2"] = { type = "Spawn", tier = 2, "Adds 9 to 13 Fire Damage to Spells", statOrder = { 1267 }, level = 26, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2h3"] = { type = "Spawn", tier = 3, "Adds 16 to 26 Fire Damage to Spells", statOrder = { 1267 }, level = 42, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2h4"] = { type = "Spawn", tier = 4, "Adds 28 to 43 Fire Damage to Spells", statOrder = { 1267 }, level = 62, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2h5"] = { type = "Spawn", tier = 5, "Adds 56 to 84 Fire Damage to Spells", statOrder = { 1267 }, level = 82, group = "WeaponTreeSpellAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Fire Damage to Spells", "10% chance to Ignite", statOrder = { 1267, 1880 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Fire Damage to Spells", "10% chance to Ignite", statOrder = { 1267, 1880 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 9 Fire Damage to Spells", "10% chance to Ignite", statOrder = { 1267, 1880 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Fire Damage to Spells", "10% chance to Ignite", statOrder = { 1267, 1880 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 18 to 28 Fire Damage to Spells", "10% chance to Ignite", statOrder = { 1267, 1880 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowIgniteChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Fire Damage to Spells", "20% chance to Ignite", statOrder = { 1267, 1880 }, level = 1, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowIgniteChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Fire Damage to Spells", "20% chance to Ignite", statOrder = { 1267, 1880 }, level = 26, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowIgniteChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 16 Fire Damage to Spells", "20% chance to Ignite", statOrder = { 1267, 1880 }, level = 42, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowIgniteChance4"] = { type = "Spawn", tier = 4, "Adds 16 to 26 Fire Damage to Spells", "20% chance to Ignite", statOrder = { 1267, 1880 }, level = 62, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowIgniteChance5"] = { type = "Spawn", tier = 5, "Adds 34 to 51 Fire Damage to Spells", "20% chance to Ignite", statOrder = { 1267, 1880 }, level = 82, group = "WeaponTreeSpellAddedFireDamageAndIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 1 to 3 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 10, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 2 to 4 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 30, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 4 to 9 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 48, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 8 to 14 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 66, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 18 to 28 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 84, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Adds 2 to 6 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 10, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Adds 5 to 8 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 30, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Adds 9 to 16 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 48, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Adds 16 to 26 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 66, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Adds 34 to 51 Fire Damage to Spells", statOrder = { 40, 1267 }, level = 84, group = "WeaponTreeSpellAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 2 to 6 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 37 to 56 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hHighCannotChill1"] = { type = "Spawn", tier = 1, "Adds 5 to 10 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hHighCannotChill2"] = { type = "Spawn", tier = 2, "Adds 10 to 16 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hHighCannotChill3"] = { type = "Spawn", tier = 3, "Adds 20 to 32 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hHighCannotChill4"] = { type = "Spawn", tier = 4, "Adds 34 to 52 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hHighCannotChill5"] = { type = "Spawn", tier = 5, "Adds 68 to 103 Cold Damage to Spells", "Your Cold Damage cannot Chill", statOrder = { 1268, 2734 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndCannotChill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2"] = { type = "Spawn", tier = 2, "Adds 3 to 7 Cold Damage to Spells", statOrder = { 1268 }, level = 26, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Cold Damage to Spells", statOrder = { 1268 }, level = 42, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold4"] = { type = "Spawn", tier = 4, "Adds 14 to 21 Cold Damage to Spells", statOrder = { 1268 }, level = 62, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold5"] = { type = "Spawn", tier = 5, "Adds 29 to 43 Cold Damage to Spells", statOrder = { 1268 }, level = 82, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2h1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2h2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Cold Damage to Spells", statOrder = { 1268 }, level = 26, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2h3"] = { type = "Spawn", tier = 3, "Adds 15 to 24 Cold Damage to Spells", statOrder = { 1268 }, level = 42, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2h4"] = { type = "Spawn", tier = 4, "Adds 26 to 40 Cold Damage to Spells", statOrder = { 1268 }, level = 62, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2h5"] = { type = "Spawn", tier = 5, "Adds 53 to 79 Cold Damage to Spells", statOrder = { 1268 }, level = 82, group = "WeaponTreeSpellAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Cold Damage to Spells", "10% chance to Freeze", statOrder = { 1268, 1883 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Cold Damage to Spells", "10% chance to Freeze", statOrder = { 1268, 1883 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 8 Cold Damage to Spells", "10% chance to Freeze", statOrder = { 1268, 1883 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Cold Damage to Spells", "10% chance to Freeze", statOrder = { 1268, 1883 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 17 to 25 Cold Damage to Spells", "10% chance to Freeze", statOrder = { 1268, 1883 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowFreezeChance1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", "20% chance to Freeze", statOrder = { 1268, 1883 }, level = 1, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowFreezeChance2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "20% chance to Freeze", statOrder = { 1268, 1883 }, level = 26, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowFreezeChance3"] = { type = "Spawn", tier = 3, "Adds 9 to 15 Cold Damage to Spells", "20% chance to Freeze", statOrder = { 1268, 1883 }, level = 42, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowFreezeChance4"] = { type = "Spawn", tier = 4, "Adds 16 to 25 Cold Damage to Spells", "20% chance to Freeze", statOrder = { 1268, 1883 }, level = 62, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowFreezeChance5"] = { type = "Spawn", tier = 5, "Adds 32 to 47 Cold Damage to Spells", "20% chance to Freeze", statOrder = { 1268, 1883 }, level = 82, group = "WeaponTreeSpellAddedColdDamageAndFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Cold Damage to Spells", "5% increased Cast Speed", statOrder = { 1268, 1308 }, level = 10, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Cold Damage to Spells", "5% increased Cast Speed", statOrder = { 1268, 1308 }, level = 30, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 4 to 8 Cold Damage to Spells", "5% increased Cast Speed", statOrder = { 1268, 1308 }, level = 48, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 8 to 14 Cold Damage to Spells", "5% increased Cast Speed", statOrder = { 1268, 1308 }, level = 66, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedColdLowCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 17 to 25 Cold Damage to Spells", "5% increased Cast Speed", statOrder = { 1268, 1308 }, level = 84, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowCastSpeed1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Cold Damage to Spells", "10% increased Cast Speed", statOrder = { 1268, 1308 }, level = 10, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowCastSpeed2"] = { type = "Spawn", tier = 2, "Adds 5 to 8 Cold Damage to Spells", "10% increased Cast Speed", statOrder = { 1268, 1308 }, level = 30, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowCastSpeed3"] = { type = "Spawn", tier = 3, "Adds 9 to 15 Cold Damage to Spells", "10% increased Cast Speed", statOrder = { 1268, 1308 }, level = 48, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowCastSpeed4"] = { type = "Spawn", tier = 4, "Adds 16 to 25 Cold Damage to Spells", "10% increased Cast Speed", statOrder = { 1268, 1308 }, level = 66, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedCold2hLowCastSpeed5"] = { type = "Spawn", tier = 5, "Adds 32 to 47 Cold Damage to Spells", "10% increased Cast Speed", statOrder = { 1268, 1308 }, level = 84, group = "WeaponTreeSpellAddedColdDamageAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningHighDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 9 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningHighDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 15 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningHighDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 1 to 29 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningHighDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 2 to 48 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningHighDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 5 to 94 Lightning Damage to Spells", "4% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hHighDamageTaken1"] = { type = "Spawn", tier = 1, "Adds 1 to 16 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hHighDamageTaken2"] = { type = "Spawn", tier = 2, "Adds 1 to 28 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hHighDamageTaken3"] = { type = "Spawn", tier = 3, "Adds 2 to 53 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hHighDamageTaken4"] = { type = "Spawn", tier = 4, "Adds 4 to 88 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hHighDamageTaken5"] = { type = "Spawn", tier = 5, "Adds 9 to 173 Lightning Damage to Spells", "6% increased Lightning Damage taken", statOrder = { 1269, 3228 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning1"] = { type = "Spawn", tier = 1, "Adds 1 to 6 Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2"] = { type = "Spawn", tier = 2, "Adds 1 to 12 Lightning Damage to Spells", statOrder = { 1269 }, level = 26, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning3"] = { type = "Spawn", tier = 3, "Adds 1 to 22 Lightning Damage to Spells", statOrder = { 1269 }, level = 42, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning4"] = { type = "Spawn", tier = 4, "Adds 2 to 37 Lightning Damage to Spells", statOrder = { 1269 }, level = 62, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning5"] = { type = "Spawn", tier = 5, "Adds 4 to 72 Lightning Damage to Spells", statOrder = { 1269 }, level = 82, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2h1"] = { type = "Spawn", tier = 1, "Adds 1 to 12 Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2h2"] = { type = "Spawn", tier = 2, "Adds 1 to 21 Lightning Damage to Spells", statOrder = { 1269 }, level = 26, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2h3"] = { type = "Spawn", tier = 3, "Adds 2 to 41 Lightning Damage to Spells", statOrder = { 1269 }, level = 42, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2h4"] = { type = "Spawn", tier = 4, "Adds 3 to 68 Lightning Damage to Spells", statOrder = { 1269 }, level = 62, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2h5"] = { type = "Spawn", tier = 5, "Adds 7 to 133 Lightning Damage to Spells", statOrder = { 1269 }, level = 82, group = "WeaponTreeSpellAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Lightning Damage to Spells", "10% chance to Shock", statOrder = { 1269, 1887 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 7 Lightning Damage to Spells", "10% chance to Shock", statOrder = { 1269, 1887 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 14 Lightning Damage to Spells", "10% chance to Shock", statOrder = { 1269, 1887 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 2 to 22 Lightning Damage to Spells", "10% chance to Shock", statOrder = { 1269, 1887 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 2 to 43 Lightning Damage to Spells", "10% chance to Shock", statOrder = { 1269, 1887 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowShockChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 7 Lightning Damage to Spells", "20% chance to Shock", statOrder = { 1269, 1887 }, level = 1, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowShockChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 13 Lightning Damage to Spells", "20% chance to Shock", statOrder = { 1269, 1887 }, level = 26, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowShockChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 24 Lightning Damage to Spells", "20% chance to Shock", statOrder = { 1269, 1887 }, level = 42, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowShockChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 41 Lightning Damage to Spells", "20% chance to Shock", statOrder = { 1269, 1887 }, level = 62, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowShockChance5"] = { type = "Spawn", tier = 5, "Adds 4 to 80 Lightning Damage to Spells", "20% chance to Shock", statOrder = { 1269, 1887 }, level = 82, group = "WeaponTreeSpellAddedLightningDamageAndShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 10, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 7 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 30, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 1 to 14 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 48, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 2 to 22 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 66, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightningLowSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 2 to 43 Lightning Damage to Spells", "25% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 84, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 7 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 10, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Adds 1 to 13 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 30, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Adds 2 to 24 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 48, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Adds 3 to 41 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 66, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedLightning2hLowSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Adds 4 to 80 Lightning Damage to Spells", "40% increased Spell Critical Strike Chance", statOrder = { 1269, 1320 }, level = 84, group = "WeaponTreeSpellAddedLightningDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Chaos Damage to Spells", "5% reduced maximum Life", statOrder = { 1270, 1431 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 5 to 7 Chaos Damage to Spells", "5% reduced maximum Life", statOrder = { 1270, 1431 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 8 to 14 Chaos Damage to Spells", "5% reduced maximum Life", statOrder = { 1270, 1431 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 14 to 22 Chaos Damage to Spells", "5% reduced maximum Life", statOrder = { 1270, 1431 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 28 to 42 Chaos Damage to Spells", "5% reduced maximum Life", statOrder = { 1270, 1431 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "Adds 4 to 7 Chaos Damage to Spells", "7% reduced maximum Life", statOrder = { 1270, 1431 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "Adds 7 to 12 Chaos Damage to Spells", "7% reduced maximum Life", statOrder = { 1270, 1431 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "Adds 14 to 22 Chaos Damage to Spells", "7% reduced maximum Life", statOrder = { 1270, 1431 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "Adds 24 to 37 Chaos Damage to Spells", "7% reduced maximum Life", statOrder = { 1270, 1431 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "Adds 47 to 71 Chaos Damage to Spells", "7% reduced maximum Life", statOrder = { 1270, 1431 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos1"] = { type = "Spawn", tier = 1, "Adds 1 to 5 Chaos Damage to Spells", statOrder = { 1270 }, level = 8, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2"] = { type = "Spawn", tier = 2, "Adds 2 to 6 Chaos Damage to Spells", statOrder = { 1270 }, level = 28, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos3"] = { type = "Spawn", tier = 3, "Adds 6 to 10 Chaos Damage to Spells", statOrder = { 1270 }, level = 44, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", statOrder = { 1270 }, level = 70, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos5"] = { type = "Spawn", tier = 5, "Adds 21 to 33 Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2h1"] = { type = "Spawn", tier = 1, "Adds 2 to 5 Chaos Damage to Spells", statOrder = { 1270 }, level = 8, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2h2"] = { type = "Spawn", tier = 2, "Adds 5 to 10 Chaos Damage to Spells", statOrder = { 1270 }, level = 28, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2h3"] = { type = "Spawn", tier = 3, "Adds 10 to 17 Chaos Damage to Spells", statOrder = { 1270 }, level = 44, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2h4"] = { type = "Spawn", tier = 4, "Adds 18 to 28 Chaos Damage to Spells", statOrder = { 1270 }, level = 70, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2h5"] = { type = "Spawn", tier = 5, "Adds 36 to 55 Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "WeaponTreeSpellAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Chaos Damage to Spells", "10% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowPoisonChance1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowPoisonChance2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowPoisonChance3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowPoisonChance4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowPoisonChance5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Chaos Damage to Spells", "20% chance to Poison on Hit with Spell Damage", statOrder = { 1270, 9423 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "10% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 2 to 4 Chaos Damage to Spells", "10% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 4 to 6 Chaos Damage to Spells", "10% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 125, 0, 125, 125, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 6 to 10 Chaos Damage to Spells", "10% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 63, 0, 63, 63, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaosLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 13 to 20 Chaos Damage to Spells", "10% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 32, 0, 32, 32, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowWitheredEffect1"] = { type = "Spawn", tier = 1, "Adds 1 to 3 Chaos Damage to Spells", "20% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 8, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowWitheredEffect2"] = { type = "Spawn", tier = 2, "Adds 3 to 6 Chaos Damage to Spells", "20% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 28, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowWitheredEffect3"] = { type = "Spawn", tier = 3, "Adds 7 to 10 Chaos Damage to Spells", "20% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 44, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowWitheredEffect4"] = { type = "Spawn", tier = 4, "Adds 11 to 17 Chaos Damage to Spells", "20% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 70, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 63, 0, 63, 0 }, modTags = { }, }, + ["WeaponTreeSpellAddedChaos2hLowWitheredEffect5"] = { type = "Spawn", tier = 5, "Adds 22 to 33 Chaos Damage to Spells", "20% increased Effect of Withered", statOrder = { 1270, 9824 }, level = 85, group = "WeaponTreeSpellAddedChaosDamageAndWitherEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 32, 0, 32, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "14% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 1, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "21% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 21, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "28% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 46, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "35% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 65, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageHighReducedSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "42% increased Spell Damage", "40% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 77, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "22% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 1, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "34% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 21, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "45% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 46, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "56% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 65, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hHighReducedSpellCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "68% increased Spell Damage", "80% reduced Spell Critical Strike Chance", statOrder = { 1090, 1320 }, level = 77, group = "WeaponTreeSpellDamageAndSpellCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, + ["SpellDamage1"] = { tier = 1, "(3-7)% increased Spell Damage", statOrder = { 1090 }, level = 5, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage2"] = { tier = 2, "(8-12)% increased Spell Damage", statOrder = { 1090 }, level = 20, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage3"] = { tier = 3, "(13-17)% increased Spell Damage", statOrder = { 1090 }, level = 38, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage4"] = { tier = 4, "(18-22)% increased Spell Damage", statOrder = { 1090 }, level = 56, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage5"] = { tier = 5, "(23-26)% increased Spell Damage", statOrder = { 1090 }, level = 76, group = "SpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["WeaponTreeSpellDamage2h1"] = { type = "Spawn", tier = 1, "16% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2h2"] = { type = "Spawn", tier = 2, "24% increased Spell Damage", statOrder = { 1090 }, level = 21, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2h3"] = { type = "Spawn", tier = 3, "32% increased Spell Damage", statOrder = { 1090 }, level = 46, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0, 1500, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2h4"] = { type = "Spawn", tier = 4, "40% increased Spell Damage", statOrder = { 1090 }, level = 65, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2h5"] = { type = "Spawn", tier = 5, "48% increased Spell Damage", statOrder = { 1090 }, level = 77, group = "WeaponTreeSpellDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowMana1"] = { type = "Spawn", tier = 1, "7% increased Spell Damage", "10% increased maximum Mana", statOrder = { 1090, 1440 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowMana2"] = { type = "Spawn", tier = 2, "10% increased Spell Damage", "10% increased maximum Mana", statOrder = { 1090, 1440 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowMana3"] = { type = "Spawn", tier = 3, "13% increased Spell Damage", "10% increased maximum Mana", statOrder = { 1090, 1440 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowMana4"] = { type = "Spawn", tier = 4, "17% increased Spell Damage", "10% increased maximum Mana", statOrder = { 1090, 1440 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowMana5"] = { type = "Spawn", tier = 5, "20% increased Spell Damage", "10% increased maximum Mana", statOrder = { 1090, 1440 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowMana1"] = { type = "Spawn", tier = 1, "11% increased Spell Damage", "20% increased maximum Mana", statOrder = { 1090, 1440 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowMana2"] = { type = "Spawn", tier = 2, "16% increased Spell Damage", "20% increased maximum Mana", statOrder = { 1090, 1440 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowMana3"] = { type = "Spawn", tier = 3, "21% increased Spell Damage", "20% increased maximum Mana", statOrder = { 1090, 1440 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowMana4"] = { type = "Spawn", tier = 4, "26% increased Spell Damage", "20% increased maximum Mana", statOrder = { 1090, 1440 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowMana5"] = { type = "Spawn", tier = 5, "32% increased Spell Damage", "20% increased maximum Mana", statOrder = { 1090, 1440 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowEnergyShield1"] = { type = "Spawn", tier = 1, "7% increased Spell Damage", "10% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowEnergyShield2"] = { type = "Spawn", tier = 2, "10% increased Spell Damage", "10% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowEnergyShield3"] = { type = "Spawn", tier = 3, "13% increased Spell Damage", "10% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 750, 0, 750, 750, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowEnergyShield4"] = { type = "Spawn", tier = 4, "17% increased Spell Damage", "10% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 375, 0, 375, 375, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageLowEnergyShield5"] = { type = "Spawn", tier = 5, "20% increased Spell Damage", "10% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 187, 0, 187, 187, 187, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowEnergyShield1"] = { type = "Spawn", tier = 1, "11% increased Spell Damage", "20% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 1, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowEnergyShield2"] = { type = "Spawn", tier = 2, "16% increased Spell Damage", "20% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 21, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowEnergyShield3"] = { type = "Spawn", tier = 3, "21% increased Spell Damage", "20% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 46, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 750, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowEnergyShield4"] = { type = "Spawn", tier = 4, "26% increased Spell Damage", "20% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 65, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 375, 0, 375, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamage2hLowEnergyShield5"] = { type = "Spawn", tier = 5, "32% increased Spell Damage", "20% increased maximum Energy Shield", statOrder = { 1090, 1421 }, level = 77, group = "WeaponTreeSpellDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 187, 0, 187, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeHighLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "14% increased Damage over Time", "10% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 5, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeHighLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "21% increased Damage over Time", "10% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 23, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeHighLifeRecoveryRate3"] = { type = "Spawn", tier = 3, "28% increased Damage over Time", "10% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 51, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeHighLifeRecoveryRate4"] = { type = "Spawn", tier = 4, "35% increased Damage over Time", "10% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 69, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeHighLifeRecoveryRate5"] = { type = "Spawn", tier = 5, "42% increased Damage over Time", "10% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 80, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "22% increased Damage over Time", "16% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 5, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "34% increased Damage over Time", "16% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 23, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate3"] = { type = "Spawn", tier = 3, "45% increased Damage over Time", "16% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 51, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate4"] = { type = "Spawn", tier = 4, "56% increased Damage over Time", "16% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 69, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hHighLifeRecoveryRate5"] = { type = "Spawn", tier = 5, "68% increased Damage over Time", "16% reduced Life Recovery rate", statOrder = { 1077, 1438 }, level = 80, group = "WeaponTreeDamageOverTimeAndLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime1"] = { type = "Spawn", tier = 1, "10% increased Damage over Time", statOrder = { 1077 }, level = 5, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2"] = { type = "Spawn", tier = 2, "15% increased Damage over Time", statOrder = { 1077 }, level = 23, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime3"] = { type = "Spawn", tier = 3, "20% increased Damage over Time", statOrder = { 1077 }, level = 51, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime4"] = { type = "Spawn", tier = 4, "25% increased Damage over Time", statOrder = { 1077 }, level = 69, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime5"] = { type = "Spawn", tier = 5, "30% increased Damage over Time", statOrder = { 1077 }, level = 80, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2h1"] = { type = "Spawn", tier = 1, "16% increased Damage over Time", statOrder = { 1077 }, level = 5, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2h2"] = { type = "Spawn", tier = 2, "24% increased Damage over Time", statOrder = { 1077 }, level = 23, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2h3"] = { type = "Spawn", tier = 3, "32% increased Damage over Time", statOrder = { 1077 }, level = 51, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2h4"] = { type = "Spawn", tier = 4, "40% increased Damage over Time", statOrder = { 1077 }, level = 69, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2h5"] = { type = "Spawn", tier = 5, "48% increased Damage over Time", statOrder = { 1077 }, level = 80, group = "WeaponTreeDamageOverTime", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowSkillEffectDuration1"] = { type = "Spawn", tier = 1, "7% increased Damage over Time", "5% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 5, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowSkillEffectDuration2"] = { type = "Spawn", tier = 2, "10% increased Damage over Time", "5% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 23, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowSkillEffectDuration3"] = { type = "Spawn", tier = 3, "13% increased Damage over Time", "5% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 51, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowSkillEffectDuration4"] = { type = "Spawn", tier = 4, "17% increased Damage over Time", "5% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 69, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowSkillEffectDuration5"] = { type = "Spawn", tier = 5, "20% increased Damage over Time", "5% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 80, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowSkillEffectDuration1"] = { type = "Spawn", tier = 1, "11% increased Damage over Time", "10% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 5, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowSkillEffectDuration2"] = { type = "Spawn", tier = 2, "16% increased Damage over Time", "10% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 23, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowSkillEffectDuration3"] = { type = "Spawn", tier = 3, "21% increased Damage over Time", "10% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 51, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowSkillEffectDuration4"] = { type = "Spawn", tier = 4, "26% increased Damage over Time", "10% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 69, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowSkillEffectDuration5"] = { type = "Spawn", tier = 5, "32% increased Damage over Time", "10% increased Skill Effect Duration", statOrder = { 1077, 1754 }, level = 80, group = "WeaponTreeDamageOverTimeAndSkillEffectDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou1"] = { type = "Spawn", tier = 1, "7% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 5, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou2"] = { type = "Spawn", tier = 2, "10% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 23, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou3"] = { type = "Spawn", tier = 3, "13% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 51, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou4"] = { type = "Spawn", tier = 4, "17% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 69, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTimeLowAilmentDurationOnYou5"] = { type = "Spawn", tier = 5, "20% increased Damage over Time", "15% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 80, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou1"] = { type = "Spawn", tier = 1, "11% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 5, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou2"] = { type = "Spawn", tier = 2, "16% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 23, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou3"] = { type = "Spawn", tier = 3, "21% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 51, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 125, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou4"] = { type = "Spawn", tier = 4, "26% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 69, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 63, 0 }, modTags = { }, }, + ["WeaponTreeDamageOverTime2hLowAilmentDurationOnYou5"] = { type = "Spawn", tier = 5, "32% increased Damage over Time", "25% reduced Duration of Ailments on You", statOrder = { 1077, 4698 }, level = 80, group = "WeaponTreeDamageOverTimeAndSelfAilmentDuration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 31, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 7 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 8 to 14 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 14 to 22 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 28 to 42 additional Physical Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 7 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 7 to 12 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 14 to 22 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 24 to 37 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 47 to 71 additional Physical Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3606, 8600 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Physical Damage", statOrder = { 3606 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 6 additional Physical Damage", statOrder = { 3606 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical3"] = { type = "Spawn", tier = 3, "Minions deal 6 to 10 additional Physical Damage", statOrder = { 3606 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Physical Damage", statOrder = { 3606 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical5"] = { type = "Spawn", tier = 5, "Minions deal 21 to 33 additional Physical Damage", statOrder = { 3606 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2h1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Physical Damage", statOrder = { 3606 }, level = 1, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2h2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 10 additional Physical Damage", statOrder = { 3606 }, level = 26, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2h3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Physical Damage", statOrder = { 3606 }, level = 42, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2h4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Physical Damage", statOrder = { 3606 }, level = 62, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2h5"] = { type = "Spawn", tier = 5, "Minions deal 36 to 55 additional Physical Damage", statOrder = { 3606 }, level = 82, group = "WeaponTreeMinionAddedPhysicalDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1813, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 2 to 4 additional Physical Damage", statOrder = { 1813, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 4 to 6 additional Physical Damage", statOrder = { 1813, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 6 to 10 additional Physical Damage", statOrder = { 1813, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionFireConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Fire Damage", "Minions deal 13 to 20 additional Physical Damage", statOrder = { 1813, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1813, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 3 to 6 additional Physical Damage", statOrder = { 1813, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 7 to 10 additional Physical Damage", statOrder = { 1813, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 11 to 17 additional Physical Damage", statOrder = { 1813, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionFireConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Fire Damage", "Minions deal 22 to 33 additional Physical Damage", statOrder = { 1813, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionFireConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1815, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 2 to 4 additional Physical Damage", statOrder = { 1815, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 4 to 6 additional Physical Damage", statOrder = { 1815, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 6 to 10 additional Physical Damage", statOrder = { 1815, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionColdConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Cold Damage", "Minions deal 13 to 20 additional Physical Damage", statOrder = { 1815, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1815, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 3 to 6 additional Physical Damage", statOrder = { 1815, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 7 to 10 additional Physical Damage", statOrder = { 1815, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 11 to 17 additional Physical Damage", statOrder = { 1815, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionColdConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Cold Damage", "Minions deal 22 to 33 additional Physical Damage", statOrder = { 1815, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionColdConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1817, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 2 to 4 additional Physical Damage", statOrder = { 1817, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 4 to 6 additional Physical Damage", statOrder = { 1817, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 6 to 10 additional Physical Damage", statOrder = { 1817, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionLightningConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Lightning Damage", "Minions deal 13 to 20 additional Physical Damage", statOrder = { 1817, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1817, 3606 }, level = 10, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 3 to 6 additional Physical Damage", statOrder = { 1817, 3606 }, level = 31, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 7 to 10 additional Physical Damage", statOrder = { 1817, 3606 }, level = 54, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 11 to 17 additional Physical Damage", statOrder = { 1817, 3606 }, level = 72, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionLightningConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Lightning Damage", "Minions deal 22 to 33 additional Physical Damage", statOrder = { 1817, 3606 }, level = 84, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionLightningConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion1"] = { type = "Spawn", tier = 1, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1820, 3606 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion2"] = { type = "Spawn", tier = 2, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 2 to 4 additional Physical Damage", statOrder = { 1820, 3606 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion3"] = { type = "Spawn", tier = 3, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 4 to 6 additional Physical Damage", statOrder = { 1820, 3606 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion4"] = { type = "Spawn", tier = 4, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 6 to 10 additional Physical Damage", statOrder = { 1820, 3606 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionChaosConversion5"] = { type = "Spawn", tier = 5, "Minions convert 15% of Physical Damage to Chaos Damage", "Minions deal 13 to 20 additional Physical Damage", statOrder = { 1820, 3606 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion1"] = { type = "Spawn", tier = 1, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 1 to 3 additional Physical Damage", statOrder = { 1820, 3606 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion2"] = { type = "Spawn", tier = 2, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 3 to 6 additional Physical Damage", statOrder = { 1820, 3606 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion3"] = { type = "Spawn", tier = 3, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 7 to 10 additional Physical Damage", statOrder = { 1820, 3606 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion4"] = { type = "Spawn", tier = 4, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 11 to 17 additional Physical Damage", statOrder = { 1820, 3606 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionChaosConversion5"] = { type = "Spawn", tier = 5, "Minions convert 25% of Physical Damage to Chaos Damage", "Minions deal 22 to 33 additional Physical Damage", statOrder = { 1820, 3606 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionChaosConversion", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 6 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm4"] = { type = "Spawn", tier = 4, "Minions deal 6 to 10 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysicalLowMinionOverwhelm5"] = { type = "Spawn", tier = 5, "Minions deal 13 to 20 additional Physical Damage", "Minions Attacks Overwhelm 5% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 13, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm2"] = { type = "Spawn", tier = 2, "Minions deal 3 to 6 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 27, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm3"] = { type = "Spawn", tier = 3, "Minions deal 7 to 10 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 57, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 74, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedPhysical2hLowMinionOverwhelm5"] = { type = "Spawn", tier = 5, "Minions deal 22 to 33 additional Physical Damage", "Minions Attacks Overwhelm 10% Physical Damage Reduction", statOrder = { 3606, 8664 }, level = 85, group = "WeaponTreeMinionAddedPhysicalDamageAndMinionOverwhelm", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 6 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 6 to 10 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 12 to 18 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 19 to 30 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 39 to 59 additional Fire Damage", "Minions have 6% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 7 to 10 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 11 to 17 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 21 to 34 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 37 to 55 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hHighMinionReducedAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 73 to 109 additional Fire Damage", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 3604, 8600 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Fire Damage", statOrder = { 3604 }, level = 1, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 7 additional Fire Damage", statOrder = { 3604 }, level = 26, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 14 additional Fire Damage", statOrder = { 3604 }, level = 42, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire4"] = { type = "Spawn", tier = 4, "Minions deal 15 to 24 additional Fire Damage", statOrder = { 3604 }, level = 62, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire5"] = { type = "Spawn", tier = 5, "Minions deal 30 to 45 additional Fire Damage", statOrder = { 3604 }, level = 82, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2h1"] = { type = "Spawn", tier = 1, "Minions deal 5 to 7 additional Fire Damage", statOrder = { 3604 }, level = 1, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2h2"] = { type = "Spawn", tier = 2, "Minions deal 9 to 13 additional Fire Damage", statOrder = { 3604 }, level = 26, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2h3"] = { type = "Spawn", tier = 3, "Minions deal 16 to 26 additional Fire Damage", statOrder = { 3604 }, level = 42, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2h4"] = { type = "Spawn", tier = 4, "Minions deal 28 to 43 additional Fire Damage", statOrder = { 3604 }, level = 62, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2h5"] = { type = "Spawn", tier = 5, "Minions deal 56 to 84 additional Fire Damage", statOrder = { 3604 }, level = 82, group = "WeaponTreeMinionAddedFireDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowMinionIgniteChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Fire Damage", "Minions have 8% chance to Ignite", statOrder = { 3604, 8613 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowMinionIgniteChance2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Fire Damage", "Minions have 8% chance to Ignite", statOrder = { 3604, 8613 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowMinionIgniteChance3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 9 additional Fire Damage", "Minions have 8% chance to Ignite", statOrder = { 3604, 8613 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowMinionIgniteChance4"] = { type = "Spawn", tier = 4, "Minions deal 8 to 14 additional Fire Damage", "Minions have 8% chance to Ignite", statOrder = { 3604, 8613 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowMinionIgniteChance5"] = { type = "Spawn", tier = 5, "Minions deal 18 to 28 additional Fire Damage", "Minions have 8% chance to Ignite", statOrder = { 3604, 8613 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 6 additional Fire Damage", "Minions have 16% chance to Ignite", statOrder = { 3604, 8613 }, level = 1, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Fire Damage", "Minions have 16% chance to Ignite", statOrder = { 3604, 8613 }, level = 26, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 16 additional Fire Damage", "Minions have 16% chance to Ignite", statOrder = { 3604, 8613 }, level = 42, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance4"] = { type = "Spawn", tier = 4, "Minions deal 16 to 26 additional Fire Damage", "Minions have 16% chance to Ignite", statOrder = { 3604, 8613 }, level = 62, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowMinionIgniteChance5"] = { type = "Spawn", tier = 5, "Minions deal 34 to 51 additional Fire Damage", "Minions have 16% chance to Ignite", statOrder = { 3604, 8613 }, level = 82, group = "WeaponTreeMinionAddedFireDamageAndMinionIgniteChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Minions deal 1 to 3 additional Fire Damage", statOrder = { 40, 3604 }, level = 10, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Minions deal 2 to 4 additional Fire Damage", statOrder = { 40, 3604 }, level = 30, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Minions deal 4 to 9 additional Fire Damage", statOrder = { 40, 3604 }, level = 48, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Minions deal 8 to 14 additional Fire Damage", statOrder = { 40, 3604 }, level = 66, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFireLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Minions deal 18 to 28 additional Fire Damage", statOrder = { 40, 3604 }, level = 84, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowImplicitEffect1"] = { type = "Spawn", tier = 1, "25% increased Implicit Modifier magnitudes", "Minions deal 2 to 6 additional Fire Damage", statOrder = { 40, 3604 }, level = 10, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowImplicitEffect2"] = { type = "Spawn", tier = 2, "25% increased Implicit Modifier magnitudes", "Minions deal 5 to 8 additional Fire Damage", statOrder = { 40, 3604 }, level = 30, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowImplicitEffect3"] = { type = "Spawn", tier = 3, "25% increased Implicit Modifier magnitudes", "Minions deal 9 to 16 additional Fire Damage", statOrder = { 40, 3604 }, level = 48, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowImplicitEffect4"] = { type = "Spawn", tier = 4, "25% increased Implicit Modifier magnitudes", "Minions deal 16 to 26 additional Fire Damage", statOrder = { 40, 3604 }, level = 66, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedFire2hLowImplicitEffect5"] = { type = "Spawn", tier = 5, "25% increased Implicit Modifier magnitudes", "Minions deal 34 to 51 additional Fire Damage", statOrder = { 40, 3604 }, level = 84, group = "WeaponTreeMinionAddedFireDamageAndImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 6 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 6 to 10 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 12 to 18 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 19 to 30 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdHighMinionReducedCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 39 to 59 additional Cold Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 7 to 10 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 11 to 17 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 21 to 34 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 37 to 55 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hHighMinionReducedCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 73 to 109 additional Cold Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 3603, 8617 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 6 additional Cold Damage", statOrder = { 3603 }, level = 1, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Cold Damage", statOrder = { 3603 }, level = 26, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Cold Damage", statOrder = { 3603 }, level = 42, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Cold Damage", statOrder = { 3603 }, level = 62, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold5"] = { type = "Spawn", tier = 5, "Minions deal 37 to 56 additional Cold Damage", statOrder = { 3603 }, level = 82, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2h1"] = { type = "Spawn", tier = 1, "Minions deal 5 to 10 additional Cold Damage", statOrder = { 3603 }, level = 1, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2h2"] = { type = "Spawn", tier = 2, "Minions deal 10 to 16 additional Cold Damage", statOrder = { 3603 }, level = 26, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2h3"] = { type = "Spawn", tier = 3, "Minions deal 20 to 32 additional Cold Damage", statOrder = { 3603 }, level = 42, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2h4"] = { type = "Spawn", tier = 4, "Minions deal 34 to 52 additional Cold Damage", statOrder = { 3603 }, level = 62, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2h5"] = { type = "Spawn", tier = 5, "Minions deal 68 to 103 additional Cold Damage", statOrder = { 3603 }, level = 82, group = "WeaponTreeMinionAddedColdDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionFreezeChance1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Cold Damage", "Minions have 8% chance to Freeze", statOrder = { 3603, 8610 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionFreezeChance2"] = { type = "Spawn", tier = 2, "Minions deal 3 to 7 additional Cold Damage", "Minions have 8% chance to Freeze", statOrder = { 3603, 8610 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionFreezeChance3"] = { type = "Spawn", tier = 3, "Minions deal 8 to 14 additional Cold Damage", "Minions have 8% chance to Freeze", statOrder = { 3603, 8610 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionFreezeChance4"] = { type = "Spawn", tier = 4, "Minions deal 14 to 21 additional Cold Damage", "Minions have 8% chance to Freeze", statOrder = { 3603, 8610 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionFreezeChance5"] = { type = "Spawn", tier = 5, "Minions deal 29 to 43 additional Cold Damage", "Minions have 8% chance to Freeze", statOrder = { 3603, 8610 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance1"] = { type = "Spawn", tier = 1, "Minions deal 4 to 7 additional Cold Damage", "Minions have 16% chance to Freeze", statOrder = { 3603, 8610 }, level = 1, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance2"] = { type = "Spawn", tier = 2, "Minions deal 7 to 12 additional Cold Damage", "Minions have 16% chance to Freeze", statOrder = { 3603, 8610 }, level = 26, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance3"] = { type = "Spawn", tier = 3, "Minions deal 15 to 24 additional Cold Damage", "Minions have 16% chance to Freeze", statOrder = { 3603, 8610 }, level = 42, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance4"] = { type = "Spawn", tier = 4, "Minions deal 26 to 40 additional Cold Damage", "Minions have 16% chance to Freeze", statOrder = { 3603, 8610 }, level = 62, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionFreezeChance5"] = { type = "Spawn", tier = 5, "Minions deal 53 to 79 additional Cold Damage", "Minions have 16% chance to Freeze", statOrder = { 3603, 8610 }, level = 82, group = "WeaponTreeMinionAddedColdDamageAndMinionFreezeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 3 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 10, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 4 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 30, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 4 to 8 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 48, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 8 to 14 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 66, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedColdLowMinionAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 17 to 25 additional Cold Damage", "Minions have 6% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 84, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 10, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 8 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 30, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions deal 9 to 15 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 48, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed4"] = { type = "Spawn", tier = 4, "Minions deal 16 to 25 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 66, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedCold2hLowMinionAttackAndCastSpeed5"] = { type = "Spawn", tier = 5, "Minions deal 32 to 47 additional Cold Damage", "Minions have 10% increased Attack and Cast Speed", statOrder = { 3603, 8600 }, level = 84, group = "WeaponTreeMinionAddedColdDamageAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningHighDamageTaken1"] = { type = "Spawn", tier = 1, "4% increased Lightning Damage taken", "Minions deal 1 to 9 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningHighDamageTaken2"] = { type = "Spawn", tier = 2, "4% increased Lightning Damage taken", "Minions deal 1 to 15 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningHighDamageTaken3"] = { type = "Spawn", tier = 3, "4% increased Lightning Damage taken", "Minions deal 1 to 29 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningHighDamageTaken4"] = { type = "Spawn", tier = 4, "4% increased Lightning Damage taken", "Minions deal 2 to 48 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningHighDamageTaken5"] = { type = "Spawn", tier = 5, "4% increased Lightning Damage taken", "Minions deal 5 to 94 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hHighDamageTaken1"] = { type = "Spawn", tier = 1, "6% increased Lightning Damage taken", "Minions deal 1 to 16 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hHighDamageTaken2"] = { type = "Spawn", tier = 2, "6% increased Lightning Damage taken", "Minions deal 1 to 28 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hHighDamageTaken3"] = { type = "Spawn", tier = 3, "6% increased Lightning Damage taken", "Minions deal 2 to 53 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hHighDamageTaken4"] = { type = "Spawn", tier = 4, "6% increased Lightning Damage taken", "Minions deal 4 to 88 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hHighDamageTaken5"] = { type = "Spawn", tier = 5, "6% increased Lightning Damage taken", "Minions deal 9 to 173 additional Lightning Damage", statOrder = { 3228, 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndDamageTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 6 additional Lightning Damage", statOrder = { 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 12 additional Lightning Damage", statOrder = { 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 22 additional Lightning Damage", statOrder = { 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 37 additional Lightning Damage", statOrder = { 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 72 additional Lightning Damage", statOrder = { 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2h1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 12 additional Lightning Damage", statOrder = { 3605 }, level = 1, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2h2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 21 additional Lightning Damage", statOrder = { 3605 }, level = 26, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2h3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 41 additional Lightning Damage", statOrder = { 3605 }, level = 42, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2h4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 68 additional Lightning Damage", statOrder = { 3605 }, level = 62, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2h5"] = { type = "Spawn", tier = 5, "Minions deal 7 to 133 additional Lightning Damage", statOrder = { 3605 }, level = 82, group = "WeaponTreeMinionAddedLightningDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionShockChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Lightning Damage", "Minions have 8% chance to Shock", statOrder = { 3605, 8615 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionShockChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 8% chance to Shock", statOrder = { 3605, 8615 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionShockChance3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 14 additional Lightning Damage", "Minions have 8% chance to Shock", statOrder = { 3605, 8615 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionShockChance4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 22 additional Lightning Damage", "Minions have 8% chance to Shock", statOrder = { 3605, 8615 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionShockChance5"] = { type = "Spawn", tier = 5, "Minions deal 2 to 43 additional Lightning Damage", "Minions have 8% chance to Shock", statOrder = { 3605, 8615 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionShockChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 16% chance to Shock", statOrder = { 3605, 8615 }, level = 1, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionShockChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 13 additional Lightning Damage", "Minions have 16% chance to Shock", statOrder = { 3605, 8615 }, level = 26, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionShockChance3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 24 additional Lightning Damage", "Minions have 16% chance to Shock", statOrder = { 3605, 8615 }, level = 42, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionShockChance4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 41 additional Lightning Damage", "Minions have 16% chance to Shock", statOrder = { 3605, 8615 }, level = 62, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionShockChance5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 80 additional Lightning Damage", "Minions have 16% chance to Shock", statOrder = { 3605, 8615 }, level = 82, group = "WeaponTreeMinionAddedLightningDamageAndMinionShockChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 10, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 30, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 1 to 14 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 48, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 2 to 22 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 66, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightningLowMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 2 to 43 additional Lightning Damage", "Minions have 25% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 84, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 7 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 10, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 1 to 13 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 30, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 2 to 24 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 48, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 3 to 41 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 66, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedLightning2hLowMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 4 to 80 additional Lightning Damage", "Minions have 40% increased Critical Strike Chance", statOrder = { 3605, 8617 }, level = 84, group = "WeaponTreeMinionAddedLightningDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosHighReducedLife1"] = { type = "Spawn", tier = 1, "6% reduced maximum Life", "Minions deal 2 to 5 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosHighReducedLife2"] = { type = "Spawn", tier = 2, "6% reduced maximum Life", "Minions deal 5 to 7 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosHighReducedLife3"] = { type = "Spawn", tier = 3, "6% reduced maximum Life", "Minions deal 8 to 14 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosHighReducedLife4"] = { type = "Spawn", tier = 4, "6% reduced maximum Life", "Minions deal 14 to 22 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosHighReducedLife5"] = { type = "Spawn", tier = 5, "6% reduced maximum Life", "Minions deal 28 to 42 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hHighReducedLife1"] = { type = "Spawn", tier = 1, "10% reduced maximum Life", "Minions deal 4 to 7 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hHighReducedLife2"] = { type = "Spawn", tier = 2, "10% reduced maximum Life", "Minions deal 7 to 12 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hHighReducedLife3"] = { type = "Spawn", tier = 3, "10% reduced maximum Life", "Minions deal 14 to 22 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hHighReducedLife4"] = { type = "Spawn", tier = 4, "10% reduced maximum Life", "Minions deal 24 to 37 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hHighReducedLife5"] = { type = "Spawn", tier = 5, "10% reduced maximum Life", "Minions deal 47 to 71 additional Chaos Damage", statOrder = { 1431, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMaximumLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos1"] = { type = "Spawn", tier = 1, "Minions deal 1 to 5 additional Chaos Damage", statOrder = { 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2"] = { type = "Spawn", tier = 2, "Minions deal 2 to 6 additional Chaos Damage", statOrder = { 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos3"] = { type = "Spawn", tier = 3, "Minions deal 6 to 10 additional Chaos Damage", statOrder = { 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos4"] = { type = "Spawn", tier = 4, "Minions deal 11 to 17 additional Chaos Damage", statOrder = { 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos5"] = { type = "Spawn", tier = 5, "Minions deal 21 to 33 additional Chaos Damage", statOrder = { 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2h1"] = { type = "Spawn", tier = 1, "Minions deal 2 to 5 additional Chaos Damage", statOrder = { 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2h2"] = { type = "Spawn", tier = 2, "Minions deal 5 to 10 additional Chaos Damage", statOrder = { 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2h3"] = { type = "Spawn", tier = 3, "Minions deal 10 to 17 additional Chaos Damage", statOrder = { 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2h4"] = { type = "Spawn", tier = 4, "Minions deal 18 to 28 additional Chaos Damage", statOrder = { 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2h5"] = { type = "Spawn", tier = 5, "Minions deal 36 to 55 additional Chaos Damage", statOrder = { 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowMinionPoisonChance1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 1 to 3 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowMinionPoisonChance2"] = { type = "Spawn", tier = 2, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 2 to 4 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowMinionPoisonChance3"] = { type = "Spawn", tier = 3, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 4 to 6 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowMinionPoisonChance4"] = { type = "Spawn", tier = 4, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 6 to 10 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowMinionPoisonChance5"] = { type = "Spawn", tier = 5, "Minions have 8% chance to Poison Enemies on Hit", "Minions deal 13 to 20 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 1 to 3 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance2"] = { type = "Spawn", tier = 2, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 3 to 6 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance3"] = { type = "Spawn", tier = 3, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 7 to 10 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance4"] = { type = "Spawn", tier = 4, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 11 to 17 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowMinionPoisonChance5"] = { type = "Spawn", tier = 5, "Minions have 16% chance to Poison Enemies on Hit", "Minions deal 22 to 33 additional Chaos Damage", statOrder = { 3013, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndMinionPoisonChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowChaosResistance1"] = { type = "Spawn", tier = 1, "+7% to Chaos Resistance", "Minions deal 1 to 3 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowChaosResistance2"] = { type = "Spawn", tier = 2, "+7% to Chaos Resistance", "Minions deal 2 to 4 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowChaosResistance3"] = { type = "Spawn", tier = 3, "+7% to Chaos Resistance", "Minions deal 4 to 6 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowChaosResistance4"] = { type = "Spawn", tier = 4, "+7% to Chaos Resistance", "Minions deal 6 to 10 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaosLowChaosResistance5"] = { type = "Spawn", tier = 5, "+7% to Chaos Resistance", "Minions deal 13 to 20 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowChaosResistance1"] = { type = "Spawn", tier = 1, "+13% to Chaos Resistance", "Minions deal 1 to 3 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 8, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowChaosResistance2"] = { type = "Spawn", tier = 2, "+13% to Chaos Resistance", "Minions deal 3 to 6 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 28, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowChaosResistance3"] = { type = "Spawn", tier = 3, "+13% to Chaos Resistance", "Minions deal 7 to 10 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 44, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1250, 1250, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowChaosResistance4"] = { type = "Spawn", tier = 4, "+13% to Chaos Resistance", "Minions deal 11 to 17 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 70, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 630, 630, 0 }, modTags = { }, }, + ["WeaponTreeMinionAddedChaos2hLowChaosResistance5"] = { type = "Spawn", tier = 5, "+13% to Chaos Resistance", "Minions deal 22 to 33 additional Chaos Damage", statOrder = { 1500, 3602 }, level = 85, group = "WeaponTreeMinionAddedChaosDamageAndChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 320, 320, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 14% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 1, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 21% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 21, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 28% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 46, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 35% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 65, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageHighReducedMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 42% increased Damage", "Minions have 40% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 77, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions deal 22% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 1, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions deal 34% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 21, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions deal 45% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 46, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance4"] = { type = "Spawn", tier = 4, "Minions deal 56% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 65, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hHighReducedMinionCriticalStrikeChance5"] = { type = "Spawn", tier = 5, "Minions deal 68% increased Damage", "Minions have 80% reduced Critical Strike Chance", statOrder = { 1830, 8617 }, level = 77, group = "WeaponTreeMinionDamageAndMinionCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage1"] = { type = "Spawn", tier = 1, "Minions deal 10% increased Damage", statOrder = { 1830 }, level = 1, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2"] = { type = "Spawn", tier = 2, "Minions deal 15% increased Damage", statOrder = { 1830 }, level = 21, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage3"] = { type = "Spawn", tier = 3, "Minions deal 20% increased Damage", statOrder = { 1830 }, level = 46, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage4"] = { type = "Spawn", tier = 4, "Minions deal 25% increased Damage", statOrder = { 1830 }, level = 65, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage5"] = { type = "Spawn", tier = 5, "Minions deal 30% increased Damage", statOrder = { 1830 }, level = 77, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2h1"] = { type = "Spawn", tier = 1, "Minions deal 16% increased Damage", statOrder = { 1830 }, level = 1, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2h2"] = { type = "Spawn", tier = 2, "Minions deal 24% increased Damage", statOrder = { 1830 }, level = 21, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2h3"] = { type = "Spawn", tier = 3, "Minions deal 32% increased Damage", statOrder = { 1830 }, level = 46, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 15000, 15000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2h4"] = { type = "Spawn", tier = 4, "Minions deal 40% increased Damage", statOrder = { 1830 }, level = 65, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2h5"] = { type = "Spawn", tier = 5, "Minions deal 48% increased Damage", statOrder = { 1830 }, level = 77, group = "WeaponTreeMinionDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowMana1"] = { type = "Spawn", tier = 1, "10% increased maximum Mana", "Minions deal 7% increased Damage", statOrder = { 1440, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowMana2"] = { type = "Spawn", tier = 2, "10% increased maximum Mana", "Minions deal 10% increased Damage", statOrder = { 1440, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowMana3"] = { type = "Spawn", tier = 3, "10% increased maximum Mana", "Minions deal 13% increased Damage", statOrder = { 1440, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowMana4"] = { type = "Spawn", tier = 4, "10% increased maximum Mana", "Minions deal 17% increased Damage", statOrder = { 1440, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowMana5"] = { type = "Spawn", tier = 5, "10% increased maximum Mana", "Minions deal 20% increased Damage", statOrder = { 1440, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowMana1"] = { type = "Spawn", tier = 1, "20% increased maximum Mana", "Minions deal 11% increased Damage", statOrder = { 1440, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowMana2"] = { type = "Spawn", tier = 2, "20% increased maximum Mana", "Minions deal 16% increased Damage", statOrder = { 1440, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowMana3"] = { type = "Spawn", tier = 3, "20% increased maximum Mana", "Minions deal 21% increased Damage", statOrder = { 1440, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowMana4"] = { type = "Spawn", tier = 4, "20% increased maximum Mana", "Minions deal 26% increased Damage", statOrder = { 1440, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowMana5"] = { type = "Spawn", tier = 5, "20% increased maximum Mana", "Minions deal 32% increased Damage", statOrder = { 1440, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowEnergyShield1"] = { type = "Spawn", tier = 1, "10% increased maximum Energy Shield", "Minions deal 7% increased Damage", statOrder = { 1421, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowEnergyShield2"] = { type = "Spawn", tier = 2, "10% increased maximum Energy Shield", "Minions deal 10% increased Damage", statOrder = { 1421, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowEnergyShield3"] = { type = "Spawn", tier = 3, "10% increased maximum Energy Shield", "Minions deal 13% increased Damage", statOrder = { 1421, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowEnergyShield4"] = { type = "Spawn", tier = 4, "10% increased maximum Energy Shield", "Minions deal 17% increased Damage", statOrder = { 1421, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamageLowEnergyShield5"] = { type = "Spawn", tier = 5, "10% increased maximum Energy Shield", "Minions deal 20% increased Damage", statOrder = { 1421, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowEnergyShield1"] = { type = "Spawn", tier = 1, "20% increased maximum Energy Shield", "Minions deal 11% increased Damage", statOrder = { 1421, 1830 }, level = 1, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowEnergyShield2"] = { type = "Spawn", tier = 2, "20% increased maximum Energy Shield", "Minions deal 16% increased Damage", statOrder = { 1421, 1830 }, level = 21, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowEnergyShield3"] = { type = "Spawn", tier = 3, "20% increased maximum Energy Shield", "Minions deal 21% increased Damage", statOrder = { 1421, 1830 }, level = 46, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 7500, 7500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowEnergyShield4"] = { type = "Spawn", tier = 4, "20% increased maximum Energy Shield", "Minions deal 26% increased Damage", statOrder = { 1421, 1830 }, level = 65, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3750, 3750, 0 }, modTags = { }, }, + ["WeaponTreeMinionDamage2hLowEnergyShield5"] = { type = "Spawn", tier = 5, "20% increased maximum Energy Shield", "Minions deal 32% increased Damage", statOrder = { 1421, 1830 }, level = 77, group = "WeaponTreeMinionDamageAndIncreasedEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1870, 1870, 0 }, modTags = { }, }, + ["WeaponTreeBowGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Bow Gems", statOrder = { 157 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedBowGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeMeleeGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMeleeGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "mace", "sword", "sceptre", "axe", "dagger", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMeleeGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMeleeGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Spell Gems", statOrder = { 153 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedSpellGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Spell Gems", statOrder = { 153 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedSpellGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionGemLevel"] = { type = "Spawn", tier = 1, "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMinionGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 10000, 10000, 0 }, modTags = { }, }, + ["WeaponTreeMinionGemLevel2h"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 10, group = "WeaponTreeLocalIncreaseSocketedMinionGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 10000, 10000, 0 }, modTags = { }, }, + ["WeaponTreeDexterityGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedDexterityGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 250, 250, 250, 500, 250, 0 }, modTags = { }, }, + ["WeaponTreeStrengthGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedStrengthGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 250, 250, 500, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeIntelliegenceGemLevel"] = { type = "Spawn", tier = 1, "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 45, group = "WeaponTreeLocalIncreaseSocketedIntelligenceGemLevel", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 500, 250, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdPerDex"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 60, group = "WeaponTreeAddedColdDamagePerDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 0, 500, 500, 500, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedColdPerDex2h"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 60, group = "WeaponTreeAddedColdDamagePerDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 0, 500, 500, 500, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedFirePerStr"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 60, group = "WeaponTreeAddedFireDamagePerStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 0, 500, 500, 1000, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedFirePerStr2h"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 60, group = "WeaponTreeAddedFireDamagePerStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 0, 500, 500, 1000, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningPerInt"] = { type = "MergeOnly", tier = 1, "Adds 1 to 3 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 60, group = "WeaponTreeAddedLightningDamagePerIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 0, 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedLightningPerInt2h"] = { type = "MergeOnly", tier = 1, "Adds 1 to 5 Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 60, group = "WeaponTreeAddedLightningDamagePerIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 0, 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosPerLowestAttribute"] = { type = "MergeOnly", tier = 1, "Adds 2 to 4 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute", statOrder = { 4643 }, level = 60, group = "WeaponTreeLocalAddedChaosDamagePerLowestAttribute", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAddedChaosPerLowestAttribute2h"] = { type = "MergeOnly", tier = 1, "Adds 3 to 5 Chaos Damage to Attacks with this Weapon per 10 of your lowest Attribute", statOrder = { 4643 }, level = 60, group = "WeaponTreeLocalAddedChaosDamagePerLowestAttribute", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageHighIncreasedSkillCost1"] = { type = "Spawn", tier = 1, "20% increased Global Damage", "10% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 1, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageHighIncreasedSkillCost2"] = { type = "Spawn", tier = 2, "30% increased Global Damage", "10% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 45, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageHighIncreasedSkillCost3"] = { type = "Spawn", tier = 3, "40% increased Global Damage", "10% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 75, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost1"] = { type = "Spawn", tier = 1, "40% increased Global Damage", "20% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 1, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost2"] = { type = "Spawn", tier = 2, "50% increased Global Damage", "20% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 45, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hHighIncreasedSkillCost3"] = { type = "Spawn", tier = 3, "60% increased Global Damage", "20% increased Cost of Skills", statOrder = { 1059, 1740 }, level = 75, group = "WeaponTreeIncreasedDamageAndSkillCost", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage1"] = { type = "Spawn", tier = 1, "15% increased Global Damage", statOrder = { 1059 }, level = 1, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2"] = { type = "Spawn", tier = 2, "20% increased Global Damage", statOrder = { 1059 }, level = 45, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage3"] = { type = "Spawn", tier = 3, "25% increased Global Damage", statOrder = { 1059 }, level = 75, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2h1"] = { type = "Spawn", tier = 1, "20% increased Global Damage", statOrder = { 1059 }, level = 1, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2h2"] = { type = "Spawn", tier = 2, "30% increased Global Damage", statOrder = { 1059 }, level = 45, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2h3"] = { type = "Spawn", tier = 3, "40% increased Global Damage", statOrder = { 1059 }, level = 75, group = "WeaponTreeAllDamageOnWeapon", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageLowIncreasedAttributes1"] = { type = "Spawn", tier = 1, "4% increased Attributes", "8% increased Global Damage", statOrder = { 1050, 1059 }, level = 1, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageLowIncreasedAttributes2"] = { type = "Spawn", tier = 2, "4% increased Attributes", "12% increased Global Damage", statOrder = { 1050, 1059 }, level = 45, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamageLowIncreasedAttributes3"] = { type = "Spawn", tier = 3, "4% increased Attributes", "16% increased Global Damage", statOrder = { 1050, 1059 }, level = 75, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "two_hand_weapon", "attack_dagger", "mace", "axe", "sword", "claw", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hLowIncreasedAttributes1"] = { type = "Spawn", tier = 1, "6% increased Attributes", "15% increased Global Damage", statOrder = { 1050, 1059 }, level = 1, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hLowIncreasedAttributes2"] = { type = "Spawn", tier = 2, "6% increased Attributes", "20% increased Global Damage", statOrder = { 1050, 1059 }, level = 45, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeGlobalDamage2hLowIncreasedAttributes3"] = { type = "Spawn", tier = 3, "6% increased Attributes", "25% increased Global Damage", statOrder = { 1050, 1059 }, level = 75, group = "WeaponTreeIncreasedDamageAndIncreasedAttributes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "one_hand_weapon", "attack_staff", "mace", "axe", "sword", "bow", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLife1"] = { type = "Spawn", tier = 1, "+30 to maximum Life", statOrder = { 1429 }, level = 1, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLife2"] = { type = "Spawn", tier = 2, "+35 to maximum Life", statOrder = { 1429 }, level = 21, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLife3"] = { type = "Spawn", tier = 3, "+40 to maximum Life", statOrder = { 1429 }, level = 46, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLife4"] = { type = "Spawn", tier = 4, "+45 to maximum Life", statOrder = { 1429 }, level = 65, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLife5"] = { type = "Spawn", tier = 5, "+50 to maximum Life", statOrder = { 1429 }, level = 77, group = "WeaponTreeIncreasedLife", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedDamage1"] = { type = "Spawn", tier = 1, "20% reduced Damage", "+60 to maximum Life", statOrder = { 1058, 1429 }, level = 15, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedDamage2"] = { type = "Spawn", tier = 2, "20% reduced Damage", "+75 to maximum Life", statOrder = { 1058, 1429 }, level = 45, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedDamage3"] = { type = "Spawn", tier = 3, "20% reduced Damage", "+80 to maximum Life", statOrder = { 1058, 1429 }, level = 70, group = "WeaponTreeIncreasedLifeReducedDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedAllResistance1"] = { type = "Spawn", tier = 1, "+60 to maximum Life", "-5% to all Elemental Resistances", statOrder = { 1429, 1479 }, level = 15, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedAllResistance2"] = { type = "Spawn", tier = 2, "+75 to maximum Life", "-5% to all Elemental Resistances", statOrder = { 1429, 1479 }, level = 45, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedAllResistance3"] = { type = "Spawn", tier = 3, "+80 to maximum Life", "-5% to all Elemental Resistances", statOrder = { 1429, 1479 }, level = 70, group = "WeaponTreeIncreasedLifeReducedAllResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedLocalDefences1"] = { type = "Spawn", tier = 1, "50% reduced Armour, Evasion and Energy Shield", "+60 to maximum Life", statOrder = { 1416, 1429 }, level = 15, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedLocalDefences2"] = { type = "Spawn", tier = 2, "50% reduced Armour, Evasion and Energy Shield", "+75 to maximum Life", statOrder = { 1416, 1429 }, level = 45, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeReducedLocalDefences3"] = { type = "Spawn", tier = 3, "50% reduced Armour, Evasion and Energy Shield", "+80 to maximum Life", statOrder = { 1416, 1429 }, level = 70, group = "WeaponTreeIncreasedLifeReducedLocalDefences", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeRegen1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "Regenerate 0.4% of Life per second", statOrder = { 1429, 1801 }, level = 1, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeRegen2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "Regenerate 0.4% of Life per second", statOrder = { 1429, 1801 }, level = 40, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeRegen3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "Regenerate 0.4% of Life per second", statOrder = { 1429, 1801 }, level = 65, group = "WeaponTreeIncreasedLifeAndLifeRegen", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndStunThreshold1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "20% increased Stun Threshold", statOrder = { 1429, 3113 }, level = 1, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndStunThreshold2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "20% increased Stun Threshold", statOrder = { 1429, 3113 }, level = 40, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndStunThreshold3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "20% increased Stun Threshold", statOrder = { 1429, 3113 }, level = 65, group = "WeaponTreeIncreasedLifeAndStunThreshold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeOnKill1"] = { type = "Spawn", tier = 1, "+15 to maximum Life", "Recover 1% of Life on Kill", statOrder = { 1429, 1608 }, level = 1, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeOnKill2"] = { type = "Spawn", tier = 2, "+20 to maximum Life", "Recover 1% of Life on Kill", statOrder = { 1429, 1608 }, level = 40, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIncreasedLifeAndLifeOnKill3"] = { type = "Spawn", tier = 3, "+25 to maximum Life", "Recover 1% of Life on Kill", statOrder = { 1429, 1608 }, level = 65, group = "WeaponTreeIncreasedLifeAndLifeOnKill", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmour1"] = { type = "Spawn", tier = 1, "+20 to Armour", statOrder = { 1401 }, level = 1, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmour2"] = { type = "Spawn", tier = 2, "+35 to Armour", statOrder = { 1401 }, level = 24, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmour3"] = { type = "Spawn", tier = 3, "+50 to Armour", statOrder = { 1401 }, level = 50, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmour4"] = { type = "Spawn", tier = 4, "+65 to Armour", statOrder = { 1401 }, level = 68, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmour5"] = { type = "Spawn", tier = 5, "+80 to Armour", statOrder = { 1401 }, level = 82, group = "WeaponTreeLocalPhysicalDamageReductionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken1"] = { type = "Spawn", tier = 1, "+100 to Armour", "10% increased Damage taken from Damage Over Time", statOrder = { 1401, 2098 }, level = 20, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken2"] = { type = "Spawn", tier = 2, "+125 to Armour", "10% increased Damage taken from Damage Over Time", statOrder = { 1401, 2098 }, level = 55, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageOverTimeTaken3"] = { type = "Spawn", tier = 3, "+150 to Armour", "10% increased Damage taken from Damage Over Time", statOrder = { 1401, 2098 }, level = 83, group = "WeaponTreeLocalArmourIncreasedDamageOverTimeTaken", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes1"] = { type = "Spawn", tier = 1, "You take 20% increased Extra Damage from Critical Strikes", "+100 to Armour", statOrder = { 1373, 1401 }, level = 20, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes2"] = { type = "Spawn", tier = 2, "You take 20% increased Extra Damage from Critical Strikes", "+125 to Armour", statOrder = { 1373, 1401 }, level = 55, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes3"] = { type = "Spawn", tier = 3, "You take 20% increased Extra Damage from Critical Strikes", "+150 to Armour", statOrder = { 1373, 1401 }, level = 83, group = "WeaponTreeLocalArmourIncreasedDamageFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedStrength1"] = { type = "Spawn", tier = 1, "5% increased Strength", "+20 to Armour", statOrder = { 1051, 1401 }, level = 1, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedStrength2"] = { type = "Spawn", tier = 2, "5% increased Strength", "+30 to Armour", statOrder = { 1051, 1401 }, level = 40, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourIncreasedStrength3"] = { type = "Spawn", tier = 3, "5% increased Strength", "+40 to Armour", statOrder = { 1051, 1401 }, level = 65, group = "WeaponTreeLocalArmourIncreasedStrength", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+20 to Armour", statOrder = { 40, 1401 }, level = 1, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+30 to Armour", statOrder = { 40, 1401 }, level = 40, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+40 to Armour", statOrder = { 40, 1401 }, level = 65, group = "WeaponTreeLocalArmourImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourLocalBlock1"] = { type = "Spawn", tier = 1, "+20 to Armour", "+2% Chance to Block", statOrder = { 1401, 2102 }, level = 1, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourLocalBlock2"] = { type = "Spawn", tier = 2, "+30 to Armour", "+2% Chance to Block", statOrder = { 1401, 2102 }, level = 40, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalArmourLocalBlock3"] = { type = "Spawn", tier = 3, "+40 to Armour", "+2% Chance to Block", statOrder = { 1401, 2102 }, level = 65, group = "WeaponTreeLocalArmourLocalBlock", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "crucible_unique_helmet", "int_armour", "dex_armour", "dex_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasion1"] = { type = "Spawn", tier = 1, "+20 to Evasion Rating", statOrder = { 1409 }, level = 1, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasion2"] = { type = "Spawn", tier = 2, "+35 to Evasion Rating", statOrder = { 1409 }, level = 24, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasion3"] = { type = "Spawn", tier = 3, "+50 to Evasion Rating", statOrder = { 1409 }, level = 50, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasion4"] = { type = "Spawn", tier = 4, "+65 to Evasion Rating", statOrder = { 1409 }, level = 68, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasion5"] = { type = "Spawn", tier = 5, "+80 to Evasion Rating", statOrder = { 1409 }, level = 82, group = "WeaponTreeLocalEvasionRating", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf1"] = { type = "Spawn", tier = 1, "+100 to Evasion Rating", "20% increased Duration of Ailments on You", statOrder = { 1409, 4698 }, level = 20, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf2"] = { type = "Spawn", tier = 2, "+125 to Evasion Rating", "20% increased Duration of Ailments on You", statOrder = { 1409, 4698 }, level = 55, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf3"] = { type = "Spawn", tier = 3, "+150 to Evasion Rating", "20% increased Duration of Ailments on You", statOrder = { 1409, 4698 }, level = 83, group = "WeaponTreeLocalEvasionRatingIncreasedAilmentDurationOnSelf", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingReducedStunRecovery1"] = { type = "Spawn", tier = 1, "+100 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrder = { 1409, 1759 }, level = 20, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingReducedStunRecovery2"] = { type = "Spawn", tier = 2, "+125 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrder = { 1409, 1759 }, level = 55, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingReducedStunRecovery3"] = { type = "Spawn", tier = 3, "+150 to Evasion Rating", "25% reduced Stun and Block Recovery", statOrder = { 1409, 1759 }, level = 83, group = "WeaponTreeLocalEvasionRatingReducedStunRecovery", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedDexterity1"] = { type = "Spawn", tier = 1, "5% increased Dexterity", "+20 to Evasion Rating", statOrder = { 1052, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedDexterity2"] = { type = "Spawn", tier = 2, "5% increased Dexterity", "+30 to Evasion Rating", statOrder = { 1052, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingIncreasedDexterity3"] = { type = "Spawn", tier = 3, "5% increased Dexterity", "+40 to Evasion Rating", statOrder = { 1052, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingIncreasedDexterity", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+20 to Evasion Rating", statOrder = { 40, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+30 to Evasion Rating", statOrder = { 40, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+40 to Evasion Rating", statOrder = { 40, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingSuppression1"] = { type = "Spawn", tier = 1, "+4% chance to Suppress Spell Damage", "+20 to Evasion Rating", statOrder = { 1014, 1409 }, level = 1, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingSuppression2"] = { type = "Spawn", tier = 2, "+4% chance to Suppress Spell Damage", "+30 to Evasion Rating", statOrder = { 1014, 1409 }, level = 40, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEvasionRatingSuppression3"] = { type = "Spawn", tier = 3, "+4% chance to Suppress Spell Damage", "+40 to Evasion Rating", statOrder = { 1014, 1409 }, level = 65, group = "WeaponTreeLocalEvasionRatingSuppression", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "int_armour", "str_int_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShield1"] = { type = "Spawn", tier = 1, "+5 to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShield2"] = { type = "Spawn", tier = 2, "+10 to maximum Energy Shield", statOrder = { 1419 }, level = 24, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShield3"] = { type = "Spawn", tier = 3, "+15 to maximum Energy Shield", statOrder = { 1419 }, level = 50, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShield4"] = { type = "Spawn", tier = 4, "+20 to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShield5"] = { type = "Spawn", tier = 5, "+25 to maximum Energy Shield", statOrder = { 1419 }, level = 82, group = "WeaponTreeLocalEnergyShield", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedRechargeRate1"] = { type = "Spawn", tier = 1, "+28 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrder = { 1419, 1425 }, level = 20, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedRechargeRate2"] = { type = "Spawn", tier = 2, "+34 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrder = { 1419, 1425 }, level = 55, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedRechargeRate3"] = { type = "Spawn", tier = 3, "+40 to maximum Energy Shield", "25% reduced Energy Shield Recharge Rate", statOrder = { 1419, 1425 }, level = 83, group = "WeaponTreeLocalEnergyShieldReducedRechargeRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedManaRegeneration1"] = { type = "Spawn", tier = 1, "+28 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrder = { 1419, 1444 }, level = 20, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedManaRegeneration2"] = { type = "Spawn", tier = 2, "+34 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrder = { 1419, 1444 }, level = 55, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldReducedManaRegeneration3"] = { type = "Spawn", tier = 3, "+40 to maximum Energy Shield", "25% reduced Mana Regeneration Rate", statOrder = { 1419, 1444 }, level = 83, group = "WeaponTreeLocalEnergyShieldReducedManaRegeneration", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldIncreasedIntelligence1"] = { type = "Spawn", tier = 1, "5% increased Intelligence", "+9 to maximum Energy Shield", statOrder = { 1053, 1419 }, level = 1, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldIncreasedIntelligence2"] = { type = "Spawn", tier = 2, "5% increased Intelligence", "+12 to maximum Energy Shield", statOrder = { 1053, 1419 }, level = 40, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldIncreasedIntelligence3"] = { type = "Spawn", tier = 3, "5% increased Intelligence", "+15 to maximum Energy Shield", statOrder = { 1053, 1419 }, level = 65, group = "WeaponTreeLocalEnergyShieldIncreasedIntelligence", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldImplicitEffect1"] = { type = "Spawn", tier = 1, "50% increased Implicit Modifier magnitudes", "+9 to maximum Energy Shield", statOrder = { 40, 1419 }, level = 1, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldImplicitEffect2"] = { type = "Spawn", tier = 2, "50% increased Implicit Modifier magnitudes", "+12 to maximum Energy Shield", statOrder = { 40, 1419 }, level = 40, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldImplicitEffect3"] = { type = "Spawn", tier = 3, "50% increased Implicit Modifier magnitudes", "+15 to maximum Energy Shield", statOrder = { 40, 1419 }, level = 65, group = "WeaponTreeLocalEnergyShieldImplicitEffect", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldAndMana1"] = { type = "Spawn", tier = 1, "+9 to maximum Energy Shield", "8% increased maximum Mana", statOrder = { 1419, 1440 }, level = 1, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldAndMana2"] = { type = "Spawn", tier = 2, "+12 to maximum Energy Shield", "8% increased maximum Mana", statOrder = { 1419, 1440 }, level = 40, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalEnergyShieldAndMana3"] = { type = "Spawn", tier = 3, "+15 to maximum Energy Shield", "8% increased maximum Mana", statOrder = { 1419, 1440 }, level = 65, group = "WeaponTreeLocalEnergyShieldAndMana", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageMinusFireResistance1"] = { type = "Spawn", tier = 1, "30% increased Fire Damage", "-10% to Fire Resistance", statOrder = { 1221, 1485 }, level = 8, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageMinusFireResistance2"] = { type = "Spawn", tier = 2, "35% increased Fire Damage", "-10% to Fire Resistance", statOrder = { 1221, 1485 }, level = 42, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageMinusFireResistance3"] = { type = "Spawn", tier = 3, "40% increased Fire Damage", "-10% to Fire Resistance", statOrder = { 1221, 1485 }, level = 72, group = "WeaponTreeFireDamagePercentageMinusFireResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Fire Damage", statOrder = { 1221 }, level = 50, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Fire Damage", statOrder = { 1221 }, level = 77, group = "WeaponTreeFireDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageDamageTakenAsFire1"] = { type = "Spawn", tier = 1, "9% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrder = { 1221, 2298 }, level = 1, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageDamageTakenAsFire2"] = { type = "Spawn", tier = 2, "12% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrder = { 1221, 2298 }, level = 36, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeFireDamagePercentageDamageTakenAsFire3"] = { type = "Spawn", tier = 3, "15% increased Fire Damage", "3% of Physical Damage from Hits taken as Fire Damage", statOrder = { 1221, 2298 }, level = 68, group = "WeaponTreeFireDamagePercentageDamageTakenAsFire", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageMinusColdResistance1"] = { type = "Spawn", tier = 1, "30% increased Cold Damage", "-10% to Cold Resistance", statOrder = { 1230, 1491 }, level = 8, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageMinusColdResistance2"] = { type = "Spawn", tier = 2, "35% increased Cold Damage", "-10% to Cold Resistance", statOrder = { 1230, 1491 }, level = 42, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageMinusColdResistance3"] = { type = "Spawn", tier = 3, "40% increased Cold Damage", "-10% to Cold Resistance", statOrder = { 1230, 1491 }, level = 72, group = "WeaponTreeColdDamagePercentageMinusColdResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Cold Damage", statOrder = { 1230 }, level = 50, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Cold Damage", statOrder = { 1230 }, level = 77, group = "WeaponTreeColdDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageDamageTakenAsCold1"] = { type = "Spawn", tier = 1, "9% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrder = { 1230, 2299 }, level = 1, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageDamageTakenAsCold2"] = { type = "Spawn", tier = 2, "12% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrder = { 1230, 2299 }, level = 36, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeColdDamagePercentageDamageTakenAsCold3"] = { type = "Spawn", tier = 3, "15% increased Cold Damage", "3% of Physical Damage from Hits taken as Cold Damage", statOrder = { 1230, 2299 }, level = 68, group = "WeaponTreeColdDamagePercentageDamageTakenAsCold", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageMinusLightningResistance1"] = { type = "Spawn", tier = 1, "30% increased Lightning Damage", "-10% to Lightning Resistance", statOrder = { 1241, 1496 }, level = 8, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageMinusLightningResistance2"] = { type = "Spawn", tier = 2, "35% increased Lightning Damage", "-10% to Lightning Resistance", statOrder = { 1241, 1496 }, level = 42, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageMinusLightningResistance3"] = { type = "Spawn", tier = 3, "40% increased Lightning Damage", "-10% to Lightning Resistance", statOrder = { 1241, 1496 }, level = 72, group = "WeaponTreeLightningDamagePercentageMinusLightningResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Lightning Damage", statOrder = { 1241 }, level = 50, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Lightning Damage", statOrder = { 1241 }, level = 77, group = "WeaponTreeLightningDamagePercentage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning1"] = { type = "Spawn", tier = 1, "9% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 1241, 2300 }, level = 1, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning2"] = { type = "Spawn", tier = 2, "12% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 1241, 2300 }, level = 36, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLightningDamagePercentageDamageTakenAsLightning3"] = { type = "Spawn", tier = 3, "15% increased Lightning Damage", "3% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 1241, 2300 }, level = 68, group = "WeaponTreeLightningDamagePercentageDamageTakenAsLightning", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageMinusChaosResistance1"] = { type = "Spawn", tier = 1, "30% increased Chaos Damage", "-10% to Chaos Resistance", statOrder = { 1249, 1500 }, level = 8, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageMinusChaosResistance2"] = { type = "Spawn", tier = 2, "35% increased Chaos Damage", "-10% to Chaos Resistance", statOrder = { 1249, 1500 }, level = 42, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageMinusChaosResistance3"] = { type = "Spawn", tier = 3, "40% increased Chaos Damage", "-10% to Chaos Resistance", statOrder = { 1249, 1500 }, level = 72, group = "WeaponTreeChaosDamagePercentageMinusChaosResistance", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentage1"] = { type = "Spawn", tier = 1, "15% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentage2"] = { type = "Spawn", tier = 2, "20% increased Chaos Damage", statOrder = { 1249 }, level = 50, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentage3"] = { type = "Spawn", tier = 3, "25% increased Chaos Damage", statOrder = { 1249 }, level = 77, group = "WeaponTreeIncreasedChaosDamage", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos1"] = { type = "Spawn", tier = 1, "9% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 1249, 2302 }, level = 1, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos2"] = { type = "Spawn", tier = 2, "12% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 1249, 2302 }, level = 36, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeChaosDamagePercentageDamageTakenAsChaos3"] = { type = "Spawn", tier = 3, "15% increased Chaos Damage", "3% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 1249, 2302 }, level = 68, group = "WeaponTreeChaosDamagePercentageDamageTakenAsChaos", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate1"] = { type = "Spawn", tier = 1, "30% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrder = { 1097, 1437 }, level = 8, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate2"] = { type = "Spawn", tier = 2, "35% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrder = { 1097, 1437 }, level = 42, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate3"] = { type = "Spawn", tier = 3, "40% increased Global Physical Damage", "10% reduced Life Regeneration rate", statOrder = { 1097, 1437 }, level = 72, group = "WeaponTreePhysicalDamagePercentReducedLifeRegenerationRate", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercent1"] = { type = "Spawn", tier = 1, "15% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercent2"] = { type = "Spawn", tier = 2, "20% increased Global Physical Damage", statOrder = { 1097 }, level = 50, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercent3"] = { type = "Spawn", tier = 3, "25% increased Global Physical Damage", statOrder = { 1097 }, level = 77, group = "WeaponTreePhysicalDamagePercent", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction1"] = { type = "Spawn", tier = 1, "9% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrder = { 1097, 2125 }, level = 1, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction2"] = { type = "Spawn", tier = 2, "12% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrder = { 1097, 2125 }, level = 36, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamagePercentPhysicalDamageReduction3"] = { type = "Spawn", tier = 3, "15% increased Global Physical Damage", "2% additional Physical Damage Reduction", statOrder = { 1097, 2125 }, level = 68, group = "WeaponTreePhysicalDamagePercentPhysicalDamageReduction", nodeType = "Regular", nodeLocation = { 1 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "+4% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrder = { 1325, 2525 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "+5% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrder = { 1325, 2525 }, level = 55, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "+6% to Critical Strike Chance", "Your Critical Strikes do not deal extra Damage", statOrder = { 1325, 2525 }, level = 82, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndNoExtraDamageFromCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti1"] = { type = "Spawn", tier = 1, "-3% to Critical Strike Chance", "+40% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 10, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti2"] = { type = "Spawn", tier = 2, "-3% to Critical Strike Chance", "+50% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 50, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti3"] = { type = "Spawn", tier = 3, "-3% to Critical Strike Chance", "+60% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 80, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti2h1"] = { type = "Spawn", tier = 1, "-3% to Critical Strike Chance", "+60% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 10, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti2h2"] = { type = "Spawn", tier = 2, "-3% to Critical Strike Chance", "+80% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 50, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChanceCritMulti2h3"] = { type = "Spawn", tier = 3, "-3% to Critical Strike Chance", "+100% to Global Critical Strike Multiplier", statOrder = { 1325, 1350 }, level = 80, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChance1"] = { type = "Spawn", tier = 1, "+0.4% to Critical Strike Chance", statOrder = { 1325 }, level = 1, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChance2"] = { type = "Spawn", tier = 2, "+0.6% to Critical Strike Chance", statOrder = { 1325 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritChance3"] = { type = "Spawn", tier = 3, "+0.8% to Critical Strike Chance", statOrder = { 1325 }, level = 60, group = "WeaponTreeLocalBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAttackSpeed1"] = { type = "Spawn", tier = 1, "15% reduced Attack Speed", "+0.9% to Critical Strike Chance", statOrder = { 1276, 1325 }, level = 1, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAttackSpeed2"] = { type = "Spawn", tier = 2, "15% reduced Attack Speed", "+1.2% to Critical Strike Chance", statOrder = { 1276, 1325 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAttackSpeed3"] = { type = "Spawn", tier = 3, "15% reduced Attack Speed", "+1.5% to Critical Strike Chance", statOrder = { 1276, 1325 }, level = 60, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAccuracy1"] = { type = "Spawn", tier = 1, "+0.9% to Critical Strike Chance", "-500 to Accuracy Rating", statOrder = { 1325, 1878 }, level = 30, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAccuracy2"] = { type = "Spawn", tier = 2, "+1.2% to Critical Strike Chance", "-500 to Accuracy Rating", statOrder = { 1325, 1878 }, level = 55, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalCritReducedAccuracy3"] = { type = "Spawn", tier = 3, "+1.5% to Critical Strike Chance", "-500 to Accuracy Rating", statOrder = { 1325, 1878 }, level = 82, group = "WeaponTreeLocalBaseCriticalStrikeChanceAndAccuracy", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLessDamage1"] = { type = "Spawn", tier = 1, "30% increased Attack Speed", "20% less Global Damage", statOrder = { 1276, 9787 }, level = 1, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLessDamage2"] = { type = "Spawn", tier = 2, "35% increased Attack Speed", "20% less Global Damage", statOrder = { 1276, 9787 }, level = 30, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLessDamage3"] = { type = "Spawn", tier = 3, "40% increased Attack Speed", "20% less Global Damage", statOrder = { 1276, 9787 }, level = 60, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLessDamage1"] = { type = "Spawn", tier = 1, "24% increased Attack Speed", "15% less Global Damage", statOrder = { 1276, 9787 }, level = 1, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLessDamage2"] = { type = "Spawn", tier = 2, "27% increased Attack Speed", "15% less Global Damage", statOrder = { 1276, 9787 }, level = 30, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLessDamage3"] = { type = "Spawn", tier = 3, "30% increased Attack Speed", "15% less Global Damage", statOrder = { 1276, 9787 }, level = 60, group = "WeaponTreeLocalAttackSpeedAndLessDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeed1"] = { type = "Spawn", tier = 1, "8% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeed2"] = { type = "Spawn", tier = 2, "9% increased Attack Speed", statOrder = { 1276 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeed3"] = { type = "Spawn", tier = 3, "10% increased Attack Speed", statOrder = { 1276 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRanged1"] = { type = "Spawn", tier = 1, "5% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRanged2"] = { type = "Spawn", tier = 2, "6% increased Attack Speed", statOrder = { 1276 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRanged3"] = { type = "Spawn", tier = 3, "7% increased Attack Speed", statOrder = { 1276 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedOnslaughtOnKill1"] = { type = "Spawn", tier = 1, "4% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedOnslaughtOnKill2"] = { type = "Spawn", tier = 2, "5% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedOnslaughtOnKill3"] = { type = "Spawn", tier = 3, "6% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill1"] = { type = "Spawn", tier = 1, "3% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill2"] = { type = "Spawn", tier = 2, "4% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedOnslaughtOnKill3"] = { type = "Spawn", tier = 3, "5% increased Attack Speed", "6% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1276, 2838 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndOnslaughtOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill1"] = { type = "Spawn", tier = 1, "4% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill2"] = { type = "Spawn", tier = 2, "5% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedFrenzyChargeOnKill3"] = { type = "Spawn", tier = 3, "6% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill1"] = { type = "Spawn", tier = 1, "3% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 10, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill2"] = { type = "Spawn", tier = 2, "4% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 50, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedFrenzyChargeOnKill3"] = { type = "Spawn", tier = 3, "5% increased Attack Speed", "6% chance to gain a Frenzy Charge on Kill", statOrder = { 1276, 2480 }, level = 80, group = "WeaponTreeLocalIncreasedAttackSpeedAndFrenzyOnKill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance1"] = { type = "Spawn", tier = 1, "25% reduced Attack Speed", "Attacks with this Weapon have 20% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance2"] = { type = "Spawn", tier = 2, "25% reduced Attack Speed", "Attacks with this Weapon have 25% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedLocalDoubleDamageChance3"] = { type = "Spawn", tier = 3, "25% reduced Attack Speed", "Attacks with this Weapon have 30% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance1"] = { type = "Spawn", tier = 1, "20% reduced Attack Speed", "Attacks with this Weapon have 15% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 1, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance2"] = { type = "Spawn", tier = 2, "20% reduced Attack Speed", "Attacks with this Weapon have 20% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 30, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAttackSpeedRangedLocalDoubleDamageChance3"] = { type = "Spawn", tier = 3, "20% reduced Attack Speed", "Attacks with this Weapon have 25% chance to deal Double Damage", statOrder = { 1276, 7368 }, level = 60, group = "WeaponTreeLocalIncreasedAttackSpeedAndLocalDoubleDamageChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "ranged", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAlwaysHitReducedAttackSpeed"] = { type = "MergeOnly", tier = 1, "50% reduced Attack Speed", "Hits can't be Evaded", statOrder = { 1276, 1897 }, level = 60, group = "WeaponTreeAlwaysHitsAndLocalAttackSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 625, 0 }, modTags = { }, }, + ["WeaponTreeLocalAlwaysHitReducedCriticalStrikeChance"] = { type = "MergeOnly", tier = 1, "-5% to Critical Strike Chance", "Hits can't be Evaded", statOrder = { 1325, 1897 }, level = 60, group = "WeaponTreeAlwaysHitsAndLocalCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 625, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRating1"] = { type = "Spawn", tier = 1, "+150 to Accuracy Rating", statOrder = { 1878 }, level = 1, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRating2"] = { type = "Spawn", tier = 2, "+250 to Accuracy Rating", statOrder = { 1878 }, level = 30, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRating3"] = { type = "Spawn", tier = 3, "+350 to Accuracy Rating", statOrder = { 1878 }, level = 60, group = "WeaponTreeLocalAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity1"] = { type = "Spawn", tier = 1, "5% increased Dexterity", "+80 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2"] = { type = "Spawn", tier = 2, "5% increased Dexterity", "+160 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity3"] = { type = "Spawn", tier = 3, "5% increased Dexterity", "+240 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h1"] = { type = "Spawn", tier = 1, "10% increased Dexterity", "+80 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h2"] = { type = "Spawn", tier = 2, "10% increased Dexterity", "+160 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndIncreasedDexterity2h3"] = { type = "Spawn", tier = 3, "10% increased Dexterity", "+240 to Accuracy Rating", statOrder = { 1052, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndDexterityPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion1"] = { type = "Spawn", tier = 1, "15% increased Evasion Rating", "+80 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion2"] = { type = "Spawn", tier = 2, "15% increased Evasion Rating", "+160 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion3"] = { type = "Spawn", tier = 3, "15% increased Evasion Rating", "+240 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion2h1"] = { type = "Spawn", tier = 1, "30% increased Evasion Rating", "+80 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 10, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion2h2"] = { type = "Spawn", tier = 2, "30% increased Evasion Rating", "+160 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 50, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalAccuracyRatingAndEvasion2h3"] = { type = "Spawn", tier = 3, "30% increased Evasion Rating", "+240 to Accuracy Rating", statOrder = { 1410, 1878 }, level = 80, group = "WeaponTreeLocalAccuracyRatingAndEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "+40% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "+50% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "+60% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "+60% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "+80% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "+100% to Critical Strike Multiplier for Spell Damage", "-2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "Your Critical Strikes do not deal extra Damage", "+5% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "Your Critical Strikes do not deal extra Damage", "+5.5% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceCriticalsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "Your Critical Strikes do not deal extra Damage", "+6% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage1"] = { type = "Spawn", tier = 1, "Your Critical Strikes do not deal extra Damage", "+7% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage2"] = { type = "Spawn", tier = 2, "Your Critical Strikes do not deal extra Damage", "+8% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hCriticalsDealNoExtraDamage3"] = { type = "Spawn", tier = 3, "Your Critical Strikes do not deal extra Damage", "+9% to Spell Critical Strike Chance", statOrder = { 2525, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndNoExtraDamageWithCrits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "+0.4% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "+0.5% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "+0.6% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2h1"] = { type = "Spawn", tier = 1, "+0.8% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2h2"] = { type = "Spawn", tier = 2, "+0.9% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2h3"] = { type = "Spawn", tier = 3, "+1% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "-30% to Critical Strike Multiplier for Spell Damage", "+1% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "-30% to Critical Strike Multiplier for Spell Damage", "+1.3% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReducedSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "-30% to Critical Strike Multiplier for Spell Damage", "+1.5% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "-60% to Critical Strike Multiplier for Spell Damage", "+1.8% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 1, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "-60% to Critical Strike Multiplier for Spell Damage", "+2.2% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 30, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReducedSpellCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "-60% to Critical Strike Multiplier for Spell Damage", "+2.6% to Spell Critical Strike Chance", statOrder = { 1353, 9364 }, level = 60, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndSpellCriticalStrikeMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "15% reduced Reservation Efficiency of Skills", "+0.8% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "15% reduced Reservation Efficiency of Skills", "+1% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChanceReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "15% reduced Reservation Efficiency of Skills", "+1.2% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "25% reduced Reservation Efficiency of Skills", "+1.2% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 10, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "25% reduced Reservation Efficiency of Skills", "+1.6% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 50, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellCriticalStrikeChance2hReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "25% reduced Reservation Efficiency of Skills", "+2% to Spell Critical Strike Chance", statOrder = { 2083, 9364 }, level = 80, group = "WeaponTreeAdditionalCriticalStrikeChanceWithSpellsAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedLessDamage1"] = { type = "Spawn", tier = 1, "18% more Cast Speed", "10% less Global Damage", statOrder = { 9785, 9787 }, level = 1, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedLessDamage2"] = { type = "Spawn", tier = 2, "20% more Cast Speed", "10% less Global Damage", statOrder = { 9785, 9787 }, level = 30, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedLessDamage3"] = { type = "Spawn", tier = 3, "22% more Cast Speed", "10% less Global Damage", statOrder = { 9785, 9787 }, level = 60, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hLessDamage1"] = { type = "Spawn", tier = 1, "24% more Cast Speed", "15% less Global Damage", statOrder = { 9785, 9787 }, level = 1, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hLessDamage2"] = { type = "Spawn", tier = 2, "27% more Cast Speed", "15% less Global Damage", statOrder = { 9785, 9787 }, level = 30, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hLessDamage3"] = { type = "Spawn", tier = 3, "30% more Cast Speed", "15% less Global Damage", statOrder = { 9785, 9787 }, level = 60, group = "WeaponTreeCastSpeedAndDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed1"] = { type = "Spawn", tier = 1, "4% more Cast Speed", statOrder = { 9785 }, level = 1, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2"] = { type = "Spawn", tier = 2, "5% more Cast Speed", statOrder = { 9785 }, level = 30, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed3"] = { type = "Spawn", tier = 3, "6% more Cast Speed", statOrder = { 9785 }, level = 60, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2h1"] = { type = "Spawn", tier = 1, "8% more Cast Speed", statOrder = { 9785 }, level = 1, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2h2"] = { type = "Spawn", tier = 2, "9% more Cast Speed", statOrder = { 9785 }, level = 30, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2h3"] = { type = "Spawn", tier = 3, "10% more Cast Speed", statOrder = { 9785 }, level = 60, group = "WeaponTreeCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedSkillCost1"] = { type = "Spawn", tier = 1, "12% increased Cost of Skills", "6% more Cast Speed", statOrder = { 1740, 9785 }, level = 1, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedSkillCost2"] = { type = "Spawn", tier = 2, "12% increased Cost of Skills", "7% more Cast Speed", statOrder = { 1740, 9785 }, level = 30, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedSkillCost3"] = { type = "Spawn", tier = 3, "12% increased Cost of Skills", "8% more Cast Speed", statOrder = { 1740, 9785 }, level = 60, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hSkillCost1"] = { type = "Spawn", tier = 1, "20% increased Cost of Skills", "10% more Cast Speed", statOrder = { 1740, 9785 }, level = 1, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hSkillCost2"] = { type = "Spawn", tier = 2, "20% increased Cost of Skills", "12% more Cast Speed", statOrder = { 1740, 9785 }, level = 30, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hSkillCost3"] = { type = "Spawn", tier = 3, "20% increased Cost of Skills", "14% more Cast Speed", statOrder = { 1740, 9785 }, level = 60, group = "WeaponTreeCastSpeedAndSkillCost", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage1"] = { type = "Spawn", tier = 1, "Spells you Cast have Added Spell Damage equal to 12% of the Damage of this Weapon", "10% less Cast Speed", statOrder = { 9427, 9785 }, level = 10, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage2"] = { type = "Spawn", tier = 2, "Spells you Cast have Added Spell Damage equal to 16% of the Damage of this Weapon", "10% less Cast Speed", statOrder = { 9427, 9785 }, level = 50, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeedAddedSpellDamageFromWeaponDamage3"] = { type = "Spawn", tier = 3, "Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon", "10% less Cast Speed", statOrder = { 9427, 9785 }, level = 80, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage1"] = { type = "Spawn", tier = 1, "Spells you Cast have Added Spell Damage equal to 20% of the Damage of this Weapon", "15% less Cast Speed", statOrder = { 9427, 9785 }, level = 10, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage2"] = { type = "Spawn", tier = 2, "Spells you Cast have Added Spell Damage equal to 25% of the Damage of this Weapon", "15% less Cast Speed", statOrder = { 9427, 9785 }, level = 50, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCastSpeed2hAddedSpellDamageFromWeaponDamage3"] = { type = "Spawn", tier = 3, "Spells you Cast have Added Spell Damage equal to 30% of the Damage of this Weapon", "15% less Cast Speed", statOrder = { 9427, 9785 }, level = 80, group = "WeaponTreeCastSpeedAndAddedSpellDamageFromWeaponDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenLessMana1"] = { type = "Spawn", tier = 1, "Regenerate 1.5% of Mana per second", "15% less maximum Mana", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenLessMana2"] = { type = "Spawn", tier = 2, "Regenerate 1.8% of Mana per second", "15% less maximum Mana", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenLessMana3"] = { type = "Spawn", tier = 3, "Regenerate 2% of Mana per second", "15% less maximum Mana", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hLessMana1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Mana per second", "25% less maximum Mana", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hLessMana2"] = { type = "Spawn", tier = 2, "Regenerate 2.5% of Mana per second", "25% less maximum Mana", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hLessMana3"] = { type = "Spawn", tier = 3, "Regenerate 3% of Mana per second", "25% less maximum Mana", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 1% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 1.3% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 1.5% of Mana per second", "20% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 1.5% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 2% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hReservationEfficiencyOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 2.5% of Mana per second", "30% reduced Reservation Efficiency of Skills", statOrder = { 1441, 2083 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndReservationEfficiencyOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", statOrder = { 1441 }, level = 1, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", statOrder = { 1441 }, level = 30, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", statOrder = { 1441 }, level = 60, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2h1"] = { type = "Spawn", tier = 1, "Regenerate 0.8% of Mana per second", statOrder = { 1441 }, level = 1, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2h2"] = { type = "Spawn", tier = 2, "Regenerate 0.9% of Mana per second", statOrder = { 1441 }, level = 30, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2h3"] = { type = "Spawn", tier = 3, "Regenerate 1% of Mana per second", statOrder = { 1441 }, level = 60, group = "WeaponTreeBaseManaRegeneration", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenMoreMana1"] = { type = "Spawn", tier = 1, "Regenerate 0.2% of Mana per second", "5% more maximum Mana", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenMoreMana2"] = { type = "Spawn", tier = 2, "Regenerate 0.3% of Mana per second", "5% more maximum Mana", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenMoreMana3"] = { type = "Spawn", tier = 3, "Regenerate 0.4% of Mana per second", "5% more maximum Mana", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hMoreMana1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", "8% more maximum Mana", statOrder = { 1441, 9809 }, level = 1, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hMoreMana2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", "8% more maximum Mana", statOrder = { 1441, 9809 }, level = 30, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hMoreMana3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", "8% more maximum Mana", statOrder = { 1441, 9809 }, level = 60, group = "WeaponTreeBaseManaRegenerationAndMultiplicativeMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenManaCostOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 0.2% of Mana per second", "10% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenManaCostOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 0.3% of Mana per second", "10% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegenManaCostOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 0.4% of Mana per second", "10% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hManaCostOfSkills1"] = { type = "Spawn", tier = 1, "Regenerate 0.5% of Mana per second", "15% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 10, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hManaCostOfSkills2"] = { type = "Spawn", tier = 2, "Regenerate 0.6% of Mana per second", "15% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 50, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBaseManaRegen2hManaCostOfSkills3"] = { type = "Spawn", tier = 3, "Regenerate 0.7% of Mana per second", "15% increased Mana Cost of Skills", statOrder = { 1441, 1742 }, level = 80, group = "WeaponTreeBaseManaRegenerationAndManaCostOfSkills", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have +1% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have +1.2% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have +1.4% to Critical Strike Chance", "Minions have 10% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have +1.7% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have +2% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have +2.3% to Critical Strike Chance", "Minions have 15% reduced Attack and Cast Speed", statOrder = { 8598, 8600 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMinionAttackAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have -1.5% to Critical Strike Chance", "Minions have +60% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have -1.5% to Critical Strike Chance", "Minions have +80% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChanceMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have -1.5% to Critical Strike Chance", "Minions have +100% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have -1.5% to Critical Strike Chance", "Minions have +100% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have -1.5% to Critical Strike Chance", "Minions have +130% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionReducedCriticalStrikeChance2hMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have -1.5% to Critical Strike Chance", "Minions have +160% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance1"] = { type = "Spawn", tier = 1, "Minions have +0.4% to Critical Strike Chance", statOrder = { 8598 }, level = 1, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2"] = { type = "Spawn", tier = 2, "Minions have +0.6% to Critical Strike Chance", statOrder = { 8598 }, level = 30, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance3"] = { type = "Spawn", tier = 3, "Minions have +0.8% to Critical Strike Chance", statOrder = { 8598 }, level = 60, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2h1"] = { type = "Spawn", tier = 1, "Minions have +0.7% to Critical Strike Chance", statOrder = { 8598 }, level = 1, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2h2"] = { type = "Spawn", tier = 2, "Minions have +1% to Critical Strike Chance", statOrder = { 8598 }, level = 30, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2h3"] = { type = "Spawn", tier = 3, "Minions have +1.3% to Critical Strike Chance", statOrder = { 8598 }, level = 60, group = "WeaponTreeMinionBaseCriticalStrikeChance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have +0.2% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have +0.3% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have +0.4% to Critical Strike Chance", "Minions have +25% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier1"] = { type = "Spawn", tier = 1, "Minions have +0.3% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier2"] = { type = "Spawn", tier = 2, "Minions have +0.5% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hMinionCriticalStrikeMultiplier3"] = { type = "Spawn", tier = 3, "Minions have +0.7% to Critical Strike Chance", "Minions have +35% to Critical Strike Multiplier", statOrder = { 8598, 8619 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndMultiplier", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.2% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChanceReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.4% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1.7% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 10, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +2% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 50, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCriticalStrikeChance2hReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "25% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +2.3% to Critical Strike Chance", statOrder = { 1999, 8598 }, level = 80, group = "WeaponTreeMinionBaseCriticalStrikeChanceAndAuraEffectOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionNoExtraCritDamage3"] = { type = "Spawn", tier = 3, "Minions have 20% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage1"] = { type = "Spawn", tier = 1, "Minions have 18% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage2"] = { type = "Spawn", tier = 2, "Minions have 24% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionNoExtraCritDamage3"] = { type = "Spawn", tier = 3, "Minions have 30% increased Attack and Cast Speed", "Minion Critical Strikes do not deal extra Damage", statOrder = { 8600, 8648 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionNoExtraCritDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed1"] = { type = "Spawn", tier = 1, "Minions have 8% increased Attack and Cast Speed", statOrder = { 8600 }, level = 1, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2"] = { type = "Spawn", tier = 2, "Minions have 10% increased Attack and Cast Speed", statOrder = { 8600 }, level = 30, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed3"] = { type = "Spawn", tier = 3, "Minions have 12% increased Attack and Cast Speed", statOrder = { 8600 }, level = 60, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 14% increased Attack and Cast Speed", statOrder = { 8600 }, level = 1, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 18% increased Attack and Cast Speed", statOrder = { 8600 }, level = 30, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2h3"] = { type = "Spawn", tier = 3, "Minions have 22% increased Attack and Cast Speed", statOrder = { 8600 }, level = 60, group = "WeaponTreeMinionAttackSpeedAndCastSpeed", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 20% increased Attack and Cast Speed", "Minions take 15% increased Damage", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 18% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 24% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 30% increased Attack and Cast Speed", "Minions take 25% increased Damage", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 4% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 5% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeedReducedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 6% increased Attack and Cast Speed", "Minions take 10% reduced Damage", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken1"] = { type = "Spawn", tier = 1, "Minions have 8% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrder = { 8600, 8625 }, level = 10, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken2"] = { type = "Spawn", tier = 2, "Minions have 10% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrder = { 8600, 8625 }, level = 50, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAttackAndCastSpeed2hReducedMinionDamageTaken3"] = { type = "Spawn", tier = 3, "Minions have 12% increased Attack and Cast Speed", "Minions take 15% reduced Damage", statOrder = { 8600, 8625 }, level = 80, group = "WeaponTreeMinionAttackSpeedAndCastSpeedAndMinionDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +400 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +500 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +600 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect1"] = { type = "Spawn", tier = 1, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +700 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect2"] = { type = "Spawn", tier = 2, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +850 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hReducedMinionAuraEffect3"] = { type = "Spawn", tier = 3, "15% reduced effect of Non-Curse Auras from your Skills on your Minions", "Minions have +1000 to Accuracy Rating", statOrder = { 1999, 8595 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndEffectOfAurasOnMinions", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy1"] = { type = "Spawn", tier = 1, "Minions have +200 to Accuracy Rating", statOrder = { 8595 }, level = 1, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2"] = { type = "Spawn", tier = 2, "Minions have +250 to Accuracy Rating", statOrder = { 8595 }, level = 30, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy3"] = { type = "Spawn", tier = 3, "Minions have +300 to Accuracy Rating", statOrder = { 8595 }, level = 60, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2h1"] = { type = "Spawn", tier = 1, "Minions have +300 to Accuracy Rating", statOrder = { 8595 }, level = 1, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2h2"] = { type = "Spawn", tier = 2, "Minions have +400 to Accuracy Rating", statOrder = { 8595 }, level = 30, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2h3"] = { type = "Spawn", tier = 3, "Minions have +500 to Accuracy Rating", statOrder = { 8595 }, level = 60, group = "WeaponTreeMinionFlatAccuracyRating", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 5000, 5000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have +100 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have +150 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracyMinionEvasion3"] = { type = "Spawn", tier = 3, "Minions have +200 to Accuracy Rating", "Minions have 25% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have +160 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 10, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have +240 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 50, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAccuracy2hMinionEvasion3"] = { type = "Spawn", tier = 3, "Minions have +320 to Accuracy Rating", "Minions have 40% increased Evasion Rating", statOrder = { 8595, 8629 }, level = 80, group = "WeaponTreeMinionFlatAccuracyRatingAndMinionEvasionPercent", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionAlwaysHitMinionCannotCrit"] = { type = "Spawn", tier = 1, "Minions never deal Critical Strikes", "Minions' Hits can't be Evaded", statOrder = { 8607, 8632 }, level = 60, group = "WeaponTreeMinionAlwaysHitAndCannotCrit", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockNoChanceToBlock1"] = { type = "Spawn", tier = 1, "16% Chance to Block Spell Damage", "No Chance to Block", statOrder = { 1028, 3107 }, level = 15, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockNoChanceToBlock2"] = { type = "Spawn", tier = 2, "20% Chance to Block Spell Damage", "No Chance to Block", statOrder = { 1028, 3107 }, level = 48, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockNoChanceToBlock3"] = { type = "Spawn", tier = 3, "24% Chance to Block Spell Damage", "No Chance to Block", statOrder = { 1028, 3107 }, level = 78, group = "WeaponTreeSpellBlockNoChanceToBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockReducedLocalBlock1"] = { type = "Spawn", tier = 1, "8% Chance to Block Spell Damage", "-5% Chance to Block", statOrder = { 1028, 2102 }, level = 1, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockReducedLocalBlock2"] = { type = "Spawn", tier = 2, "10% Chance to Block Spell Damage", "-5% Chance to Block", statOrder = { 1028, 2102 }, level = 35, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockReducedLocalBlock3"] = { type = "Spawn", tier = 3, "12% Chance to Block Spell Damage", "-5% Chance to Block", statOrder = { 1028, 2102 }, level = 70, group = "WeaponTreeSpellBlockReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "8% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 1028, 4708 }, level = 1, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "10% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 1028, 4708 }, level = 35, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockDamageFromBlockedHits3"] = { type = "Spawn", tier = 3, "12% Chance to Block Spell Damage", "You take 10% of Damage from Blocked Hits", statOrder = { 1028, 4708 }, level = 70, group = "WeaponTreeSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlock1"] = { type = "Spawn", tier = 1, "3% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlock2"] = { type = "Spawn", tier = 2, "4% Chance to Block Spell Damage", statOrder = { 1028 }, level = 35, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlock3"] = { type = "Spawn", tier = 3, "5% Chance to Block Spell Damage", statOrder = { 1028 }, level = 70, group = "WeaponTreeSpellBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockMoreMana1"] = { type = "Spawn", tier = 1, "2% Chance to Block Spell Damage", "5% more maximum Mana", statOrder = { 1028, 9809 }, level = 48, group = "WeaponTreeSpellBlockMoreMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellBlockMoreMana2"] = { type = "Spawn", tier = 2, "3% Chance to Block Spell Damage", "5% more maximum Mana", statOrder = { 1028, 9809 }, level = 78, group = "WeaponTreeSpellBlockMoreMana", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockCannotBlockSpells1"] = { type = "Spawn", tier = 1, "+8% Chance to Block", "Cannot Block Spell Damage", statOrder = { 2102, 5021 }, level = 15, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockCannotBlockSpells2"] = { type = "Spawn", tier = 2, "+10% Chance to Block", "Cannot Block Spell Damage", statOrder = { 2102, 5021 }, level = 48, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockCannotBlockSpells3"] = { type = "Spawn", tier = 3, "+12% Chance to Block", "Cannot Block Spell Damage", statOrder = { 2102, 5021 }, level = 78, group = "WeaponTreeLocalBlockCannotBlockSpells", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 125, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+8% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrder = { 2102, 4708 }, level = 1, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+10% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrder = { 2102, 4708 }, level = 35, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockDamageFromBlockedHits3"] = { type = "Spawn", tier = 3, "+12% Chance to Block", "You take 10% of Damage from Blocked Hits", statOrder = { 2102, 4708 }, level = 70, group = "WeaponTreeLocalBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockReducedLocalDefences1"] = { type = "Spawn", tier = 1, "40% reduced Armour, Evasion and Energy Shield", "+6% Chance to Block", statOrder = { 1416, 2102 }, level = 1, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockReducedLocalDefences2"] = { type = "Spawn", tier = 2, "40% reduced Armour, Evasion and Energy Shield", "+7% Chance to Block", statOrder = { 1416, 2102 }, level = 35, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockReducedLocalDefences3"] = { type = "Spawn", tier = 3, "40% reduced Armour, Evasion and Energy Shield", "+8% Chance to Block", statOrder = { 1416, 2102 }, level = 70, group = "WeaponTreeLocalBlockReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlock1"] = { type = "Spawn", tier = 1, "+3% Chance to Block", statOrder = { 2102 }, level = 1, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlock2"] = { type = "Spawn", tier = 2, "+4% Chance to Block", statOrder = { 2102 }, level = 35, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlock3"] = { type = "Spawn", tier = 3, "+5% Chance to Block", statOrder = { 2102 }, level = 70, group = "WeaponTreeLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockLifeOnBlock1"] = { type = "Spawn", tier = 1, "30 Life gained when you Block", "+2% Chance to Block", statOrder = { 1616, 2102 }, level = 10, group = "WeaponTreeLocalBlockLifeOnBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockLifeOnBlock2"] = { type = "Spawn", tier = 2, "30 Life gained when you Block", "+3% Chance to Block", statOrder = { 1616, 2102 }, level = 42, group = "WeaponTreeLocalBlockLifeOnBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockBlockRecovery1"] = { type = "Spawn", tier = 1, "30% increased Block Recovery", "+2% Chance to Block", statOrder = { 1034, 2102 }, level = 1, group = "WeaponTreeLocalBlockBlockRecovery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalBlockBlockRecovery2"] = { type = "Spawn", tier = 2, "30% increased Block Recovery", "+3% Chance to Block", statOrder = { 1034, 2102 }, level = 35, group = "WeaponTreeLocalBlockBlockRecovery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedMaximumLife1"] = { type = "Spawn", tier = 1, "40% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrder = { 1416, 1431 }, level = 10, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedMaximumLife2"] = { type = "Spawn", tier = 2, "50% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrder = { 1416, 1431 }, level = 42, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedMaximumLife3"] = { type = "Spawn", tier = 3, "60% increased Armour, Evasion and Energy Shield", "5% reduced maximum Life", statOrder = { 1416, 1431 }, level = 75, group = "WeaponTreeLocalDefencesReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedLocalBlock1"] = { type = "Spawn", tier = 1, "40% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrder = { 1416, 2102 }, level = 1, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedLocalBlock2"] = { type = "Spawn", tier = 2, "50% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrder = { 1416, 2102 }, level = 35, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReducedLocalBlock3"] = { type = "Spawn", tier = 3, "60% increased Armour, Evasion and Energy Shield", "-5% Chance to Block", statOrder = { 1416, 2102 }, level = 70, group = "WeaponTreeLocalDefencesReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefences1"] = { type = "Spawn", tier = 1, "24% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefences2"] = { type = "Spawn", tier = 2, "32% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 35, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefences3"] = { type = "Spawn", tier = 3, "40% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 70, group = "WeaponTreeLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReflectDamageTaken1"] = { type = "Spawn", tier = 1, "15% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReflectDamageTaken2"] = { type = "Spawn", tier = 2, "20% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesReflectDamageTaken3"] = { type = "Spawn", tier = 3, "25% increased Armour, Evasion and Energy Shield", "40% reduced Reflected Damage taken", statOrder = { 1416, 4099 }, level = 20, group = "WeaponTreeLocalDefencesReflectDamageTaken", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesOffHandAttackDamage1"] = { type = "Spawn", tier = 1, "25% increased Attack Damage with Off Hand", "15% increased Armour, Evasion and Energy Shield", statOrder = { 1147, 1416 }, level = 10, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesOffHandAttackDamage2"] = { type = "Spawn", tier = 2, "25% increased Attack Damage with Off Hand", "20% increased Armour, Evasion and Energy Shield", statOrder = { 1147, 1416 }, level = 42, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalDefencesOffHandAttackDamage3"] = { type = "Spawn", tier = 3, "25% increased Attack Damage with Off Hand", "25% increased Armour, Evasion and Energy Shield", statOrder = { 1147, 1416 }, level = 75, group = "WeaponTreeLocalDefencesOffHandAttackDamage", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedColdResistance1"] = { type = "Spawn", tier = 1, "+30% to Fire Resistance", "-20% to Cold Resistance", statOrder = { 1485, 1491 }, level = 1, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedColdResistance2"] = { type = "Spawn", tier = 2, "+36% to Fire Resistance", "-20% to Cold Resistance", statOrder = { 1485, 1491 }, level = 35, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedColdResistance3"] = { type = "Spawn", tier = 3, "+42% to Fire Resistance", "-20% to Cold Resistance", statOrder = { 1485, 1491 }, level = 70, group = "WeaponTreeFireResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedLightningResistance1"] = { type = "Spawn", tier = 1, "+30% to Fire Resistance", "-20% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 1, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedLightningResistance2"] = { type = "Spawn", tier = 2, "+36% to Fire Resistance", "-20% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 35, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFireResistanceReducedLightningResistance3"] = { type = "Spawn", tier = 3, "+42% to Fire Resistance", "-20% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 70, group = "WeaponTreeFireResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedFireResistance1"] = { type = "Spawn", tier = 1, "-20% to Fire Resistance", "+30% to Cold Resistance", statOrder = { 1485, 1491 }, level = 1, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedFireResistance2"] = { type = "Spawn", tier = 2, "-20% to Fire Resistance", "+36% to Cold Resistance", statOrder = { 1485, 1491 }, level = 35, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedFireResistance3"] = { type = "Spawn", tier = 3, "-20% to Fire Resistance", "+42% to Cold Resistance", statOrder = { 1485, 1491 }, level = 70, group = "WeaponTreeColdResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedLightningResistance1"] = { type = "Spawn", tier = 1, "+30% to Cold Resistance", "-20% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 1, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedLightningResistance2"] = { type = "Spawn", tier = 2, "+36% to Cold Resistance", "-20% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 35, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdResistanceReducedLightningResistance3"] = { type = "Spawn", tier = 3, "+42% to Cold Resistance", "-20% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 70, group = "WeaponTreeColdResistanceReducedLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedColdResistance1"] = { type = "Spawn", tier = 1, "-20% to Cold Resistance", "+30% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 1, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedColdResistance2"] = { type = "Spawn", tier = 2, "-20% to Cold Resistance", "+36% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 35, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedColdResistance3"] = { type = "Spawn", tier = 3, "-20% to Cold Resistance", "+42% to Lightning Resistance", statOrder = { 1491, 1496 }, level = 70, group = "WeaponTreeLightningResistanceReducedColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedFireResistance1"] = { type = "Spawn", tier = 1, "-20% to Fire Resistance", "+30% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 1, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedFireResistance2"] = { type = "Spawn", tier = 2, "-20% to Fire Resistance", "+36% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 35, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningResistanceReducedFireResistance3"] = { type = "Spawn", tier = 3, "-20% to Fire Resistance", "+42% to Lightning Resistance", statOrder = { 1485, 1496 }, level = 70, group = "WeaponTreeLightningResistanceReducedFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedElementalResistance1"] = { type = "Spawn", tier = 1, "-6% to all Elemental Resistances", "+19% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 10, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedElementalResistance2"] = { type = "Spawn", tier = 2, "-6% to all Elemental Resistances", "+23% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 42, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedElementalResistance3"] = { type = "Spawn", tier = 3, "-6% to all Elemental Resistances", "+27% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 75, group = "WeaponTreeChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "+10% to all Elemental Resistances", "-13% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 10, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "+12% to all Elemental Resistances", "-13% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 42, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedChaosResistance3"] = { type = "Spawn", tier = 3, "+14% to all Elemental Resistances", "-13% to Chaos Resistance", statOrder = { 1479, 1500 }, level = 75, group = "WeaponTreeElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalDefences1"] = { type = "Spawn", tier = 1, "25% reduced Armour, Evasion and Energy Shield", "+10% to all Elemental Resistances", statOrder = { 1416, 1479 }, level = 1, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalDefences2"] = { type = "Spawn", tier = 2, "25% reduced Armour, Evasion and Energy Shield", "+12% to all Elemental Resistances", statOrder = { 1416, 1479 }, level = 35, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalDefences3"] = { type = "Spawn", tier = 3, "25% reduced Armour, Evasion and Energy Shield", "+14% to all Elemental Resistances", statOrder = { 1416, 1479 }, level = 70, group = "WeaponTreeElementalResistanceReducedLocalDefences", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalBlock1"] = { type = "Spawn", tier = 1, "+10% to all Elemental Resistances", "-4% Chance to Block", statOrder = { 1479, 2102 }, level = 1, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalBlock2"] = { type = "Spawn", tier = 2, "+12% to all Elemental Resistances", "-4% Chance to Block", statOrder = { 1479, 2102 }, level = 35, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["WeaponTreeElementalResistanceReducedLocalBlock3"] = { type = "Spawn", tier = 3, "+14% to all Elemental Resistances", "-4% Chance to Block", statOrder = { 1479, 2102 }, level = 70, group = "WeaponTreeElementalResistanceReducedLocalBlock", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedMaximumLife1"] = { type = "Spawn", tier = 1, "5% reduced maximum Life", "+19% to Chaos Resistance", statOrder = { 1431, 1500 }, level = 10, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedMaximumLife2"] = { type = "Spawn", tier = 2, "5% reduced maximum Life", "+23% to Chaos Resistance", statOrder = { 1431, 1500 }, level = 42, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeChaosResistanceReducedMaximumLife3"] = { type = "Spawn", tier = 3, "5% reduced maximum Life", "+27% to Chaos Resistance", statOrder = { 1431, 1500 }, level = 75, group = "WeaponTreeChaosResistanceReducedMaximumLife", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFireResistanceReducedMaximumColdResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Fire Resistance", "-2% to maximum Cold Resistance", statOrder = { 1483, 1489 }, level = 45, group = "WeaponTreeMaximumFireResistanceReducedMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFireResistanceReducedMaximumColdResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Fire Resistance", "-2% to maximum Cold Resistance", statOrder = { 1483, 1489 }, level = 82, group = "WeaponTreeMaximumFireResistanceReducedMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Fire Resistance", "-2% to maximum Lightning Resistance", statOrder = { 1483, 1494 }, level = 45, group = "WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Fire Resistance", "-2% to maximum Lightning Resistance", statOrder = { 1483, 1494 }, level = 82, group = "WeaponTreeMaximumFireResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumColdResistanceReducedMaximumFireResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Fire Resistance", "+3% to maximum Cold Resistance", statOrder = { 1483, 1489 }, level = 45, group = "WeaponTreeMaximumColdResistanceReducedMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumColdResistanceReducedMaximumFireResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Fire Resistance", "+4% to maximum Cold Resistance", statOrder = { 1483, 1489 }, level = 82, group = "WeaponTreeMaximumColdResistanceReducedMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Cold Resistance", "-2% to maximum Lightning Resistance", statOrder = { 1489, 1494 }, level = 45, group = "WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Cold Resistance", "-2% to maximum Lightning Resistance", statOrder = { 1489, 1494 }, level = 82, group = "WeaponTreeMaximumColdResistanceReducedMaximumLightningResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumLightningResistanceMaximumColdResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Cold Resistance", "+3% to maximum Lightning Resistance", statOrder = { 1489, 1494 }, level = 45, group = "WeaponTreeMaximumLightningResistanceMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumLightningResistanceMaximumColdResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Cold Resistance", "+4% to maximum Lightning Resistance", statOrder = { 1489, 1494 }, level = 82, group = "WeaponTreeMaximumLightningResistanceMaximumColdResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumLightningResistanceMaximumFireResistance1"] = { type = "Spawn", tier = 1, "-2% to maximum Fire Resistance", "+3% to maximum Lightning Resistance", statOrder = { 1483, 1494 }, level = 45, group = "WeaponTreeMaximumLightningResistanceMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumLightningResistanceMaximumFireResistance2"] = { type = "Spawn", tier = 2, "-2% to maximum Fire Resistance", "+4% to maximum Lightning Resistance", statOrder = { 1483, 1494 }, level = 82, group = "WeaponTreeMaximumLightningResistanceMaximumFireResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance1"] = { type = "Spawn", tier = 1, "-5% to maximum Chaos Resistance", "+1% to all maximum Elemental Resistances", statOrder = { 1499, 1502 }, level = 60, group = "WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance2"] = { type = "Spawn", tier = 2, "-5% to maximum Chaos Resistance", "+2% to all maximum Elemental Resistances", statOrder = { 1499, 1502 }, level = 85, group = "WeaponTreeMaximumElementalResistanceReducedMaximumChaosResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance1"] = { type = "Spawn", tier = 1, "+3% to maximum Chaos Resistance", "-1% to all maximum Elemental Resistances", statOrder = { 1499, 1502 }, level = 60, group = "WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance2"] = { type = "Spawn", tier = 2, "+4% to maximum Chaos Resistance", "-1% to all maximum Elemental Resistances", statOrder = { 1499, 1502 }, level = 85, group = "WeaponTreeMaximumChaosResistanceReducedMaximumElementalResistance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneMinionInstability"] = { type = "Spawn", tier = 1, "Minion Instability", statOrder = { 9949 }, level = 30, group = "WeaponTreeMinionInstability", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneResoluteTechnique"] = { type = "Spawn", tier = 1, "Resolute Technique", statOrder = { 9975 }, level = 30, group = "WeaponTreeResoluteTechnique", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneBloodMagic"] = { type = "Spawn", tier = 1, "Blood Magic", statOrder = { 9925 }, level = 30, group = "WeaponTreeBloodMagic", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystonePainAttunement"] = { type = "Spawn", tier = 1, "Pain Attunement", statOrder = { 9951 }, level = 30, group = "WeaponTreePainAttunement", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneElementalEquilibrium"] = { type = "Spawn", tier = 1, "Elemental Equilibrium", statOrder = { 9934 }, level = 30, group = "WeaponTreeElementalEquilibrium", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneIronGrip"] = { type = "Spawn", tier = 1, "Iron Grip", statOrder = { 9965 }, level = 30, group = "WeaponTreeIronGrip", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystonePointBlank"] = { type = "Spawn", tier = 1, "Point Blank", statOrder = { 9952 }, level = 30, group = "WeaponTreePointBlank", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneAcrobatics"] = { type = "Spawn", tier = 1, "Acrobatics", statOrder = { 9920 }, level = 30, group = "WeaponTreeAcrobatics", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneGhostReaver"] = { type = "Spawn", tier = 1, "Ghost Reaver", statOrder = { 9940 }, level = 30, group = "WeaponTreeKeystoneGhostReaver", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneVaalPact"] = { type = "Spawn", tier = 1, "Vaal Pact", statOrder = { 9969 }, level = 30, group = "WeaponTreeVaalPact", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneElementalOverload"] = { type = "Spawn", tier = 1, "Elemental Overload", statOrder = { 9935 }, level = 30, group = "WeaponTreeElementalOverload", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneAvatarOfFire"] = { type = "Spawn", tier = 1, "Avatar of Fire", statOrder = { 9923 }, level = 30, group = "WeaponTreeAvatarOfFire", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneEldritchBattery"] = { type = "Spawn", tier = 1, "Eldritch Battery", statOrder = { 9933 }, level = 30, group = "WeaponTreeEldritchBattery", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneAncestralBond"] = { type = "Spawn", tier = 1, "Ancestral Bond", statOrder = { 9922 }, level = 30, group = "WeaponTreeAncestralBond", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneCrimsonDance"] = { type = "Spawn", tier = 1, "Crimson Dance", statOrder = { 9930 }, level = 30, group = "WeaponTreeCrimsonDance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystonePerfectAgony"] = { type = "Spawn", tier = 1, "Perfect Agony", statOrder = { 9921 }, level = 30, group = "WeaponTreePerfectAgony", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneRunebinder"] = { type = "Spawn", tier = 1, "Runebinder", statOrder = { 9958 }, level = 30, group = "WeaponTreeRunebinder", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneGlancingBlows"] = { type = "Spawn", tier = 1, "Glancing Blows", statOrder = { 9941 }, level = 30, group = "WeaponTreeGlancingBlows", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneCallToArms"] = { type = "Spawn", tier = 1, "Call to Arms", statOrder = { 9926 }, level = 30, group = "WeaponTreeCallToArms", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneTheAgnostic"] = { type = "Spawn", tier = 1, "The Agnostic", statOrder = { 9950 }, level = 30, group = "WeaponTreeTheAgnostic", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneSupremeEgo"] = { type = "Spawn", tier = 1, "Supreme Ego", statOrder = { 9966 }, level = 30, group = "WeaponTreeSupremeEgo", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneTheImpaler"] = { type = "Spawn", tier = 1, "The Impaler", statOrder = { 9944 }, level = 30, group = "WeaponTreeImpaler", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneDoomsday"] = { type = "Spawn", tier = 1, "Hex Master", statOrder = { 9942 }, level = 30, group = "WeaponTreeHexMaster", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneLetheShade"] = { type = "Spawn", tier = 1, "Lethe Shade", statOrder = { 9946 }, level = 30, group = "WeaponTreeLetheShade", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneGhostDance"] = { type = "Spawn", tier = 1, "Ghost Dance", statOrder = { 9939 }, level = 30, group = "WeaponTreeGhostDance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneVersatileCombatant"] = { type = "Spawn", tier = 1, "Versatile Combatant", statOrder = { 9970 }, level = 30, group = "WeaponTreeVersatileCombatant", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneMagebane"] = { type = "Spawn", tier = 1, "Magebane", statOrder = { 9947 }, level = 30, group = "WeaponTreeMagebane", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneSolipsism"] = { type = "Spawn", tier = 1, "Solipsism", statOrder = { 9963 }, level = 30, group = "WeaponTreeSolipsism", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneDivineShield"] = { type = "Spawn", tier = 1, "Divine Shield", statOrder = { 9932 }, level = 30, group = "WeaponTreeDivineShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneIronWill"] = { type = "Spawn", tier = 1, "Iron Will", statOrder = { 9976 }, level = 30, group = "WeaponTreeIronWill", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneWickedWard"] = { type = "Spawn", tier = 1, "Wicked Ward", statOrder = { 9971 }, level = 30, group = "WeaponTreeWickedWard", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneWindDancer"] = { type = "Spawn", tier = 1, "Wind Dancer", statOrder = { 9972 }, level = 30, group = "WeaponTreeWindDancer", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneConduit"] = { type = "Spawn", tier = 1, "Conduit", statOrder = { 9928 }, level = 30, group = "WeaponTreeConduit", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneArrowDancing"] = { type = "Spawn", tier = 1, "Arrow Dancing", statOrder = { 9954 }, level = 30, group = "WeaponTreeArrowDodging", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystonePreciseTechnique"] = { type = "Spawn", tier = 1, "Precise Technique", statOrder = { 9953 }, level = 30, group = "WeaponTreePreciseTechnique", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneIronReflexes"] = { type = "Spawn", tier = 1, "Iron Reflexes", statOrder = { 9945 }, level = 30, group = "WeaponTreeIronReflexes", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "claw", "sword", "bow", "axe", "default", }, weightVal = { 20, 20, 20, 40, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneUnwaveringStance"] = { type = "Spawn", tier = 1, "Unwavering Stance", statOrder = { 9968 }, level = 30, group = "WeaponTreeUnwaveringStance", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneImbalancedGuard"] = { type = "Spawn", tier = 1, "Imbalanced Guard", statOrder = { 9959 }, level = 30, group = "WeaponTreeSacredBastion", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneEternalYouth"] = { type = "Spawn", tier = 1, "Eternal Youth", statOrder = { 9937 }, level = 30, group = "WeaponTreeEternalYouth", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "sword", "axe", "mace", "sceptre", "staff", "default", }, weightVal = { 20, 20, 40, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneMindoverMatter"] = { type = "Spawn", tier = 1, "Mind Over Matter", statOrder = { 9948 }, level = 30, group = "WeaponTreeManaShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeKeystoneZealotsOath"] = { type = "Spawn", tier = 1, "Zealot's Oath", statOrder = { 9956 }, level = 30, group = "WeaponTreeZealotsOath", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "staff", "sceptre", "dagger", "claw", "default", }, weightVal = { 40, 20, 20, 20, 20, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowAvatarOfTheHunt"] = { type = "Spawn", tier = 1, "Allocates 36687", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowDeadlyDraw"] = { type = "Spawn", tier = 1, "Allocates 48823", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowHeavyDraw"] = { type = "Spawn", tier = 1, "Allocates 42720", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowFarsight"] = { type = "Spawn", tier = 1, "Allocates 47743", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowMasterFletcher"] = { type = "Spawn", tier = 1, "Allocates 51881", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowKingOfTheHill"] = { type = "Spawn", tier = 1, "Allocates 49459", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowAspectOfTheEagle"] = { type = "Spawn", tier = 1, "Allocates 65224", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableBowHuntersGambit"] = { type = "Spawn", tier = 1, "Allocates 9535", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableBow", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffCounterweight"] = { type = "Spawn", tier = 1, "Allocates 39761", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffSmashingStrikes"] = { type = "Spawn", tier = 1, "Allocates 51559", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffWhirlingBarrier"] = { type = "Spawn", tier = 1, "Allocates 42917", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffSteelwoodStance"] = { type = "Spawn", tier = 1, "Allocates 36859", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffSafeguard"] = { type = "Spawn", tier = 1, "Allocates 6967", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffBluntTrauma"] = { type = "Spawn", tier = 1, "Allocates 64395", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffOneWithTheRiver"] = { type = "Spawn", tier = 1, "Allocates 56094", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffSerpentStance"] = { type = "Spawn", tier = 1, "Allocates 22702", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffEnigmaticDefence"] = { type = "Spawn", tier = 1, "Allocates 7918", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableStaffEnigmaticReach"] = { type = "Spawn", tier = 1, "Allocates 65273", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableStaff", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeOfCunning"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 57839", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordRazorsEdge"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 33082", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeMaster"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 25367", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeDancer"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 65093", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordFatalBlade"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 1568", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBrutalBlade"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 59151", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableSword", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeOfCunning2H"] = { type = "Spawn", tier = 1, "Allocates 57839", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordRazorsEdge2H"] = { type = "Spawn", tier = 1, "Allocates 33082", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeMaster2H"] = { type = "Spawn", tier = 1, "Allocates 25367", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBladeDancer2H"] = { type = "Spawn", tier = 1, "Allocates 65093", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordFatalBlade2H"] = { type = "Spawn", tier = 1, "Allocates 1568", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableSwordBrutalBlade2H"] = { type = "Spawn", tier = 1, "Allocates 59151", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableSword2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeFellerOfFoes"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 52090", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeHatchetMaster"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 26096", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeHarvesterOfFoes"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 7440", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeCleaving"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 4940", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeSlaughter"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 23038", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableAxe", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeFellerOfFoes2H"] = { type = "Spawn", tier = 1, "Allocates 52090", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeHatchetMaster2H"] = { type = "Spawn", tier = 1, "Allocates 26096", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeHarvesterOfFoes2H"] = { type = "Spawn", tier = 1, "Allocates 7440", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeCleaving2H"] = { type = "Spawn", tier = 1, "Allocates 4940", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableAxeSlaughter2H"] = { type = "Spawn", tier = 1, "Allocates 23038", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableAxe2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "axe", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceRibcageCrusher"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 24721", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceSpinecruncher"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 5126", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceSkullcracking"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 16703", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceBoneBreaker"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 40645", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceBlacksmithsClout"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 55772", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceGalvanicHammer"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 60619", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMacePainForger"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 39657", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableMace", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceRibcageCrusher2H"] = { type = "Spawn", tier = 1, "Allocates 24721", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceSpinecruncher2H"] = { type = "Spawn", tier = 1, "Allocates 5126", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceSkullcracking2H"] = { type = "Spawn", tier = 1, "Allocates 16703", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceBoneBreaker2H"] = { type = "Spawn", tier = 1, "Allocates 40645", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceBlacksmithsClout2H"] = { type = "Spawn", tier = 1, "Allocates 55772", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMaceGalvanicHammer2H"] = { type = "Spawn", tier = 1, "Allocates 60619", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableMacePainForger2H"] = { type = "Spawn", tier = 1, "Allocates 39657", statOrder = { 7544 }, level = 1, group = "WeaponTreeNotableMace2H", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableClawPoisonousFangs"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 529", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableClawLifeRaker"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 28503", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableClawClawsOfTheHawk"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 15614", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableClawClawsOfTheMagpie"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 54791", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableClawClawsOfTheFalcon"] = { type = "Spawn", tier = 1, "5% reduced Attack Speed", "Allocates 56648", statOrder = { 1276, 7544 }, level = 1, group = "WeaponTreeNotableClaw", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "claw", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableDaggerAddersTouch"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 32227", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableDaggerFromTheShadows"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 1405", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableDaggerBackstabbing"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 8920", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableDaggerFlaying"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 36490", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableDaggerNightstalker"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 56276", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableDagger", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "dagger", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandTempestBlast"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 63207", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandFusillade"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 16243", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandDisintegration"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 52031", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandElderPower"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 41476", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandWandslinger"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 22972", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableWandPrismWeave"] = { type = "Spawn", tier = 1, "-0.5% to Critical Strike Chance", "Allocates 63944", statOrder = { 1325, 7544 }, level = 1, group = "WeaponTreeNotableWand", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "wand", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldTestudo"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 44207", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldRetaliation"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 12878", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldDeflection"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 15437", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldDefiance"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 49538", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldCommandOfSteel"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 57900", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldAggresiveBastion"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 861", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldSantuary"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 20832", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldSafeguard"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 6967", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeNotableShieldArcaneSantuary"] = { type = "Spawn", tier = 1, "-3% Chance to Block", "Allocates 46904", statOrder = { 2102, 7544 }, level = 1, group = "WeaponTreeNotableShield", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeWeaponQuality1"] = { type = "Spawn", tier = 1, "+8% to Quality", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, + ["WeaponTreeWeaponQuality2"] = { type = "Spawn", tier = 2, "+12% to Quality", statOrder = { 7387 }, level = 45, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, + ["WeaponTreeWeaponQuality3"] = { type = "Spawn", tier = 3, "+16% to Quality", statOrder = { 7387 }, level = 60, group = "LocalItemQuality", nodeType = "Regular", nodeLocation = { 2 }, weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, + ["WeaponTreeFireDoTMultiplierReducedFireResistance1"] = { type = "Spawn", tier = 1, "+12% to Fire Damage over Time Multiplier", "-15% to Fire Resistance", statOrder = { 1116, 1485 }, level = 12, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeFireDoTMultiplierReducedFireResistance2"] = { type = "Spawn", tier = 2, "+16% to Fire Damage over Time Multiplier", "-15% to Fire Resistance", statOrder = { 1116, 1485 }, level = 75, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeFireDoTMultiplierReducedFireResistance2h1"] = { type = "Spawn", tier = 1, "+24% to Fire Damage over Time Multiplier", "-30% to Fire Resistance", statOrder = { 1116, 1485 }, level = 12, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeFireDoTMultiplierReducedFireResistance2h2"] = { type = "Spawn", tier = 2, "+32% to Fire Damage over Time Multiplier", "-30% to Fire Resistance", statOrder = { 1116, 1485 }, level = 75, group = "WeaponTreeFireDoTMultiplierReducedFireResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeColdDoTMultiplierReducedColdResisatance1"] = { type = "Spawn", tier = 1, "+12% to Cold Damage over Time Multiplier", "-15% to Cold Resistance", statOrder = { 1121, 1491 }, level = 12, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeColdDoTMultiplierReducedColdResisatance2"] = { type = "Spawn", tier = 2, "+16% to Cold Damage over Time Multiplier", "-15% to Cold Resistance", statOrder = { 1121, 1491 }, level = 75, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeColdDoTMultiplierReducedColdResisatance2h1"] = { type = "Spawn", tier = 1, "+24% to Cold Damage over Time Multiplier", "-30% to Cold Resistance", statOrder = { 1121, 1491 }, level = 12, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeColdDoTMultiplierReducedColdResisatance2h2"] = { type = "Spawn", tier = 2, "+32% to Cold Damage over Time Multiplier", "-30% to Cold Resistance", statOrder = { 1121, 1491 }, level = 75, group = "WeaponTreeColdDoTMultiplierReducedColdResisatance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeChaosDoTMultiplierReducedChaosResistance1"] = { type = "Spawn", tier = 1, "+12% to Chaos Damage over Time Multiplier", "-15% to Chaos Resistance", statOrder = { 1124, 1500 }, level = 12, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2"] = { type = "Spawn", tier = 2, "+16% to Chaos Damage over Time Multiplier", "-15% to Chaos Resistance", statOrder = { 1124, 1500 }, level = 75, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "+24% to Chaos Damage over Time Multiplier", "-30% to Chaos Resistance", statOrder = { 1124, 1500 }, level = 12, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeChaosDoTMultiplierReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "+32% to Chaos Damage over Time Multiplier", "-30% to Chaos Resistance", statOrder = { 1124, 1500 }, level = 75, group = "WeaponTreeChaosDoTMultiplierReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm1"] = { type = "Spawn", tier = 1, "+12% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 6% of Physical Damage Reduction", statOrder = { 1112, 6640 }, level = 12, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2"] = { type = "Spawn", tier = 2, "+16% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 6% of Physical Damage Reduction", statOrder = { 1112, 6640 }, level = 75, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2h1"] = { type = "Spawn", tier = 1, "+24% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 12% of Physical Damage Reduction", statOrder = { 1112, 6640 }, level = 12, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDoTMultiplierEnemyOverwhelm2h2"] = { type = "Spawn", tier = 2, "+32% to Physical Damage over Time Multiplier", "Hits against you Overwhelm 12% of Physical Damage Reduction", statOrder = { 1112, 6640 }, level = 75, group = "WeaponTreePhysicalDoTMultiplierEnemyOverwhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalElementalPenetrationReducedElementalResistance1"] = { type = "Spawn", tier = 1, "-8% to all Elemental Resistances", "Attacks with this Weapon Penetrate 8% Elemental Resistances", statOrder = { 1479, 3594 }, level = 12, group = "WeaponTreeLocalElementalPenetrationReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalElementalPenetrationReducedElementalResistance2"] = { type = "Spawn", tier = 2, "-8% to all Elemental Resistances", "Attacks with this Weapon Penetrate 10% Elemental Resistances", statOrder = { 1479, 3594 }, level = 75, group = "WeaponTreeLocalElementalPenetrationReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalChaosPenetrationReducedChaosResistance1"] = { type = "Spawn", tier = 1, "-13% to Chaos Resistance", "Attacks with this Weapon Penetrate 8% Chaos Resistance", statOrder = { 1500, 7321 }, level = 12, group = "WeaponTreeLocalChaosPenetrationReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalChaosPenetrationReducedChaosResistance2"] = { type = "Spawn", tier = 2, "-13% to Chaos Resistance", "Attacks with this Weapon Penetrate 10% Chaos Resistance", statOrder = { 1500, 7321 }, level = 75, group = "WeaponTreeLocalChaosPenetrationReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect1"] = { type = "Spawn", tier = 1, "10% reduced Area of Effect", "25% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrder = { 1739, 4458 }, level = 10, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2"] = { type = "Spawn", tier = 2, "10% reduced Area of Effect", "30% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrder = { 1739, 4458 }, level = 65, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Area of Effect", "50% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrder = { 1739, 4458 }, level = 10, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Area of Effect", "60% increased Area of Effect if you've Killed at least 5 Enemies Recently", statOrder = { 1739, 4458 }, level = 65, group = "WeaponTreeAreaOfEffectIfKilledRecentlyReducedAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently1"] = { type = "Spawn", tier = 1, "20% increased Area of Effect", "10% reduced Area of Effect if you've Killed Recently", statOrder = { 1739, 4049 }, level = 10, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2"] = { type = "Spawn", tier = 2, "24% increased Area of Effect", "10% reduced Area of Effect if you've Killed Recently", statOrder = { 1739, 4049 }, level = 65, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 400, 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2h1"] = { type = "Spawn", tier = 1, "32% increased Area of Effect", "20% reduced Area of Effect if you've Killed Recently", statOrder = { 1739, 4049 }, level = 10, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently2h2"] = { type = "Spawn", tier = 2, "40% increased Area of Effect", "20% reduced Area of Effect if you've Killed Recently", statOrder = { 1739, 4049 }, level = 65, group = "WeaponTreeAreaOfEffectReducedAreaOfEffectIfKilledRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeProjectileSpeedReducedProjectileDamage1"] = { type = "Spawn", tier = 1, "25% increased Projectile Speed", "15% reduced Projectile Damage", statOrder = { 1655, 1850 }, level = 10, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeProjectileSpeedReducedProjectileDamage2"] = { type = "Spawn", tier = 2, "35% increased Projectile Speed", "15% reduced Projectile Damage", statOrder = { 1655, 1850 }, level = 65, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeProjectileSpeedReducedProjectileDamage2h1"] = { type = "Spawn", tier = 1, "40% increased Projectile Speed", "30% reduced Projectile Damage", statOrder = { 1655, 1850 }, level = 10, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeProjectileSpeedReducedProjectileDamage2h2"] = { type = "Spawn", tier = 2, "55% increased Projectile Speed", "30% reduced Projectile Damage", statOrder = { 1655, 1850 }, level = 65, group = "WeaponTreeProjectileSpeedReducedProjectileDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeArrowsChainChainingRange2h"] = { type = "MergeOnly", tier = 1, "Arrows Chain +1 times", "50% reduced Chaining range", statOrder = { 1647, 5073 }, level = 84, group = "WeaponTreeArrowsChainChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeChainingRange1"] = { type = "Spawn", tier = 1, "20% increased Chaining range", statOrder = { 5073 }, level = 38, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeChainingRange2"] = { type = "Spawn", tier = 2, "30% increased Chaining range", statOrder = { 5073 }, level = 78, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeChainingRange2h1"] = { type = "Spawn", tier = 1, "40% increased Chaining range", statOrder = { 5073 }, level = 38, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeChainingRange2h2"] = { type = "Spawn", tier = 2, "60% increased Chaining range", statOrder = { 5073 }, level = 78, group = "WeaponTreeChainingRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeAdditionalPierce1"] = { type = "Spawn", tier = 1, "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 78, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, + ["WeaponTreeAdditionalPierce2h1"] = { type = "Spawn", tier = 1, "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 16, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, + ["WeaponTreeAdditionalPierce2h2"] = { type = "Spawn", tier = 2, "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 78, group = "WeaponTreeAdditionalPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 75, 0 }, modTags = { }, }, + ["WeaponTreeForkExtraProjectileChance1"] = { type = "Spawn", tier = 1, "Projectiles have 30% chance for an additional Projectile when Forking", statOrder = { 5266 }, level = 32, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeForkExtraProjectileChance2"] = { type = "Spawn", tier = 2, "Projectiles have 40% chance for an additional Projectile when Forking", statOrder = { 5266 }, level = 78, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeForkExtraProjectileChance2h1"] = { type = "Spawn", tier = 1, "Projectiles have 50% chance for an additional Projectile when Forking", statOrder = { 5266 }, level = 32, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeForkExtraProjectileChance2h2"] = { type = "Spawn", tier = 2, "Projectiles have 75% chance for an additional Projectile when Forking", statOrder = { 5266 }, level = 78, group = "WeaponTreeForkExtraProjectileChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 200, 50, 0 }, modTags = { }, }, + ["WeaponTreeMarkEffectIncreasedMarkCost1"] = { type = "Spawn", tier = 1, "15% increased Effect of your Marks", "100% increased Mana Cost of Mark Skills", statOrder = { 2449, 8460 }, level = 24, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeMarkEffectIncreasedMarkCost2"] = { type = "Spawn", tier = 2, "20% increased Effect of your Marks", "100% increased Mana Cost of Mark Skills", statOrder = { 2449, 8460 }, level = 76, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeMarkEffectIncreasedMarkCost2h1"] = { type = "Spawn", tier = 1, "30% increased Effect of your Marks", "200% increased Mana Cost of Mark Skills", statOrder = { 2449, 8460 }, level = 24, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeMarkEffectIncreasedMarkCost2h2"] = { type = "Spawn", tier = 2, "40% increased Effect of your Marks", "200% increased Mana Cost of Mark Skills", statOrder = { 2449, 8460 }, level = 76, group = "WeaponTreeMarkEffectIncreasedMarkCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect1"] = { type = "Spawn", tier = 1, "15% reduced Effect of your Marks", "6% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrder = { 2449, 6283 }, level = 24, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2"] = { type = "Spawn", tier = 2, "15% reduced Effect of your Marks", "10% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrder = { 2449, 6283 }, level = 76, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of your Marks", "12% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrder = { 2449, 6283 }, level = 24, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of your Marks", "20% chance to gain a Frenzy Charge when you Hit your Marked Enemy", statOrder = { 2449, 6283 }, level = 76, group = "WeaponTreeFrenzyOnHittingMarkedEnemyReducedMarkEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy"] = { type = "Spawn", tier = 1, "25% less Accuracy Rating against Marked Enemy", "Culling Strike against Marked Enemy", statOrder = { 4282, 5567 }, level = 80, group = "WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy2h"] = { type = "Spawn", tier = 2, "15% less Accuracy Rating against Marked Enemy", "Culling Strike against Marked Enemy", statOrder = { 4282, 5567 }, level = 80, group = "WeaponTreeCullingStrikeVsMarkedEnemyReducedAccuracyVsMarkedEnemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 50, 250, 0 }, modTags = { }, }, + ["WeaponTreeLocalWeaponRange1"] = { type = "Spawn", tier = 1, "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 1, group = "WeaponTreeLocalWeaponRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeLocalWeaponRange2"] = { type = "Spawn", tier = 2, "+0.3 metres to Weapon Range", statOrder = { 2594 }, level = 50, group = "WeaponTreeLocalWeaponRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeLeechAndSpeed1"] = { type = "Spawn", tier = 1, "30% increased total Recovery per second from Life Leech", "0.5% of Attack Damage Leeched as Life", statOrder = { 2011, 7419 }, level = 12, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeLeechAndSpeed2"] = { type = "Spawn", tier = 2, "30% increased total Recovery per second from Life Leech", "0.8% of Attack Damage Leeched as Life", statOrder = { 2011, 7419 }, level = 64, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "60% increased total Recovery per second from Life Leech", "1% of Attack Damage Leeched as Life", statOrder = { 2011, 7419 }, level = 12, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "60% increased total Recovery per second from Life Leech", "1.6% of Attack Damage Leeched as Life", statOrder = { 2011, 7419 }, level = 64, group = "WeaponTreeLocalLifeLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaLeechAndSpeed1"] = { type = "Spawn", tier = 1, "30% increased total Recovery per second from Mana Leech", "0.5% of Attack Damage Leeched as Mana", statOrder = { 2012, 7422 }, level = 12, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaLeechAndSpeed2"] = { type = "Spawn", tier = 2, "30% increased total Recovery per second from Mana Leech", "0.8% of Attack Damage Leeched as Mana", statOrder = { 2012, 7422 }, level = 64, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "60% increased total Recovery per second from Mana Leech", "1% of Attack Damage Leeched as Mana", statOrder = { 2012, 7422 }, level = 12, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "60% increased total Recovery per second from Mana Leech", "1.6% of Attack Damage Leeched as Mana", statOrder = { 2012, 7422 }, level = 64, group = "WeaponTreeLocalManaLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellEnergyShieldLeechAndSpeed1"] = { type = "Spawn", tier = 1, "0.5% of Spell Damage Leeched as Energy Shield", "30% increased total Recovery per second from Energy Shield Leech", statOrder = { 1581, 2013 }, level = 12, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellEnergyShieldLeechAndSpeed2"] = { type = "Spawn", tier = 2, "0.8% of Spell Damage Leeched as Energy Shield", "30% increased total Recovery per second from Energy Shield Leech", statOrder = { 1581, 2013 }, level = 64, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellEnergyShieldLeechAndSpeed2h1"] = { type = "Spawn", tier = 1, "1% of Spell Damage Leeched as Energy Shield", "60% increased total Recovery per second from Energy Shield Leech", statOrder = { 1581, 2013 }, level = 12, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellEnergyShieldLeechAndSpeed2h2"] = { type = "Spawn", tier = 2, "1.6% of Spell Damage Leeched as Energy Shield", "60% increased total Recovery per second from Energy Shield Leech", statOrder = { 1581, 2013 }, level = 64, group = "WeaponTreeSpellEnergyShieldLeechAndSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeMaxLifeLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 70, group = "WeaponTreeMaxLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeMaxLifeLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 70, group = "WeaponTreeMaxLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeMaxManaLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Mana Recovery per second from Leech", statOrder = { 1592 }, level = 70, group = "WeaponTreeMaxManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeMaxManaLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Mana Recovery per second from Leech", statOrder = { 1592 }, level = 70, group = "WeaponTreeMaxManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["WeaponTreeMaxEnergyShieldLeechReducedLeechAmount1"] = { type = "Spawn", tier = 1, "10% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 70, group = "WeaponTreeMaxEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeMaxEnergyShieldLeechReducedLeechAmount2h1"] = { type = "Spawn", tier = 2, "20% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 70, group = "WeaponTreeMaxEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeOnHitReducedManaOnHit1"] = { type = "Spawn", tier = 1, "Grants 15 Life per Enemy Hit", "Removes 2 of your Mana per Enemy Hit", statOrder = { 1597, 1604 }, level = 5, group = "WeaponTreeLocalLifeOnHitReducedManaOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeLocalLifeOnHitReducedManaOnHit2"] = { type = "Spawn", tier = 2, "Grants 25 Life per Enemy Hit", "Removes 2 of your Mana per Enemy Hit", statOrder = { 1597, 1604 }, level = 68, group = "WeaponTreeLocalLifeOnHitReducedManaOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaOnHitReducedLifeOnHit1"] = { type = "Spawn", tier = 1, "Removes 4 of your Life per Enemy Hit", "Grants 6 Mana per Enemy Hit", statOrder = { 1597, 1604 }, level = 5, group = "WeaponTreeLocalManaOnHitReducedLifeOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeLocalManaOnHitReducedLifeOnHit2"] = { type = "Spawn", tier = 2, "Removes 4 of your Life per Enemy Hit", "Grants 8 Mana per Enemy Hit", statOrder = { 1597, 1604 }, level = 68, group = "WeaponTreeLocalManaOnHitReducedLifeOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed1"] = { type = "Spawn", tier = 1, "5% reduced Movement Speed", "20% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 1657, 4211 }, level = 12, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2"] = { type = "Spawn", tier = 2, "5% reduced Movement Speed", "30% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 1657, 4211 }, level = 76, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2h1"] = { type = "Spawn", tier = 1, "10% reduced Movement Speed", "40% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 1657, 4211 }, level = 12, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed2h2"] = { type = "Spawn", tier = 2, "10% reduced Movement Speed", "60% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 1657, 4211 }, level = 76, group = "WeaponTreeTravelSkillCooldownSpeedReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedTravelSkillsDisabled1"] = { type = "Spawn", tier = 1, "8% increased Movement Speed", "Your Travel Skills are Disabled", statOrder = { 1657, 9881 }, level = 12, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedTravelSkillsDisabled2"] = { type = "Spawn", tier = 2, "12% increased Movement Speed", "Your Travel Skills are Disabled", statOrder = { 1657, 9881 }, level = 76, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedTravelSkillsDisabled2h1"] = { type = "Spawn", tier = 1, "14% increased Movement Speed", "Your Travel Skills are Disabled", statOrder = { 1657, 9881 }, level = 12, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedTravelSkillsDisabled2h2"] = { type = "Spawn", tier = 2, "18% increased Movement Speed", "Your Travel Skills are Disabled", statOrder = { 1657, 9881 }, level = 76, group = "WeaponTreeMovementSpeedTravelSkillsDisabled", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Arcane Surge on you", "10% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 3129, 6250 }, level = 20, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Arcane Surge on you", "10% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 3129, 6250 }, level = 80, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Arcane Surge on you", "15% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 3129, 6250 }, level = 20, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Arcane Surge on you", "15% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 3129, 6250 }, level = 80, group = "WeaponTreeArcaneSurgeOnCriticalStrikeReducedArcaneSurgeEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "20% increased Effect of Arcane Surge on you", "Buffs on you expire 10% faster", statOrder = { 3129, 4974 }, level = 20, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "25% increased Effect of Arcane Surge on you", "Buffs on you expire 10% faster", statOrder = { 3129, 4974 }, level = 80, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 0, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "40% increased Effect of Arcane Surge on you", "Buffs on you expire 20% faster", statOrder = { 3129, 4974 }, level = 20, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "50% increased Effect of Arcane Surge on you", "Buffs on you expire 20% faster", statOrder = { 3129, 4974 }, level = 80, group = "WeaponTreeArcaneSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "20% increased Effect of Onslaught on you", "Buffs on you expire 10% faster", statOrder = { 3131, 4974 }, level = 20, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "25% increased Effect of Onslaught on you", "Buffs on you expire 10% faster", statOrder = { 3131, 4974 }, level = 80, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "40% increased Effect of Onslaught on you", "Buffs on you expire 20% faster", statOrder = { 3131, 4974 }, level = 20, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "50% increased Effect of Onslaught on you", "Buffs on you expire 20% faster", statOrder = { 3131, 4974 }, level = 80, group = "WeaponTreeOnslaughtSurgeEffectReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Onslaught on you", "10% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3131, 3220 }, level = 20, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Onslaught on you", "15% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3131, 3220 }, level = 80, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced Effect of Onslaught on you", "20% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3131, 3220 }, level = 20, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeOnslaughtOnKillReducedOnslaughtEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced Effect of Onslaught on you", "30% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3131, 3220 }, level = 80, group = "WeaponTreeOnslaughtOnKillReducedOnslaughtEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "10% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrder = { 3218, 4974 }, level = 20, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "15% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrder = { 3218, 4974 }, level = 80, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "20% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrder = { 3218, 4974 }, level = 20, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeUnholyMightChanceReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "30% chance to gain Unholy Might for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrder = { 3218, 4974 }, level = 80, group = "WeaponTreeUnholyMightChanceReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreePhasingOnKillReducedSelfBuffExpiry1"] = { type = "Spawn", tier = 1, "10% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrder = { 3302, 4974 }, level = 20, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2"] = { type = "Spawn", tier = 2, "15% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 10% faster", statOrder = { 3302, 4974 }, level = 80, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2h1"] = { type = "Spawn", tier = 1, "20% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrder = { 3302, 4974 }, level = 20, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePhasingOnKillReducedSelfBuffExpiry2h2"] = { type = "Spawn", tier = 2, "30% chance to gain Phasing for 4 seconds on Kill", "Buffs on you expire 20% faster", statOrder = { 3302, 4974 }, level = 80, group = "WeaponTreePhasingOnKillReducedSelfBuffExpiry", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun1"] = { type = "Spawn", tier = 1, "15% reduced Enemy Stun Threshold with this Weapon", "20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit", statOrder = { 2348, 2618 }, level = 15, group = "WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun2"] = { type = "Spawn", tier = 2, "25% reduced Enemy Stun Threshold with this Weapon", "20% chance to gain an Endurance Charge when you Stun an Enemy with a Melee Hit", statOrder = { 2348, 2618 }, level = 74, group = "WeaponTreeLocalStunThresholdEnduranceChargeOnMeleeStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeDoubleStunDurationEnemyStunThreshold1"] = { type = "Spawn", tier = 1, "15% increased Enemy Stun Threshold", "16% chance to double Stun Duration", statOrder = { 1378, 3400 }, level = 15, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleStunDurationEnemyStunThreshold2"] = { type = "Spawn", tier = 2, "15% increased Enemy Stun Threshold", "24% chance to double Stun Duration", statOrder = { 1378, 3400 }, level = 74, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleStunDurationEnemyStunThreshold2h1"] = { type = "Spawn", tier = 1, "30% increased Enemy Stun Threshold", "35% chance to double Stun Duration", statOrder = { 1378, 3400 }, level = 15, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleStunDurationEnemyStunThreshold2h2"] = { type = "Spawn", tier = 2, "30% increased Enemy Stun Threshold", "45% chance to double Stun Duration", statOrder = { 1378, 3400 }, level = 74, group = "WeaponTreeDoubleStunDurationEnemyStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration1"] = { type = "Spawn", tier = 1, "30% reduced Fortification Duration", "Melee Hits which Stun have 15% chance to Fortify", statOrder = { 2117, 5267 }, level = 32, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2"] = { type = "Spawn", tier = 2, "30% reduced Fortification Duration", "Melee Hits which Stun have 20% chance to Fortify", statOrder = { 2117, 5267 }, level = 78, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2h1"] = { type = "Spawn", tier = 1, "30% reduced Fortification Duration", "Melee Hits which Stun have 30% chance to Fortify", statOrder = { 2117, 5267 }, level = 32, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration2h2"] = { type = "Spawn", tier = 2, "30% reduced Fortification Duration", "Melee Hits which Stun have 40% chance to Fortify", statOrder = { 2117, 5267 }, level = 78, group = "WeaponTreeFortifyOnMeleeStunChanceReducedFortifyDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["WeaponTreeSkillEffectDurationReducedCooldownRecovery1"] = { type = "Spawn", tier = 1, "15% increased Skill Effect Duration", "10% reduced Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2"] = { type = "Spawn", tier = 2, "20% increased Skill Effect Duration", "10% reduced Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2h1"] = { type = "Spawn", tier = 1, "30% increased Skill Effect Duration", "20% reduced Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeSkillEffectDurationReducedCooldownRecovery2h2"] = { type = "Spawn", tier = 2, "40% increased Skill Effect Duration", "20% reduced Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeSkillEffectDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration1"] = { type = "Spawn", tier = 1, "10% reduced Skill Effect Duration", "10% increased Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2"] = { type = "Spawn", tier = 2, "10% reduced Skill Effect Duration", "15% increased Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2h1"] = { type = "Spawn", tier = 1, "10% reduced Skill Effect Duration", "20% increased Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 20, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryReducedSkillEffectDuration2h2"] = { type = "Spawn", tier = 2, "10% reduced Skill Effect Duration", "25% increased Cooldown Recovery Rate", statOrder = { 1754, 4716 }, level = 84, group = "WeaponTreeCooldownRecoveryReducedSkillEffectDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect1"] = { type = "Spawn", tier = 1, "Flasks applied to you have 10% reduced Effect", "40% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 2591, 3231 }, level = 25, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2"] = { type = "Spawn", tier = 2, "Flasks applied to you have 10% reduced Effect", "50% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 2591, 3231 }, level = 75, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2h1"] = { type = "Spawn", tier = 1, "Flasks applied to you have 10% reduced Effect", "80% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 2591, 3231 }, level = 25, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect2h2"] = { type = "Spawn", tier = 2, "Flasks applied to you have 10% reduced Effect", "Gain a Flask Charge when you deal a Critical Strike", statOrder = { 2591, 3231 }, level = 75, group = "WeaponTreeFlaskChargeOnCriticalStrikeReducedFlaskEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskEffectReducedFlaskChargesGained1"] = { type = "Spawn", tier = 1, "15% reduced Flask Charges gained", "Flasks applied to you have 8% increased Effect", statOrder = { 2037, 2591 }, level = 12, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskEffectReducedFlaskChargesGained2"] = { type = "Spawn", tier = 2, "15% reduced Flask Charges gained", "Flasks applied to you have 10% increased Effect", statOrder = { 2037, 2591 }, level = 70, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskEffectReducedFlaskChargesGained2h1"] = { type = "Spawn", tier = 1, "20% reduced Flask Charges gained", "Flasks applied to you have 12% increased Effect", statOrder = { 2037, 2591 }, level = 12, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFlaskEffectReducedFlaskChargesGained2h2"] = { type = "Spawn", tier = 2, "20% reduced Flask Charges gained", "Flasks applied to you have 15% increased Effect", statOrder = { 2037, 2591 }, level = 70, group = "WeaponTreeFlaskEffectReducedFlaskChargesGained", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect1"] = { type = "Spawn", tier = 1, "10% reduced Effect of your Curses", "Your Curses have 25% increased Effect if 50% of Curse Duration expired", statOrder = { 2447, 9813 }, level = 24, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2"] = { type = "Spawn", tier = 2, "10% reduced Effect of your Curses", "Your Curses have 30% increased Effect if 50% of Curse Duration expired", statOrder = { 2447, 9813 }, level = 75, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2h1"] = { type = "Spawn", tier = 1, "15% reduced Effect of your Curses", "Your Curses have 35% increased Effect if 50% of Curse Duration expired", statOrder = { 2447, 9813 }, level = 24, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect2h2"] = { type = "Spawn", tier = 2, "15% reduced Effect of your Curses", "Your Curses have 50% increased Effect if 50% of Curse Duration expired", statOrder = { 2447, 9813 }, level = 75, group = "WeaponTreeCurseEffectIfMostlyExpiredReducedCurseEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf1"] = { type = "Spawn", tier = 1, "15% increased Effect of Curses on you", "8% increased Effect of your Curses", statOrder = { 2024, 2447 }, level = 24, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2"] = { type = "Spawn", tier = 2, "15% increased Effect of Curses on you", "10% increased Effect of your Curses", statOrder = { 2024, 2447 }, level = 75, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2h1"] = { type = "Spawn", tier = 1, "25% increased Effect of Curses on you", "12% increased Effect of your Curses", statOrder = { 2024, 2447 }, level = 24, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectIncreasedCurseEffectOnSelf2h2"] = { type = "Spawn", tier = 2, "25% increased Effect of Curses on you", "15% increased Effect of your Curses", statOrder = { 2024, 2447 }, level = 75, group = "WeaponTreeCurseEffectIncreasedCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseDurationReducedCurseAreaOfEffect1"] = { type = "Spawn", tier = 1, "20% reduced Area of Effect of Hex Skills", "Hex Skills have 40% increased Skill Effect Duration", statOrder = { 2078, 6615 }, level = 24, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2"] = { type = "Spawn", tier = 2, "20% reduced Area of Effect of Hex Skills", "Hex Skills have 50% increased Skill Effect Duration", statOrder = { 2078, 6615 }, level = 75, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2h1"] = { type = "Spawn", tier = 1, "30% reduced Area of Effect of Hex Skills", "Hex Skills have 80% increased Skill Effect Duration", statOrder = { 2078, 6615 }, level = 24, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeCurseDurationReducedCurseAreaOfEffect2h2"] = { type = "Spawn", tier = 2, "30% reduced Area of Effect of Hex Skills", "Hex Skills have 100% increased Skill Effect Duration", statOrder = { 2078, 6615 }, level = 75, group = "WeaponTreeCurseDurationReducedCurseAreaOfEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeQuiverModEffect2h1"] = { type = "Spawn", tier = 1, "15% increased bonuses gained from Equipped Quiver", statOrder = { 9049 }, level = 36, group = "WeaponTreeQuiverModEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeQuiverModEffect2h2"] = { type = "Spawn", tier = 2, "20% increased bonuses gained from Equipped Quiver", statOrder = { 9049 }, level = 85, group = "WeaponTreeQuiverModEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeMineDetonateTwiceChance1"] = { type = "Spawn", tier = 1, "15% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 10% chance to be Detonated an Additional Time", statOrder = { 7620, 8554 }, level = 1, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineDetonateTwiceChance2"] = { type = "Spawn", tier = 2, "15% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 14% chance to be Detonated an Additional Time", statOrder = { 7620, 8554 }, level = 60, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineDetonateTwiceChance2h1"] = { type = "Spawn", tier = 1, "25% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 16% chance to be Detonated an Additional Time", statOrder = { 7620, 8554 }, level = 1, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineDetonateTwiceChance2h2"] = { type = "Spawn", tier = 2, "25% reduced Mana Reservation Efficiency of Skills that throw Mines", "Mines have a 20% chance to be Detonated an Additional Time", statOrder = { 7620, 8554 }, level = 60, group = "WeaponTreeMineDetonateTwiceChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineAuraEffect1"] = { type = "Spawn", tier = 1, "Skills used by Mines have 40% reduced Area of Effect", "25% increased Effect of Auras from Mines", statOrder = { 8550, 8552 }, level = 1, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineAuraEffect2"] = { type = "Spawn", tier = 2, "Skills used by Mines have 40% reduced Area of Effect", "40% increased Effect of Auras from Mines", statOrder = { 8550, 8552 }, level = 60, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineAuraEffect2h1"] = { type = "Spawn", tier = 1, "Skills used by Mines have 60% reduced Area of Effect", "50% increased Effect of Auras from Mines", statOrder = { 8550, 8552 }, level = 1, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeMineAuraEffect2h2"] = { type = "Spawn", tier = 2, "Skills used by Mines have 60% reduced Area of Effect", "70% increased Effect of Auras from Mines", statOrder = { 8550, 8552 }, level = 60, group = "WeaponTreeMineAuraEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapThrowingSpeed1"] = { type = "Spawn", tier = 1, "40% reduced Trap Trigger Area of Effect", "12% increased Trap Throwing Speed", statOrder = { 1782, 1784 }, level = 1, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapThrowingSpeed2"] = { type = "Spawn", tier = 2, "40% reduced Trap Trigger Area of Effect", "16% increased Trap Throwing Speed", statOrder = { 1782, 1784 }, level = 60, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapThrowingSpeed2h1"] = { type = "Spawn", tier = 1, "60% reduced Trap Trigger Area of Effect", "18% increased Trap Throwing Speed", statOrder = { 1782, 1784 }, level = 1, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapThrowingSpeed2h2"] = { type = "Spawn", tier = 2, "60% reduced Trap Trigger Area of Effect", "25% increased Trap Throwing Speed", statOrder = { 1782, 1784 }, level = 60, group = "WeaponTreeTrapThrowingSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapsThrowInACircle"] = { type = "Spawn", tier = 1, "25% reduced Trap Spread", "Traps from Skills are thrown randomly around targeted location", statOrder = { 9641, 9810 }, level = 1, group = "WeaponTreeTrapsThrowInACircle", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTrapsThrowInACircle2h"] = { type = "Spawn", tier = 1, "25% reduced Trap Spread", "Traps from Skills are thrown randomly around targeted location", statOrder = { 9641, 9810 }, level = 60, group = "WeaponTreeTrapsThrowInACircle", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandAreaOfEffectAtLowDuration1"] = { type = "Spawn", tier = 1, "Brands have 25% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 20% reduced Duration", statOrder = { 4965, 9288 }, level = 12, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandAreaOfEffectAtLowDuration2"] = { type = "Spawn", tier = 2, "Brands have 40% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 20% reduced Duration", statOrder = { 4965, 9288 }, level = 60, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandAreaOfEffectAtLowDuration2h1"] = { type = "Spawn", tier = 1, "Brands have 45% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 30% reduced Duration", statOrder = { 4965, 9288 }, level = 12, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandAreaOfEffectAtLowDuration2h2"] = { type = "Spawn", tier = 2, "Brands have 60% increased Area of Effect if 50% of Attached Duration expired", "Brand Skills have 30% reduced Duration", statOrder = { 4965, 9288 }, level = 60, group = "WeaponTreeBrandAreaOfEffectAtLowDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandSearchRange1"] = { type = "Spawn", tier = 1, "Brand Recall has 40% reduced Cooldown Recovery Rate", "40% increased Brand Attachment range", statOrder = { 9289, 9293 }, level = 12, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandSearchRange2"] = { type = "Spawn", tier = 2, "Brand Recall has 40% reduced Cooldown Recovery Rate", "60% increased Brand Attachment range", statOrder = { 9289, 9293 }, level = 60, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 0, 250, 250, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandSearchRange2h1"] = { type = "Spawn", tier = 1, "Brand Recall has 60% reduced Cooldown Recovery Rate", "75% increased Brand Attachment range", statOrder = { 9289, 9293 }, level = 12, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeBrandSearchRange2h2"] = { type = "Spawn", tier = 2, "Brand Recall has 60% reduced Cooldown Recovery Rate", "100% increased Brand Attachment range", statOrder = { 9289, 9293 }, level = 60, group = "WeaponTreeBrandSearchRange", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemChanceToSpawnTwo1"] = { type = "Spawn", tier = 1, "15% reduced Totem Placement speed", "Skills that would Summon a Totem have 25% chance to Summon two Totems instead", statOrder = { 2429, 5311 }, level = 4, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemChanceToSpawnTwo2"] = { type = "Spawn", tier = 2, "15% reduced Totem Placement speed", "Skills that would Summon a Totem have 40% chance to Summon two Totems instead", statOrder = { 2429, 5311 }, level = 60, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemChanceToSpawnTwo2h1"] = { type = "Spawn", tier = 1, "25% reduced Totem Placement speed", "Skills that would Summon a Totem have 50% chance to Summon two Totems instead", statOrder = { 2429, 5311 }, level = 4, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemChanceToSpawnTwo2h2"] = { type = "Spawn", tier = 2, "25% reduced Totem Placement speed", "Skills that would Summon a Totem have 70% chance to Summon two Totems instead", statOrder = { 2429, 5311 }, level = 60, group = "WeaponTreeTotemChanceToSpawnTwo", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemExplodeOnDeath1"] = { type = "Spawn", tier = 1, "15% reduced Totem Life", "Totems Explode on Death, dealing 10% of their Life as Physical Damage", statOrder = { 1633, 9627 }, level = 4, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemExplodeOnDeath2"] = { type = "Spawn", tier = 2, "15% reduced Totem Life", "Totems Explode on Death, dealing 15% of their Life as Physical Damage", statOrder = { 1633, 9627 }, level = 60, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemExplodeOnDeath2h1"] = { type = "Spawn", tier = 1, "25% reduced Totem Life", "Totems Explode on Death, dealing 20% of their Life as Physical Damage", statOrder = { 1633, 9627 }, level = 4, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeTotemExplodeOnDeath2h2"] = { type = "Spawn", tier = 2, "25% reduced Totem Life", "Totems Explode on Death, dealing 30% of their Life as Physical Damage", statOrder = { 1633, 9627 }, level = 60, group = "WeaponTreeTotemExplodeOnDeath", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeUnaffectedByChillWhileChannelling"] = { type = "Spawn", tier = 1, "30% increased Effect of Chill on you", "Unaffected by Chill while Channelling", statOrder = { 1504, 9676 }, level = 1, group = "WeaponTreeUnaffectedByChillWhileChannelling", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "two_hand_weapon", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeUnaffectedByShockWhileChannelling"] = { type = "Spawn", tier = 1, "30% increased Effect of Shock on you", "Unaffected by Shock while Channelling", statOrder = { 9269, 9696 }, level = 1, group = "WeaponTreeUnaffectedByShockWhileChannelling", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "two_hand_weapon", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeWarcryBuffEffect1"] = { type = "Spawn", tier = 1, "20% increased Warcry Buff Effect", "Warcry Skills have 20% reduced Area of Effect", statOrder = { 9770, 9778 }, level = 10, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryBuffEffect2"] = { type = "Spawn", tier = 2, "30% increased Warcry Buff Effect", "Warcry Skills have 20% reduced Area of Effect", statOrder = { 9770, 9778 }, level = 60, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryBuffEffect2h1"] = { type = "Spawn", tier = 1, "35% increased Warcry Buff Effect", "Warcry Skills have 30% reduced Area of Effect", statOrder = { 9770, 9778 }, level = 10, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryBuffEffect2h2"] = { type = "Spawn", tier = 2, "50% increased Warcry Buff Effect", "Warcry Skills have 30% reduced Area of Effect", statOrder = { 9770, 9778 }, level = 60, group = "WeaponTreeWarcryBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryDamagePerWarcryUsedRecently1"] = { type = "Spawn", tier = 1, "30% reduced Damage", "25% increased Damage for each time you've Warcried Recently", statOrder = { 1058, 5640 }, level = 10, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryDamagePerWarcryUsedRecently2"] = { type = "Spawn", tier = 2, "30% reduced Damage", "40% increased Damage for each time you've Warcried Recently", statOrder = { 1058, 5640 }, level = 60, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryDamagePerWarcryUsedRecently2h1"] = { type = "Spawn", tier = 1, "50% reduced Damage", "40% increased Damage for each time you've Warcried Recently", statOrder = { 1058, 5640 }, level = 10, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeWarcryDamagePerWarcryUsedRecently2h2"] = { type = "Spawn", tier = 2, "50% reduced Damage", "60% increased Damage for each time you've Warcried Recently", statOrder = { 1058, 5640 }, level = 60, group = "WeaponTreeWarcryDamagePerWarcryUsedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WeaponTreeScorchChanceCannotIgnite1"] = { type = "Spawn", tier = 1, "6% chance to Scorch Enemies", "Cannot inflict Ignite", statOrder = { 1881, 2411 }, level = 25, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeScorchChanceCannotIgnite2"] = { type = "Spawn", tier = 2, "10% chance to Scorch Enemies", "Cannot inflict Ignite", statOrder = { 1881, 2411 }, level = 68, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeScorchChanceCannotIgnite2h1"] = { type = "Spawn", tier = 1, "12% chance to Scorch Enemies", "Cannot inflict Ignite", statOrder = { 1881, 2411 }, level = 25, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeScorchChanceCannotIgnite2h2"] = { type = "Spawn", tier = 2, "20% chance to Scorch Enemies", "Cannot inflict Ignite", statOrder = { 1881, 2411 }, level = 68, group = "WeaponTreeScorchChanceCannotIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeBrittleChanceCannotFreezeChill1"] = { type = "Spawn", tier = 1, "6% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrder = { 1884, 2413 }, level = 25, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeBrittleChanceCannotFreezeChill2"] = { type = "Spawn", tier = 2, "10% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrder = { 1884, 2413 }, level = 68, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeBrittleChanceCannotFreezeChill2h1"] = { type = "Spawn", tier = 1, "12% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrder = { 1884, 2413 }, level = 25, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeBrittleChanceCannotFreezeChill2h2"] = { type = "Spawn", tier = 2, "20% chance to inflict Brittle", "Cannot inflict Freeze or Chill", statOrder = { 1884, 2413 }, level = 68, group = "WeaponTreeBrittleChanceCannotFreezeChill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSapChanceCannotShock1"] = { type = "Spawn", tier = 1, "6% chance to Sap Enemies", "Cannot inflict Shock", statOrder = { 1888, 2414 }, level = 25, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSapChanceCannotShock2"] = { type = "Spawn", tier = 2, "10% chance to Sap Enemies", "Cannot inflict Shock", statOrder = { 1888, 2414 }, level = 68, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSapChanceCannotShock2h1"] = { type = "Spawn", tier = 1, "12% chance to Sap Enemies", "Cannot inflict Shock", statOrder = { 1888, 2414 }, level = 25, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSapChanceCannotShock2h2"] = { type = "Spawn", tier = 2, "20% chance to Sap Enemies", "Cannot inflict Shock", statOrder = { 1888, 2414 }, level = 68, group = "WeaponTreeSapChanceCannotShock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeFireExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Fire Exposure on Hit", "25% chance to be inflicted with Fire Exposure when you take Fire Damage from a Hit", statOrder = { 4734, 6749 }, level = 34, group = "WeaponTreeFireExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeColdExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Cold Exposure on Hit", "25% chance to be inflicted with Cold Exposure when you take Cold Damage from a Hit", statOrder = { 4733, 6748 }, level = 34, group = "WeaponTreeColdExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeLightningExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Lightning Exposure on Hit", "25% chance to be inflicted with Lightning Exposure when you take Lightning Damage from a Hit", statOrder = { 4735, 6750 }, level = 34, group = "WeaponTreeLightningExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeAllExposureOnHit"] = { type = "Spawn", tier = 1, "Inflict Fire, Cold, and Lightning Exposure on Hit", "25% chance to be inflicted with a random Exposure when you take Elemental Damage from a Hit", statOrder = { 6740, 6751 }, level = 75, group = "WeaponTreeAllExposureOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeWitherOnHitChance1"] = { type = "Spawn", tier = 1, "6% chance to inflict Withered for 2 seconds on Hit", "25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrder = { 4227, 6752 }, level = 38, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWitherOnHitChance2"] = { type = "Spawn", tier = 2, "10% chance to inflict Withered for 2 seconds on Hit", "25% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrder = { 4227, 6752 }, level = 76, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWitherOnHitChance2h1"] = { type = "Spawn", tier = 1, "10% chance to inflict Withered for 2 seconds on Hit", "50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrder = { 4227, 6752 }, level = 38, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWitherOnHitChance2h2"] = { type = "Spawn", tier = 2, "15% chance to inflict Withered for 2 seconds on Hit", "50% chance to be Withered for 2 seconds when you take Chaos Damage from a Hit", statOrder = { 4227, 6752 }, level = 76, group = "WeaponTreeWitherOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeOverwhelm1"] = { type = "Spawn", tier = 1, "Overwhelm 15% Physical Damage Reduction", "Hits against you Overwhelm 5% of Physical Damage Reduction", statOrder = { 2824, 6640 }, level = 20, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeOverwhelm2"] = { type = "Spawn", tier = 2, "Overwhelm 20% Physical Damage Reduction", "Hits against you Overwhelm 5% of Physical Damage Reduction", statOrder = { 2824, 6640 }, level = 68, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeOverwhelm2h1"] = { type = "Spawn", tier = 1, "Overwhelm 24% Physical Damage Reduction", "Hits against you Overwhelm 10% of Physical Damage Reduction", statOrder = { 2824, 6640 }, level = 25, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeOverwhelm2h2"] = { type = "Spawn", tier = 2, "Overwhelm 32% Physical Damage Reduction", "Hits against you Overwhelm 10% of Physical Damage Reduction", statOrder = { 2824, 6640 }, level = 68, group = "WeaponTreeOvewhelm", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeStunDuration1"] = { type = "Spawn", tier = 1, "30% increased Stun Duration on Enemies", "15% increased Stun Duration on you", statOrder = { 1722, 4004 }, level = 1, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeStunDuration2"] = { type = "Spawn", tier = 2, "40% increased Stun Duration on Enemies", "20% increased Stun Duration on you", statOrder = { 1722, 4004 }, level = 45, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeStunDuration2h1"] = { type = "Spawn", tier = 1, "60% increased Stun Duration on Enemies", "30% increased Stun Duration on you", statOrder = { 1722, 4004 }, level = 1, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeStunDuration2h2"] = { type = "Spawn", tier = 2, "80% increased Stun Duration on Enemies", "40% increased Stun Duration on you", statOrder = { 1722, 4004 }, level = 45, group = "WeaponTreeStunDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFreezeDuration1"] = { type = "Spawn", tier = 1, "20% increased Freeze Duration on Enemies", "15% increased Freeze Duration on you", statOrder = { 1717, 1733 }, level = 1, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeFreezeDuration2"] = { type = "Spawn", tier = 2, "30% increased Freeze Duration on Enemies", "20% increased Freeze Duration on you", statOrder = { 1717, 1733 }, level = 45, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeFreezeDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Freeze Duration on Enemies", "30% increased Freeze Duration on you", statOrder = { 1717, 1733 }, level = 1, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeFreezeDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Freeze Duration on Enemies", "40% increased Freeze Duration on you", statOrder = { 1717, 1733 }, level = 45, group = "WeaponTreeFreezeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeIgniteDuration1"] = { type = "Spawn", tier = 1, "20% increased Ignite Duration on Enemies", "15% increased Ignite Duration on you", statOrder = { 1718, 1734 }, level = 1, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeIgniteDuration2"] = { type = "Spawn", tier = 2, "30% increased Ignite Duration on Enemies", "20% increased Ignite Duration on you", statOrder = { 1718, 1734 }, level = 45, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeIgniteDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Ignite Duration on Enemies", "30% increased Ignite Duration on you", statOrder = { 1718, 1734 }, level = 1, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeIgniteDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Ignite Duration on Enemies", "40% increased Ignite Duration on you", statOrder = { 1718, 1734 }, level = 45, group = "WeaponTreeIgniteDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeBleedDuration1"] = { type = "Spawn", tier = 1, "20% increased Bleeding Duration", "15% increased Bleed Duration on you", statOrder = { 4706, 9222 }, level = 1, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeBleedDuration2"] = { type = "Spawn", tier = 2, "30% increased Bleeding Duration", "20% increased Bleed Duration on you", statOrder = { 4706, 9222 }, level = 45, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeBleedDuration2h1"] = { type = "Spawn", tier = 1, "35% increased Bleeding Duration", "30% increased Bleed Duration on you", statOrder = { 4706, 9222 }, level = 1, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeBleedDuration2h2"] = { type = "Spawn", tier = 2, "50% increased Bleeding Duration", "40% increased Bleed Duration on you", statOrder = { 4706, 9222 }, level = 45, group = "WeaponTreeBleedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreePoisonDuration1"] = { type = "Spawn", tier = 1, "10% increased Poison Duration", "15% increased Poison Duration on you", statOrder = { 3009, 9230 }, level = 1, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreePoisonDuration2"] = { type = "Spawn", tier = 2, "15% increased Poison Duration", "20% increased Poison Duration on you", statOrder = { 3009, 9230 }, level = 45, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreePoisonDuration2h1"] = { type = "Spawn", tier = 1, "18% increased Poison Duration", "30% increased Poison Duration on you", statOrder = { 3009, 9230 }, level = 1, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreePoisonDuration2h2"] = { type = "Spawn", tier = 2, "24% increased Poison Duration", "40% increased Poison Duration on you", statOrder = { 3009, 9230 }, level = 45, group = "WeaponTreePoisonDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChillEffect1"] = { type = "Spawn", tier = 1, "15% increased Effect of Chill on you", "30% increased Effect of Chill", statOrder = { 1504, 5355 }, level = 1, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeChillEffect2"] = { type = "Spawn", tier = 2, "20% increased Effect of Chill on you", "40% increased Effect of Chill", statOrder = { 1504, 5355 }, level = 45, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeChillEffect2h1"] = { type = "Spawn", tier = 1, "30% increased Effect of Chill on you", "60% increased Effect of Chill", statOrder = { 1504, 5355 }, level = 1, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChillEffect2h2"] = { type = "Spawn", tier = 2, "40% increased Effect of Chill on you", "80% increased Effect of Chill", statOrder = { 1504, 5355 }, level = 45, group = "WeaponTreeChillEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeShockEffect1"] = { type = "Spawn", tier = 1, "30% increased Effect of Shock", "15% increased Effect of Shock on you", statOrder = { 9258, 9269 }, level = 1, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeShockEffect2"] = { type = "Spawn", tier = 2, "40% increased Effect of Shock", "20% increased Effect of Shock on you", statOrder = { 9258, 9269 }, level = 45, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeShockEffect2h1"] = { type = "Spawn", tier = 1, "60% increased Effect of Shock", "30% increased Effect of Shock on you", statOrder = { 9258, 9269 }, level = 1, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeShockEffect2h2"] = { type = "Spawn", tier = 2, "80% increased Effect of Shock", "40% increased Effect of Shock on you", statOrder = { 9258, 9269 }, level = 45, group = "WeaponTreeShockEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeImpaleEffect1"] = { type = "Spawn", tier = 1, "10% increased Impale Effect", "Attack Hits against you have 15% chance to Impale", statOrder = { 6715, 9097 }, level = 1, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 75, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeImpaleEffect2"] = { type = "Spawn", tier = 2, "15% increased Impale Effect", "Attack Hits against you have 20% chance to Impale", statOrder = { 6715, 9097 }, level = 45, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 75, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeImpaleEffect2h1"] = { type = "Spawn", tier = 1, "18% increased Impale Effect", "Attack Hits against you have 30% chance to Impale", statOrder = { 6715, 9097 }, level = 1, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeImpaleEffect2h2"] = { type = "Spawn", tier = 2, "24% increased Impale Effect", "Attack Hits against you have 40% chance to Impale", statOrder = { 6715, 9097 }, level = 45, group = "WeaponTreeImpaleEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 75, 300, 0 }, modTags = { }, }, + ["WeaponTreeLocalReducedAttributeRequirements1"] = { type = "Spawn", tier = 1, "20% reduced Attribute Requirements", statOrder = { 946 }, level = 1, group = "WeaponTreeLocalAttributeRequirements", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 1000 }, modTags = { }, }, + ["WeaponTreeLocalReducedAttributeRequirements2"] = { type = "Spawn", tier = 2, "30% reduced Attribute Requirements", statOrder = { 946 }, level = 1, group = "WeaponTreeLocalAttributeRequirements", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 1000 }, modTags = { }, }, + ["WeaponTreeDexterityAndNoInherentBonusFromDexterity1"] = { type = "Spawn", tier = 1, "+60 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2"] = { type = "Spawn", tier = 2, "+80 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2h1"] = { type = "Spawn", tier = 1, "+90 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeDexterityAndNoInherentBonusFromDexterity2h2"] = { type = "Spawn", tier = 2, "+120 to Dexterity", "Gain no inherent bonuses from Dexterity", statOrder = { 1045, 1869 }, level = 1, group = "WeaponTreeDexterityAndNoInherentBonusFromDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence1"] = { type = "Spawn", tier = 1, "+60 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2"] = { type = "Spawn", tier = 2, "+80 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2h1"] = { type = "Spawn", tier = 1, "+90 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence2h2"] = { type = "Spawn", tier = 2, "+120 to Intelligence", "Gain no inherent bonuses from Intelligence", statOrder = { 1046, 1870 }, level = 1, group = "WeaponTreeIntelligenceAndNoInherentBonusFromIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeStrengthAndNoInherentBonusFromStrength1"] = { type = "Spawn", tier = 1, "+60 to Strength", "Gain no inherent bonuses from Strength", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeStrengthAndNoInherentBonusFromStrength2"] = { type = "Spawn", tier = 2, "+80 to Strength", "Gain no inherent bonuses from Strength", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeStrengthAndNoInherentBonusFromStrength2h1"] = { type = "Spawn", tier = 1, "+90 to Strength", "Gain no inherent bonuses from Strength", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "mace", "two_hand_weapon", "default", }, weightVal = { 0, 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeStrengthAndNoInherentBonusFromStrength2h2"] = { type = "Spawn", tier = 2, "+120 to Strength", "Gain no inherent bonuses from Strength", statOrder = { 1044, 1871 }, level = 1, group = "WeaponTreeStrengthAndNoInherentBonusFromStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "mace", "two_hand_weapon", "default", }, weightVal = { 0, 200, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndIntelligence1"] = { type = "Spawn", tier = 1, "4% increased Dexterity", "4% increased Intelligence", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndIntelligence2"] = { type = "Spawn", tier = 2, "6% increased Dexterity", "6% increased Intelligence", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndIntelligence2h1"] = { type = "Spawn", tier = 1, "6% increased Dexterity", "6% increased Intelligence", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndIntelligence2h2"] = { type = "Spawn", tier = 2, "10% increased Dexterity", "10% increased Intelligence", statOrder = { 1052, 1053 }, level = 1, group = "WeaponTreePercentDexterityAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndStrength1"] = { type = "Spawn", tier = 1, "4% increased Strength", "4% increased Dexterity", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndStrength2"] = { type = "Spawn", tier = 2, "6% increased Strength", "6% increased Dexterity", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndStrength2h1"] = { type = "Spawn", tier = 1, "6% increased Strength", "6% increased Dexterity", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePercentDexterityAndStrength2h2"] = { type = "Spawn", tier = 2, "10% increased Strength", "10% increased Dexterity", statOrder = { 1051, 1052 }, level = 1, group = "WeaponTreePercentDexterityAndStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePercentStrengthAndIntelligence1"] = { type = "Spawn", tier = 1, "4% increased Strength", "4% increased Intelligence", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentStrengthAndIntelligence2"] = { type = "Spawn", tier = 2, "6% increased Strength", "6% increased Intelligence", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreePercentStrengthAndIntelligence2h1"] = { type = "Spawn", tier = 1, "6% increased Strength", "6% increased Intelligence", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePercentStrengthAndIntelligence2h2"] = { type = "Spawn", tier = 2, "10% increased Strength", "10% increased Intelligence", statOrder = { 1051, 1053 }, level = 1, group = "WeaponTreePercentStrengthAndIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedIfLowDexterity1"] = { type = "Spawn", tier = 1, "8% increased Movement Speed if Dexterity is below 100", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedIfLowDexterity2"] = { type = "Spawn", tier = 2, "12% increased Movement Speed if Dexterity is below 100", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedIfLowDexterity2h1"] = { type = "Spawn", tier = 1, "14% increased Movement Speed if Dexterity is below 100", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedIfLowDexterity2h2"] = { type = "Spawn", tier = 2, "20% increased Movement Speed if Dexterity is below 100", statOrder = { 8712 }, level = 1, group = "WeaponTreeMovementSpeedIfLowDexterity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfLowIntelligence1"] = { type = "Spawn", tier = 1, "14% increased Area of Effect if Intelligence is below 100", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfLowIntelligence2"] = { type = "Spawn", tier = 2, "20% increased Area of Effect if Intelligence is below 100", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfLowIntelligence2h1"] = { type = "Spawn", tier = 1, "24% increased Area of Effect if Intelligence is below 100", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectIfLowIntelligence2h2"] = { type = "Spawn", tier = 2, "32% increased Area of Effect if Intelligence is below 100", statOrder = { 4452 }, level = 1, group = "WeaponTreeAreaOfEffectIfLowIntelligence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleDamageChanceIfLowStrength1"] = { type = "Spawn", tier = 1, "6% chance to deal Double Damage if Strength is below 100", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleDamageChanceIfLowStrength2"] = { type = "Spawn", tier = 2, "10% chance to deal Double Damage if Strength is below 100", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "one_hand_weapon", "shield", "default", }, weightVal = { 200, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleDamageChanceIfLowStrength2h1"] = { type = "Spawn", tier = 1, "12% chance to deal Double Damage if Strength is below 100", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeDoubleDamageChanceIfLowStrength2h2"] = { type = "Spawn", tier = 2, "16% chance to deal Double Damage if Strength is below 100", statOrder = { 5821 }, level = 1, group = "WeaponTreeDoubleDamageChanceIfLowStrength", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "mace", "two_hand_weapon", "default", }, weightVal = { 200, 500, 0 }, modTags = { }, }, + ["WeaponTreeModEffectMinion1"] = { type = "Spawn", tier = 1, "10% increased Explicit Minion Modifier magnitudes", statOrder = { 36 }, level = 1, group = "WeaponTreeModEffectMinion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeModEffectMinion2"] = { type = "Spawn", tier = 2, "15% increased Explicit Minion Modifier magnitudes", statOrder = { 36 }, level = 65, group = "WeaponTreeModEffectMinion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeModEffectElementalDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Elemental Damage Modifier magnitudes", statOrder = { 35 }, level = 1, group = "WeaponTreeModEffectElementalDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectElementalDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Elemental Damage Modifier magnitudes", statOrder = { 35 }, level = 65, group = "WeaponTreeModEffectElementalDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectPhysicalAndChaosDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Physical and Chaos Damage Modifier magnitudes", statOrder = { 37 }, level = 1, group = "WeaponTreeModEffectPhysicalAndChaosDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectPhysicalAndChaosDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Physical and Chaos Damage Modifier magnitudes", statOrder = { 37 }, level = 65, group = "WeaponTreeModEffectPhysicalAndChaosDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectCasterDamage1"] = { type = "Spawn", tier = 1, "10% increased Explicit Caster Damage Modifier magnitudes", statOrder = { 22 }, level = 1, group = "WeaponTreeModEffectCasterDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectCasterDamage2"] = { type = "Spawn", tier = 2, "15% increased Explicit Caster Damage Modifier magnitudes", statOrder = { 22 }, level = 65, group = "WeaponTreeModEffectCasterDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectCritical1"] = { type = "Spawn", tier = 1, "10% increased Explicit Critical Modifier magnitudes", statOrder = { 25 }, level = 1, group = "WeaponTreeModEffectCritical", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectCritical2"] = { type = "Spawn", tier = 2, "15% increased Explicit Critical Modifier magnitudes", statOrder = { 25 }, level = 65, group = "WeaponTreeModEffectCritical", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectSpeed1"] = { type = "Spawn", tier = 1, "10% increased Explicit Speed Modifier magnitudes", statOrder = { 34 }, level = 1, group = "WeaponTreeModEffectSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectSpeed2"] = { type = "Spawn", tier = 2, "15% increased Explicit Speed Modifier magnitudes", statOrder = { 34 }, level = 65, group = "WeaponTreeModEffectSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "shield", "default", }, weightVal = { 0, 0, 300 }, modTags = { }, }, + ["WeaponTreeModEffectMana1"] = { type = "Spawn", tier = 1, "10% increased Explicit Mana Modifier magnitudes", statOrder = { 31 }, level = 1, group = "WeaponTreeModEffectMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectMana2"] = { type = "Spawn", tier = 2, "15% increased Explicit Mana Modifier magnitudes", statOrder = { 31 }, level = 65, group = "WeaponTreeModEffectMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 300, 0, 0, 300, 300, 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectLife1"] = { type = "Spawn", tier = 1, "10% increased Explicit Life Modifier magnitudes", statOrder = { 29 }, level = 1, group = "WeaponTreeModEffectLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectLife2"] = { type = "Spawn", tier = 2, "15% increased Explicit Life Modifier magnitudes", statOrder = { 29 }, level = 65, group = "WeaponTreeModEffectLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectDefence1"] = { type = "Spawn", tier = 1, "10% increased Explicit Defence Modifier magnitudes", statOrder = { 27 }, level = 1, group = "WeaponTreeModEffectDefence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectDefence2"] = { type = "Spawn", tier = 2, "15% increased Explicit Defence Modifier magnitudes", statOrder = { 27 }, level = 65, group = "WeaponTreeModEffectDefence", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectResistance1"] = { type = "Spawn", tier = 1, "10% increased Explicit Resistance Modifier magnitudes", statOrder = { 33 }, level = 1, group = "WeaponTreeModEffectResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectResistance2"] = { type = "Spawn", tier = 2, "15% increased Explicit Resistance Modifier magnitudes", statOrder = { 33 }, level = 65, group = "WeaponTreeModEffectResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeModEffectAttributes1"] = { type = "Spawn", tier = 1, "10% increased Explicit Attribute Modifier magnitudes", statOrder = { 21 }, level = 1, group = "WeaponTreeModEffectAttributes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 150 }, modTags = { }, }, + ["WeaponTreeModEffectAttributes2"] = { type = "Spawn", tier = 2, "15% increased Explicit Attribute Modifier magnitudes", statOrder = { 21 }, level = 65, group = "WeaponTreeModEffectAttributes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 150 }, modTags = { }, }, + ["WeaponTreeChargeDuration1"] = { type = "Spawn", tier = 1, "50% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 24, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeDuration2"] = { type = "Spawn", tier = 2, "65% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 55, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeDuration3"] = { type = "Spawn", tier = 3, "80% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 78, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeDuration2h1"] = { type = "Spawn", tier = 1, "100% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 24, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeDuration2h2"] = { type = "Spawn", tier = 2, "120% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 55, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeDuration2h3"] = { type = "Spawn", tier = 3, "140% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 78, group = "WeaponTreeChargeDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit1"] = { type = "Spawn", tier = 1, "5% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 24, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit2"] = { type = "Spawn", tier = 2, "10% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 55, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit3"] = { type = "Spawn", tier = 3, "15% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 78, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit2h1"] = { type = "Spawn", tier = 1, "15% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 24, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit2h2"] = { type = "Spawn", tier = 2, "20% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 55, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeStealChargesOnHit2h3"] = { type = "Spawn", tier = 3, "25% chance to Steal Power, Frenzy, and Endurance Charges on Hit", statOrder = { 2837 }, level = 78, group = "WeaponTreeStealChargesOnHitPercent", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeChargeOnKill"] = { type = "Spawn", tier = 1, "75% reduced Endurance, Frenzy and Power Charge Duration", "Gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 2870, 3448 }, level = 70, group = "WeaponTreeRandomChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 200 }, modTags = { }, }, + ["WeaponTreeFrenzyChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Frenzy Charge Duration", "Gain a Frenzy Charge on Kill", statOrder = { 1981, 2480 }, level = 30, group = "WeaponTreeFrenzyChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, + ["WeaponTreePowerChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Power Charge Duration", "Gain a Power Charge on Kill", statOrder = { 1996, 2482 }, level = 30, group = "WeaponTreePowerChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, + ["WeaponTreeEnduranceChargeOnKill"] = { type = "Spawn", tier = 1, "50% reduced Endurance Charge Duration", "Gain an Endurance Charge on Kill", statOrder = { 1979, 2478 }, level = 30, group = "WeaponTreeEnduranceChargeOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "fishing_rod", "default", }, weightVal = { 0, 400 }, modTags = { }, }, + ["WeaponTreeMinimumFrenzyAndPowerCharges"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "+1 to Minimum Frenzy Charges", "+1 to Minimum Power Charges", statOrder = { 1663, 1667, 1672 }, level = 30, group = "WeaponTreeMinimumChargesFrenzyAndPower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumFrenzyAndPowerCharges2H"] = { type = "Spawn", tier = 1, "-2 to Maximum Endurance Charges", "+2 to Minimum Frenzy Charges", "+2 to Minimum Power Charges", statOrder = { 1663, 1667, 1672 }, level = 30, group = "WeaponTreeMinimumChargesFrenzyAndPower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumPowerAndEnduranceCharges"] = { type = "Spawn", tier = 1, "+1 to Minimum Endurance Charges", "-1 to Maximum Frenzy Charges", "+1 to Minimum Power Charges", statOrder = { 1662, 1668, 1672 }, level = 30, group = "WeaponTreeMinimumChargesPowerAndEndurance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumPowerAndEnduranceCharges2H"] = { type = "Spawn", tier = 1, "+2 to Minimum Endurance Charges", "-2 to Maximum Frenzy Charges", "+2 to Minimum Power Charges", statOrder = { 1662, 1668, 1672 }, level = 30, group = "WeaponTreeMinimumChargesPowerAndEndurance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumEnduranceAndFrenzyCharges"] = { type = "Spawn", tier = 1, "+1 to Minimum Endurance Charges", "+1 to Minimum Frenzy Charges", "-1 to Maximum Power Charges", statOrder = { 1662, 1667, 1673 }, level = 30, group = "WeaponTreeMinimumChargesEnduranceAndFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 300, 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumEnduranceAndFrenzyCharges2H"] = { type = "Spawn", tier = 1, "+2 to Minimum Endurance Charges", "+2 to Minimum Frenzy Charges", "-2 to Maximum Power Charges", statOrder = { 1662, 1667, 1673 }, level = 30, group = "WeaponTreeMinimumChargesEnduranceAndFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, modTags = { }, }, + ["WeaponTreeMinimumAllCharges"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance, Frenzy and Power Charges", "+1 to Minimum Endurance, Frenzy and Power Charges", statOrder = { 8485, 8590 }, level = 30, group = "WeaponTreeAllMinimumCharges", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeMinimumAllCharges2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance, Frenzy and Power Charges", "+2 to Minimum Endurance, Frenzy and Power Charges", statOrder = { 8485, 8590 }, level = 30, group = "WeaponTreeAllMinimumCharges", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFrenzyCharges"] = { type = "MergeOnly", tier = 1, "-1 to Maximum Endurance Charges", "+1 to Maximum Frenzy Charges", "-1 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeMaximumFrenzyCharges2H"] = { type = "MergeOnly", tier = 1, "-2 to Maximum Endurance Charges", "+2 to Maximum Frenzy Charges", "-2 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMaximumPowerCharges"] = { type = "MergeOnly", tier = 1, "-1 to Maximum Endurance Charges", "-1 to Maximum Frenzy Charges", "+1 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeMaximumPowerCharges2H"] = { type = "MergeOnly", tier = 1, "-2 to Maximum Endurance Charges", "-2 to Maximum Frenzy Charges", "+2 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMaximumEnduranceCharges"] = { type = "MergeOnly", tier = 1, "+1 to Maximum Endurance Charges", "-1 to Maximum Frenzy Charges", "-1 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeMaximumEnduranceCharges2H"] = { type = "MergeOnly", tier = 1, "+2 to Maximum Endurance Charges", "-2 to Maximum Frenzy Charges", "-2 to Maximum Power Charges", statOrder = { 1663, 1668, 1673 }, level = 70, group = "WeaponTreeMaximumCharges", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedPerFrenzyCharge"] = { type = "Spawn", tier = 1, "4% increased Movement Speed per Frenzy Charge", "-1 to Maximum Frenzy Charges", statOrder = { 1661, 1668 }, level = 50, group = "WeaponTreeMovementSpeedPerFrenzyCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeMovementSpeedPerFrenzyCharge2H"] = { type = "Spawn", tier = 1, "6% increased Movement Speed per Frenzy Charge", "-1 to Maximum Frenzy Charges", statOrder = { 1661, 1668 }, level = 50, group = "WeaponTreeMovementSpeedPerFrenzyCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryPerPowerCharge"] = { type = "Spawn", tier = 1, "-1 to Maximum Power Charges", "4% increased Cooldown Recovery Rate per Power Charge", statOrder = { 1673, 5453 }, level = 50, group = "WeaponTreeCooldownRecoveryPerPowerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeCooldownRecoveryPerPowerCharge2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Power Charges", "6% increased Cooldown Recovery Rate per Power Charge", statOrder = { 1673, 5453 }, level = 50, group = "WeaponTreeCooldownRecoveryPerPowerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectPerEnduranceCharge"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "8% increased Area of Effect per Endurance Charge", statOrder = { 1663, 4462 }, level = 50, group = "WeaponTreeAreaOfEffectPerEnduranceCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeAreaOfEffectPerEnduranceCharge2H"] = { type = "Spawn", tier = 1, "-1 to Maximum Endurance Charges", "12% increased Area of Effect per Endurance Charge", statOrder = { 1663, 4462 }, level = 50, group = "WeaponTreeAreaOfEffectPerEnduranceCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDamagePerCharge"] = { type = "Spawn", tier = 1, "15% increased Damage per Endurance, Frenzy or Power Charge", "-1 to Maximum Endurance, Frenzy and Power Charges", statOrder = { 5637, 8485 }, level = 70, group = "WeaponTreeDamagePerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeDamagePerCharge2H"] = { type = "Spawn", tier = 1, "25% increased Damage per Endurance, Frenzy or Power Charge", "-1 to Maximum Endurance, Frenzy and Power Charges", statOrder = { 5637, 8485 }, level = 70, group = "WeaponTreeDamagePerCharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeRampage1"] = { type = "MergeOnly", tier = 1, "Rampage", statOrder = { 9919 }, level = 86, group = "WeaponTreeSimulatedRampage", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Agony has 25% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrder = { 6590, 6593 }, level = 16, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Agony has 35% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrder = { 6590, 6593 }, level = 56, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Agony has 45% increased Buff Effect", "Herald of Agony has 25% increased Reservation", statOrder = { 6590, 6593 }, level = 82, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Agony has 50% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrder = { 6590, 6593 }, level = 16, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Agony has 70% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrder = { 6590, 6593 }, level = 56, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAgonyEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Agony has 90% increased Buff Effect", "Herald of Agony has 50% increased Reservation", statOrder = { 6590, 6593 }, level = 82, group = "WeaponTreeHeraldOfAgonyEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 25% increased Buff Effect", statOrder = { 3862, 6594 }, level = 16, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 35% increased Buff Effect", statOrder = { 3862, 6594 }, level = 56, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Ash has 25% increased Reservation", "Herald of Ash has 45% increased Buff Effect", statOrder = { 3862, 6594 }, level = 82, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 50% increased Buff Effect", statOrder = { 3862, 6594 }, level = 16, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 70% increased Buff Effect", statOrder = { 3862, 6594 }, level = 56, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfAshEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Ash has 50% increased Reservation", "Herald of Ash has 90% increased Buff Effect", statOrder = { 3862, 6594 }, level = 82, group = "WeaponTreeHeraldOfAshEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 25% increased Buff Effect", statOrder = { 3863, 6598 }, level = 16, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 35% increased Buff Effect", statOrder = { 3863, 6598 }, level = 56, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Ice has 25% increased Reservation", "Herald of Ice has 45% increased Buff Effect", statOrder = { 3863, 6598 }, level = 82, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 50% increased Buff Effect", statOrder = { 3863, 6598 }, level = 16, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 70% increased Buff Effect", statOrder = { 3863, 6598 }, level = 56, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfIceEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Ice has 50% increased Reservation", "Herald of Ice has 90% increased Buff Effect", statOrder = { 3863, 6598 }, level = 82, group = "WeaponTreeHeraldOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Purity has 25% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrder = { 6602, 6606 }, level = 16, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Purity has 35% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrder = { 6602, 6606 }, level = 56, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Purity has 45% increased Buff Effect", "Herald of Purity has 25% increased Reservation", statOrder = { 6602, 6606 }, level = 82, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Purity has 50% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrder = { 6602, 6606 }, level = 16, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Purity has 70% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrder = { 6602, 6606 }, level = 56, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfPurityEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Purity has 90% increased Buff Effect", "Herald of Purity has 50% increased Reservation", statOrder = { 6602, 6606 }, level = 82, group = "WeaponTreeHeraldOfPurityEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation1"] = { type = "Spawn", tier = 1, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 25% increased Buff Effect", statOrder = { 3864, 6608 }, level = 16, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation2"] = { type = "Spawn", tier = 2, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 35% increased Buff Effect", statOrder = { 3864, 6608 }, level = 56, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation3"] = { type = "Spawn", tier = 3, "Herald of Thunder has 25% increased Reservation", "Herald of Thunder has 45% increased Buff Effect", statOrder = { 3864, 6608 }, level = 82, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 50% increased Buff Effect", statOrder = { 3864, 6608 }, level = 16, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 70% increased Buff Effect", statOrder = { 3864, 6608 }, level = 56, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHeraldOfLightningEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Herald of Thunder has 50% increased Reservation", "Herald of Thunder has 90% increased Buff Effect", statOrder = { 3864, 6608 }, level = 82, group = "WeaponTreeHeraldOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation1"] = { type = "Spawn", tier = 1, "Anger has 20% increased Aura Effect", "Anger has 25% increased Reservation", statOrder = { 3196, 3257 }, level = 24, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation2"] = { type = "Spawn", tier = 2, "Anger has 25% increased Aura Effect", "Anger has 25% increased Reservation", statOrder = { 3196, 3257 }, level = 56, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation3"] = { type = "Spawn", tier = 3, "Anger has 30% increased Aura Effect", "Anger has 25% increased Reservation", statOrder = { 3196, 3257 }, level = 82, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Anger has 40% increased Aura Effect", "Anger has 50% increased Reservation", statOrder = { 3196, 3257 }, level = 24, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Anger has 50% increased Aura Effect", "Anger has 50% increased Reservation", statOrder = { 3196, 3257 }, level = 56, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeAngerEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Anger has 60% increased Aura Effect", "Anger has 50% increased Reservation", statOrder = { 3196, 3257 }, level = 82, group = "WeaponTreeAngerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation1"] = { type = "Spawn", tier = 1, "Wrath has 20% increased Aura Effect", "Wrath has 25% increased Reservation", statOrder = { 3201, 3874 }, level = 24, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation2"] = { type = "Spawn", tier = 2, "Wrath has 25% increased Aura Effect", "Wrath has 25% increased Reservation", statOrder = { 3201, 3874 }, level = 56, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation3"] = { type = "Spawn", tier = 3, "Wrath has 30% increased Aura Effect", "Wrath has 25% increased Reservation", statOrder = { 3201, 3874 }, level = 82, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Wrath has 40% increased Aura Effect", "Wrath has 50% increased Reservation", statOrder = { 3201, 3874 }, level = 24, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Wrath has 50% increased Aura Effect", "Wrath has 50% increased Reservation", statOrder = { 3201, 3874 }, level = 56, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeWrathEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Wrath has 60% increased Aura Effect", "Wrath has 50% increased Reservation", statOrder = { 3201, 3874 }, level = 82, group = "WeaponTreeWrathEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation1"] = { type = "Spawn", tier = 1, "Hatred has 20% increased Aura Effect", "Hatred has 25% increased Reservation", statOrder = { 3206, 3866 }, level = 24, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation2"] = { type = "Spawn", tier = 2, "Hatred has 25% increased Aura Effect", "Hatred has 25% increased Reservation", statOrder = { 3206, 3866 }, level = 56, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation3"] = { type = "Spawn", tier = 3, "Hatred has 30% increased Aura Effect", "Hatred has 25% increased Reservation", statOrder = { 3206, 3866 }, level = 82, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Hatred has 40% increased Aura Effect", "Hatred has 50% increased Reservation", statOrder = { 3206, 3866 }, level = 24, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Hatred has 50% increased Aura Effect", "Hatred has 50% increased Reservation", statOrder = { 3206, 3866 }, level = 56, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHatredEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Hatred has 60% increased Aura Effect", "Hatred has 50% increased Reservation", statOrder = { 3206, 3866 }, level = 82, group = "WeaponTreeHatredEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDeterminationEffectAndReservation1"] = { type = "Spawn", tier = 1, "Determination has 20% increased Aura Effect", "Determination has 25% increased Reservation", statOrder = { 3207, 3868 }, level = 24, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDeterminationEffectAndReservation2"] = { type = "Spawn", tier = 2, "Determination has 25% increased Aura Effect", "Determination has 25% increased Reservation", statOrder = { 3207, 3868 }, level = 56, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDeterminationEffectAndReservation3"] = { type = "Spawn", tier = 3, "Determination has 30% increased Aura Effect", "Determination has 25% increased Reservation", statOrder = { 3207, 3868 }, level = 82, group = "WeaponTreeDeterminationEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDisciplineEffectAndReservation1"] = { type = "Spawn", tier = 1, "Discipline has 20% increased Aura Effect", "Discipline has 25% increased Reservation", statOrder = { 3208, 3869 }, level = 24, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDisciplineEffectAndReservation2"] = { type = "Spawn", tier = 2, "Discipline has 25% increased Aura Effect", "Discipline has 25% increased Reservation", statOrder = { 3208, 3869 }, level = 56, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeDisciplineEffectAndReservation3"] = { type = "Spawn", tier = 3, "Discipline has 30% increased Aura Effect", "Discipline has 25% increased Reservation", statOrder = { 3208, 3869 }, level = 82, group = "WeaponTreeDisciplineEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeGraceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Grace has 20% increased Aura Effect", "Grace has 25% increased Reservation", statOrder = { 3203, 3875 }, level = 24, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeGraceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Grace has 25% increased Aura Effect", "Grace has 25% increased Reservation", statOrder = { 3203, 3875 }, level = 56, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeGraceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Grace has 30% increased Aura Effect", "Grace has 25% increased Reservation", statOrder = { 3203, 3875 }, level = 82, group = "WeaponTreeGraceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation1"] = { type = "Spawn", tier = 1, "Zealotry has 20% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrder = { 9899, 9902 }, level = 24, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation2"] = { type = "Spawn", tier = 2, "Zealotry has 25% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrder = { 9899, 9902 }, level = 56, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation3"] = { type = "Spawn", tier = 3, "Zealotry has 30% increased Aura Effect", "Zealotry has 25% increased Reservation", statOrder = { 9899, 9902 }, level = 82, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Zealotry has 40% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrder = { 9899, 9902 }, level = 24, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Zealotry has 50% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrder = { 9899, 9902 }, level = 56, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeZealotryEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Zealotry has 60% increased Aura Effect", "Zealotry has 50% increased Reservation", statOrder = { 9899, 9902 }, level = 82, group = "WeaponTreeZealotryEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation1"] = { type = "Spawn", tier = 1, "Pride has 20% increased Aura Effect", "Pride has 25% increased Reservation", statOrder = { 8988, 8994 }, level = 24, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation2"] = { type = "Spawn", tier = 2, "Pride has 25% increased Aura Effect", "Pride has 25% increased Reservation", statOrder = { 8988, 8994 }, level = 56, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation3"] = { type = "Spawn", tier = 3, "Pride has 30% increased Aura Effect", "Pride has 25% increased Reservation", statOrder = { 8988, 8994 }, level = 82, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Pride has 40% increased Aura Effect", "Pride has 50% increased Reservation", statOrder = { 8988, 8994 }, level = 24, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Pride has 50% increased Aura Effect", "Pride has 50% increased Reservation", statOrder = { 8988, 8994 }, level = 56, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePrideEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Pride has 60% increased Aura Effect", "Pride has 50% increased Reservation", statOrder = { 8988, 8994 }, level = 82, group = "WeaponTreePrideEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfFireEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Fire has 20% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrder = { 3198, 3871 }, level = 24, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfFireEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Fire has 25% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrder = { 3198, 3871 }, level = 56, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfFireEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Fire has 30% increased Aura Effect", "Purity of Fire has 25% increased Reservation", statOrder = { 3198, 3871 }, level = 82, group = "WeaponTreePurityOfFireEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfIceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Ice has 20% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrder = { 3199, 3867 }, level = 24, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfIceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Ice has 25% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrder = { 3199, 3867 }, level = 56, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfIceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Ice has 30% increased Aura Effect", "Purity of Ice has 25% increased Reservation", statOrder = { 3199, 3867 }, level = 82, group = "WeaponTreePurityOfIceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfLightningEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Lightning has 20% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrder = { 3200, 3872 }, level = 24, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfLightningEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Lightning has 25% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrder = { 3200, 3872 }, level = 56, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfLightningEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Lightning has 30% increased Aura Effect", "Purity of Lightning has 25% increased Reservation", statOrder = { 3200, 3872 }, level = 82, group = "WeaponTreePurityOfLightningEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfElementsEffectAndReservation1"] = { type = "Spawn", tier = 1, "Purity of Elements has 20% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrder = { 3197, 3870 }, level = 24, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfElementsEffectAndReservation2"] = { type = "Spawn", tier = 2, "Purity of Elements has 25% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrder = { 3197, 3870 }, level = 56, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePurityOfElementsEffectAndReservation3"] = { type = "Spawn", tier = 3, "Purity of Elements has 30% increased Aura Effect", "Purity of Elements has 25% increased Reservation", statOrder = { 3197, 3870 }, level = 82, group = "WeaponTreePurityOfElementsEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation1"] = { type = "Spawn", tier = 1, "Malevolence has 20% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrder = { 5725, 5726 }, level = 24, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation2"] = { type = "Spawn", tier = 2, "Malevolence has 25% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrder = { 5725, 5726 }, level = 56, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation3"] = { type = "Spawn", tier = 3, "Malevolence has 30% increased Aura Effect", "Malevolence has 25% increased Reservation", statOrder = { 5725, 5726 }, level = 82, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Malevolence has 40% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrder = { 5725, 5726 }, level = 24, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Malevolence has 50% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrder = { 5725, 5726 }, level = 56, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeMalevolenceEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Malevolence has 60% increased Aura Effect", "Malevolence has 50% increased Reservation", statOrder = { 5725, 5726 }, level = 82, group = "WeaponTreeMalevolenceEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation1"] = { type = "Spawn", tier = 1, "Haste has 20% increased Aura Effect", "Haste has 25% increased Reservation", statOrder = { 3204, 3876 }, level = 24, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation2"] = { type = "Spawn", tier = 2, "Haste has 25% increased Aura Effect", "Haste has 25% increased Reservation", statOrder = { 3204, 3876 }, level = 56, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation3"] = { type = "Spawn", tier = 3, "Haste has 30% increased Aura Effect", "Haste has 25% increased Reservation", statOrder = { 3204, 3876 }, level = 82, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Haste has 40% increased Aura Effect", "Haste has 50% increased Reservation", statOrder = { 3204, 3876 }, level = 24, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Haste has 50% increased Aura Effect", "Haste has 50% increased Reservation", statOrder = { 3204, 3876 }, level = 56, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreeHasteEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Haste has 60% increased Aura Effect", "Haste has 50% increased Reservation", statOrder = { 3204, 3876 }, level = 82, group = "WeaponTreeHasteEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation1"] = { type = "Spawn", tier = 1, "Precision has 20% increased Aura Effect", "Precision has 25% increased Reservation", statOrder = { 3205, 8985 }, level = 8, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation2"] = { type = "Spawn", tier = 2, "Precision has 25% increased Aura Effect", "Precision has 25% increased Reservation", statOrder = { 3205, 8985 }, level = 56, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation3"] = { type = "Spawn", tier = 3, "Precision has 30% increased Aura Effect", "Precision has 25% increased Reservation", statOrder = { 3205, 8985 }, level = 82, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "wand", "one_hand_weapon", "shield", "default", }, weightVal = { 37, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Precision has 40% increased Aura Effect", "Precision has 50% increased Reservation", statOrder = { 3205, 8985 }, level = 8, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Precision has 50% increased Aura Effect", "Precision has 50% increased Reservation", statOrder = { 3205, 8985 }, level = 56, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, + ["WeaponTreePrecisionEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Precision has 60% increased Aura Effect", "Precision has 50% increased Reservation", statOrder = { 3205, 8985 }, level = 82, group = "WeaponTreePrecisionEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 37, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation1"] = { type = "Spawn", tier = 1, "Banner Skills have 20% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 8, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation2"] = { type = "Spawn", tier = 2, "Banner Skills have 25% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 56, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation3"] = { type = "Spawn", tier = 3, "Banner Skills have 30% increased Aura Effect", "25% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 82, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 150, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation2h1"] = { type = "Spawn", tier = 1, "Banner Skills have 40% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 8, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation2h2"] = { type = "Spawn", tier = 2, "Banner Skills have 50% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 56, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, + ["WeaponTreeBannerEffectAndReservation2h3"] = { type = "Spawn", tier = 3, "Banner Skills have 60% increased Aura Effect", "50% increased Reservation of Banner Skills", statOrder = { 3202, 4686 }, level = 82, group = "WeaponTreeBannerEffectAndReservation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 37, 150, 0 }, modTags = { }, }, + ["WeaponTreeSpellSuppressionSpellDamageSuppressed1"] = { type = "Spawn", tier = 1, "-5% to amount of Suppressed Spell Damage Prevented", "+20% chance to Suppress Spell Damage", statOrder = { 1012, 1014 }, level = 15, group = "WeaponTreeSpellSuppressionSpellDamageSuppressed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellSuppressionSpellDamageSuppressed2"] = { type = "Spawn", tier = 2, "-5% to amount of Suppressed Spell Damage Prevented", "+25% chance to Suppress Spell Damage", statOrder = { 1012, 1014 }, level = 60, group = "WeaponTreeSpellSuppressionSpellDamageSuppressed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageSuppressedSpellSuppression1"] = { type = "Spawn", tier = 1, "Prevent +2% of Suppressed Spell Damage", "-10% chance to Suppress Spell Damage", statOrder = { 1012, 1014 }, level = 15, group = "WeaponTreeSpellDamageSuppressedSpellSuppression", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellDamageSuppressedSpellSuppression2"] = { type = "Spawn", tier = 2, "Prevent +3% of Suppressed Spell Damage", "-10% chance to Suppress Spell Damage", statOrder = { 1012, 1014 }, level = 60, group = "WeaponTreeSpellDamageSuppressedSpellSuppression", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently1"] = { type = "Spawn", tier = 1, "+20% chance to Suppress Spell Damage", "-15% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently", statOrder = { 1014, 9417 }, level = 5, group = "WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently2"] = { type = "Spawn", tier = 2, "+25% chance to Suppress Spell Damage", "-18% chance to Suppress Spell Damage if you've Suppressed Spell Damage Recently", statOrder = { 1014, 9417 }, level = 55, group = "WeaponTreeSpellSuppressionSpellSuppressionIfSuppressedRecently", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLifeOnSupress1"] = { type = "Spawn", tier = 1, "Recover 2% of Life when you Suppress Spell Damage", statOrder = { 9105 }, level = 15, group = "WeaponTreeLifeOnSupress", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLifeOnSupress2"] = { type = "Spawn", tier = 2, "Recover 3% of Life when you Suppress Spell Damage", statOrder = { 9105 }, level = 60, group = "WeaponTreeLifeOnSupress", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeLifeOnBlock1"] = { type = "Spawn", tier = 1, "Recover 30 Life when you Block", statOrder = { 1619 }, level = 1, group = "WeaponTreeLifeOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeLifeOnBlock2"] = { type = "Spawn", tier = 2, "Recover 50 Life when you Block", statOrder = { 1619 }, level = 50, group = "WeaponTreeLifeOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldOnBlock1"] = { type = "Spawn", tier = 1, "Gain 30 Energy Shield when you Block", statOrder = { 1618 }, level = 1, group = "WeaponTreeEnergyShieldOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldOnBlock2"] = { type = "Spawn", tier = 2, "Gain 50 Energy Shield when you Block", statOrder = { 1618 }, level = 50, group = "WeaponTreeEnergyShieldOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeManaOnBlock1"] = { type = "Spawn", tier = 1, "30 Mana gained when you Block", statOrder = { 1617 }, level = 1, group = "WeaponTreeManaOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeManaOnBlock2"] = { type = "Spawn", tier = 2, "50 Mana gained when you Block", statOrder = { 1617 }, level = 50, group = "WeaponTreeManaOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeChillOnBlock1"] = { type = "Spawn", tier = 1, "50% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 1, group = "WeaponTreeChillOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeChillOnBlock2"] = { type = "Spawn", tier = 2, "Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 50, group = "WeaponTreeChillOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeShockOnBlock1"] = { type = "Spawn", tier = 1, "50% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 1, group = "WeaponTreeShockOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeShockOnBlock2"] = { type = "Spawn", tier = 2, "Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 50, group = "WeaponTreeShockOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeScorchOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to Scorch Enemies when you Block their Damage", statOrder = { 5301 }, level = 30, group = "WeaponTreeScorchOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeScorchOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to Scorch Enemies when you Block their Damage", statOrder = { 5301 }, level = 75, group = "WeaponTreeScorchOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeBrittleOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to inflict Brittle on Enemies when you Block their Damage", statOrder = { 5296 }, level = 30, group = "WeaponTreeBrittleOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeBrittleOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to inflict Brittle on Enemies when you Block their Damage", statOrder = { 5296 }, level = 75, group = "WeaponTreeBrittleOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeSapOnBlock1"] = { type = "Spawn", tier = 1, "15% chance to Sap Enemies when you Block their Damage", statOrder = { 5300 }, level = 30, group = "WeaponTreeSapOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeSapOnBlock2"] = { type = "Spawn", tier = 2, "20% chance to Sap Enemies when you Block their Damage", statOrder = { 5300 }, level = 75, group = "WeaponTreeSapOnBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeMaxBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+2% to maximum Chance to Block Attack Damage", "You take 5% of Damage from Blocked Hits", statOrder = { 1843, 4708 }, level = 45, group = "WeaponTreeMaxBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeMaxBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+3% to maximum Chance to Block Attack Damage", "You take 5% of Damage from Blocked Hits", statOrder = { 1843, 4708 }, level = 82, group = "WeaponTreeMaxBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeMaxSpellBlockDamageFromBlockedHits1"] = { type = "Spawn", tier = 1, "+2% to maximum Chance to Block Spell Damage", "You take 5% of Damage from Blocked Hits", statOrder = { 1844, 4708 }, level = 75, group = "WeaponTreeMaxSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeMaxSpellBlockDamageFromBlockedHits2"] = { type = "Spawn", tier = 2, "+3% to maximum Chance to Block Spell Damage", "You take 5% of Damage from Blocked Hits", statOrder = { 1844, 4708 }, level = 82, group = "WeaponTreeMaxSpellBlockDamageFromBlockedHits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAvoidIgniteChanceToBeShocked1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Ignited", "+20% chance to be Shocked", statOrder = { 1705, 2795 }, level = 1, group = "WeaponTreeAvoidIgniteChanceToBeShocked", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidIgniteChanceToBeShocked2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Ignited", "+20% chance to be Shocked", statOrder = { 1705, 2795 }, level = 60, group = "WeaponTreeAvoidIgniteChanceToBeShocked", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidFreezeChanceToBeIgnited1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Frozen", "+20% chance to be Ignited", statOrder = { 1704, 2794 }, level = 1, group = "WeaponTreeAvoidFreezeChanceToBeIgnited", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidFreezeChanceToBeIgnited2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Frozen", "+20% chance to be Ignited", statOrder = { 1704, 2794 }, level = 60, group = "WeaponTreeAvoidFreezeChanceToBeIgnited", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidShockChanceToBeFrozen1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Shocked", "+20% chance to be Frozen", statOrder = { 1707, 2793 }, level = 1, group = "WeaponTreeAvoidShockChanceToBeFrozen", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidShockChanceToBeFrozen2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Shocked", "+20% chance to be Frozen", statOrder = { 1707, 2793 }, level = 60, group = "WeaponTreeAvoidShockChanceToBeFrozen", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidBleedChanceToBePoisoned1"] = { type = "Spawn", tier = 1, "+20% chance to be Poisoned", "60% chance to Avoid Bleeding", statOrder = { 3210, 4046 }, level = 12, group = "WeaponTreeAvoidBleedChanceToBePoisoned", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidBleedChanceToBePoisoned2"] = { type = "Spawn", tier = 2, "+20% chance to be Poisoned", "100% chance to Avoid Bleeding", statOrder = { 3210, 4046 }, level = 65, group = "WeaponTreeAvoidBleedChanceToBePoisoned", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidPoisonBleedDurationOnSelf1"] = { type = "Spawn", tier = 1, "60% chance to Avoid being Poisoned", "50% increased Bleed Duration on you", statOrder = { 1708, 9222 }, level = 12, group = "WeaponTreeAvoidPoisonBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeAvoidPoisonBleedDurationOnSelf2"] = { type = "Spawn", tier = 2, "100% chance to Avoid being Poisoned", "50% increased Bleed Duration on you", statOrder = { 1708, 9222 }, level = 65, group = "WeaponTreeAvoidPoisonBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeCorruptingBloodImmunityExposureEffectOnSelf1"] = { type = "Spawn", tier = 1, "Corrupted Blood cannot be inflicted on you", "50% increased Effect of Exposure on you", statOrder = { 5002, 6056 }, level = 40, group = "WeaponTreeCorruptingBloodImmunityExposureEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeExposureImmunityChanceToBeMaimed1"] = { type = "Spawn", tier = 1, "Attack Hits have 20% chance to Maim you for 4 seconds", "Immune to Exposure", statOrder = { 5231, 6701 }, level = 40, group = "WeaponTreeExposureImmunityChanceToBeMaimed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf1"] = { type = "Spawn", tier = 1, "20% reduced Damage per Curse on you", "30% reduced Effect of Curses on you", statOrder = { 1083, 2024 }, level = 28, group = "WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf2"] = { type = "Spawn", tier = 2, "20% reduced Damage per Curse on you", "40% reduced Effect of Curses on you", statOrder = { 1083, 2024 }, level = 73, group = "WeaponTreeCurseEffectOnSelfReducedDamagePerCurseOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf1"] = { type = "Spawn", tier = 1, "10% increased Damage per Curse on you", "25% increased Effect of Curses on you", statOrder = { 1083, 2024 }, level = 28, group = "WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf2"] = { type = "Spawn", tier = 2, "15% increased Damage per Curse on you", "25% increased Effect of Curses on you", statOrder = { 1083, 2024 }, level = 73, group = "WeaponTreeDamagePerCurseOnSelfCurseEffectOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeStunThresholdStunDurationOnSelf1"] = { type = "Spawn", tier = 1, "100% increased Stun Threshold", "50% increased Stun Duration on you", statOrder = { 3113, 4004 }, level = 1, group = "WeaponTreeStunThresholdStunDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeStunThresholdStunDurationOnSelf2"] = { type = "Spawn", tier = 2, "150% increased Stun Threshold", "50% increased Stun Duration on you", statOrder = { 3113, 4004 }, level = 60, group = "WeaponTreeStunThresholdStunDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeStunRecoveryReducedStunThreshold1"] = { type = "Spawn", tier = 1, "100% increased Stun and Block Recovery", "25% reduced Stun Threshold", statOrder = { 1759, 3113 }, level = 1, group = "WeaponTreeStunRecoveryReducedStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeStunRecoveryReducedStunThreshold2"] = { type = "Spawn", tier = 2, "150% increased Stun and Block Recovery", "25% reduced Stun Threshold", statOrder = { 1759, 3113 }, level = 60, group = "WeaponTreeStunRecoveryReducedStunThreshold", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits1"] = { type = "Spawn", tier = 1, "You take 30% reduced Extra Damage from Critical Strikes", "Hits have 100% increased Critical Strike Chance against you", statOrder = { 1373, 2969 }, level = 1, group = "WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits2"] = { type = "Spawn", tier = 2, "You take 40% reduced Extra Damage from Critical Strikes", "Hits have 100% increased Critical Strike Chance against you", statOrder = { 1373, 2969 }, level = 45, group = "WeaponTreeEnemyCritChanceAgainstSelfReducedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits1"] = { type = "Spawn", tier = 1, "You take 20% increased Extra Damage from Critical Strikes", "Hits have 50% reduced Critical Strike Chance against you", statOrder = { 1373, 2969 }, level = 1, group = "WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits2"] = { type = "Spawn", tier = 2, "You take 20% increased Extra Damage from Critical Strikes", "Hits have 70% reduced Critical Strike Chance against you", statOrder = { 1373, 2969 }, level = 45, group = "WeaponTreeEnemyCritChanceAgainstSelfIncreasedDamageFromCrits", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeElementalDamageReflectImmunePhysicalReflectDamageTaken1"] = { type = "Spawn", tier = 1, "100% reduced Reflected Elemental Damage taken", "100% increased Reflected Physical Damage taken", statOrder = { 2556, 2557 }, level = 68, group = "WeaponTreeElementalDamageReflectImmunePhysicalReflectDamageTaken", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreePhysicalDamageReflectImmuneElementalReflectDamageTaken1"] = { type = "Spawn", tier = 1, "100% increased Reflected Elemental Damage taken", "100% reduced Reflected Physical Damage taken", statOrder = { 2556, 2557 }, level = 68, group = "WeaponTreePhysicalDamageReflectImmuneElementalReflectDamageTaken", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDamageYouReflectGainedAsLife1"] = { type = "Spawn", tier = 1, "20% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrder = { 2560 }, level = 1, group = "WeaponTreeDamageYouReflectGainedAsLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeDamageYouReflectGainedAsLife2"] = { type = "Spawn", tier = 2, "30% of Damage you Reflect to Enemies when Hit is leeched as Life", statOrder = { 2560 }, level = 50, group = "WeaponTreeDamageYouReflectGainedAsLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLifeRecoveryRateReducedMaximumLife1"] = { type = "Spawn", tier = 1, "10% reduced maximum Life", "12% increased Life Recovery rate", statOrder = { 1431, 1438 }, level = 1, group = "WeaponTreeLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeLifeRecoveryRateReducedMaximumLife2"] = { type = "Spawn", tier = 2, "10% reduced maximum Life", "16% increased Life Recovery rate", statOrder = { 1431, 1438 }, level = 72, group = "WeaponTreeLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 750, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield1"] = { type = "Spawn", tier = 1, "25% reduced Energy Shield", "12% increased Energy Shield Recovery rate", statOrder = { 1420, 1428 }, level = 1, group = "WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield2"] = { type = "Spawn", tier = 2, "25% reduced Energy Shield", "16% increased Energy Shield Recovery rate", statOrder = { 1420, 1428 }, level = 72, group = "WeaponTreeEnergyShieldRecoveryRateReducedLocalEnergyShield", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 750, 0 }, modTags = { }, }, + ["WeaponTreeManaRecoveryRateReducedMaximumMana1"] = { type = "Spawn", tier = 1, "10% reduced maximum Mana", "12% increased Mana Recovery rate", statOrder = { 1440, 1446 }, level = 1, group = "WeaponTreeManaRecoveryRateReducedMaximumMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeManaRecoveryRateReducedMaximumMana2"] = { type = "Spawn", tier = 2, "10% reduced maximum Mana", "16% increased Mana Recovery rate", statOrder = { 1440, 1446 }, level = 72, group = "WeaponTreeManaRecoveryRateReducedMaximumMana", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLifeRegenOnLowLife1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Life per second while on Low Life", statOrder = { 1802 }, level = 1, group = "WeaponTreeLifeRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeLifeRegenOnLowLife2"] = { type = "Spawn", tier = 2, "Regenerate 3% of Life per second while on Low Life", statOrder = { 1802 }, level = 50, group = "WeaponTreeLifeRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldRegenOnLowLife1"] = { type = "Spawn", tier = 1, "Regenerate 2% of Energy Shield per second while on Low Life", statOrder = { 1660 }, level = 10, group = "WeaponTreeEnergyShieldRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeEnergyShieldRegenOnLowLife2"] = { type = "Spawn", tier = 2, "Regenerate 3% of Energy Shield per second while on Low Life", statOrder = { 1660 }, level = 80, group = "WeaponTreeEnergyShieldRegenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "str_armour", "dex_armour", "str_dex_armour", "shield", "default", }, weightVal = { 0, 0, 0, 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock1"] = { type = "Spawn", tier = 1, "-20% chance to Block Projectile Attack Damage", "+25% chance to Block Projectile Spell Damage", statOrder = { 2315, 4758 }, level = 1, group = "WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock2"] = { type = "Spawn", tier = 2, "-20% chance to Block Projectile Attack Damage", "+30% chance to Block Projectile Spell Damage", statOrder = { 2315, 4758 }, level = 65, group = "WeaponTreeSpellProjectileBlockReducedAttackProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock1"] = { type = "Spawn", tier = 1, "+25% chance to Block Projectile Attack Damage", "-20% chance to Block Projectile Spell Damage", statOrder = { 2315, 4758 }, level = 1, group = "WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock2"] = { type = "Spawn", tier = 2, "+30% chance to Block Projectile Attack Damage", "-20% chance to Block Projectile Spell Damage", statOrder = { 2315, 4758 }, level = 62, group = "WeaponTreeAttackProjectileBlockReducedSpellProjectileBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeElusiveOnLowLifeReducedElusiveEffect1"] = { type = "Spawn", tier = 1, "30% reduced Elusive Effect", "Gain Elusive on reaching Low Life", statOrder = { 5904, 6268 }, level = 30, group = "WeaponTreeElusiveOnLowLifeReducedElusiveEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeElusiveOnLowLifeReducedElusiveEffect2"] = { type = "Spawn", tier = 2, "20% reduced Elusive Effect", "Gain Elusive on reaching Low Life", statOrder = { 5904, 6268 }, level = 76, group = "WeaponTreeElusiveOnLowLifeReducedElusiveEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife1"] = { type = "Spawn", tier = 1, "Cannot be Stunned when on Low Life", "8% increased Damage taken while on Low Life", statOrder = { 2028, 5688 }, level = 1, group = "WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife2"] = { type = "Spawn", tier = 2, "Cannot be Stunned when on Low Life", "5% increased Damage taken while on Low Life", statOrder = { 2028, 5688 }, level = 76, group = "WeaponTreeCannotBeStunnedOnLowLifeDamageTakenOnLowLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeConsecratedGroundAilmentImmunityConsecratedGroundEffect1"] = { type = "Spawn", tier = 1, "100% chance to Avoid Elemental Ailments while on Consecrated Ground", "50% reduced Effect of Consecrated Ground you create", statOrder = { 3391, 5431 }, level = 40, group = "WeaponTreeConsecratedGroundAilmentImmunityConsecratedGroundEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeConsecratedGroundEffectConsecratedGroundArea1"] = { type = "Spawn", tier = 1, "50% reduced Consecrated Ground Area", "30% increased Effect of Consecrated Ground you create", statOrder = { 5429, 5431 }, level = 40, group = "WeaponTreeConsecratedGroundEffectConsecratedGroundArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeConsecratedGroundEffectConsecratedGroundArea2"] = { type = "Spawn", tier = 2, "50% reduced Consecrated Ground Area", "50% increased Effect of Consecrated Ground you create", statOrder = { 5429, 5431 }, level = 80, group = "WeaponTreeConsecratedGroundEffectConsecratedGroundArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["WeaponTreeGuardSkillCooldownRecoveryGuardDuration1"] = { type = "Spawn", tier = 1, "Guard Skills have 60% increased Cooldown Recovery Rate", "Guard Skills have 50% reduced Duration", statOrder = { 6413, 6414 }, level = 15, group = "WeaponTreeGuardSkillCooldownRecoveryGuardDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeGuardSkillCooldownRecoveryGuardDuration2"] = { type = "Spawn", tier = 2, "Guard Skills have 80% increased Cooldown Recovery Rate", "Guard Skills have 50% reduced Duration", statOrder = { 6413, 6414 }, level = 65, group = "WeaponTreeGuardSkillCooldownRecoveryGuardDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeDebuffTimePassed1"] = { type = "Spawn", tier = 1, "Debuffs on you expire 15% faster", statOrder = { 5715 }, level = 25, group = "WeaponTreeDebuffTimePassed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeDebuffTimePassed2"] = { type = "Spawn", tier = 2, "Debuffs on you expire 25% faster", statOrder = { 5715 }, level = 78, group = "WeaponTreeDebuffTimePassed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAvoidAilmentsFromCriticalStrikes1"] = { type = "Spawn", tier = 1, "50% chance to avoid Ailments from Critical Strikes", statOrder = { 4650 }, level = 1, group = "WeaponTreeAvoidAilmentsFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeAvoidAilmentsFromCriticalStrikes2"] = { type = "Spawn", tier = 2, "75% chance to avoid Ailments from Critical Strikes", statOrder = { 4650 }, level = 70, group = "WeaponTreeAvoidAilmentsFromCriticalStrikes", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery1"] = { type = "Spawn", tier = 1, "Retaliation Skills have 30% reduced Cooldown Recovery Rate", "Retaliation Skills deal 45% more Damage", statOrder = { 5467, 9786 }, level = 28, group = "WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery2"] = { type = "Spawn", tier = 2, "Retaliation Skills have 30% reduced Cooldown Recovery Rate", "Retaliation Skills deal 60% more Damage", statOrder = { 5467, 9786 }, level = 75, group = "WeaponTreeCounterattacksMoreDamageCounterattackCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["WeaponTreeFortificationDurationMaximumFortification1"] = { type = "Spawn", tier = 1, "150% increased Fortification Duration", "-2 to maximum Fortification", statOrder = { 2117, 4738 }, level = 35, group = "WeaponTreeFortificationDurationMaximumFortification", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeFortificationDurationMaximumFortification2"] = { type = "Spawn", tier = 2, "200% increased Fortification Duration", "-2 to maximum Fortification", statOrder = { 2117, 4738 }, level = 80, group = "WeaponTreeFortificationDurationMaximumFortification", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "shield", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["WeaponTreeNumberOfCorpsesReducedCorpseLife1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have +1 to Maximum number of corpses allowed", "Corpses you Spawn have 5% reduced Maximum Life", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeNumberOfCorpsesReducedCorpseLife2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have +2 to Maximum number of corpses allowed", "Corpses you Spawn have 5% reduced Maximum Life", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeNumberOfCorpsesReducedCorpseLife2h1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have +2 to Maximum number of corpses allowed", "Corpses you Spawn have 10% reduced Maximum Life", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeNumberOfCorpsesReducedCorpseLife2h2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have +4 to Maximum number of corpses allowed", "Corpses you Spawn have 10% reduced Maximum Life", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeNumberOfCorpsesReducedCorpseLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeCorpseLifeReducedNumberOfCorpses1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have -1 to Maximum number of corpses allowed", "Corpses you Spawn have 10% increased Maximum Life", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeCorpseLifeReducedNumberOfCorpses2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have -1 to Maximum number of corpses allowed", "Corpses you Spawn have 15% increased Maximum Life", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeCorpseLifeReducedNumberOfCorpses2h1"] = { type = "Spawn", tier = 1, "Desecrate and Unearth have -2 to Maximum number of corpses allowed", "Corpses you Spawn have 20% increased Maximum Life", statOrder = { 5731, 8503 }, level = 16, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeCorpseLifeReducedNumberOfCorpses2h2"] = { type = "Spawn", tier = 2, "Desecrate and Unearth have -2 to Maximum number of corpses allowed", "Corpses you Spawn have 30% increased Maximum Life", statOrder = { 5731, 8503 }, level = 72, group = "WeaponTreeCorpseLifeReducedNumberOfCorpses", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration1"] = { type = "Spawn", tier = 1, "10% reduced Minion Duration", "Minions have 15% increased Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2"] = { type = "Spawn", tier = 2, "10% reduced Minion Duration", "Minions have 25% increased Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2h1"] = { type = "Spawn", tier = 1, "20% reduced Minion Duration", "Minions have 30% increased Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionCooldownRecoveryReducedMinionDuration2h2"] = { type = "Spawn", tier = 2, "20% reduced Minion Duration", "Minions have 50% increased Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionCooldownRecoveryReducedMinionDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionDurationReducedCooldownRecovery1"] = { type = "Spawn", tier = 1, "15% increased Minion Duration", "Minions have 15% reduced Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDurationReducedCooldownRecovery2"] = { type = "Spawn", tier = 2, "20% increased Minion Duration", "Minions have 15% reduced Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDurationReducedCooldownRecovery2h1"] = { type = "Spawn", tier = 1, "30% increased Minion Duration", "Minions have 30% reduced Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 12, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionDurationReducedCooldownRecovery2h2"] = { type = "Spawn", tier = 2, "40% increased Minion Duration", "Minions have 30% reduced Cooldown Recovery Rate", statOrder = { 4739, 8616 }, level = 64, group = "WeaponTreeMinionDurationReducedCooldownRecovery", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAreaOfEffectReducedDamage1"] = { type = "Spawn", tier = 1, "Minions deal 15% reduced Damage", "Minions have 20% increased Area of Effect", statOrder = { 1830, 2868 }, level = 1, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAreaOfEffectReducedDamage2"] = { type = "Spawn", tier = 2, "Minions deal 15% reduced Damage", "Minions have 30% increased Area of Effect", statOrder = { 1830, 2868 }, level = 55, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAreaOfEffectReducedDamage2h1"] = { type = "Spawn", tier = 1, "Minions deal 30% reduced Damage", "Minions have 40% increased Area of Effect", statOrder = { 1830, 2868 }, level = 1, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionAreaOfEffectReducedDamage2h2"] = { type = "Spawn", tier = 2, "Minions deal 30% reduced Damage", "Minions have 60% increased Area of Effect", statOrder = { 1830, 2868 }, level = 55, group = "WeaponTreeMinionAreaOfEffectReducedDamage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionElementalResistanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "Minions have +12% to all Elemental Resistances", "Minions have -11% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionElementalResistanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "Minions have +16% to all Elemental Resistances", "Minions have -11% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionElementalResistanceReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "Minions have +25% to all Elemental Resistances", "Minions have -23% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionElementalResistanceReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "Minions have +35% to all Elemental Resistances", "Minions have -23% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionElementalResistanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionChaosResistanceReducedElementalResistance1"] = { type = "Spawn", tier = 1, "Minions have -6% to all Elemental Resistances", "Minions have +17% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionChaosResistanceReducedElementalResistance2"] = { type = "Spawn", tier = 2, "Minions have -6% to all Elemental Resistances", "Minions have +23% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionChaosResistanceReducedElementalResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -12% to all Elemental Resistances", "Minions have +37% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 1, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionChaosResistanceReducedElementalResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -12% to all Elemental Resistances", "Minions have +47% to Chaos Resistance", statOrder = { 2760, 2761 }, level = 55, group = "WeaponTreeMinionChaosResistanceReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionArmour1"] = { type = "Spawn", tier = 1, "Minions have +350 to Armour", statOrder = { 2753 }, level = 25, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionArmour2"] = { type = "Spawn", tier = 2, "Minions have +500 to Armour", statOrder = { 2753 }, level = 55, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionArmour2h1"] = { type = "Spawn", tier = 1, "Minions have +700 to Armour", statOrder = { 2753 }, level = 25, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionArmour2h2"] = { type = "Spawn", tier = 2, "Minions have +1000 to Armour", statOrder = { 2753 }, level = 55, group = "WeaponTreeMinionArmour", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionEvasion1"] = { type = "Spawn", tier = 1, "Minions have 20% increased Evasion Rating", statOrder = { 8629 }, level = 1, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionEvasion2"] = { type = "Spawn", tier = 2, "Minions have 30% increased Evasion Rating", statOrder = { 8629 }, level = 55, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionEvasion2h1"] = { type = "Spawn", tier = 1, "Minions have 40% increased Evasion Rating", statOrder = { 8629 }, level = 1, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionEvasion2h2"] = { type = "Spawn", tier = 2, "Minions have 60% increased Evasion Rating", statOrder = { 8629 }, level = 55, group = "WeaponTreeMinionEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion1"] = { type = "Spawn", tier = 1, "Minions have 15% reduced Evasion Rating", "Minions have +15% chance to Suppress Spell Damage", statOrder = { 8629, 8656 }, level = 24, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2"] = { type = "Spawn", tier = 2, "Minions have 15% reduced Evasion Rating", "Minions have +25% chance to Suppress Spell Damage", statOrder = { 8629, 8656 }, level = 76, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2h1"] = { type = "Spawn", tier = 1, "Minions have 30% reduced Evasion Rating", "Minions have +30% chance to Suppress Spell Damage", statOrder = { 8629, 8656 }, level = 24, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellSuppressionChanceReducedEvasion2h2"] = { type = "Spawn", tier = 2, "Minions have 30% reduced Evasion Rating", "Minions have +50% chance to Suppress Spell Damage", statOrder = { 8629, 8656 }, level = 76, group = "WeaponTreeMinionSpellSuppressionChanceReducedEvasion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeReducedLifeRecoveryRate1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Life Recovery rate", "Minions have 20% increased maximum Life", statOrder = { 1624, 1625 }, level = 1, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeReducedLifeRecoveryRate2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Life Recovery rate", "Minions have 30% increased maximum Life", statOrder = { 1624, 1625 }, level = 62, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeReducedLifeRecoveryRate2h1"] = { type = "Spawn", tier = 1, "Minions have 20% reduced Life Recovery rate", "Minions have 40% increased maximum Life", statOrder = { 1624, 1625 }, level = 1, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeReducedLifeRecoveryRate2h2"] = { type = "Spawn", tier = 2, "Minions have 20% reduced Life Recovery rate", "Minions have 60% increased maximum Life", statOrder = { 1624, 1625 }, level = 62, group = "WeaponTreeMinionLifeReducedLifeRecoveryRate", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife1"] = { type = "Spawn", tier = 1, "Minions have 15% increased Life Recovery rate", "Minions have 15% reduced maximum Life", statOrder = { 1624, 1625 }, level = 10, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2"] = { type = "Spawn", tier = 2, "Minions have 20% increased Life Recovery rate", "Minions have 15% reduced maximum Life", statOrder = { 1624, 1625 }, level = 66, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2h1"] = { type = "Spawn", tier = 1, "Minions have 30% increased Life Recovery rate", "Minions have 30% reduced maximum Life", statOrder = { 1624, 1625 }, level = 10, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeRecoveryRateReducedMaximumLife2h2"] = { type = "Spawn", tier = 2, "Minions have 40% increased Life Recovery rate", "Minions have 30% reduced maximum Life", statOrder = { 1624, 1625 }, level = 66, group = "WeaponTreeMinionLifeRecoveryRateReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 4000, 4000, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance1"] = { type = "Spawn", tier = 1, "Minions have -6% to all Elemental Resistances", "Minions gain 15% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 2760, 8643 }, level = 15, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2"] = { type = "Spawn", tier = 2, "Minions have -6% to all Elemental Resistances", "Minions gain 20% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 2760, 8643 }, level = 78, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -12% to all Elemental Resistances", "Minions gain 30% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 2760, 8643 }, level = 15, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -12% to all Elemental Resistances", "Minions gain 40% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 2760, 8643 }, level = 78, group = "WeaponTreeMinionLifeAsExtraEnergyShieldReducedElementalResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionMaximumElementalResistances1"] = { type = "Spawn", tier = 1, "Minions have +1% to all maximum Elemental Resistances", statOrder = { 8642 }, level = 83, group = "WeaponTreeMinionMaximumElementalResistances", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionMaximumElementalResistances2h1"] = { type = "Spawn", tier = 1, "Minions have +2% to all maximum Elemental Resistances", statOrder = { 8642 }, level = 83, group = "WeaponTreeMinionMaximumElementalResistances", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlindOnHitChance1"] = { type = "Spawn", tier = 1, "Minions have 10% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 20, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlindOnHitChance2"] = { type = "Spawn", tier = 2, "Minions have 15% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 73, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlindOnHitChance2h1"] = { type = "Spawn", tier = 1, "Minions have 20% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 20, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlindOnHitChance2h2"] = { type = "Spawn", tier = 2, "Minions have 30% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 73, group = "WeaponTreeMinionBlindOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionHinderOnHitChance1"] = { type = "Spawn", tier = 1, "Minions have 10% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 20, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionHinderOnHitChance2"] = { type = "Spawn", tier = 2, "Minions have 15% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 73, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionHinderOnHitChance2h1"] = { type = "Spawn", tier = 1, "Minions have 20% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 20, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionHinderOnHitChance2h2"] = { type = "Spawn", tier = 2, "Minions have 30% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 73, group = "WeaponTreeMinionHinderOnHitChance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionMovementSpeed1"] = { type = "Spawn", tier = 1, "Minions have 12% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, + ["WeaponTreeMinionMovementSpeed2"] = { type = "Spawn", tier = 2, "Minions have 16% increased Movement Speed", statOrder = { 1628 }, level = 52, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, + ["WeaponTreeMinionMovementSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 24% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, + ["WeaponTreeMinionMovementSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 32% increased Movement Speed", statOrder = { 1628 }, level = 52, group = "WeaponTreeMinionMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { }, }, + ["WeaponTreeMinionProjectileSpeed1"] = { type = "Spawn", tier = 1, "Minions have 15% increased Projectile Speed", statOrder = { 8651 }, level = 1, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionProjectileSpeed2"] = { type = "Spawn", tier = 2, "Minions have 20% increased Projectile Speed", statOrder = { 8651 }, level = 76, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionProjectileSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 30% increased Projectile Speed", statOrder = { 8651 }, level = 1, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionProjectileSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 40% increased Projectile Speed", statOrder = { 8651 }, level = 76, group = "WeaponTreeMinionProjectileSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionBleedChanceBleedDurationOnSelf1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to cause Bleeding with Attacks", "20% increased Bleed Duration on you", statOrder = { 2341, 9222 }, level = 25, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2"] = { type = "Spawn", tier = 2, "Minions have 12% chance to cause Bleeding with Attacks", "20% increased Bleed Duration on you", statOrder = { 2341, 9222 }, level = 78, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to cause Bleeding with Attacks", "40% increased Bleed Duration on you", statOrder = { 2341, 9222 }, level = 25, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionBleedChanceBleedDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "Minions have 24% chance to cause Bleeding with Attacks", "40% increased Bleed Duration on you", statOrder = { 2341, 9222 }, level = 78, group = "WeaponTreeMinionBleedChanceBleedDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf1"] = { type = "Spawn", tier = 1, "Minions have 8% chance to Poison Enemies on Hit", "20% increased Poison Duration on you", statOrder = { 3013, 9230 }, level = 25, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2"] = { type = "Spawn", tier = 2, "Minions have 12% chance to Poison Enemies on Hit", "20% increased Poison Duration on you", statOrder = { 3013, 9230 }, level = 78, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "Minions have 16% chance to Poison Enemies on Hit", "40% increased Poison Duration on you", statOrder = { 3013, 9230 }, level = 25, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionPoisonChancePoisonDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "Minions have 24% chance to Poison Enemies on Hit", "40% increased Poison Duration on you", statOrder = { 3013, 9230 }, level = 78, group = "WeaponTreeMinionPoisonChancePoisonDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Ignite Duration on you", "Minions have 8% chance to Ignite", statOrder = { 1734, 8613 }, level = 25, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Ignite Duration on you", "Minions have 12% chance to Ignite", statOrder = { 1734, 8613 }, level = 78, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Ignite Duration on you", "Minions have 16% chance to Ignite", statOrder = { 1734, 8613 }, level = 25, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionIgniteChanceIgniteDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Ignite Duration on you", "Minions have 24% chance to Ignite", statOrder = { 1734, 8613 }, level = 78, group = "WeaponTreeMinionIgniteChanceIgniteDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Freeze Duration on you", "Minions have 8% chance to Freeze", statOrder = { 1733, 8610 }, level = 25, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Freeze Duration on you", "Minions have 12% chance to Freeze", statOrder = { 1733, 8610 }, level = 78, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Freeze Duration on you", "Minions have 16% chance to Freeze", statOrder = { 1733, 8610 }, level = 25, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionFreezeChanceFreezeDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Freeze Duration on you", "Minions have 24% chance to Freeze", statOrder = { 1733, 8610 }, level = 78, group = "WeaponTreeMinionFreezeChanceFreezeDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionShockChanceShockDurationOnSelf1"] = { type = "Spawn", tier = 1, "20% increased Shock Duration on you", "Minions have 8% chance to Shock", statOrder = { 1732, 8615 }, level = 25, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionShockChanceShockDurationOnSelf2"] = { type = "Spawn", tier = 2, "20% increased Shock Duration on you", "Minions have 12% chance to Shock", statOrder = { 1732, 8615 }, level = 78, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionShockChanceShockDurationOnSelf2h1"] = { type = "Spawn", tier = 1, "40% increased Shock Duration on you", "Minions have 16% chance to Shock", statOrder = { 1732, 8615 }, level = 25, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionShockChanceShockDurationOnSelf2h2"] = { type = "Spawn", tier = 2, "40% increased Shock Duration on you", "Minions have 24% chance to Shock", statOrder = { 1732, 8615 }, level = 78, group = "WeaponTreeMinionShockChanceShockDurationOnSelf", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeLinkSkillsEffectReducedLinkManaCost1"] = { type = "Spawn", tier = 1, "Link Skills have 8% increased Buff Effect", "20% increased Mana Cost of Link Skills", statOrder = { 6938, 6945 }, level = 40, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2"] = { type = "Spawn", tier = 2, "Link Skills have 12% increased Buff Effect", "20% increased Mana Cost of Link Skills", statOrder = { 6938, 6945 }, level = 82, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2h1"] = { type = "Spawn", tier = 1, "Link Skills have 16% increased Buff Effect", "40% increased Mana Cost of Link Skills", statOrder = { 6938, 6945 }, level = 40, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeLinkSkillsEffectReducedLinkManaCost2h2"] = { type = "Spawn", tier = 2, "Link Skills have 24% increased Buff Effect", "40% increased Mana Cost of Link Skills", statOrder = { 6938, 6945 }, level = 82, group = "WeaponTreeLinkSkillsEffectReducedLinkManaCost", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect1"] = { type = "Spawn", tier = 1, "Link Skills have 20% reduced Buff Effect", "Link Skills Link to 1 additional random target", statOrder = { 6938, 6956 }, level = 84, group = "WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect2h1"] = { type = "Spawn", tier = 1, "Link Skills have 30% reduced Buff Effect", "Link Skills Link to 2 additional random targets", statOrder = { 6938, 6956 }, level = 84, group = "WeaponTreeLinkToExtraAlliesReducedLinkBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect1"] = { type = "Spawn", tier = 1, "Convocation has 25% increased Cooldown Recovery Rate", "20% reduced Convocation Buff Effect", statOrder = { 3709, 3855 }, level = 28, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2"] = { type = "Spawn", tier = 2, "Convocation has 40% increased Cooldown Recovery Rate", "20% reduced Convocation Buff Effect", statOrder = { 3709, 3855 }, level = 70, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2h1"] = { type = "Spawn", tier = 1, "Convocation has 50% increased Cooldown Recovery Rate", "40% reduced Convocation Buff Effect", statOrder = { 3709, 3855 }, level = 28, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeConvocationCooldownSpeedReducedBuffEffect2h2"] = { type = "Spawn", tier = 2, "Convocation has 80% increased Cooldown Recovery Rate", "40% reduced Convocation Buff Effect", statOrder = { 3709, 3855 }, level = 70, group = "WeaponTreeConvocationCooldownSpeedReducedBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { }, }, + ["WeaponTreeOfferingEffectReducedDuration1"] = { type = "Spawn", tier = 1, "10% increased effect of Offerings", "Offering Skills have 15% reduced Duration", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingEffectReducedDuration2"] = { type = "Spawn", tier = 2, "15% increased effect of Offerings", "Offering Skills have 15% reduced Duration", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingEffectReducedDuration2h1"] = { type = "Spawn", tier = 1, "20% increased effect of Offerings", "Offering Skills have 30% reduced Duration", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingEffectReducedDuration2h2"] = { type = "Spawn", tier = 2, "30% increased effect of Offerings", "Offering Skills have 30% reduced Duration", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingEffectReducedDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingDurationReducedEffect1"] = { type = "Spawn", tier = 1, "10% reduced effect of Offerings", "Offering Skills have 25% increased Duration", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingDurationReducedEffect2"] = { type = "Spawn", tier = 2, "10% reduced effect of Offerings", "Offering Skills have 40% increased Duration", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingDurationReducedEffect2h1"] = { type = "Spawn", tier = 1, "20% reduced effect of Offerings", "Offering Skills have 50% increased Duration", statOrder = { 3894, 8836 }, level = 16, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeOfferingDurationReducedEffect2h2"] = { type = "Spawn", tier = 2, "20% reduced effect of Offerings", "Offering Skills have 80% increased Duration", statOrder = { 3894, 8836 }, level = 78, group = "WeaponTreeOfferingDurationReducedEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 2500, 2500, 0 }, modTags = { }, }, + ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Movement Speed", "Minions have 10% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1628, 3221 }, level = 50, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Movement Speed", "Minions have 15% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1628, 3221 }, level = 81, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2h1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced Movement Speed", "Minions have 20% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1628, 3221 }, level = 50, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionOnslaughtChanceReducedMovementSpeed2h2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced Movement Speed", "Minions have 30% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1628, 3221 }, level = 81, group = "WeaponTreeMinionOnslaughtChanceReducedMovementSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance1"] = { type = "Spawn", tier = 1, "Minions have -7% to Chaos Resistance", "Minions have 10% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 2761, 3219 }, level = 50, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2"] = { type = "Spawn", tier = 2, "Minions have -7% to Chaos Resistance", "Minions have 15% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 2761, 3219 }, level = 81, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2h1"] = { type = "Spawn", tier = 1, "Minions have -7% to Chaos Resistance", "Minions have 20% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 2761, 3219 }, level = 50, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionUnholyMightChanceReducedChaosResistance2h2"] = { type = "Spawn", tier = 2, "Minions have -7% to Chaos Resistance", "Minions have 30% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 2761, 3219 }, level = 81, group = "WeaponTreeMinionUnholyMightChanceReducedChaosResistance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlockReducedSpellBlock1"] = { type = "Spawn", tier = 1, "Minions have +20% Chance to Block Attack Damage", "Minions have -10% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlockReducedSpellBlock2"] = { type = "Spawn", tier = 2, "Minions have +25% Chance to Block Attack Damage", "Minions have -10% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlockReducedSpellBlock2h1"] = { type = "Spawn", tier = 1, "Minions have +30% Chance to Block Attack Damage", "Minions have -15% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionBlockReducedSpellBlock2h2"] = { type = "Spawn", tier = 2, "Minions have +40% Chance to Block Attack Damage", "Minions have -15% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionBlockReducedSpellBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellBlockReducedBlock1"] = { type = "Spawn", tier = 1, "Minions have -10% Chance to Block Attack Damage", "Minions have +20% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellBlockReducedBlock2"] = { type = "Spawn", tier = 2, "Minions have -10% Chance to Block Attack Damage", "Minions have +25% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellBlockReducedBlock2h1"] = { type = "Spawn", tier = 1, "Minions have -15% Chance to Block Attack Damage", "Minions have +30% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 24, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionSpellBlockReducedBlock2h2"] = { type = "Spawn", tier = 2, "Minions have -15% Chance to Block Attack Damage", "Minions have +40% Chance to Block Spell Damage", statOrder = { 2751, 2752 }, level = 75, group = "WeaponTreeMinionSpellBlockReducedBlock", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1500, 1500, 0 }, modTags = { }, }, + ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife1"] = { type = "Spawn", tier = 1, "Minions have 10% reduced maximum Life", "Minions Recover 3% of their Life when they Block", statOrder = { 1625, 2903 }, level = 50, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2"] = { type = "Spawn", tier = 2, "Minions have 10% reduced maximum Life", "Minions Recover 4% of their Life when they Block", statOrder = { 1625, 2903 }, level = 81, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2h1"] = { type = "Spawn", tier = 1, "Minions have 20% reduced maximum Life", "Minions Recover 6% of their Life when they Block", statOrder = { 1625, 2903 }, level = 50, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife2h2"] = { type = "Spawn", tier = 2, "Minions have 20% reduced maximum Life", "Minions Recover 8% of their Life when they Block", statOrder = { 1625, 2903 }, level = 81, group = "WeaponTreeMinionRecoverLifeOnBlockReducedMaximumLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 800, 800, 0 }, modTags = { }, }, + ["WeaponTreeGolemsAllowedReducedGolemBuffEffect1"] = { type = "Spawn", tier = 1, "+1 to maximum number of Summoned Golems", "50% reduced Effect of Buffs granted by your Golems", statOrder = { 3526, 6394 }, level = 40, group = "WeaponTreeGolemsAllowedReducedGolemBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeGolemsAllowedReducedGolemBuffEffect2h1"] = { type = "Spawn", tier = 1, "+2 to maximum number of Summoned Golems", "100% reduced Effect of Buffs granted by your Golems", statOrder = { 3526, 6394 }, level = 77, group = "WeaponTreeGolemsAllowedReducedGolemBuffEffect", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeGolemBuffEffectReducedGolemsAllowed1"] = { type = "Spawn", tier = 1, "-1 to maximum number of Summoned Golems", "75% increased Effect of Buffs granted by your Golems", statOrder = { 3526, 6394 }, level = 40, group = "WeaponTreeGolemBuffEffectReducedGolemsAllowed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeGolemBuffEffectReducedGolemsAllowed2h1"] = { type = "Spawn", tier = 1, "-2 to maximum number of Summoned Golems", "150% increased Effect of Buffs granted by your Golems", statOrder = { 3526, 6394 }, level = 77, group = "WeaponTreeGolemBuffEffectReducedGolemsAllowed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { }, }, + ["WeaponTreeSupportManaLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Mana Leech", statOrder = { 431 }, level = 38, group = "WeaponTreeSupportManaLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportManaLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Mana Leech", statOrder = { 431 }, level = 38, group = "WeaponTreeSupportManaLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAdditionalAccuracy"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 15 Additional Accuracy", statOrder = { 399 }, level = 38, group = "WeaponTreeSupportAdditionalAccuracy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAdditionalAccuracy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 15 Additional Accuracy", statOrder = { 399 }, level = 38, group = "WeaponTreeSupportAdditionalAccuracy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportArrogance"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Arrogance", statOrder = { 378 }, level = 38, group = "WeaponTreeSupportArrogance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportArrogance2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Arrogance", statOrder = { 378 }, level = 38, group = "WeaponTreeSupportArrogance", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFork"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Fork", statOrder = { 405 }, level = 38, group = "WeaponTreeSupportFork", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFork2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Fork", statOrder = { 405 }, level = 38, group = "WeaponTreeSupportFork", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToPoison"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance to Poison", statOrder = { 440 }, level = 38, group = "WeaponTreeSupportChanceToPoison", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToPoison2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance to Poison", statOrder = { 440 }, level = 38, group = "WeaponTreeSupportChanceToPoison", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifeLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Life Leech", statOrder = { 402 }, level = 38, group = "WeaponTreeSupportLifeLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifeLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Life Leech", statOrder = { 402 }, level = 38, group = "WeaponTreeSupportLifeLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportMeleeSplash"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Melee Splash", statOrder = { 390 }, level = 38, group = "WeaponTreeSupportMeleeSplash", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportMeleeSplash2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Melee Splash", statOrder = { 390 }, level = 38, group = "WeaponTreeSupportMeleeSplash", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFasterProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Faster Projectiles", statOrder = { 401 }, level = 38, group = "WeaponTreeSupportFasterProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFasterProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Faster Projectiles", statOrder = { 401 }, level = 38, group = "WeaponTreeSupportFasterProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportStun"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Stun", statOrder = { 398 }, level = 38, group = "WeaponTreeSupportStun", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportStun2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Stun", statOrder = { 398 }, level = 38, group = "WeaponTreeSupportStun", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIncreasedArea"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Increased Area of Effect", statOrder = { 202 }, level = 38, group = "WeaponTreeSupportIncreasedArea", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIncreasedArea2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Increased Area of Effect", statOrder = { 202 }, level = 38, group = "WeaponTreeSupportIncreasedArea", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportKnockback"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Knockback", statOrder = { 420 }, level = 38, group = "WeaponTreeSupportKnockback", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportKnockback2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Knockback", statOrder = { 420 }, level = 38, group = "WeaponTreeSupportKnockback", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportMinionLife"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Life", statOrder = { 421 }, level = 38, group = "WeaponTreeSupportMinionLife", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportMinionLife2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Life", statOrder = { 421 }, level = 38, group = "WeaponTreeSupportMinionLife", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportMinionSpeed"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Speed", statOrder = { 425 }, level = 38, group = "WeaponTreeSupportMinionSpeed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportMinionSpeed2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Minion Speed", statOrder = { 425 }, level = 38, group = "WeaponTreeSupportMinionSpeed", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportLesserMultipleProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles", statOrder = { 422 }, level = 38, group = "WeaponTreeSupportLesserMultipleProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLesserMultipleProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lesser Multiple Projectiles", statOrder = { 422 }, level = 38, group = "WeaponTreeSupportLesserMultipleProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBlind"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Blind", statOrder = { 389 }, level = 38, group = "WeaponTreeSupportBlind", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBlind2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Blind", statOrder = { 389 }, level = 38, group = "WeaponTreeSupportBlind", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBlasphemy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Blasphemy", statOrder = { 437 }, level = 38, group = "WeaponTreeSupportBlasphemy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBlasphemy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Blasphemy", statOrder = { 437 }, level = 38, group = "WeaponTreeSupportBlasphemy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIronWill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Will", statOrder = { 419 }, level = 38, group = "WeaponTreeSupportIronWill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIronWill2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Will", statOrder = { 419 }, level = 38, group = "WeaponTreeSupportIronWill", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFasterCast"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 418 }, level = 38, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFasterCast2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 418 }, level = 38, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToFlee"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Chance to Flee", statOrder = { 417 }, level = 38, group = "WeaponTreeSupportChanceToFlee", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToFlee2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Chance to Flee", statOrder = { 417 }, level = 38, group = "WeaponTreeSupportChanceToFlee", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportItemRarity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Item Rarity", statOrder = { 266 }, level = 38, group = "WeaponTreeSupportItemRarity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportItemRarity2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Item Rarity", statOrder = { 266 }, level = 38, group = "WeaponTreeSupportItemRarity", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToIgnite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Combustion", statOrder = { 219 }, level = 38, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToIgnite2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Combustion", statOrder = { 219 }, level = 38, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifeGainOnHit"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Life Gain On Hit", statOrder = { 267 }, level = 38, group = "WeaponTreeSupportLifeGainOnHit", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifeGainOnHit2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Life Gain On Hit", statOrder = { 267 }, level = 38, group = "WeaponTreeSupportLifeGainOnHit", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportCullingStrike"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Culling Strike", statOrder = { 224 }, level = 38, group = "WeaponTreeSupportCullingStrike", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportCullingStrike2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Culling Strike", statOrder = { 224 }, level = 38, group = "WeaponTreeSupportCullingStrike", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPointBlank"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Point Blank", statOrder = { 288 }, level = 38, group = "WeaponTreeSupportPointBlank", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPointBlank2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Point Blank", statOrder = { 288 }, level = 38, group = "WeaponTreeSupportPointBlank", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIronGrip"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Grip", statOrder = { 264 }, level = 38, group = "WeaponTreeSupportIronGrip", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIronGrip2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Iron Grip", statOrder = { 264 }, level = 38, group = "WeaponTreeSupportIronGrip", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChain"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chain", statOrder = { 217 }, level = 38, group = "WeaponTreeSupportChain", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChain2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chain", statOrder = { 217 }, level = 38, group = "WeaponTreeSupportChain", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportElementalArmy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Army Support", statOrder = { 315 }, level = 38, group = "WeaponTreeSupportElementalArmy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportElementalArmy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Army Support", statOrder = { 315 }, level = 38, group = "WeaponTreeSupportElementalArmy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportEmpower"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Empower", statOrder = { 235 }, level = 38, group = "WeaponTreeSupportEmpower", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportEmpower2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Empower", statOrder = { 235 }, level = 38, group = "WeaponTreeSupportEmpower", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportSlowerProjectiles"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Slower Projectiles", statOrder = { 308 }, level = 38, group = "WeaponTreeSupportSlowerProjectiles", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSlowerProjectiles2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Slower Projectiles", statOrder = { 308 }, level = 38, group = "WeaponTreeSupportSlowerProjectiles", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLessDuration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Less Duration", statOrder = { 298 }, level = 38, group = "WeaponTreeSupportLessDuration", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLessDuration2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Less Duration", statOrder = { 298 }, level = 38, group = "WeaponTreeSupportLessDuration", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnhance"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enhance", statOrder = { 237 }, level = 38, group = "WeaponTreeSupportEnhance", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnhance2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enhance", statOrder = { 237 }, level = 38, group = "WeaponTreeSupportEnhance", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnlighten"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enlighten", statOrder = { 238 }, level = 38, group = "WeaponTreeSupportEnlighten", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnlighten2H"] = { type = "MergeOnly", tier = 1, "Socketed Gems are Supported by Level 3 Enlighten", statOrder = { 238 }, level = 38, group = "WeaponTreeSupportEnlighten", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportPhysicalToLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Physical To Lightning", statOrder = { 286 }, level = 38, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPhysicalToLightning2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Physical To Lightning", statOrder = { 286 }, level = 38, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAdvancedTraps"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Advanced Traps", statOrder = { 319 }, level = 38, group = "WeaponTreeSupportAdvancedTraps", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAdvancedTraps2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Advanced Traps", statOrder = { 319 }, level = 38, group = "WeaponTreeSupportAdvancedTraps", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIgniteProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ignite Proliferation", statOrder = { 255 }, level = 38, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIgniteProliferation2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ignite Proliferation", statOrder = { 255 }, level = 38, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToBleed"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance To Bleed", statOrder = { 218 }, level = 38, group = "WeaponTreeSupportChanceToBleed", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportChanceToBleed2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Chance To Bleed", statOrder = { 218 }, level = 38, group = "WeaponTreeSupportChanceToBleed", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportDecay"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Decay", statOrder = { 229 }, level = 38, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportDecay2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Decay", statOrder = { 229 }, level = 38, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportMaim"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Maim", statOrder = { 271 }, level = 38, group = "WeaponTreeSupportMaim", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportMaim2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Maim", statOrder = { 271 }, level = 38, group = "WeaponTreeSupportMaim", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportOnslaught"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Momentum", statOrder = { 281 }, level = 38, group = "WeaponTreeSupportOnslaught", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportOnslaught2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Momentum", statOrder = { 281 }, level = 38, group = "WeaponTreeSupportOnslaught", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportArcaneSurge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arcane Surge", statOrder = { 203 }, level = 38, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportArcaneSurge2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arcane Surge", statOrder = { 203 }, level = 38, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportArrowNova"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arrow Nova", statOrder = { 294 }, level = 38, group = "WeaponTreeSupportArrowNova", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WeaponTreeSupportArrowNova2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Arrow Nova", statOrder = { 294 }, level = 38, group = "WeaponTreeSupportArrowNova", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPierce"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Pierce", statOrder = { 426 }, level = 38, group = "WeaponTreeSupportPierce", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPierce2H"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 10 Pierce", statOrder = { 426 }, level = 38, group = "WeaponTreeSupportPierce", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportGenerosity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Generosity", statOrder = { 414 }, level = 38, group = "WeaponTreeSupportGenerosity", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportGenerosity2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Generosity", statOrder = { 414 }, level = 38, group = "WeaponTreeSupportGenerosity", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFortify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Fortify", statOrder = { 415 }, level = 38, group = "WeaponTreeSupportFortify", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFortify2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Fortify", statOrder = { 415 }, level = 38, group = "WeaponTreeSupportFortify", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportElementalProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Proliferation", statOrder = { 385 }, level = 38, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportElementalProliferation2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Elemental Proliferation", statOrder = { 385 }, level = 38, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportVolley"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Volley", statOrder = { 284 }, level = 38, group = "WeaponTreeSupportVolley", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportVolley2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Volley", statOrder = { 284 }, level = 38, group = "WeaponTreeSupportVolley", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSpellCascade"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Spell Cascade", statOrder = { 310 }, level = 38, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSpellCascade2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Spell Cascade", statOrder = { 310 }, level = 38, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAncestralCall"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ancestral Call", statOrder = { 313 }, level = 38, group = "WeaponTreeSupportAncestralCall", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportAncestralCall2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Ancestral Call", statOrder = { 313 }, level = 38, group = "WeaponTreeSupportAncestralCall", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSummonGhostOnKill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Summon Phantasm", statOrder = { 316 }, level = 38, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportSummonGhostOnKill2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Summon Phantasm", statOrder = { 316 }, level = 38, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportWitheringTouch"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Withering Touch", statOrder = { 327 }, level = 38, group = "WeaponTreeSupportWitheringTouch", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportWitheringTouch2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Withering Touch", statOrder = { 327 }, level = 38, group = "WeaponTreeSupportWitheringTouch", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnergyLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Energy Leech", statOrder = { 236 }, level = 38, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportEnergyLeech2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Energy Leech", statOrder = { 236 }, level = 38, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIntensify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 311 }, level = 38, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportIntensify2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Intensify", statOrder = { 311 }, level = 38, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportImpale"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Impale", statOrder = { 257 }, level = 38, group = "WeaponTreeSupportImpale", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportImpale2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Impale", statOrder = { 257 }, level = 38, group = "WeaponTreeSupportImpale", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportRage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Rage", statOrder = { 293 }, level = 38, group = "WeaponTreeSupportRage", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportRage2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Rage", statOrder = { 293 }, level = 38, group = "WeaponTreeSupportRage", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportShockwave"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Shockwave", statOrder = { 307 }, level = 38, group = "WeaponTreeSupportShockwave", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "mace", "sceptre", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportShockwave2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Shockwave", statOrder = { 307 }, level = 38, group = "WeaponTreeSupportShockwave", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "staff", "mace", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportFeedingFrenzy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Feeding Frenzy", statOrder = { 241 }, level = 38, group = "WeaponTreeSupportFeedingFrenzy", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportFeedingFrenzy2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Feeding Frenzy", statOrder = { 241 }, level = 38, group = "WeaponTreeSupportFeedingFrenzy", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportPredator"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Predator", statOrder = { 228 }, level = 38, group = "WeaponTreeSupportPredator", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportPredator2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Predator", statOrder = { 228 }, level = 38, group = "WeaponTreeSupportPredator", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportInfernalLegion"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Infernal Legion", statOrder = { 262 }, level = 38, group = "WeaponTreeSupportInfernalLegion", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportInfernalLegion2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Infernal Legion", statOrder = { 262 }, level = 38, group = "WeaponTreeSupportInfernalLegion", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSupportSwiftAssembly"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swift Assembly", statOrder = { 317 }, level = 38, group = "WeaponTreeSupportSwiftAssembly", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSwiftAssembly2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swift Assembly", statOrder = { 317 }, level = 38, group = "WeaponTreeSupportSwiftAssembly", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSecondWind"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Second Wind", statOrder = { 306 }, level = 38, group = "WeaponTreeSupportSecondWind", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSecondWind2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Second Wind", statOrder = { 306 }, level = 38, group = "WeaponTreeSupportSecondWind", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportUrgentOrders"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Urgent Orders", statOrder = { 324 }, level = 38, group = "WeaponTreeSupportUrgentOrders", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportUrgentOrders2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Urgent Orders", statOrder = { 324 }, level = 38, group = "WeaponTreeSupportUrgentOrders", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSwiftBrand"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swiftbrand", statOrder = { 318 }, level = 38, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportSwiftBrand2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Swiftbrand", statOrder = { 318 }, level = 38, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportImpendingDoom"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Impending Doom", statOrder = { 258 }, level = 38, group = "WeaponTreeSupportImpendingDoom", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportImpendingDoom2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 15 Impending Doom", statOrder = { 258 }, level = 38, group = "WeaponTreeSupportImpendingDoom", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifetap"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lifetap", statOrder = { 268 }, level = 38, group = "WeaponTreeSupportLifetap", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportLifetap2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Lifetap", statOrder = { 268 }, level = 38, group = "WeaponTreeSupportLifetap", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBehead"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Behead", statOrder = { 208 }, level = 38, group = "WeaponTreeSupportBehead", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "ranged", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportBehead2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Behead", statOrder = { 208 }, level = 38, group = "WeaponTreeSupportBehead", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportDivineBlessing"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Divine Blessing", statOrder = { 205 }, level = 38, group = "WeaponTreeSupportDivineBlessing", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportDivineBlessing2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Divine Blessing", statOrder = { 205 }, level = 38, group = "WeaponTreeSupportDivineBlessing", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportEternalBlessing"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Eternal Blessing", statOrder = { 239 }, level = 38, group = "WeaponTreeSupportEternalBlessing", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportEternalBlessing2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Eternal Blessing", statOrder = { 239 }, level = 38, group = "WeaponTreeSupportEternalBlessing", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportOvercharge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Overcharge", statOrder = { 282 }, level = 38, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportOvercharge2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Overcharge", statOrder = { 282 }, level = 38, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "two_hand_weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportCursedGround"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Cursed Ground", statOrder = { 226 }, level = 38, group = "WeaponTreeSupportCursedGround", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportCursedGround2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Cursed Ground", statOrder = { 226 }, level = 38, group = "WeaponTreeSupportCursedGround", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportHexBloom"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Hex Bloom", statOrder = { 254 }, level = 38, group = "WeaponTreeSupportHexBloom", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportHexBloom2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 25 Hex Bloom", statOrder = { 254 }, level = 38, group = "WeaponTreeSupportHexBloom", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPinpoint"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Pinpoint", statOrder = { 287 }, level = 38, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 3, 4 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 0, 100, 100, 100, 0 }, modTags = { }, }, + ["WeaponTreeSupportPinpoint2H"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 10 Pinpoint", statOrder = { 287 }, level = 38, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 4 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0, 100, 0 }, modTags = { }, }, + ["WeaponTreeSkillTornadoShotSplitArrow"] = { type = "Spawn", tier = 1, "Trigger Level 20 Tornado when you Attack with Split Arrow or Tornado Shot", statOrder = { 5062 }, level = 1, group = "WeaponTreeSkillTornadoShotSplitArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillMirrorArrowBlinkArrow"] = { type = "Spawn", tier = 1, "Trigger Level 20 Blink Arrow when you Attack with Mirror Arrow", "Trigger Level 20 Mirror Arrow when you Attack with Blink Arrow", statOrder = { 5043, 5049 }, level = 1, group = "WeaponTreeSkillMirrorArrowBlinkArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillCleaveReave"] = { type = "Spawn", tier = 1, "Trigger Level 20 Summon Spectral Wolf on Critical Strike with Cleave or Reave", statOrder = { 5061 }, level = 1, group = "WeaponTreeSkillCleaveReave", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "dagger", "claw", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBodySwapDetonateDead"] = { type = "Spawn", tier = 1, "Trigger Level 20 Bodyswap when you Explode a Corpse with Detonate Dead", statOrder = { 5044 }, level = 1, group = "WeaponTreeSkillBodySwapDetonateDead", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillGlacialCascadeIceNova"] = { type = "Spawn", tier = 1, "Trigger Level 20 Ice Nova from the Final Burst location of Glacial Cascades you Cast", statOrder = { 5048 }, level = 1, group = "WeaponTreeSkillGlacialCascadeIceNova", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillLaceratePerforate"] = { type = "Spawn", tier = 1, "Trigger Level 20 Stance Swap when you Attack with Perforate or Lacerate", statOrder = { 5060 }, level = 1, group = "WeaponTreeSkillLaceratePerforate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillStormBurstDivineIre"] = { type = "Spawn", tier = 1, "Trigger Level 20 Gravity Sphere when you Cast Storm Burst or Divine Ire", statOrder = { 5046 }, level = 1, group = "WeaponTreeSkillStormBurstDivineIre", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillHeavyStrikeBoneshatter"] = { type = "Spawn", tier = 1, "Trigger Level 20 Bone Corpses when you Stun an Enemy with Heavy Strike or Boneshatter", statOrder = { 5045 }, level = 1, group = "WeaponTreeSkillHeavyStrikeBoneshatter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "staff", "sceptre", "mace", "axe", "shield", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBladeFlurryChargedDash"] = { type = "Spawn", tier = 1, "Trigger a Socketed Spell every second while Channelling Blade Flurry or Charged Dash", statOrder = { 5042 }, level = 1, group = "WeaponTreeSkillBladeFlurryChargedDash", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "sword", "dagger", "claw", "weapon", "shield", "default", }, weightVal = { 0, 1000, 1000, 1000, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBurningArrowExplosiveArrow"] = { type = "Spawn", tier = 1, "Killing Blows with Burning Arrow or Explosive Arrow Shatter Enemies as though Frozen", statOrder = { 4976 }, level = 1, group = "WeaponTreeSkillBurningArrowExplosiveArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBlastRainArtilleryBallista"] = { type = "Spawn", tier = 1, "All Damage from Blast Rain and Artillery Ballista Hits can Poison", "25% chance for Poisons inflicted with Blast Rain or Artillery Ballista to deal 100% more Damage", statOrder = { 4798, 4799 }, level = 1, group = "WeaponTreeSkillBlastRainArtilleryBallista", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillShrapnelBallistaSiegeBallista"] = { type = "Spawn", tier = 1, "50% increased Siege and Shrapnel Ballista attack speed per maximum Summoned Totem", "45% reduced Shrapnel Ballista attack speed per Shrapnel Ballista Totem", "45% reduced Siege Ballista attack speed per Siege Ballista Totem", statOrder = { 4123, 9276, 9281 }, level = 1, group = "WeaponTreeSkillShrapnelBallistaSiegeBallista", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillLightningArrowIceShot"] = { type = "Spawn", tier = 1, "All Damage from Lightning Arrow and Ice Shot Hits can Ignite", "25% chance for Ignites inflicted with Lightning Arrow or Ice Shot to deal 100% more Damage", statOrder = { 6890, 6891 }, level = 1, group = "WeaponTreeSkillLightningArrowIceShot", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillGalvanicArrowStormRain"] = { type = "Spawn", tier = 1, "Galvanic Arrow and Storm Rain Repeat an additional time when used by a Mine", statOrder = { 6361 }, level = 1, group = "WeaponTreeSkillGalvanicArrowStormRain", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillElementalHitWildStrike"] = { type = "Spawn", tier = 1, "Always inflict Scorch, Brittle and Sapped with Elemental Hit and Wild Strike Hits", "Cannot Ignite, Chill, Freeze or Shock", statOrder = { 5879, 8776 }, level = 1, group = "WeaponTreeSkillElementalHitWildStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "weapon", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBarrageFrenzy"] = { type = "Spawn", tier = 1, "Barrage and Frenzy have 25% increased Critical Strike Chance per Endurance Charge", statOrder = { 4695 }, level = 1, group = "WeaponTreeSkillBarrageFrenzy", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 1000, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBarrageFrenzy2H"] = { type = "Spawn", tier = 1, "Barrage and Frenzy have 40% increased Critical Strike Chance per Endurance Charge", statOrder = { 4695 }, level = 1, group = "WeaponTreeSkillBarrageFrenzy", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillToxicRainRainofArrows"] = { type = "Spawn", tier = 1, "Rain of Arrows and Toxic Rain deal 300% more Damage with Bleeding", "-60% of Toxic Rain Physical Damage Converted to Chaos Damage", statOrder = { 9078, 9635 }, level = 1, group = "WeaponTreeSkillToxicRainRainofArrows", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillCausticArrowScourgeArrow"] = { type = "Spawn", tier = 1, "Caustic Arrow and Scourge Arrow fire 25% more projectiles", statOrder = { 5065 }, level = 1, group = "WeaponTreeSkillCausticArrowScourgeArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillPunctureEnsnaringArrow"] = { type = "Spawn", tier = 1, "Enemies you Kill with Puncture or Ensnaring Arrow Hits Explode, dealing 10% of their Life as Physical Damage", statOrder = { 9025 }, level = 1, group = "WeaponTreeSkillPunctureEnsnaringArrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "dagger", "claw", "sword", "shield", "default", }, weightVal = { 1000, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFrostBladesLightningStrike"] = { type = "Spawn", tier = 1, "All Damage from Lightning Strike and Frost Blades Hits can Ignite", "15% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage", statOrder = { 6923, 6924 }, level = 1, group = "WeaponTreeSkillFrostBladesLightningStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFrostBladesLightningStrike2H"] = { type = "Spawn", tier = 1, "All Damage from Lightning Strike and Frost Blades Hits can Ignite", "25% chance for Ignites inflicted with Lightning Strike or Frost Blades to deal 100% more Damage", statOrder = { 6923, 6924 }, level = 1, group = "WeaponTreeSkillFrostBladesLightningStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillViperStrikePestilentStrike"] = { type = "Spawn", tier = 1, "Viper Strike and Pestilent Strike deal 25% increased Attack Damage per Frenzy Charge", statOrder = { 9734 }, level = 1, group = "WeaponTreeSkillViperStrikePestilentStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "shield", "default", }, weightVal = { 0, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillViperStrikePestilentStrike2H"] = { type = "Spawn", tier = 1, "Viper Strike and Pestilent Strike deal 40% increased Attack Damage per Frenzy Charge", statOrder = { 9734 }, level = 1, group = "WeaponTreeSkillViperStrikePestilentStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillDominatingBlowAbsolution"] = { type = "Spawn", tier = 1, "Increases and Reductions to Minion Damage also affect Dominating Blow and Absolution at 150% of their value", statOrder = { 5816 }, level = 1, group = "WeaponTreeSkillDominatingBlowAbsolution", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "bow", "shield", "weapon_can_roll_minion_modifiers", "minion_unique_weapon", "weapon", "default", }, weightVal = { 0, 500, 1000, 1000, 250, 0 }, modTags = { }, }, + ["WeaponTreeSkillVolcanicFissureMoltenStrike"] = { type = "Spawn", tier = 1, "Vaal Volcanic Fissure and Vaal Molten Strike have 40% reduced Soul Gain Prevention Duration", statOrder = { 9731 }, level = 1, group = "WeaponTreeSkillVolcanicFissureMoltenStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillVolcanicFissureMoltenStrike2H"] = { type = "Spawn", tier = 1, "Vaal Volcanic Fissure and Vaal Molten Strike have 80% reduced Soul Gain Prevention Duration", statOrder = { 9731 }, level = 1, group = "WeaponTreeSkillVolcanicFissureMoltenStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillStaticStrikeSmite"] = { type = "Spawn", tier = 1, "Killing Blows from Smite and Static Strike Consume corpses to Recover 5% of Life", statOrder = { 9329 }, level = 1, group = "WeaponTreeSkillStaticStrikeSmite", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillVigilantStrikeFlickerStrike"] = { type = "Spawn", tier = 1, "Flicker Strike and Vigilant Strike's Cooldown can be bypassed by Power Charges instead of Frenzy or Endurance Charges", statOrder = { 9733 }, level = 1, group = "WeaponTreeSkillVigilantStrikeFlickerStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillDoubleStrikeDualStrike"] = { type = "Spawn", tier = 1, "50% chance to gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike", statOrder = { 5820 }, level = 1, group = "WeaponTreeSkillDoubleStrikeDualStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillDoubleStrikeDualStrike2H"] = { type = "Spawn", tier = 1, "Gain Soul Eater for 20 seconds on Killing Blow against Rare and Unique Enemies with Double Strike or Dual Strike", statOrder = { 5820 }, level = 1, group = "WeaponTreeSkillDoubleStrikeDualStrike", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillIceCrashGlacialHammer"] = { type = "Spawn", tier = 1, "Enemies Frozen by Ice Crash or Glacial Hammer become Covered in Frost for 4 seconds as they Unfreeze", statOrder = { 6662 }, level = 1, group = "WeaponTreeSkillIceCrashGlacialHammer", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 500, 500, 1000, 1000, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillEarthquakeEarthshatter"] = { type = "Spawn", tier = 1, "Killing Blows with Earthquake and Earthshatter Shatter Enemies as though Frozen", statOrder = { 5842 }, level = 1, group = "WeaponTreeSkillEarthquakeEarthshatter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "shield", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillGroundSlamSunder"] = { type = "Spawn", tier = 1, "Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 400% increased Damage", statOrder = { 6409 }, level = 1, group = "WeaponTreeSkillGroundSlamSunder", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "shield", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 500, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillGroundSlamSunder2H"] = { type = "Spawn", tier = 1, "Poisons inflicted by Sunder or Ground Slam on non-Poisoned Enemies deal 600% increased Damage", statOrder = { 6409 }, level = 1, group = "WeaponTreeSkillGroundSlamSunder", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillTectonicSlamInfernalBlow"] = { type = "Spawn", tier = 1, "Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 700 Armour", statOrder = { 9585 }, level = 1, group = "WeaponTreeSkillTectonicSlamInfernalBlow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "shield", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillTectonicSlamInfernalBlow2H"] = { type = "Spawn", tier = 1, "Tectonic Slam and Infernal Blow deal 1% increased Attack Damage per 450 Armour", statOrder = { 9584 }, level = 1, group = "WeaponTreeSkillTectonicSlamInfernalBlow2H", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "mace", "sceptre", "axe", "staff", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillRageVortexBladestorm"] = { type = "Spawn", tier = 1, "Enemies in your Rage Vortex or Bladestorms are Hindered and Unnerved", statOrder = { 4794 }, level = 1, group = "WeaponTreeSkillRageVortexBladestorm", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "sword", "axe", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillShieldCrushSpectralShieldThrow"] = { type = "Spawn", tier = 1, "Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield", "Shield Crush and Spectral Shield Throw gains 30 to 50 Added Lightning Damage per 15 Energy Shield on Shield", "100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage", statOrder = { 9247, 9248, 9249 }, level = 1, group = "WeaponTreeSkillShieldCrushSpectralShieldThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillShieldCrushSpectralShieldThrowUniqueHelmet"] = { type = "Spawn", tier = 1, "Shield Crush and Spectral Shield Throw do not gain Added Physical Damage based on Armour or Evasion on shield", "Shield Crush and Spectral Shield Throw gains 15 to 25 Added Lightning Damage per 15 Energy Shield on Shield", "100% of Shield Crush and Spectral Shield Throw Physical Damage Converted to Lightning Damage", statOrder = { 9247, 9248, 9249 }, level = 1, group = "WeaponTreeSkillShieldCrushSpectralShieldThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillCycloneSweep"] = { type = "Spawn", tier = 1, "Knockback direction is reversed with Cyclone and Sweep", "Knock Enemies Back on hit with Cyclone and Sweep", statOrder = { 5587, 5588 }, level = 1, group = "WeaponTreeSkillCycloneSweep", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillCobraLashVenomGyre"] = { type = "Spawn", tier = 1, "25% chance for Bleeding inflicted with Cobra Lash or Venom Gyre to deal 100% more Damage", "Cobra Lash and Venom Gyre have -60% of Physical Damage Converted to Chaos Damage", statOrder = { 5377, 5378 }, level = 1, group = "WeaponTreeSkillCobraLashVenomGyre", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "claw", "dagger", "shield", "default", }, weightVal = { 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillPoisonousConcoctionExplosiveConcoction"] = { type = "Spawn", tier = 1, "If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 40% chance to Explode, dealing 10% of their Life as Physical Damage", "Poisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible", statOrder = { 6172, 7324 }, level = 1, group = "WeaponTreeSkillPoisonousConcoctionExplosiveConcoction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "shield", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillPoisonousConcoctionExplosiveConcoctionUniqueHelmet"] = { type = "Spawn", tier = 1, "If Poisonous Concoction or Explosive Concoction consume Charges from a Sulphur Flask, Enemies Killed by their Hits have 25% chance to Explode, dealing 10% of their Life as Physical Damage", "Poisonous Concoction and Explosive Concoction also consume Charges from 1 Sulphur Flask, if possible", statOrder = { 6172, 7324 }, level = 1, group = "WeaponTreeSkillPoisonousConcoctionExplosiveConcoction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "crucible_unique_helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel"] = { type = "Spawn", tier = 1, "Recover 1% of Energy Shield per Steel Shard Consumed", statOrder = { 9114 }, level = 1, group = "WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "axe", "shield", "default", }, weightVal = { 0, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel2H"] = { type = "Spawn", tier = 1, "Recover 2% of Energy Shield per Steel Shard Consumed", statOrder = { 9114 }, level = 1, group = "WeaponTreeSkillSplittingSteelLancingSteelShatteringSteel", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "sword", "axe", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSpectralHelixSpectralThrow"] = { type = "Spawn", tier = 1, "Each Projectile from Spectral Helix or Spectral Throw has", "between 40% more and 40% less Projectile Speed at random", statOrder = { 9355, 9355.1 }, level = 1, group = "WeaponTreeSkillSpectralHelixSpectralThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "one_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSpectralHelixSpectralThrow2H"] = { type = "Spawn", tier = 1, "Each Projectile from Spectral Helix or Spectral Throw has", "between 75% more and 75% less Projectile Speed at random", statOrder = { 9355, 9355.1 }, level = 1, group = "WeaponTreeSkillSpectralHelixSpectralThrow", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillChainHookShieldCharge"] = { type = "Spawn", tier = 1, "Shield Charge and Chain Hook have 2% increased Attack Speed per 10 Rampage Kills", statOrder = { 5069 }, level = 1, group = "WeaponTreeSkillChainHookShieldCharge", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "sword", "axe", "mace", "sceptre", "shield", "default", }, weightVal = { 0, 500, 500, 500, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillConsecratedPathPurifyingFlame"] = { type = "Spawn", tier = 1, "Consecrated Path and Purifying Flame create Profane Ground instead of Consecrated Ground", "100% of Consecrated Path and Purifying Flame Fire Damage Converted to Chaos Damage", statOrder = { 5442, 5443 }, level = 1, group = "WeaponTreeSkillConsecratedPathPurifyingFlame", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "bow", "claw", "weapon_can_roll_minion_modifiers", "attack_dagger", "shield", "weapon", "default", }, weightVal = { 1000, 0, 0, 0, 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFrozenLegionGeneralsCry"] = { type = "Spawn", tier = 1, "100% more Frozen Legion and General's Cry Cooldown Recovery Rate", "Frozen Sweep deals 30% less Damage", "General's Cry has -2 to maximum number of Mirage Warriors", statOrder = { 6216, 6220, 6368 }, level = 1, group = "WeaponTreeSkillFrozenLegionGeneralsCry", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillAncestralProtectorAncestralWarchief"] = { type = "Spawn", tier = 1, "20% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield", statOrder = { 4399 }, level = 1, group = "WeaponTreeSkillAncestralProtectorAncestralWarchief", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "shield", "one_hand_weapon", "default", }, weightVal = { 0, 500, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillAncestralProtectorAncestralWarchief2H"] = { type = "Spawn", tier = 1, "40% of Damage Dealt by Ancestor Totems Leeched to you as Energy Shield", statOrder = { 4399 }, level = 1, group = "WeaponTreeSkillAncestralProtectorAncestralWarchief", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "ranged", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillKineticBoltKineticBlastPowerSiphon"] = { type = "Spawn", tier = 1, "Kinetic Bolt, Kinetic Blast and Power Siphon have 20% reduced Enemy Stun Threshold", "100% chance for Kinetic Bolt, Kinetic Blast and Power Siphon to double Stun Duration", statOrder = { 6777, 6778 }, level = 1, group = "WeaponTreeSkillKineticBoltKineticBlastPowerSiphon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "wand", "shield", "default", }, weightVal = { 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillExsanguinateReap"] = { type = "Spawn", tier = 1, "100% of Exsanguinate and Reap Physical Damage Converted to Fire Damage", "Exsanguinate debuffs deal Fire Damage per second instead of Physical Damage per second", "Reap debuffs deal Fire Damage per second instead of Physical Damage per second", statOrder = { 6060, 6062, 9094 }, level = 1, group = "WeaponTreeSkillExsanguinateReap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 500, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFirestormBladefall"] = { type = "Spawn", tier = 1, "15% chance for Firestorm and Bladefall to affect the same area again when they finish", statOrder = { 6125 }, level = 1, group = "WeaponTreeSkillFirestormBladefall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFirestormBladefall2H"] = { type = "Spawn", tier = 1, "25% chance for Firestorm and Bladefall to affect the same area again when they finish", statOrder = { 6125 }, level = 1, group = "WeaponTreeSkillFirestormBladefall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillEtherealKnives"] = { type = "Spawn", tier = 1, "Ethereal Knives requires 1 fewer Projectile Fired to leave each Lingering Blade", statOrder = { 6012 }, level = 1, group = "WeaponTreeSkillEtherealKnives", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillEtherealKnives2H"] = { type = "Spawn", tier = 1, "Ethereal Knives requires 2 fewer Projectiles Fired to leave each Lingering Blade", statOrder = { 6012 }, level = 1, group = "WeaponTreeSkillEtherealKnives", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFireballRollingMagma"] = { type = "Spawn", tier = 1, "Fireball and Rolling Magma have 100% more Area of Effect", "Modifiers to number of Projectiles do not apply to Fireball and Rolling Magma", statOrder = { 6121, 6122 }, level = 1, group = "WeaponTreeSkillFireballRollingMagma", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFireballRollingMagma2H"] = { type = "Spawn", tier = 1, "Fireball and Rolling Magma have 200% more Area of Effect", "Modifiers to number of Projectiles do not apply to Fireball and Rolling Magma", statOrder = { 6121, 6122 }, level = 1, group = "WeaponTreeSkillFireballRollingMagma", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFreezingPulseEyeOfWinter"] = { type = "Spawn", tier = 1, "All Damage from Hits with Freezing Pulse and Eye of Winter can Poison", "15% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage", statOrder = { 6196, 6197 }, level = 1, group = "WeaponTreeSkillFreezingPulseEyeOfWinter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFreezingPulseEyeOfWinter2H"] = { type = "Spawn", tier = 1, "All Damage from Hits with Freezing Pulse and Eye of Winter can Poison", "25% chance for Poisons inflicted with Freezing Pulse and Eye of Winter to deal 100% more Damage", statOrder = { 6196, 6197 }, level = 1, group = "WeaponTreeSkillFreezingPulseEyeOfWinter", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBladeVortexBladeBlast"] = { type = "Spawn", tier = 1, "30% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit", "Blade Vortex and Blade Blast deal no Non-Physical Damage", statOrder = { 4790, 4791 }, level = 1, group = "WeaponTreeSkillBladeVortexBladeBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBladeVortexBladeBlast2H"] = { type = "Spawn", tier = 1, "60% chance for Blade Vortex and Blade Blast to Impale Enemies on Hit", "Blade Vortex and Blade Blast deal no Non-Physical Damage", statOrder = { 4790, 4791 }, level = 1, group = "WeaponTreeSkillBladeVortexBladeBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillShockNovaStormCall"] = { type = "Spawn", tier = 1, "All Damage from Shock Nova and Storm Call Hits can Ignite", "15% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage", statOrder = { 9264, 9265 }, level = 1, group = "WeaponTreeSkillShockNovaStormCall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillShockNovaStormCall2H"] = { type = "Spawn", tier = 1, "All Damage from Shock Nova and Storm Call Hits can Ignite", "25% chance for Ignites inflicted with Shock Nova or Storm Call to deal 100% more Damage", statOrder = { 9264, 9265 }, level = 1, group = "WeaponTreeSkillShockNovaStormCall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillCreepingFrostColdSnap"] = { type = "Spawn", tier = 1, "All Damage from Cold Snap and Creeping Frost can Sap", "25% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas", statOrder = { 5488, 5489 }, level = 1, group = "WeaponTreeSkillCreepingFrostColdSnap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillCreepingFrostColdSnap2H"] = { type = "Spawn", tier = 1, "All Damage from Cold Snap and Creeping Frost can Sap", "50% chance for Cold Snap and Creeping Frost to Sap Enemies in Chilling Areas", statOrder = { 5488, 5489 }, level = 1, group = "WeaponTreeSkillCreepingFrostColdSnap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillLightningConduitGalvanicField"] = { type = "Spawn", tier = 1, "Killing Blows with Lightning Conduit and Galvanic Field Shatter Enemies as though Frozen", statOrder = { 6893 }, level = 1, group = "WeaponTreeSkillLightningConduitGalvanicField", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillManabondStormbind"] = { type = "Spawn", tier = 1, "Manabond and Stormbind Freeze enemies as though dealing 200% more Damage", "50% of Manabond and Stormbind Lightning Damage Converted to Cold Damage", statOrder = { 7626, 7627 }, level = 1, group = "WeaponTreeSkillManabondStormbind", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillManabondStormbind2H"] = { type = "Spawn", tier = 1, "Manabond and Stormbind Freeze enemies as though dealing 300% more Damage", "100% of Manabond and Stormbind Lightning Damage Converted to Cold Damage", statOrder = { 7626, 7627 }, level = 1, group = "WeaponTreeSkillManabondStormbind", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillIceSpearBallLightning"] = { type = "Spawn", tier = 1, "Ice Spear and Ball Lightning fire Projectiles in a circle", "Ice Spear and Ball Lightning Projectiles Return to you", statOrder = { 6675, 6676 }, level = 1, group = "WeaponTreeSkillIceSpearBallLightning", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFlameblastIncinerate"] = { type = "Spawn", tier = 1, "+0.2 seconds to Flameblast and Incinerate Cooldown", "Flameblast and Incinerate cannot inflict Elemental Ailments", "Flameblast starts with 2 additional Stages", "Incinerate starts with 2 additional Stages", statOrder = { 6150, 6151, 6152, 6731 }, level = 1, group = "WeaponTreeSkillFlameblastIncinerate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFlameblastIncinerate2H"] = { type = "Spawn", tier = 1, "+0.4 seconds to Flameblast and Incinerate Cooldown", "Flameblast and Incinerate cannot inflict Elemental Ailments", "Flameblast starts with 4 additional Stages", "Incinerate starts with 4 additional Stages", statOrder = { 6150, 6151, 6152, 6731 }, level = 1, group = "WeaponTreeSkillFlameblastIncinerate", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillHexblastDoomBlast"] = { type = "Spawn", tier = 1, "10% of Hexblast and Doom Blast Overkill Damage is Leeched as Life", statOrder = { 6616 }, level = 1, group = "WeaponTreeSkillHexblastDoomBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillHexblastDoomBlast2H"] = { type = "Spawn", tier = 1, "20% of Hexblast and Doom Blast Overkill Damage is Leeched as Life", statOrder = { 6616 }, level = 1, group = "WeaponTreeSkillHexblastDoomBlast", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillForbiddenRiteDarkPact"] = { type = "Spawn", tier = 1, "Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", statOrder = { 6184 }, level = 1, group = "WeaponTreeSkillForbiddenRiteDarkPact", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillForbiddenRiteDarkPact2H"] = { type = "Spawn", tier = 1, "Forbidden Rite and Dark Pact gains Added Chaos Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", statOrder = { 6184 }, level = 1, group = "WeaponTreeSkillForbiddenRiteDarkPact", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBaneContagion"] = { type = "Spawn", tier = 1, "Enemies inflicted with Bane or Contagion are Chilled", statOrder = { 5917 }, level = 1, group = "WeaponTreeSkillBaneContagion", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillEssenceDrainSoulrend"] = { type = "Spawn", tier = 1, "25% reduced Essence Drain and Soulrend Projectile Speed", "Essence Drain and Soulrend fire 2 additional Projectiles", statOrder = { 6010, 6011 }, level = 1, group = "WeaponTreeSkillEssenceDrainSoulrend", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillEssenceDrainSoulrend2H"] = { type = "Spawn", tier = 1, "50% reduced Essence Drain and Soulrend Projectile Speed", "Essence Drain and Soulrend fire 4 additional Projectiles", statOrder = { 6010, 6011 }, level = 1, group = "WeaponTreeSkillEssenceDrainSoulrend", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSparkLightningTendrils"] = { type = "Spawn", tier = 1, "50% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem", "Lightning Tendrils releases 1 fewer Pulse between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem", statOrder = { 6926, 9344 }, level = 1, group = "WeaponTreeSkillSparkLightningTendrils", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillSparkLightningTendrils2H"] = { type = "Spawn", tier = 1, "100% increased Spark Duration when Cast by a Totem while you also have a Lightning Tendrils Spell Totem", "Lightning Tendrils releases 2 fewer Pulses between Stronger Pulses when Cast by a Totem while you also have a Spark Spell Totem", statOrder = { 6926, 9344 }, level = 1, group = "WeaponTreeSkillSparkLightningTendrils", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFrostBombOrbofStorms"] = { type = "Spawn", tier = 1, "Frost Bombs gain 50% increased Area of Effect when you Cast Frostblink", "Strikes from Orb of Storms caused by Channelling near the Orb occur with 40% increased frequency", statOrder = { 6206, 8843 }, level = 1, group = "WeaponTreeSkillFrostBombOrbofStorms", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFrostBombOrbofStorms2H"] = { type = "Spawn", tier = 1, "Frost Bombs gain 75% increased Area of Effect when you Cast Frostblink", "Strikes from Orb of Storms caused by Channelling near the Orb occur with 60% increased frequency", statOrder = { 6206, 8843 }, level = 1, group = "WeaponTreeSkillFrostBombOrbofStorms", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillWinterOrbHydrosphere"] = { type = "Spawn", tier = 1, "Trigger Level 20 Hydrosphere while you Channel Winter Orb", statOrder = { 5047 }, level = 1, group = "WeaponTreeSkillWinterOrbHydrosphere", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillWintertideBrandArcanistBrand"] = { type = "Spawn", tier = 1, "Enemies Branded by Wintertide Brand or Arcanist Brand Explode on Death dealing a quarter of their maximum Life as Chaos damage", statOrder = { 9820 }, level = 1, group = "WeaponTreeSkillWintertideBrandArcanistBrand", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillAnimateWeapon"] = { type = "Spawn", tier = 1, "Animated Lingering Blades have +1.5% to Critical Strike Chance", statOrder = { 4424 }, level = 1, group = "WeaponTreeSkillAnimateWeapon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillAnimateWeapon2H"] = { type = "Spawn", tier = 1, "Animated Lingering Blades have +2.5% to Critical Strike Chance", statOrder = { 4424 }, level = 1, group = "WeaponTreeSkillAnimateWeapon", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSummonCarrionGolemSummonStoneGolemSummonChaosGolem"] = { type = "Spawn", tier = 1, "Summoned Carrion Golems Impale on Hit if you have the same number of them as Summoned Chaos Golems", "Summoned Chaos Golems Impale on Hit if you have the same number of them as Summoned Stone Golems", "Summoned Stone Golems Impale on Hit if you have the same number of them as Summoned Carrion Golems", statOrder = { 5041, 5337, 9465 }, level = 1, group = "WeaponTreeSkillSummonCarrionGolemSummonStoneGolemSummonChaosGolem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSummonFlameGolemSummonIceGolemSummonLightningGolem"] = { type = "Spawn", tier = 1, "Maximum Life of Summoned Elemental Golems is Doubled", statOrder = { 5878 }, level = 1, group = "WeaponTreeSkillSummonFlameGolemSummonIceGolemSummonLightningGolem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSummonHolyRelicSummonSkeletons"] = { type = "Spawn", tier = 1, "Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element", "100% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics", statOrder = { 9299, 9300 }, level = 1, group = "WeaponTreeSkillSummonHolyRelicSummonSkeletons", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSummonHolyRelicSummonSkeletons2H"] = { type = "Spawn", tier = 1, "Summoned Skeletons and Holy Relics convert 100% of their Physical Damage to a random Element", "200% increased Effect of Non-Damaging Ailments inflicted by Summoned Skeletons and Holy Relics", statOrder = { 9299, 9300 }, level = 1, group = "WeaponTreeSkillSummonHolyRelicSummonSkeletons", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillRaiseSpectreRaiseZombie"] = { type = "Spawn", tier = 1, "Raised Zombies and Spectres gain Adrenaline for 8 seconds when Raised", statOrder = { 9359 }, level = 1, group = "WeaponTreeSkillRaiseSpectreRaiseZombie", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillRaiseSpectreRaiseZombie2H"] = { type = "Spawn", tier = 1, "Raised Zombies and Spectres gain Adrenaline for 14 seconds when Raised", statOrder = { 9359 }, level = 1, group = "WeaponTreeSkillRaiseSpectreRaiseZombie", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillSummonRagingSpiritSummonPhantasmSupport"] = { type = "Spawn", tier = 1, "Maximum number of Summoned Raging Spirits is 3", "Maximum number of Summoned Phantasms is 3", "Summoned Raging Spirits have Diamond Shrine and Massive Shrine Buffs", "Summoned Phantasms have Diamond Shrine and Massive Shrine Buffs", statOrder = { 8823, 8825, 9535, 9544 }, level = 1, group = "WeaponTreeSkillSummonRagingSpiritSummonPhantasmSupport", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFireTrapExplosiveTrap"] = { type = "Spawn", tier = 1, "Fire Trap and Explosive Trap Throw an additional Trap when used by a Mine", statOrder = { 6082 }, level = 1, group = "WeaponTreeSkillFireTrapExplosiveTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFireTrapExplosiveTrap2H"] = { type = "Spawn", tier = 1, "Fire Trap and Explosive Trap Throws 2 additional Traps when used by a Mine", statOrder = { 6082 }, level = 1, group = "WeaponTreeSkillFireTrapExplosiveTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillIceTrapLightningTrap"] = { type = "Spawn", tier = 1, "Ice Trap and Lightning Trap Damage Penetrates 15% of Enemy Elemental Resistances", "Ice Traps and Lightning Traps are triggered by your Warcries", "Ice Traps and Lightning Traps cannot be triggered by Enemies", statOrder = { 6659, 6660, 6661 }, level = 1, group = "WeaponTreeSkillIceTrapLightningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillIceTrapLightningTrap2H"] = { type = "Spawn", tier = 1, "Ice Trap and Lightning Trap Damage Penetrates 25% of Enemy Elemental Resistances", "Ice Traps and Lightning Traps are triggered by your Warcries", "Ice Traps and Lightning Traps cannot be triggered by Enemies", statOrder = { 6659, 6660, 6661 }, level = 1, group = "WeaponTreeSkillIceTrapLightningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap"] = { type = "Spawn", tier = 1, "Flamethrower, Seismic and Lightning Spire Trap have 30% increased Cooldown Recovery Rate", "Flamethrower, Seismic and Lightning Spire Trap have -1 Cooldown Use", statOrder = { 6153, 6154 }, level = 1, group = "WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap2H"] = { type = "Spawn", tier = 1, "Flamethrower, Seismic and Lightning Spire Trap have 50% increased Cooldown Recovery Rate", "Flamethrower, Seismic and Lightning Spire Trap have -2 Cooldown Uses", statOrder = { 6153, 6154 }, level = 1, group = "WeaponTreeSkillFlamethrowerTrapSeismicTrapLightningSpireTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillStormblastMinePyroclastMineIcicleMine"] = { type = "Spawn", tier = 1, "Stormblast, Icicle and Pyroclast Mine have 150% increased Aura Effect", "Stormblast, Icicle and Pyroclast Mine deal no Damage", statOrder = { 9484, 9485 }, level = 1, group = "WeaponTreeSkillStormblastMinePyroclastMineIcicleMine", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillStormblastMinePyroclastMineIcicleMine2H"] = { type = "Spawn", tier = 1, "Stormblast, Icicle and Pyroclast Mine have 300% increased Aura Effect", "Stormblast, Icicle and Pyroclast Mine deal no Damage", statOrder = { 9484, 9485 }, level = 1, group = "WeaponTreeSkillStormblastMinePyroclastMineIcicleMine", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBearTrapSiphoningTrap"] = { type = "Spawn", tier = 1, "Bear Trap and Siphoning Trap Debuffs also apply 15% reduced Cooldown Recovery Rate to affected Enemies", statOrder = { 4766 }, level = 1, group = "WeaponTreeSkillBearTrapSiphoningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBearTrapSiphoningTrap2H"] = { type = "Spawn", tier = 1, "Bear Trap and Siphoning Trap Debuffs also apply 25% reduced Cooldown Recovery Rate to affected Enemies", statOrder = { 4766 }, level = 1, group = "WeaponTreeSkillBearTrapSiphoningTrap", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillHolyFlameTotemShockwaveTotem"] = { type = "Spawn", tier = 1, "Holy Flame Totem and Shockwave Totem gain 35% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond", statOrder = { 6652 }, level = 1, group = "WeaponTreeSkillHolyFlameTotemShockwaveTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillHolyFlameTotemShockwaveTotem2H"] = { type = "Spawn", tier = 1, "Holy Flame Totem and Shockwave Totem gain 60% of Physical Damage as Extra Fire Damage when Cast by a Totem linked to by Searing Bond", statOrder = { 6652 }, level = 1, group = "WeaponTreeSkillHolyFlameTotemShockwaveTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem"] = { type = "Spawn", tier = 1, "Decoy, Devouring and Rejuvenation Totems Reflect 100% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 5716 }, level = 1, group = "WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem2H"] = { type = "Spawn", tier = 1, "Decoy, Devouring and Rejuvenation Totems Reflect 200% of their maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 5716 }, level = 1, group = "WeaponTreeSkillDecoyTotemRejuvenationTotemDevouringTotem", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillRighteousFireScorchingRay"] = { type = "Spawn", tier = 1, "Regenerate 15 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray", statOrder = { 9202 }, level = 1, group = "WeaponTreeSkillRighteousFireScorchingRay", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillRighteousFireScorchingRay2H"] = { type = "Spawn", tier = 1, "Regenerate 25 Mana per second while any Enemy is in your Righteous Fire or Scorching Ray", statOrder = { 9202 }, level = 1, group = "WeaponTreeSkillRighteousFireScorchingRay", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBlightWither"] = { type = "Spawn", tier = 1, "Blight has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", "Wither has 50% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", statOrder = { 4819, 9821 }, level = 1, group = "WeaponTreeSkillBlightWither", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillBlightWither2H"] = { type = "Spawn", tier = 1, "Blight has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", "Wither has 80% increased Area of Effect per second you have been Channelling, up to a maximum of 200%", statOrder = { 4819, 9821 }, level = 1, group = "WeaponTreeSkillBlightWither", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillVoltaxicBurstDischarge"] = { type = "Spawn", tier = 1, "Discharge and Voltaxic Burst are Cast at the targeted location instead of around you", statOrder = { 5742 }, level = 1, group = "WeaponTreeSkillVoltaxicBurstDischarge", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillStormArmageddonBrandSummonReaper"] = { type = "Spawn", tier = 1, "Storm and Armageddon Brands can be attached to your Summoned Reaper", statOrder = { 9466 }, level = 1, group = "WeaponTreeSkillStormArmageddonBrandSummonReaper", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 1000, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillArcCracklingLance"] = { type = "Spawn", tier = 1, "Arc and Crackling Lance gains Added Cold Damage equal to 12% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", "15% increased Cost of Arc and Crackling Lance", statOrder = { 4432, 4433 }, level = 1, group = "WeaponTreeSkillArcCracklingLance", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillArcCracklingLance2H"] = { type = "Spawn", tier = 1, "Arc and Crackling Lance gains Added Cold Damage equal to 20% of Mana Cost, if Mana Cost is not higher than the maximum you could spend", "25% increased Cost of Arc and Crackling Lance", statOrder = { 4432, 4433 }, level = 1, group = "WeaponTreeSkillArcCracklingLance", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillAnimateGuardian"] = { type = "Spawn", tier = 1, "50% increased Effect of Link Buffs on Animated Guardian", "Link Skills can target Animated Guardian", statOrder = { 6935, 6948 }, level = 1, group = "WeaponTreeSkillAnimateGuardian", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillBlazingSalvoFlameWall"] = { type = "Spawn", tier = 1, "Blazing Salvo Projectiles Fork when they pass through a Flame Wall", statOrder = { 4802 }, level = 1, group = "WeaponTreeSkillBlazingSalvoFlameWall", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillVolatileDeadCremation"] = { type = "Spawn", tier = 1, "Volatile Dead and Cremation Penetrate 2% Fire Resistance per 100 Dexterity", statOrder = { 9746 }, level = 1, group = "WeaponTreeSkillVolatileDeadCremation", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillVolatileDeadCremation2H"] = { type = "Spawn", tier = 1, "Volatile Dead and Cremation Penetrate 4% Fire Resistance per 100 Dexterity", statOrder = { 9746 }, level = 1, group = "WeaponTreeSkillVolatileDeadCremation", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillWaveofConviction"] = { type = "Spawn", tier = 1, "+10% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired", statOrder = { 9030 }, level = 1, group = "WeaponTreeSkillWaveofConviction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillWaveofConviction2H"] = { type = "Spawn", tier = 1, "+15% to Wave of Conviction Damage over Time Multiplier per 0.1 seconds of Duration expired", statOrder = { 9030 }, level = 1, group = "WeaponTreeSkillWaveofConviction", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSkillVortexFrostbolt"] = { type = "Spawn", tier = 1, "+15% to Vortex Critical Strike Chance when Cast on Frostbolt", statOrder = { 9757 }, level = 1, group = "WeaponTreeSkillVortexFrostbolt", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "two_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "shield", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 500, 0 }, modTags = { }, }, + ["WeaponTreeSkillVortexFrostbolt2H"] = { type = "Spawn", tier = 1, "+25% to Vortex Critical Strike Chance when Cast on Frostbolt", statOrder = { 9757 }, level = 1, group = "WeaponTreeSkillVortexFrostbolt", nodeType = "Notable", nodeLocation = { 5 }, weightKey = { "one_hand_weapon", "caster_unique_weapon", "attack_staff", "attack_dagger", "weapon_can_roll_minion_modifiers", "wand", "staff", "dagger", "sceptre", "default", }, weightVal = { 0, 1000, 0, 0, 0, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["WeaponTreeSellPriceMagmaticOre"] = { type = "Spawn", tier = 1, "Item sells for an additional Magmatic Ore", statOrder = { 9795 }, level = 50, group = "WeaponTreeSellPriceMagmaticOre", nodeType = "SellBonus", nodeLocation = { 3, 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 1275, 1275, 938, 750 }, modTags = { }, }, + ["WeaponTreeSellNodeScouringOrb"] = { type = "Spawn", tier = 1, "Item sells for 20 additional Orbs of Scouring", statOrder = { 9806 }, level = 50, group = "WeaponTreeSellNodeScouringOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 340, 340, 250, 200 }, modTags = { }, }, + ["WeaponTreeSellNodeScouringOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 40 additional Orbs of Scouring", statOrder = { 9806 }, level = 78, group = "WeaponTreeSellNodeScouringOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, + ["WeaponTreeSellNodeChaosOrb"] = { type = "Spawn", tier = 1, "Item sells for 20 additional Chaos Orbs", statOrder = { 9791 }, level = 50, group = "WeaponTreeSellNodeChaosOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 408, 408, 300, 240 }, modTags = { }, }, + ["WeaponTreeSellNodeChaosOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 40 additional Chaos Orbs", statOrder = { 9791 }, level = 78, group = "WeaponTreeSellNodeChaosOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 204, 204, 150, 120 }, modTags = { }, }, + ["WeaponTreeSellNodeOrbOfRegret"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Orbs of Regret", statOrder = { 9803 }, level = 50, group = "WeaponTreeSellNodeOrbOfRegret", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, + ["WeaponTreeSellNodeOrbOfRegretHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Orbs of Regret", statOrder = { 9803 }, level = 78, group = "WeaponTreeSellNodeOrbOfRegretHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 114, 114, 84, 67 }, modTags = { }, }, + ["WeaponTreeSellNodeRegalOrb"] = { type = "Spawn", tier = 1, "Item sells for 10 additional Regal Orbs", statOrder = { 9804 }, level = 50, group = "WeaponTreeSellNodeRegalOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 102, 102, 75, 60 }, modTags = { }, }, + ["WeaponTreeSellNodeRegalOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 20 additional Regal Orbs", statOrder = { 9804 }, level = 78, group = "WeaponTreeSellNodeRegalOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 51, 51, 38, 30 }, modTags = { }, }, + ["WeaponTreeSellNodeVaalOrb"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Vaal Orbs", statOrder = { 9807 }, level = 50, group = "WeaponTreeSellNodeVaalOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, + ["WeaponTreeSellNodeVaalOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Vaal Orbs", statOrder = { 9807 }, level = 78, group = "WeaponTreeSellNodeVaalOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 114, 114, 84, 67 }, modTags = { }, }, + ["WeaponTreeSellNodeGemcutters"] = { type = "Spawn", tier = 1, "Item sells for 15 additional Gemcutter's Prisms", statOrder = { 9798 }, level = 50, group = "WeaponTreeSellNodeGemcutters", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 92, 92, 68, 54 }, modTags = { }, }, + ["WeaponTreeSellNodeGemcuttersHigh"] = { type = "Spawn", tier = 2, "Item sells for 30 additional Gemcutter's Prisms", statOrder = { 9798 }, level = 78, group = "WeaponTreeSellNodeGemcuttersHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 46, 46, 34, 27 }, modTags = { }, }, + ["WeaponTreeSellNodeBlessedOrb"] = { type = "Spawn", tier = 1, "Item sells for 10 additional Blessed Orbs", statOrder = { 9790 }, level = 50, group = "WeaponTreeSellNodeBlessedOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 136, 136, 100, 80 }, modTags = { }, }, + ["WeaponTreeSellNodeBlessedOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 20 additional Blessed Orbs", statOrder = { 9790 }, level = 78, group = "WeaponTreeSellNodeBlessedOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 68, 68, 50, 40 }, modTags = { }, }, + ["WeaponTreeSellNodeAwakenedSextant"] = { type = "Spawn", tier = 1, "Item sells for an additional Cartography Scarab of every type", statOrder = { 9789 }, level = 78, group = "WeaponTreeSellNodeAwakenedSextant", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 238, 238, 175, 140 }, modTags = { }, }, + ["WeaponTreeSellNodeAwakenedSextantHigh"] = { type = "Spawn", tier = 2, "Item sells for 2 additional Cartography Scarabs of every type", statOrder = { 9789 }, level = 78, group = "WeaponTreeSellNodeAwakenedSextantHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 119, 119, 88, 70 }, modTags = { }, }, + ["WeaponTreeSellNodeOrbOfAnnulment"] = { type = "Spawn", tier = 1, "Item sells for an additional Orb of Annulment", statOrder = { 9802 }, level = 68, group = "WeaponTreeSellNodeOrbOfAnnulment", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 68, 68, 50, 40 }, modTags = { }, }, + ["WeaponTreeSellNodeOrbOfAnnulmentHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Orbs of Annulment", statOrder = { 9802 }, level = 78, group = "WeaponTreeSellNodeOrbOfAnnulmentHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 24, 24, 18, 14 }, modTags = { }, }, + ["WeaponTreeSellNodeExaltedOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Exalted Orb", statOrder = { 9794 }, level = 68, group = "WeaponTreeSellNodeExaltedOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, + ["WeaponTreeSellNodeExaltedOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Exalted Orbs", statOrder = { 9794 }, level = 78, group = "WeaponTreeSellNodeExaltedOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 58, 58, 43, 34 }, modTags = { }, }, + ["WeaponTreeSellNodeDivineOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Divine Orb", statOrder = { 9793 }, level = 68, group = "WeaponTreeSellNodeDivineOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 170, 170, 125, 100 }, modTags = { }, }, + ["WeaponTreeSellNodeDivineOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Divine Orbs", statOrder = { 9793 }, level = 78, group = "WeaponTreeSellNodeDivineOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 58, 58, 43, 34 }, modTags = { }, }, + ["WeaponTreeSellNodeSacredOrb"] = { type = "Spawn", tier = 1, "Item sells for an additional Sacred Orb", statOrder = { 9805 }, level = 80, group = "WeaponTreeSellNodeSacredOrb", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 9, 9, 6, 5 }, modTags = { }, }, + ["WeaponTreeSellNodeSacredOrbHigh"] = { type = "Spawn", tier = 2, "Item sells for 3 additional Sacred Orbs", statOrder = { 9805 }, level = 84, group = "WeaponTreeSellNodeSacredOrbHigh", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 3, 3, 3, 2 }, modTags = { }, }, + ["WeaponTreeSellNodeIgneousGeode"] = { type = "Spawn", tier = 1, "Item sells for an additional Igneous Geode", statOrder = { 9799 }, level = 75, group = "WeaponTreeSellNodeIgneousGeode", nodeType = "SellBonus", nodeLocation = { 3 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 2125, 2125, 1563, 1250 }, modTags = { }, }, + ["WeaponTreeSellNodeCrystallineGeode"] = { type = "Spawn", tier = 1, "Item sells for an additional Crystalline Geode", statOrder = { 9792 }, level = 84, group = "WeaponTreeSellNodeCrystallineGeode", nodeType = "SellBonus", nodeLocation = { 4 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 228, 228, 168, 134 }, modTags = { }, }, + ["WeaponTreeSellNodeDouble"] = { type = "Spawn", tier = 1, "Crucible Passives that sell for items sell for twice as much", statOrder = { 9801 }, level = 84, group = "WeaponTreeSellNodeDouble", nodeType = "SellBonus", nodeLocation = { 5 }, weightKey = { "minion_unique_weapon", "weapon_can_roll_minion_modifiers", "shield", "default", }, weightVal = { 340, 340, 250, 200 }, modTags = { }, }, + ["WeaponTreeFishingLineStrength"] = { type = "Spawn", tier = 1, "30% increased Fishing Line Strength", statOrder = { 2691 }, level = 1, group = "WeaponTreeFishingLineStrength", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingQuantity"] = { type = "Spawn", tier = 1, "20% increased Quantity of Fish Caught", statOrder = { 2696 }, level = 1, group = "WeaponTreeFishingQuantity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingRarity"] = { type = "Spawn", tier = 1, "40% increased Rarity of Fish Caught", statOrder = { 2697 }, level = 1, group = "WeaponTreeFishingRarity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingPoolConsumption"] = { type = "Spawn", tier = 1, "20% increased Fishing Pool Consumption", statOrder = { 2692 }, level = 1, group = "WeaponTreeFishingPoolConsumption", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingExoticFish"] = { type = "Spawn", tier = 1, "You can catch Exotic Fish", statOrder = { 2702 }, level = 1, group = "WeaponTreeFishingExoticFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingBiteSensitivity"] = { type = "Spawn", tier = 1, "50% increased Fish Bite Sensitivity", statOrder = { 3419 }, level = 1, group = "WeaponTreeFishingBiteSensitivity", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingReelStability"] = { type = "Spawn", tier = 1, "100% increased Reeling Stability", statOrder = { 6141 }, level = 1, group = "WeaponTreeFishingReelStability", nodeType = "Regular", nodeLocation = { 1, 2 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingChanceToCatchBoots"] = { type = "Spawn", tier = 1, "25% reduced chance to catch Boots", statOrder = { 6131 }, level = 1, group = "WeaponTreeFishingChanceToCatchBoots", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingChanceToCatchDivineOrb"] = { type = "Spawn", tier = 1, "5% increased chance to catch a Divine Orb", statOrder = { 6132 }, level = 1, group = "WeaponTreeFishingChanceToCatchDivineOrb", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingCanCatchDivineFish"] = { type = "Spawn", tier = 1, "You can catch Divine Fish", statOrder = { 6130 }, level = 1, group = "WeaponTreeFishingCanCatchDivineFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingGhastlyFishermanCannotSpawn"] = { type = "Spawn", tier = 1, "The Ghastly Fisherman cannot spawn", statOrder = { 6135 }, level = 1, group = "WeaponTreeFishingGhastlyFishermanCannotSpawn", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingGhastlyFishermanSpawnsBehindYou"] = { type = "Spawn", tier = 1, "The Ghastly Fisherman always appears behind you", statOrder = { 6136 }, level = 1, group = "WeaponTreeFishingGhastlyFishermanSpawnsBehindYou", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingTasalioIrePerFishCaught"] = { type = "Spawn", tier = 1, "20% reduced Tasalio's Ire per Fish caught", statOrder = { 6142 }, level = 1, group = "WeaponTreeFishingTasalioIrePerFishCaught", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingValakoAidPerStormyDay"] = { type = "Spawn", tier = 1, "20% increased Valako's Aid per Stormy Day", statOrder = { 6143 }, level = 1, group = "WeaponTreeFishingValakoAidPerStormyDay", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingBestiaryLuresAtFishingHoles"] = { type = "Spawn", tier = 1, "Can use Bestiary Lures at Fishing Holes", statOrder = { 6129 }, level = 1, group = "WeaponTreeFishingBestiaryLuresAtFishingHoles", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingCorruptedFishCleansedChance"] = { type = "Spawn", tier = 1, "Corrupted Fish have 10% chance to be Cleansed", statOrder = { 6133 }, level = 1, group = "WeaponTreeFishingCorruptedFishCleansedChance", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingKrillsonAffectionPerFishGifted"] = { type = "Spawn", tier = 1, "23% increased Krillson Affection per Fish Gifted", statOrder = { 6137 }, level = 1, group = "WeaponTreeFishingKrillsonAffectionPerFishGifted", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingLifeOfFishWithThisRod"] = { type = "Spawn", tier = 1, "40% increased Life of Fish caught with this Fishing Rod", statOrder = { 6138 }, level = 1, group = "WeaponTreeFishingLifeOfFishWithThisRod", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingFishAlwaysTellTruthWithThisRod"] = { type = "Spawn", tier = 1, "Fish caught with this Fishing Rod will always tell the truth", statOrder = { 6134 }, level = 1, group = "WeaponTreeFishingFishAlwaysTellTruthWithThisRod", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingWishPerFish"] = { type = "Spawn", tier = 1, "+3 Wishes per Ancient Fish caught", statOrder = { 6145 }, level = 1, group = "WeaponTreeFishingWishPerFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingWishEffectOfAncientFish"] = { type = "Spawn", tier = 1, "50% increased effect of Wishes granted by Ancient Fish", statOrder = { 6144 }, level = 1, group = "WeaponTreeFishingWishEffectOfAncientFish", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingMagmaticFishAreCooked"] = { type = "Spawn", tier = 1, "Fish caught from Magmatic Fishing Holes are already Cooked", statOrder = { 6139 }, level = 1, group = "WeaponTreeFishingMagmaticFishAreCooked", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["WeaponTreeFishingMoltenOneConfusionPerFishGifted"] = { type = "Spawn", tier = 1, "15% increased Molten One confusion per Fish Gifted", statOrder = { 6140 }, level = 1, group = "WeaponTreeFishingMoltenOneConfusionPerFishGifted", nodeType = "Regular", nodeLocation = { 3, 4, 5 }, weightKey = { "fishing_rod", "default", }, weightVal = { 10000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportArcaneSurge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Arcane Surge", statOrder = { 203 }, level = 1, group = "WeaponTreeSupportArcaneSurge", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportChanceToIgnite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Combustion", statOrder = { 219 }, level = 1, group = "WeaponTreeSupportChanceToIgnite", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportDecay"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Decay", statOrder = { 229 }, level = 1, group = "WeaponTreeSupportDecay", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportElementalProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Proliferation", statOrder = { 385 }, level = 1, group = "WeaponTreeSupportElementalProliferation", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportEnergyLeech"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Energy Leech", statOrder = { 236 }, level = 1, group = "WeaponTreeSupportEnergyLeech", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportFasterCast"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Faster Casting", statOrder = { 418 }, level = 1, group = "WeaponTreeSupportFasterCast", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportIgniteProliferation"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Ignite Proliferation", statOrder = { 255 }, level = 1, group = "WeaponTreeSupportIgniteProliferation", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportIntensify"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Intensify", statOrder = { 311 }, level = 1, group = "WeaponTreeSupportIntensify", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportOvercharge"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Overcharge", statOrder = { 282 }, level = 1, group = "WeaponTreeSupportOvercharge", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportPhysicalToLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Physical To Lightning", statOrder = { 286 }, level = 1, group = "WeaponTreeSupportPhysicalToLightning", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportPinpoint"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Pinpoint", statOrder = { 287 }, level = 1, group = "WeaponTreeSupportPinpoint", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportSpellCascade"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Spell Cascade", statOrder = { 310 }, level = 1, group = "WeaponTreeSupportSpellCascade", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportSummonGhostOnKill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Summon Phantasm", statOrder = { 316 }, level = 1, group = "WeaponTreeSupportSummonGhostOnKill", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportSwiftBrand"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Swiftbrand", statOrder = { 318 }, level = 1, group = "WeaponTreeSupportSwiftBrand", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportAddedChaos"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Chaos Damage", statOrder = { 377 }, level = 1, group = "WeaponTreeSupportAddedChaos", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportAddedCold"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Cold Damage", statOrder = { 435 }, level = 1, group = "WeaponTreeSupportAddedCold", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportAddedLightning"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Added Lightning Damage", statOrder = { 386 }, level = 1, group = "WeaponTreeSupportAddedLightning", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportArchmage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Archmage", statOrder = { 204 }, level = 1, group = "WeaponTreeSupportArchmage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportBonechill"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Bonechill", statOrder = { 211 }, level = 1, group = "WeaponTreeSupportBonechill", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportConcentratedEffect"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Concentrated Effect", statOrder = { 372 }, level = 1, group = "WeaponTreeSupportConcentratedEffect", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportControlledDestruction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Controlled Destruction", statOrder = { 442 }, level = 1, group = "WeaponTreeSupportControlledDestruction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportEfficacy"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Efficacy", statOrder = { 232 }, level = 1, group = "WeaponTreeSupportEfficacy", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportElementalFocus"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Focus", statOrder = { 233 }, level = 1, group = "WeaponTreeSupportElementalFocus", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportElementalPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Elemental Penetration", statOrder = { 234 }, level = 1, group = "WeaponTreeSupportElementalPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportImmolate"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Immolate", statOrder = { 256 }, level = 1, group = "WeaponTreeSupportImmolate", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportIncreasedCriticalDamage"] = { type = "Spawn", tier = 1, "Socketed Gems are supported by Level 30 Increased Critical Damage", statOrder = { 404 }, level = 1, group = "WeaponTreeSupportIncreasedCriticalDamage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportIncreasedCriticalStrikes"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Increased Critical Strikes", statOrder = { 260 }, level = 1, group = "WeaponTreeSupportIncreasedCriticalStrikes", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportInfusedChannelling"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Infused Channelling", statOrder = { 314 }, level = 1, group = "WeaponTreeSupportInfusedChannelling", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportInnervate"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Innervate", statOrder = { 438 }, level = 1, group = "WeaponTreeSupportInnervate", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportFirePenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Fire Penetration", statOrder = { 384 }, level = 1, group = "WeaponTreeSupportFirePenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportColdPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Cold Penetration", statOrder = { 430 }, level = 1, group = "WeaponTreeSupportColdPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportLightningPenetration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Lightning Penetration", statOrder = { 269 }, level = 1, group = "WeaponTreeSupportLightningPenetration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportPowerChargeOnCrit"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Power Charge On Critical Strike", statOrder = { 290 }, level = 1, group = "WeaponTreeSupportPowerChargeOnCrit", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportSpellEcho"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Spell Echo", statOrder = { 279 }, level = 1, group = "WeaponTreeSupportSpellEcho", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportTrinity"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Trinity", statOrder = { 321 }, level = 1, group = "WeaponTreeSupportTrinity", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportUnboundAilments"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Unbound Ailments", statOrder = { 322 }, level = 1, group = "WeaponTreeSupportUnboundAilments", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportUnleash"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Unleash", statOrder = { 323 }, level = 1, group = "WeaponTreeSupportUnleash", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportBurningDamage"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Burning Damage", statOrder = { 259 }, level = 1, group = "WeaponTreeSupportBurningDamage", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportColdToFire"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Cold to Fire", statOrder = { 382 }, level = 1, group = "WeaponTreeSupportColdToFire", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportInspiration"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Inspiration", statOrder = { 413 }, level = 1, group = "WeaponTreeSupportInspiration", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportIceBite"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Ice Bite", statOrder = { 429 }, level = 1, group = "WeaponTreeSupportIceBite", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportCriticalStrikeAffliction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Critical Strike Affliction", statOrder = { 289 }, level = 1, group = "WeaponTreeSupportCriticalStrikeAffliction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportDeadlyAilments"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Deadly Ailments", statOrder = { 227 }, level = 1, group = "WeaponTreeSupportDeadlyAilments", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportHypothermia"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Hypothermia", statOrder = { 428 }, level = 1, group = "WeaponTreeSupportHypothermia", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["UniqueTreeWeaponTreeSupportSwiftAffliction"] = { type = "Spawn", tier = 1, "Socketed Gems are Supported by Level 30 Swift Affliction", statOrder = { 296 }, level = 1, group = "WeaponTreeSupportSwiftAffliction", nodeType = "Regular", nodeLocation = { 1, 2, 3, 4, 5 }, weightKey = { "crucible_unique_staff", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, } \ No newline at end of file diff --git a/src/Data/ModFlask.lua b/src/Data/ModFlask.lua index ad559d06c2..003effc76f 100644 --- a/src/Data/ModFlask.lua +++ b/src/Data/ModFlask.lua @@ -2,250 +2,250 @@ -- Item data (c) Grinding Gear Games return { - ["FlaskIncreasedRecoverySpeed1"] = { type = "Prefix", affix = "Undiluted", "(41-46)% increased Recovery rate", statOrderKey = "736", statOrder = { 736 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeed2"] = { type = "Prefix", affix = "Thickened", "(47-52)% increased Recovery rate", statOrderKey = "736", statOrder = { 736 }, level = 21, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeed3_"] = { type = "Prefix", affix = "Viscous", "(53-58)% increased Recovery rate", statOrderKey = "736", statOrder = { 736 }, level = 41, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeed4"] = { type = "Prefix", affix = "Condensed", "(59-64)% increased Recovery rate", statOrderKey = "736", statOrder = { 736 }, level = 61, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoverySpeed5"] = { type = "Prefix", affix = "Catalysed", "(65-70)% increased Recovery rate", statOrderKey = "736", statOrder = { 736 }, level = 81, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmount1"] = { type = "Prefix", affix = "Substantial", "(41-46)% increased Amount Recovered", "33% reduced Recovery rate", statOrderKey = "735,736", statOrder = { 735, 736 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmount2_"] = { type = "Prefix", affix = "Opaque", "(47-52)% increased Amount Recovered", "33% reduced Recovery rate", statOrderKey = "735,736", statOrder = { 735, 736 }, level = 21, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmount3"] = { type = "Prefix", affix = "Full-bodied", "(53-58)% increased Amount Recovered", "33% reduced Recovery rate", statOrderKey = "735,736", statOrder = { 735, 736 }, level = 41, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmount4"] = { type = "Prefix", affix = "Concentrated", "(59-64)% increased Amount Recovered", "33% reduced Recovery rate", statOrderKey = "735,736", statOrder = { 735, 736 }, level = 61, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryAmount5"] = { type = "Prefix", affix = "Saturated", "(65-70)% increased Amount Recovered", "33% reduced Recovery rate", statOrderKey = "735,736", statOrder = { 735, 736 }, level = 81, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryOnLowLife1"] = { type = "Prefix", affix = "Prudent", "(101-106)% more Recovery if used while on Low Life", statOrderKey = "740", statOrder = { 740 }, level = 6, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryOnLowLife2_"] = { type = "Prefix", affix = "Prepared", "(107-112)% more Recovery if used while on Low Life", statOrderKey = "740", statOrder = { 740 }, level = 25, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryOnLowLife3"] = { type = "Prefix", affix = "Wary", "(113-118)% more Recovery if used while on Low Life", statOrderKey = "740", statOrder = { 740 }, level = 44, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryOnLowLife4"] = { type = "Prefix", affix = "Careful", "(119-124)% more Recovery if used while on Low Life", statOrderKey = "740", statOrder = { 740 }, level = 63, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryOnLowLife5"] = { type = "Prefix", affix = "Cautious", "(125-130)% more Recovery if used while on Low Life", statOrderKey = "740", statOrder = { 740 }, level = 82, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskInstantRecoveryOnLowLife1"] = { type = "Prefix", affix = "Startled", "(27-30)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrderKey = "735,741", statOrder = { 735, 741 }, level = 9, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskInstantRecoveryOnLowLife2"] = { type = "Prefix", affix = "Frightened", "(23-26)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrderKey = "735,741", statOrder = { 735, 741 }, level = 27, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskInstantRecoveryOnLowLife3"] = { type = "Prefix", affix = "Alarmed", "(19-22)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrderKey = "735,741", statOrder = { 735, 741 }, level = 45, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskInstantRecoveryOnLowLife4"] = { type = "Prefix", affix = "Terrified", "(15-18)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrderKey = "735,741", statOrder = { 735, 741 }, level = 63, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskInstantRecoveryOnLowLife5__"] = { type = "Prefix", affix = "Panicked", "(11-14)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrderKey = "735,741", statOrder = { 735, 741 }, level = 81, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, - ["FlaskPartialInstantRecovery1"] = { type = "Prefix", affix = "Simmering", "(52-55)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrderKey = "735,736,742", statOrder = { 735, 736, 742 }, level = 3, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskPartialInstantRecovery2"] = { type = "Prefix", affix = "Ebullient", "(48-51)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrderKey = "735,736,742", statOrder = { 735, 736, 742 }, level = 22, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskPartialInstantRecovery3"] = { type = "Prefix", affix = "Effusive", "(44-47)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrderKey = "735,736,742", statOrder = { 735, 736, 742 }, level = 41, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskPartialInstantRecovery4"] = { type = "Prefix", affix = "Effervescent", "(40-43)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrderKey = "735,736,742", statOrder = { 735, 736, 742 }, level = 60, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskPartialInstantRecovery5_"] = { type = "Prefix", affix = "Bubbling", "(36-39)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrderKey = "735,736,742", statOrder = { 735, 736, 742 }, level = 79, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskFullInstantRecovery1"] = { type = "Prefix", affix = "Seething", "66% reduced Amount Recovered", "Instant Recovery", statOrderKey = "735,747", statOrder = { 735, 747 }, level = 7, group = "FlaskFullInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 3000 }, modTags = { "flask" }, }, - ["FlaskExtraManaCostsLife1"] = { type = "Prefix", affix = "Aged", "(41-46)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrderKey = "734,750", statOrder = { 734, 750 }, level = 13, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraManaCostsLife2"] = { type = "Prefix", affix = "Fermented", "(47-52)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrderKey = "734,750", statOrder = { 734, 750 }, level = 30, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraManaCostsLife3_"] = { type = "Prefix", affix = "Congealed", "(53-58)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrderKey = "734,750", statOrder = { 734, 750 }, level = 47, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraManaCostsLife4"] = { type = "Prefix", affix = "Turbid", "(59-64)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrderKey = "734,750", statOrder = { 734, 750 }, level = 64, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraManaCostsLife5_"] = { type = "Prefix", affix = "Caustic", "(65-70)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrderKey = "734,750", statOrder = { 734, 750 }, level = 81, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraLifeCostsMana1"] = { type = "Prefix", affix = "Impairing", "(35-39)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrderKey = "730,752", statOrder = { 730, 752 }, level = 13, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraLifeCostsMana2"] = { type = "Prefix", affix = "Dizzying", "(40-44)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrderKey = "730,752", statOrder = { 730, 752 }, level = 30, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraLifeCostsMana3"] = { type = "Prefix", affix = "Depleting", "(46-50)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrderKey = "730,752", statOrder = { 730, 752 }, level = 47, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraLifeCostsMana4"] = { type = "Prefix", affix = "Vitiating", "(51-55)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrderKey = "730,752", statOrder = { 730, 752 }, level = 64, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskExtraLifeCostsMana5_"] = { type = "Prefix", affix = "Sapping", "(56-60)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrderKey = "730,752", statOrder = { 730, 752 }, level = 81, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, - ["FlaskDispellsChill1"] = { type = "Suffix", affix = "of Heat", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrderKey = "780,780.1", statOrder = { 780, 780.1 }, level = 4, group = "FlaskDispellsChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["FlaskDispellsBurning1"] = { type = "Suffix", affix = "of Dousing", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "782,782.1", statOrder = { 782, 782.1 }, level = 6, group = "FlaskDispellsBurning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["FlaskRemovesBleeding1"] = { type = "Suffix", affix = "of Staunching", "Grants Immunity to Bleeding for 4 seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for 4 seconds if used while affected by Corrupted Blood", statOrderKey = "778,778.1", statOrder = { 778, 778.1 }, level = 8, group = "FlaskRemovesBleeding", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "bleed", "physical", "attack", "ailment" }, }, - ["FlaskRemovesShock1"] = { type = "Suffix", affix = "of Grounding", "Grants Immunity to Shock for 4 seconds if used while Shocked", statOrderKey = "788", statOrder = { 788 }, level = 10, group = "FlaskRemovesShock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["FlaskExtraCharges1"] = { type = "Prefix", affix = "Wide", "+(16-19) to Maximum Charges", statOrderKey = "718", statOrder = { 718 }, level = 2, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskExtraCharges2__"] = { type = "Prefix", affix = "Plentiful", "+(20-23) to Maximum Charges", statOrderKey = "718", statOrder = { 718 }, level = 22, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskExtraCharges3_"] = { type = "Prefix", affix = "Bountiful", "+(24-27) to Maximum Charges", statOrderKey = "718", statOrder = { 718 }, level = 42, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskExtraCharges4__"] = { type = "Prefix", affix = "Abundant", "+(28-31) to Maximum Charges", statOrderKey = "718", statOrder = { 718 }, level = 62, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskExtraCharges5"] = { type = "Prefix", affix = "Ample", "+(32-35) to Maximum Charges", statOrderKey = "718", statOrder = { 718 }, level = 82, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercent1"] = { type = "Prefix", affix = "Constant", "(16-20)% increased Charge Recovery", statOrderKey = "726", statOrder = { 726 }, level = 3, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercent2_"] = { type = "Prefix", affix = "Continuous", "(21-25)% increased Charge Recovery", statOrderKey = "726", statOrder = { 726 }, level = 23, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercent3_"] = { type = "Prefix", affix = "Endless", "(26-30)% increased Charge Recovery", statOrderKey = "726", statOrder = { 726 }, level = 43, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercent4_"] = { type = "Prefix", affix = "Bottomless", "(31-45)% increased Charge Recovery", statOrderKey = "726", statOrder = { 726 }, level = 63, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesAddedIncreasePercent5__"] = { type = "Prefix", affix = "Perpetual", "(46-50)% increased Charge Recovery", statOrderKey = "726", statOrder = { 726 }, level = 83, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryReducedEffect1_"] = { type = "Prefix", affix = "Doled", "(37-42)% increased Charge Recovery", "25% reduced effect", statOrderKey = "726,813", statOrder = { 726, 813 }, level = 20, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryReducedEffect2_"] = { type = "Prefix", affix = "Provisioned", "(43-48)% increased Charge Recovery", "25% reduced effect", statOrderKey = "726,813", statOrder = { 726, 813 }, level = 36, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryReducedEffect3____"] = { type = "Prefix", affix = "Measured", "(49-54)% increased Charge Recovery", "25% reduced effect", statOrderKey = "726,813", statOrder = { 726, 813 }, level = 52, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryReducedEffect4_"] = { type = "Prefix", affix = "Allocated", "(55-60)% increased Charge Recovery", "25% reduced effect", statOrderKey = "726,813", statOrder = { 726, 813 }, level = 68, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedRecoveryReducedEffect5"] = { type = "Prefix", affix = "Rationed", "(61-66)% increased Charge Recovery", "25% reduced effect", statOrderKey = "726,813", statOrder = { 726, 813 }, level = 84, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffArmourWhileHealing1"] = { type = "Suffix", affix = "of the Abalone", "(41-45)% increased Armour during Effect", statOrderKey = "814", statOrder = { 814 }, level = 6, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, - ["FlaskBuffArmourWhileHealing2"] = { type = "Suffix", affix = "of the Tortoise", "(46-50)% increased Armour during Effect", statOrderKey = "814", statOrder = { 814 }, level = 32, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, - ["FlaskBuffArmourWhileHealing3"] = { type = "Suffix", affix = "of the Pangolin", "(51-55)% increased Armour during Effect", statOrderKey = "814", statOrder = { 814 }, level = 58, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, - ["FlaskBuffArmourWhileHealing4"] = { type = "Suffix", affix = "of the Armadillo", "(56-60)% increased Armour during Effect", statOrderKey = "814", statOrder = { 814 }, level = 84, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, - ["FlaskBuffEvasionWhileHealing"] = { type = "Suffix", affix = "of the Gazelle", "(41-45)% increased Evasion Rating during Effect", statOrderKey = "815", statOrder = { 815 }, level = 6, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, - ["FlaskBuffEvasionWhileHealing2"] = { type = "Suffix", affix = "of the Antelope", "(46-50)% increased Evasion Rating during Effect", statOrderKey = "815", statOrder = { 815 }, level = 32, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, - ["FlaskBuffEvasionWhileHealing3_"] = { type = "Suffix", affix = "of the Ibex", "(51-55)% increased Evasion Rating during Effect", statOrderKey = "815", statOrder = { 815 }, level = 58, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, - ["FlaskBuffEvasionWhileHealing4"] = { type = "Suffix", affix = "of the Impala", "(56-60)% increased Evasion Rating during Effect", statOrderKey = "815", statOrder = { 815 }, level = 84, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, - ["FlaskBuffMovementSpeedWhileHealing"] = { type = "Suffix", affix = "of the Hare", "(6-8)% increased Movement Speed during Effect", statOrderKey = "824", statOrder = { 824 }, level = 5, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, - ["FlaskBuffMovementSpeedWhileHealing2"] = { type = "Suffix", affix = "of the Lynx", "(9-11)% increased Movement Speed during Effect", statOrderKey = "824", statOrder = { 824 }, level = 65, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, - ["FlaskBuffMovementSpeedWhileHealing3"] = { type = "Suffix", affix = "of the Cheetah", "(12-14)% increased Movement Speed during Effect", statOrderKey = "824", statOrder = { 824 }, level = 85, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, - ["FlaskBuffStunRecoveryWhileHealing"] = { type = "Suffix", affix = "of Stiffness", "(51-56)% increased Block and Stun Recovery during Effect", statOrderKey = "825", statOrder = { 825 }, level = 1, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffStunRecoveryWhileHealing2"] = { type = "Suffix", affix = "of Bracing", "(57-62)% increased Block and Stun Recovery during Effect", statOrderKey = "825", statOrder = { 825 }, level = 19, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffStunRecoveryWhileHealing3"] = { type = "Suffix", affix = "of Ballast", "(63-68)% increased Block and Stun Recovery during Effect", statOrderKey = "825", statOrder = { 825 }, level = 37, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffStunRecoveryWhileHealing4"] = { type = "Suffix", affix = "of Counterpoise", "(69-74)% increased Block and Stun Recovery during Effect", statOrderKey = "825", statOrder = { 825 }, level = 55, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffStunRecoveryWhileHealing5"] = { type = "Suffix", affix = "of Stabilisation", "(75-80)% increased Block and Stun Recovery during Effect", statOrderKey = "825", statOrder = { 825 }, level = 73, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffResistancesWhileHealing"] = { type = "Suffix", affix = "of the Crystal", "(12-14)% additional Elemental Resistances during Effect", statOrderKey = "826", statOrder = { 826 }, level = 1, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskBuffResistancesWhileHealing2"] = { type = "Suffix", affix = "of the Prism", "(12-14)% additional Elemental Resistances during Effect", statOrderKey = "826", statOrder = { 826 }, level = 21, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskBuffResistancesWhileHealing3"] = { type = "Suffix", affix = "of the Kaleidoscope", "(15-17)% additional Elemental Resistances during Effect", statOrderKey = "826", statOrder = { 826 }, level = 41, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskBuffResistancesWhileHealing4"] = { type = "Suffix", affix = "of Variegation", "(15-17)% additional Elemental Resistances during Effect", statOrderKey = "826", statOrder = { 826 }, level = 61, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskBuffResistancesWhileHealing5_"] = { type = "Suffix", affix = "of the Rainbow", "(18-20)% additional Elemental Resistances during Effect", statOrderKey = "826", statOrder = { 826 }, level = 81, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, - ["FlaskBuffLifeLeechWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "2% of Physical Attack Damage Leeched as Life during Effect", statOrderKey = "827", statOrder = { 827 }, level = 10, group = "FlaskBuffLifeLeechWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life", "physical", "attack" }, }, - ["FlaskBuffLifeLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "0.4% of Physical Attack Damage Leeched as Life during Effect", statOrderKey = "830", statOrder = { 830 }, level = 10, group = "FlaskBuffLifeLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life", "physical", "attack" }, }, - ["FlaskBuffManaLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Craving", "0.4% of Physical Attack Damage Leeched as Mana during Effect", statOrderKey = "832", statOrder = { 832 }, level = 12, group = "FlaskBuffManaLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, - ["FlaskBuffKnockbackWhileHealing"] = { type = "Suffix", affix = "of Fending", "Adds Knockback to Melee Attacks during Effect", statOrderKey = "833", statOrder = { 833 }, level = 9, group = "FlaskBuffKnockbackWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack" }, }, - ["FlaskBuffWardWhileHealing1"] = { type = "Suffix", affix = "of Runegleaming", "(19-21)% increased Ward during Effect", statOrderKey = "817", statOrder = { 817 }, level = 12, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, - ["FlaskBuffWardWhileHealing2_"] = { type = "Suffix", affix = "of Runeshining", "(22-24)% increased Ward during Effect", statOrderKey = "817", statOrder = { 817 }, level = 26, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, - ["FlaskBuffWardWhileHealing3"] = { type = "Suffix", affix = "of Runeflaring", "(25-27)% increased Ward during Effect", statOrderKey = "817", statOrder = { 817 }, level = 52, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, - ["FlaskBuffWardWhileHealing4"] = { type = "Suffix", affix = "of Runeblazing", "(28-30)% increased Ward during Effect", statOrderKey = "817", statOrder = { 817 }, level = 78, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, - ["FlaskHealsMinions1"] = { type = "Suffix", affix = "of the Novice", "Grants (100-119)% of Life Recovery to Minions", statOrderKey = "731", statOrder = { 731 }, level = 10, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, - ["FlaskHealsMinions2"] = { type = "Suffix", affix = "of the Acolyte", "Grants (120-139)% of Life Recovery to Minions", statOrderKey = "731", statOrder = { 731 }, level = 28, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, - ["FlaskHealsMinions3"] = { type = "Suffix", affix = "of the Summoner", "Grants (140-159)% of Life Recovery to Minions", statOrderKey = "731", statOrder = { 731 }, level = 46, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, - ["FlaskHealsMinions4____"] = { type = "Suffix", affix = "of the Conjurer", "Grants (160-179)% of Life Recovery to Minions", statOrderKey = "731", statOrder = { 731 }, level = 64, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, - ["FlaskHealsMinions5"] = { type = "Suffix", affix = "of the Necromancer", "Grants (180-200)% of Life Recovery to Minions", statOrderKey = "731", statOrder = { 731 }, level = 82, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, - ["FlaskFullRechargeOnCrit1"] = { type = "Prefix", affix = "Surgeon's", "Recharges 1 Charge when you deal a Critical Strike", statOrderKey = "722", statOrder = { 722 }, level = 8, group = "FlaskFullRechargeOnCrit", weightKey = { "critical_utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskChanceRechargeOnCrit1"] = { type = "Prefix", affix = "Medic's", "(11-15)% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "723", statOrder = { 723 }, level = 8, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, - ["FlaskChanceRechargeOnCrit2"] = { type = "Prefix", affix = "Physician's", "(16-20)% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "723", statOrder = { 723 }, level = 26, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, - ["FlaskChanceRechargeOnCrit3___"] = { type = "Prefix", affix = "Doctor's", "(21-25)% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "723", statOrder = { 723 }, level = 44, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, - ["FlaskChanceRechargeOnCrit4"] = { type = "Prefix", affix = "Specialist's", "(26-30)% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "723", statOrder = { 723 }, level = 62, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, - ["FlaskChanceRechargeOnCrit5"] = { type = "Prefix", affix = "Surgeon's", "(31-35)% chance to gain a Flask Charge when you deal a Critical Strike", statOrderKey = "723", statOrder = { 723 }, level = 80, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, - ["FlaskFullRechargeOnTakeCrit1"] = { type = "Prefix", affix = "Avenger's", "Recharges 5 Charges when you take a Critical Strike", statOrderKey = "725", statOrder = { 725 }, level = 12, group = "FlaskFullRechargeOnTakeCrit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "critical" }, }, - ["FlaskDispellsPoison1"] = { type = "Suffix", affix = "of Curing", "Grants Immunity to Poison for 4 seconds if used while Poisoned", statOrderKey = "786", statOrder = { 786 }, level = 16, group = "FlaskDispellsPoison", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "poison", "chaos", "ailment" }, }, - ["FlaskEffectReducedDuration1"] = { type = "Prefix", affix = "Abecedarian's", "(33-38)% reduced Duration", "25% increased effect", statOrderKey = "738,813", statOrder = { 738, 813 }, level = 20, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskEffectReducedDuration2"] = { type = "Prefix", affix = "Dabbler's", "(28-32)% reduced Duration", "25% increased effect", statOrderKey = "738,813", statOrder = { 738, 813 }, level = 50, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskEffectReducedDuration3"] = { type = "Prefix", affix = "Alchemist's", "(23-27)% reduced Duration", "25% increased effect", statOrderKey = "738,813", statOrder = { 738, 813 }, level = 80, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskChargesUsed1"] = { type = "Prefix", affix = "Apprentice's", "(14-16)% reduced Charges per use", statOrderKey = "727", statOrder = { 727 }, level = 14, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesUsed2"] = { type = "Prefix", affix = "Scholar's", "(17-19)% reduced Charges per use", statOrderKey = "727", statOrder = { 727 }, level = 31, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesUsed3__"] = { type = "Prefix", affix = "Practitioner's", "(20-22)% reduced Charges per use", statOrderKey = "727", statOrder = { 727 }, level = 48, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesUsed4__"] = { type = "Prefix", affix = "Brewer's", "(23-25)% reduced Charges per use", statOrderKey = "727", statOrder = { 727 }, level = 65, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskChargesUsed5"] = { type = "Prefix", affix = "Chemist's", "(26-28)% reduced Charges per use", statOrderKey = "727", statOrder = { 727 }, level = 82, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration2"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrderKey = "738", statOrder = { 738 }, level = 20, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration3_"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrderKey = "738", statOrder = { 738 }, level = 36, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration4"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrderKey = "738", statOrder = { 738 }, level = 52, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration5__"] = { type = "Prefix", affix = "Clinician's", "(31-35)% increased Duration", statOrderKey = "738", statOrder = { 738 }, level = 68, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, - ["FlaskIncreasedDuration6"] = { type = "Prefix", affix = "Experimenter's", "(36-40)% increased Duration", statOrderKey = "738", statOrder = { 738 }, level = 84, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, - ["FlaskFullRechargeOnHit1"] = { type = "Prefix", affix = "Delinquent's", "Gain 1 Charge when you are Hit by an Enemy", statOrderKey = "721", statOrder = { 721 }, level = 12, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, - ["FlaskFullRechargeOnHit2_"] = { type = "Prefix", affix = "Transgressor's", "Gain 1 Charge when you are Hit by an Enemy", statOrderKey = "721", statOrder = { 721 }, level = 29, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskFullRechargeOnHit3_"] = { type = "Prefix", affix = "Sinner's", "Gain 2 Charges when you are Hit by an Enemy", statOrderKey = "721", statOrder = { 721 }, level = 46, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, - ["FlaskFullRechargeOnHit4_"] = { type = "Prefix", affix = "Masochist's", "Gain 2 Charges when you are Hit by an Enemy", statOrderKey = "721", statOrder = { 721 }, level = 63, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskFullRechargeOnHit5___"] = { type = "Prefix", affix = "Flagellant's", "Gain 3 Charges when you are Hit by an Enemy", statOrderKey = "721", statOrder = { 721 }, level = 80, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedHealingCharges1"] = { type = "Prefix", affix = "Nitrate", "(20-25)% increased Charges per use", "(21-26)% increased Amount Recovered", statOrderKey = "727,735", statOrder = { 727, 735 }, level = 10, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedHealingCharges2"] = { type = "Prefix", affix = "Dolomite", "(20-25)% increased Charges per use", "(27-32)% increased Amount Recovered", statOrderKey = "727,735", statOrder = { 727, 735 }, level = 28, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedHealingCharges3"] = { type = "Prefix", affix = "Kieserite", "(20-25)% increased Charges per use", "(33-38)% increased Amount Recovered", statOrderKey = "727,735", statOrder = { 727, 735 }, level = 46, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedHealingCharges4____"] = { type = "Prefix", affix = "Kainite", "(20-25)% increased Charges per use", "(39-44)% increased Amount Recovered", statOrderKey = "727,735", statOrder = { 727, 735 }, level = 64, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskIncreasedHealingCharges5"] = { type = "Prefix", affix = "Gypsum", "(20-25)% increased Charges per use", "(45-50)% increased Amount Recovered", statOrderKey = "727,735", statOrder = { 727, 735 }, level = 82, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, - ["FlaskManaRecoveryAtEnd1_"] = { type = "Prefix", affix = "Foreboding", "66% increased Amount Recovered", "Mana Recovery occurs instantly at the end of Effect", statOrderKey = "735,746", statOrder = { 735, 746 }, level = 16, group = "FlaskManaRecoveryAtEnd", weightKey = { "utility_flask", "life_flask", "default", }, weightVal = { 0, 0, 3000 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskEffectNotRemovedOnFullMana1"] = { type = "Prefix", affix = "Enduring", "66% reduced Amount Recovered", "Effect is not removed when Unreserved Mana is Filled", "Effect does not Queue", statOrderKey = "735,745,745.1", statOrder = { 735, 745, 745.1 }, level = 16, group = "FlaskEffectNotRemovedOnFullManaReducedRecovery", weightKey = { "utility_flask", "life_flask", "default", }, weightVal = { 0, 0, 3000 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffAttackLifeLeechWhileHealing1"] = { type = "Suffix", affix = "of Bloodshed", "0.4% of Attack Damage Leeched as Life during Effect", statOrderKey = "829", statOrder = { 829 }, level = 10, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, - ["FlaskBuffAttackLifeLeechWhileHealing2"] = { type = "Suffix", affix = "of Gore", "0.5% of Attack Damage Leeched as Life during Effect", statOrderKey = "829", statOrder = { 829 }, level = 20, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, - ["FlaskBuffAttackLifeLeechWhileHealing3"] = { type = "Suffix", affix = "of Carnage", "0.6% of Attack Damage Leeched as Life during Effect", statOrderKey = "829", statOrder = { 829 }, level = 40, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, - ["FlaskBuffAttackLifeLeechWhileHealing4"] = { type = "Suffix", affix = "of Butchery", "0.7% of Attack Damage Leeched as Life during Effect", statOrderKey = "829", statOrder = { 829 }, level = 60, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, - ["FlaskBuffAttackLifeLeechWhileHealing5"] = { type = "Suffix", affix = "of Bloodletting", "0.8% of Attack Damage Leeched as Life during Effect", statOrderKey = "829", statOrder = { 829 }, level = 80, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, - ["FlaskBuffSpellEnergyShieldLeechWhileHealing1"] = { type = "Suffix", affix = "of Diverting", "0.4% of Spell Damage Leeched as Energy Shield during Effect", statOrderKey = "828", statOrder = { 828 }, level = 10, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, - ["FlaskBuffSpellEnergyShieldLeechWhileHealing2_"] = { type = "Suffix", affix = "of Depletion", "0.5% of Spell Damage Leeched as Energy Shield during Effect", statOrderKey = "828", statOrder = { 828 }, level = 20, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, - ["FlaskBuffSpellEnergyShieldLeechWhileHealing3_____"] = { type = "Suffix", affix = "of Tapping", "0.6% of Spell Damage Leeched as Energy Shield during Effect", statOrderKey = "828", statOrder = { 828 }, level = 40, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, - ["FlaskBuffSpellEnergyShieldLeechWhileHealing4"] = { type = "Suffix", affix = "of Siphoning", "0.7% of Spell Damage Leeched as Energy Shield during Effect", statOrderKey = "828", statOrder = { 828 }, level = 60, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, - ["FlaskBuffSpellEnergyShieldLeechWhileHealing5"] = { type = "Suffix", affix = "of Draining", "0.8% of Spell Damage Leeched as Energy Shield during Effect", statOrderKey = "828", statOrder = { 828 }, level = 80, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, - ["FlaskBuffAttackSpeedWhileHealing1"] = { type = "Suffix", affix = "of the Falcon", "(9-11)% increased Attack Speed during Effect", statOrderKey = "822", statOrder = { 822 }, level = 12, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, - ["FlaskBuffAttackSpeedWhileHealing2_____"] = { type = "Suffix", affix = "of the Eagle", "(12-14)% increased Attack Speed during Effect", statOrderKey = "822", statOrder = { 822 }, level = 62, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, - ["FlaskBuffAttackSpeedWhileHealing3_"] = { type = "Suffix", affix = "of the Dove", "(15-17)% increased Attack Speed during Effect", statOrderKey = "822", statOrder = { 822 }, level = 82, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, - ["FlaskBuffCastSpeedWhileHealing1"] = { type = "Suffix", affix = "of the Albatross", "(9-11)% increased Cast Speed during Effect", statOrderKey = "823", statOrder = { 823 }, level = 12, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, - ["FlaskBuffCastSpeedWhileHealing2"] = { type = "Suffix", affix = "of the Hummingbird", "(12-14)% increased Cast Speed during Effect", statOrderKey = "823", statOrder = { 823 }, level = 62, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, - ["FlaskBuffCastSpeedWhileHealing3"] = { type = "Suffix", affix = "of the Horsefly", "(15-17)% increased Cast Speed during Effect", statOrderKey = "823", statOrder = { 823 }, level = 82, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, - ["FlaskBuffAccuracyWhileHealing1__"] = { type = "Suffix", affix = "of the Monkey", "(15-25)% increased Accuracy Rating during Effect", statOrderKey = "821", statOrder = { 821 }, level = 12, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, - ["FlaskBuffAccuracyWhileHealing2"] = { type = "Suffix", affix = "of the Raccoon", "(26-35)% increased Accuracy Rating during Effect", statOrderKey = "821", statOrder = { 821 }, level = 42, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, - ["FlaskBuffAccuracyWhileHealing3"] = { type = "Suffix", affix = "of the Crow", "(35-45)% increased Accuracy Rating during Effect", statOrderKey = "821", statOrder = { 821 }, level = 72, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, - ["FlaskBuffCriticalChanceWhileHealing1_"] = { type = "Suffix", affix = "of Stinging", "(26-31)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 18, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskBuffCriticalChanceWhileHealing2_"] = { type = "Suffix", affix = "of Piercing", "(32-37)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 34, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskBuffCriticalChanceWhileHealing3"] = { type = "Suffix", affix = "of Rupturing", "(38-43)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 50, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskBuffCriticalChanceWhileHealing4__"] = { type = "Suffix", affix = "of Penetrating", "(44-49)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 66, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskBuffCriticalChanceWhileHealing5"] = { type = "Suffix", affix = "of Incision", "(50-55)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 82, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, - ["FlaskBuffFreezeShockIgniteChanceWhileHealing1_"] = { type = "Suffix", affix = "of Foisting", "(19-22)% chance to Freeze, Shock and Ignite during Effect", statOrderKey = "851", statOrder = { 851 }, level = 12, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["FlaskBuffFreezeShockIgniteChanceWhileHealing2____"] = { type = "Suffix", affix = "of Imposing", "(23-26)% chance to Freeze, Shock and Ignite during Effect", statOrderKey = "851", statOrder = { 851 }, level = 32, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["FlaskBuffFreezeShockIgniteChanceWhileHealing3"] = { type = "Suffix", affix = "of Wreaking", "(27-30)% chance to Freeze, Shock and Ignite during Effect", statOrderKey = "851", statOrder = { 851 }, level = 52, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["FlaskBuffFreezeShockIgniteChanceWhileHealing4_"] = { type = "Suffix", affix = "of Infliction", "(31-34)% chance to Freeze, Shock and Ignite during Effect", statOrderKey = "851", statOrder = { 851 }, level = 72, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["FlaskBuffAvoidStunWhileHealing1_"] = { type = "Suffix", affix = "of Composure", "(31-35)% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 12, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidStunWhileHealing2"] = { type = "Suffix", affix = "of Surefootedness", "(36-40)% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 29, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidStunWhileHealing3"] = { type = "Suffix", affix = "of Persistence", "(41-45)% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 46, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidStunWhileHealing4"] = { type = "Suffix", affix = "of Relentlessness", "(46-50)% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 63, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidStunWhileHealing5"] = { type = "Suffix", affix = "of Tenaciousness", "(51-55)% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 80, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffReducedManaCostWhileHealing1_"] = { type = "Suffix", affix = "of the Pupil", "(11-14)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 12, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffReducedManaCostWhileHealing2__"] = { type = "Suffix", affix = "of the Initiate", "(15-18)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 29, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffReducedManaCostWhileHealing3"] = { type = "Suffix", affix = "of the Mage", "(19-21)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 46, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffReducedManaCostWhileHealing4"] = { type = "Suffix", affix = "of the Arcanist", "(22-25)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 63, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffReducedManaCostWhileHealing5"] = { type = "Suffix", affix = "of the Sorcerer", "(26-29)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 80, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["FlaskBuffChillFreezeDuration1"] = { type = "Suffix", affix = "of the Rabbit", "(36-41)% reduced Effect of Chill on you during Effect", "(36-41)% reduced Freeze Duration on you during Effect", statOrderKey = "876,878", statOrder = { 876, 878 }, level = 4, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffChillFreezeDuration2_"] = { type = "Suffix", affix = "of the Cat", "(42-47)% reduced Effect of Chill on you during Effect", "(42-47)% reduced Freeze Duration on you during Effect", statOrderKey = "876,878", statOrder = { 876, 878 }, level = 23, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffChillFreezeDuration3_"] = { type = "Suffix", affix = "of the Fox", "(48-52)% reduced Effect of Chill on you during Effect", "(48-52)% reduced Freeze Duration on you during Effect", statOrderKey = "876,878", statOrder = { 876, 878 }, level = 42, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffChillFreezeDuration4"] = { type = "Suffix", affix = "of the Sable", "(52-59)% reduced Effect of Chill on you during Effect", "(52-59)% reduced Freeze Duration on you during Effect", statOrderKey = "876,878", statOrder = { 876, 878 }, level = 61, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffChillFreezeDuration5"] = { type = "Suffix", affix = "of the Bear", "(60-65)% reduced Effect of Chill on you during Effect", "(60-65)% reduced Freeze Duration on you during Effect", statOrderKey = "876,878", statOrder = { 876, 878 }, level = 80, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffShockEffect1"] = { type = "Suffix", affix = "of the Plover", "(36-41)% reduced Effect of Shock on you during Effect", statOrderKey = "881", statOrder = { 881 }, level = 6, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffShockEffect2"] = { type = "Suffix", affix = "of the Sandpiper", "(42-47)% reduced Effect of Shock on you during Effect", statOrderKey = "881", statOrder = { 881 }, level = 25, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffShockEffect3___"] = { type = "Suffix", affix = "of the Cormorant", "(48-52)% reduced Effect of Shock on you during Effect", statOrderKey = "881", statOrder = { 881 }, level = 44, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffShockEffect4"] = { type = "Suffix", affix = "of the Sanderling", "(52-59)% reduced Effect of Shock on you during Effect", statOrderKey = "881", statOrder = { 881 }, level = 63, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffShockEffect5"] = { type = "Suffix", affix = "of the Heron", "(60-65)% reduced Effect of Shock on you during Effect", statOrderKey = "881", statOrder = { 881 }, level = 82, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffCurseEffect1"] = { type = "Suffix", affix = "of the Petrel", "(36-41)% reduced Effect of Curses on you during Effect", statOrderKey = "877", statOrder = { 877 }, level = 8, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffCurseEffect2"] = { type = "Suffix", affix = "of the Mockingbird", "(42-47)% reduced Effect of Curses on you during Effect", statOrderKey = "877", statOrder = { 877 }, level = 27, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffCurseEffect3_"] = { type = "Suffix", affix = "of the Curlew", "(48-52)% reduced Effect of Curses on you during Effect", statOrderKey = "877", statOrder = { 877 }, level = 46, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffCurseEffect4"] = { type = "Suffix", affix = "of the Kakapo", "(52-59)% reduced Effect of Curses on you during Effect", statOrderKey = "877", statOrder = { 877 }, level = 65, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffCurseEffect5"] = { type = "Suffix", affix = "of the Owl", "(60-65)% reduced Effect of Curses on you during Effect", statOrderKey = "877", statOrder = { 877 }, level = 84, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffBleedDuration1"] = { type = "Suffix", affix = "[UNUSED] Bleed duration 1", "(35-45)% reduced Bleeding Duration on you during Effect", statOrderKey = "875", statOrder = { 875 }, level = 8, group = "FlaskBuffBleedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, - ["FlaskBuffPoisonDuration1"] = { type = "Suffix", affix = "[UNUSED] Poison duration 1", "(35-45)% reduced Poison Duration on you during Effect", statOrderKey = "880", statOrder = { 880 }, level = 16, group = "FlaskBuffPoisonDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, - ["FlaskBuffIgniteDuration1_"] = { type = "Suffix", affix = "[UNUSED] Ignite duration 1", "(35-45)% reduced Ignite Duration on you during Effect", statOrderKey = "879", statOrder = { 879 }, level = 6, group = "FlaskBuffIgniteDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidChillFreeze1_"] = { type = "Suffix", affix = "of the Orca", "(31-35)% chance to Avoid being Chilled during Effect", "(31-35)% chance to Avoid being Frozen during Effect", statOrderKey = "841,842", statOrder = { 841, 842 }, level = 4, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidChillFreeze2"] = { type = "Suffix", affix = "of the Sea Lion", "(36-40)% chance to Avoid being Chilled during Effect", "(36-40)% chance to Avoid being Frozen during Effect", statOrderKey = "841,842", statOrder = { 841, 842 }, level = 23, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidChillFreeze3"] = { type = "Suffix", affix = "of the Narwhal", "(41-45)% chance to Avoid being Chilled during Effect", "(41-45)% chance to Avoid being Frozen during Effect", statOrderKey = "841,842", statOrder = { 841, 842 }, level = 42, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidChillFreeze4"] = { type = "Suffix", affix = "of the Beluga", "(46-50)% chance to Avoid being Chilled during Effect", "(46-50)% chance to Avoid being Frozen during Effect", statOrderKey = "841,842", statOrder = { 841, 842 }, level = 61, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidChillFreeze5"] = { type = "Suffix", affix = "of the Seal", "(51-55)% chance to Avoid being Chilled during Effect", "(51-55)% chance to Avoid being Frozen during Effect", statOrderKey = "841,842", statOrder = { 841, 842 }, level = 80, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidIgnite1"] = { type = "Suffix", affix = "of the Guppy", "(31-35)% chance to Avoid being Ignited during Effect", statOrderKey = "843", statOrder = { 843 }, level = 6, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidIgnite2"] = { type = "Suffix", affix = "of the Goldfish", "(36-40)% chance to Avoid being Ignited during Effect", statOrderKey = "843", statOrder = { 843 }, level = 25, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidIgnite3"] = { type = "Suffix", affix = "of the Carp", "(41-45)% chance to Avoid being Ignited during Effect", statOrderKey = "843", statOrder = { 843 }, level = 44, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidIgnite4___"] = { type = "Suffix", affix = "of the Catfish", "(46-50)% chance to Avoid being Ignited during Effect", statOrderKey = "843", statOrder = { 843 }, level = 63, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidIgnite5_"] = { type = "Suffix", affix = "of the Sunfish", "(51-55)% chance to Avoid being Ignited during Effect", statOrderKey = "843", statOrder = { 843 }, level = 82, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidShock1"] = { type = "Suffix", affix = "of Tree Moss", "(31-35)% chance to Avoid being Shocked during Effect", statOrderKey = "844", statOrder = { 844 }, level = 6, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidShock2_"] = { type = "Suffix", affix = "of Turf Moss", "(36-40)% chance to Avoid being Shocked during Effect", statOrderKey = "844", statOrder = { 844 }, level = 25, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidShock3"] = { type = "Suffix", affix = "of Tooth Moss", "(41-45)% chance to Avoid being Shocked during Effect", statOrderKey = "844", statOrder = { 844 }, level = 44, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidShock4_____"] = { type = "Suffix", affix = "of Plume Moss", "(46-50)% chance to Avoid being Shocked during Effect", statOrderKey = "844", statOrder = { 844 }, level = 63, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBuffAvoidShock5"] = { type = "Suffix", affix = "of Bog Moss", "(51-55)% chance to Avoid being Shocked during Effect", statOrderKey = "844", statOrder = { 844 }, level = 82, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskCurseImmunity1"] = { type = "Suffix", affix = "of Warding", "Removes Curses on use", statOrderKey = "776", statOrder = { 776 }, level = 18, group = "FlaskCurseImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 3000 }, modTags = { "flask", "caster", "curse" }, }, - ["LocalManaFlaskHinderNearbyEnemies1_"] = { type = "Suffix", affix = "of Interference", "Hinders nearby Enemies with (17-22)% reduced Movement Speed if used while not on Full Mana", statOrderKey = "791", statOrder = { 791 }, level = 30, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalManaFlaskHinderNearbyEnemies2"] = { type = "Suffix", affix = "of Obstruction", "Hinders nearby Enemies with (23-28)% reduced Movement Speed if used while not on Full Mana", statOrderKey = "791", statOrder = { 791 }, level = 48, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalManaFlaskHinderNearbyEnemies3"] = { type = "Suffix", affix = "of Occlusion", "Hinders nearby Enemies with (29-34)% reduced Movement Speed if used while not on Full Mana", statOrderKey = "791", statOrder = { 791 }, level = 66, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalManaFlaskHinderNearbyEnemies4"] = { type = "Suffix", affix = "of Restraint", "Hinders nearby Enemies with (35-40)% reduced Movement Speed if used while not on Full Mana", statOrderKey = "791", statOrder = { 791 }, level = 84, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalLifeFlaskHinderNearbyEnemies1_"] = { type = "Suffix", affix = "of Interference", "Hinders nearby Enemies with (17-22)% reduced Movement Speed if used while not on Full Life", statOrderKey = "790", statOrder = { 790 }, level = 30, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalLifeFlaskHinderNearbyEnemies2_"] = { type = "Suffix", affix = "of Obstruction", "Hinders nearby Enemies with (23-28)% reduced Movement Speed if used while not on Full Life", statOrderKey = "790", statOrder = { 790 }, level = 48, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalLifeFlaskHinderNearbyEnemies3_"] = { type = "Suffix", affix = "of Occlusion", "Hinders nearby Enemies with (29-34)% reduced Movement Speed if used while not on Full Life", statOrderKey = "790", statOrder = { 790 }, level = 66, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalLifeFlaskHinderNearbyEnemies4"] = { type = "Suffix", affix = "of Restraint", "Hinders nearby Enemies with (35-40)% reduced Movement Speed if used while not on Full Life", statOrderKey = "790", statOrder = { 790 }, level = 84, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, - ["LocalFlaskImmuneToMaimAndHinder1"] = { type = "Suffix", affix = "of Movement", "Grants Immunity to Hinder for (6-8) seconds if used while Hindered", "Grants Immunity to Maim for (6-8) seconds if used while Maimed", statOrderKey = "784,785", statOrder = { 784, 785 }, level = 16, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, - ["LocalFlaskImmuneToMaimAndHinder2"] = { type = "Suffix", affix = "of Motion", "Grants Immunity to Hinder for (9-11) seconds if used while Hindered", "Grants Immunity to Maim for (9-11) seconds if used while Maimed", statOrderKey = "784,785", statOrder = { 784, 785 }, level = 38, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, - ["LocalFlaskImmuneToMaimAndHinder3"] = { type = "Suffix", affix = "of Freedom", "Grants Immunity to Hinder for (12-14) seconds if used while Hindered", "Grants Immunity to Maim for (12-14) seconds if used while Maimed", statOrderKey = "784,785", statOrder = { 784, 785 }, level = 60, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, - ["LocalFlaskImmuneToMaimAndHinder4"] = { type = "Suffix", affix = "of Liberation", "Grants Immunity to Hinder for (15-17) seconds if used while Hindered", "Grants Immunity to Maim for (15-17) seconds if used while Maimed", statOrderKey = "784,785", statOrder = { 784, 785 }, level = 82, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, - ["LocalLifeFlaskAdditionalLifeRecovery1"] = { type = "Suffix", affix = "of Abundance", "Recover an additional (11-16)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrderKey = "777", statOrder = { 777 }, level = 25, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["LocalLifeFlaskAdditionalLifeRecovery2__"] = { type = "Suffix", affix = "of Plenty", "Recover an additional (17-22)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrderKey = "777", statOrder = { 777 }, level = 39, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["LocalLifeFlaskAdditionalLifeRecovery3"] = { type = "Suffix", affix = "of Bounty", "Recover an additional (23-28)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrderKey = "777", statOrder = { 777 }, level = 53, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["LocalLifeFlaskAdditionalLifeRecovery4"] = { type = "Suffix", affix = "of Incessance", "Recover an additional (29-34)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrderKey = "777", statOrder = { 777 }, level = 67, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["LocalLifeFlaskAdditionalLifeRecovery5_"] = { type = "Suffix", affix = "of Perenniality", "Recover an additional (35-40)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrderKey = "777", statOrder = { 777 }, level = 81, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, - ["FlaskBleedCorruptingBloodImmunity1"] = { type = "Suffix", affix = "of Sealing", "Grants Immunity to Bleeding for (6-8) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (6-8) seconds if used while affected by Corrupted Blood", statOrderKey = "779,779.1", statOrder = { 779, 779.1 }, level = 8, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskBleedCorruptingBloodImmunity2"] = { type = "Suffix", affix = "of Alleviation", "Grants Immunity to Bleeding for (9-11) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (9-11) seconds if used while affected by Corrupted Blood", statOrderKey = "779,779.1", statOrder = { 779, 779.1 }, level = 32, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskBleedCorruptingBloodImmunity3______"] = { type = "Suffix", affix = "of Allaying", "Grants Immunity to Bleeding for (12-14) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (12-14) seconds if used while affected by Corrupted Blood", statOrderKey = "779,779.1", statOrder = { 779, 779.1 }, level = 56, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskBleedCorruptingBloodImmunity4_"] = { type = "Suffix", affix = "of Assuaging", "Grants Immunity to Bleeding for (15-17) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (15-17) seconds if used while affected by Corrupted Blood", statOrderKey = "779,779.1", statOrder = { 779, 779.1 }, level = 80, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskShockImmunity1"] = { type = "Suffix", affix = "of Earthing", "Grants Immunity to Shock for (6-8) seconds if used while Shocked", statOrderKey = "789", statOrder = { 789 }, level = 6, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskShockImmunity2"] = { type = "Suffix", affix = "of Grounding", "Grants Immunity to Shock for (9-11) seconds if used while Shocked", statOrderKey = "789", statOrder = { 789 }, level = 30, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskShockImmunity3"] = { type = "Suffix", affix = "of Insulation", "Grants Immunity to Shock for (12-14) seconds if used while Shocked", statOrderKey = "789", statOrder = { 789 }, level = 54, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskShockImmunity4_"] = { type = "Suffix", affix = "of the Dielectric", "Grants Immunity to Shock for (15-17) seconds if used while Shocked", statOrderKey = "789", statOrder = { 789 }, level = 78, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskChillFreezeImmunity1"] = { type = "Suffix", affix = "of Convection", "Grants Immunity to Chill for (6-8) seconds if used while Chilled", "Grants Immunity to Freeze for (6-8) seconds if used while Frozen", statOrderKey = "781,781.1", statOrder = { 781, 781.1 }, level = 4, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskChillFreezeImmunity2"] = { type = "Suffix", affix = "of Thermodynamics", "Grants Immunity to Chill for (9-11) seconds if used while Chilled", "Grants Immunity to Freeze for (9-11) seconds if used while Frozen", statOrderKey = "781,781.1", statOrder = { 781, 781.1 }, level = 28, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskChillFreezeImmunity3"] = { type = "Suffix", affix = "of Entropy", "Grants Immunity to Chill for (12-14) seconds if used while Chilled", "Grants Immunity to Freeze for (12-14) seconds if used while Frozen", statOrderKey = "781,781.1", statOrder = { 781, 781.1 }, level = 52, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskChillFreezeImmunity4"] = { type = "Suffix", affix = "of Thawing", "Grants Immunity to Chill for (15-17) seconds if used while Chilled", "Grants Immunity to Freeze for (15-17) seconds if used while Frozen", statOrderKey = "781,781.1", statOrder = { 781, 781.1 }, level = 76, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunity1"] = { type = "Suffix", affix = "of Damping", "Grants Immunity to Ignite for (6-8) seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "783,783.1", statOrder = { 783, 783.1 }, level = 6, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunity2_"] = { type = "Suffix", affix = "of Quashing", "Grants Immunity to Ignite for (9-11) seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "783,783.1", statOrder = { 783, 783.1 }, level = 30, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunity3_"] = { type = "Suffix", affix = "of Quelling", "Grants Immunity to Ignite for (12-14) seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "783,783.1", statOrder = { 783, 783.1 }, level = 54, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunity4"] = { type = "Suffix", affix = "of Quenching", "Grants Immunity to Ignite for (15-17) seconds if used while Ignited", "Removes all Burning when used", statOrderKey = "783,783.1", statOrder = { 783, 783.1 }, level = 78, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunity1__"] = { type = "Suffix", affix = "of the Antitoxin", "Grants Immunity to Poison for (6-8) seconds if used while Poisoned", statOrderKey = "787", statOrder = { 787 }, level = 16, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunity2"] = { type = "Suffix", affix = "of the Remedy", "Grants Immunity to Poison for (9-11) seconds if used while Poisoned", statOrderKey = "787", statOrder = { 787 }, level = 38, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunity3"] = { type = "Suffix", affix = "of the Cure", "Grants Immunity to Poison for (12-14) seconds if used while Poisoned", statOrderKey = "787", statOrder = { 787 }, level = 60, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunity4"] = { type = "Suffix", affix = "of the Antidote", "Grants Immunity to Poison for (15-17) seconds if used while Poisoned", statOrderKey = "787", statOrder = { 787 }, level = 82, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunityDuringEffect"] = { type = "Suffix", affix = "of the Skunk", "(45-49)% less Duration", "Immunity to Poison during Effect", statOrderKey = "739,860", statOrder = { 739, 860 }, level = 16, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Hedgehog", "(40-44)% less Duration", "Immunity to Poison during Effect", statOrderKey = "739,860", statOrder = { 739, 860 }, level = 46, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskPoisonImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Opossum", "(35-39)% less Duration", "Immunity to Poison during Effect", statOrderKey = "739,860", statOrder = { 739, 860 }, level = 76, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskShockImmunityDuringEffect"] = { type = "Suffix", affix = "of the Conger", "(45-49)% less Duration", "Immunity to Shock during Effect", statOrderKey = "739,861", statOrder = { 739, 861 }, level = 6, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskShockImmunityDuringEffect2___"] = { type = "Suffix", affix = "of the Moray", "(40-44)% less Duration", "Immunity to Shock during Effect", statOrderKey = "739,861", statOrder = { 739, 861 }, level = 40, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskShockImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Eel", "(35-39)% less Duration", "Immunity to Shock during Effect", statOrderKey = "739,861", statOrder = { 739, 861 }, level = 74, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskFreezeAndChillImmunityDuringEffect"] = { type = "Suffix", affix = "of the Deer", "(45-49)% less Duration", "Immunity to Freeze and Chill during Effect", statOrderKey = "739,859", statOrder = { 739, 859 }, level = 4, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskFreezeAndChillImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Walrus", "(40-44)% less Duration", "Immunity to Freeze and Chill during Effect", statOrderKey = "739,859", statOrder = { 739, 859 }, level = 38, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskFreezeAndChillImmunityDuringEffect3__"] = { type = "Suffix", affix = "of the Penguin", "(35-39)% less Duration", "Immunity to Freeze and Chill during Effect", statOrderKey = "739,859", statOrder = { 739, 859 }, level = 72, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunityDuringEffect_"] = { type = "Suffix", affix = "of the Urchin", "(45-49)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrderKey = "739,794,794.1", statOrder = { 739, 794, 794.1 }, level = 6, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Mussel", "(40-44)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrderKey = "739,794,794.1", statOrder = { 739, 794, 794.1 }, level = 40, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskIgniteImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Starfish", "(35-39)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrderKey = "739,794,794.1", statOrder = { 739, 794, 794.1 }, level = 74, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect_1"] = { type = "Suffix", affix = "of the Lizard", "(45-49)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrderKey = "739,857", statOrder = { 739, 857 }, level = 8, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect2_"] = { type = "Suffix", affix = "of the Skink", "(40-44)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrderKey = "739,857", statOrder = { 739, 857 }, level = 42, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect3___"] = { type = "Suffix", affix = "of the Iguana", "(35-39)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrderKey = "739,857", statOrder = { 739, 857 }, level = 76, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeed1"] = { type = "Prefix", affix = "Undiluted", "(41-46)% increased Recovery rate", statOrder = { 736 }, level = 1, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeed2"] = { type = "Prefix", affix = "Thickened", "(47-52)% increased Recovery rate", statOrder = { 736 }, level = 21, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeed3_"] = { type = "Prefix", affix = "Viscous", "(53-58)% increased Recovery rate", statOrder = { 736 }, level = 41, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeed4"] = { type = "Prefix", affix = "Condensed", "(59-64)% increased Recovery rate", statOrder = { 736 }, level = 61, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoverySpeed5"] = { type = "Prefix", affix = "Catalysed", "(65-70)% increased Recovery rate", statOrder = { 736 }, level = 81, group = "FlaskIncreasedRecoverySpeed", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmount1"] = { type = "Prefix", affix = "Substantial", "(41-46)% increased Amount Recovered", "33% reduced Recovery rate", statOrder = { 735, 736 }, level = 1, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmount2_"] = { type = "Prefix", affix = "Opaque", "(47-52)% increased Amount Recovered", "33% reduced Recovery rate", statOrder = { 735, 736 }, level = 21, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmount3"] = { type = "Prefix", affix = "Full-bodied", "(53-58)% increased Amount Recovered", "33% reduced Recovery rate", statOrder = { 735, 736 }, level = 41, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmount4"] = { type = "Prefix", affix = "Concentrated", "(59-64)% increased Amount Recovered", "33% reduced Recovery rate", statOrder = { 735, 736 }, level = 61, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryAmount5"] = { type = "Prefix", affix = "Saturated", "(65-70)% increased Amount Recovered", "33% reduced Recovery rate", statOrder = { 735, 736 }, level = 81, group = "FlaskIncreasedRecoveryAmount", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryOnLowLife1"] = { type = "Prefix", affix = "Prudent", "(101-106)% more Recovery if used while on Low Life", statOrder = { 740 }, level = 6, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryOnLowLife2_"] = { type = "Prefix", affix = "Prepared", "(107-112)% more Recovery if used while on Low Life", statOrder = { 740 }, level = 25, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryOnLowLife3"] = { type = "Prefix", affix = "Wary", "(113-118)% more Recovery if used while on Low Life", statOrder = { 740 }, level = 44, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryOnLowLife4"] = { type = "Prefix", affix = "Careful", "(119-124)% more Recovery if used while on Low Life", statOrder = { 740 }, level = 63, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryOnLowLife5"] = { type = "Prefix", affix = "Cautious", "(125-130)% more Recovery if used while on Low Life", statOrder = { 740 }, level = 82, group = "FlaskIncreasedRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskInstantRecoveryOnLowLife1"] = { type = "Prefix", affix = "Startled", "(27-30)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrder = { 735, 741 }, level = 9, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskInstantRecoveryOnLowLife2"] = { type = "Prefix", affix = "Frightened", "(23-26)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrder = { 735, 741 }, level = 27, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskInstantRecoveryOnLowLife3"] = { type = "Prefix", affix = "Alarmed", "(19-22)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrder = { 735, 741 }, level = 45, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskInstantRecoveryOnLowLife4"] = { type = "Prefix", affix = "Terrified", "(15-18)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrder = { 735, 741 }, level = 63, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskInstantRecoveryOnLowLife5__"] = { type = "Prefix", affix = "Panicked", "(11-14)% reduced Amount Recovered", "Instant Recovery when on Low Life", statOrder = { 735, 741 }, level = 81, group = "FlaskInstantRecoveryOnLowLife", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask" }, }, + ["FlaskPartialInstantRecovery1"] = { type = "Prefix", affix = "Simmering", "(52-55)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrder = { 735, 736, 742 }, level = 3, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskPartialInstantRecovery2"] = { type = "Prefix", affix = "Ebullient", "(48-51)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrder = { 735, 736, 742 }, level = 22, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskPartialInstantRecovery3"] = { type = "Prefix", affix = "Effusive", "(44-47)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrder = { 735, 736, 742 }, level = 41, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskPartialInstantRecovery4"] = { type = "Prefix", affix = "Effervescent", "(40-43)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrder = { 735, 736, 742 }, level = 60, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskPartialInstantRecovery5_"] = { type = "Prefix", affix = "Bubbling", "(36-39)% reduced Amount Recovered", "135% increased Recovery rate", "50% of Recovery applied Instantly", statOrder = { 735, 736, 742 }, level = 79, group = "FlaskPartialInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskFullInstantRecovery1"] = { type = "Prefix", affix = "Seething", "66% reduced Amount Recovered", "Instant Recovery", statOrder = { 735, 747 }, level = 7, group = "FlaskFullInstantRecovery", weightKey = { "utility_flask", "default", }, weightVal = { 0, 3000 }, modTags = { "flask" }, }, + ["FlaskExtraManaCostsLife1"] = { type = "Prefix", affix = "Aged", "(41-46)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 734, 750 }, level = 13, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraManaCostsLife2"] = { type = "Prefix", affix = "Fermented", "(47-52)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 734, 750 }, level = 30, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraManaCostsLife3_"] = { type = "Prefix", affix = "Congealed", "(53-58)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 734, 750 }, level = 47, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraManaCostsLife4"] = { type = "Prefix", affix = "Turbid", "(59-64)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 734, 750 }, level = 64, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraManaCostsLife5_"] = { type = "Prefix", affix = "Caustic", "(65-70)% increased Mana Recovered", "Removes 15% of Mana Recovered from Life when used", statOrder = { 734, 750 }, level = 81, group = "FlaskExtraManaCostsLife", weightKey = { "utility_flask", "life_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraLifeCostsMana1"] = { type = "Prefix", affix = "Impairing", "(35-39)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrder = { 730, 752 }, level = 13, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraLifeCostsMana2"] = { type = "Prefix", affix = "Dizzying", "(40-44)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrder = { 730, 752 }, level = 30, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraLifeCostsMana3"] = { type = "Prefix", affix = "Depleting", "(46-50)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrder = { 730, 752 }, level = 47, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraLifeCostsMana4"] = { type = "Prefix", affix = "Vitiating", "(51-55)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrder = { 730, 752 }, level = 64, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskExtraLifeCostsMana5_"] = { type = "Prefix", affix = "Sapping", "(56-60)% increased Life Recovered", "Removes 10% of Life Recovered from Mana when used", statOrder = { 730, 752 }, level = 81, group = "FlaskExtraLifeCostsMana", weightKey = { "utility_flask", "mana_flask", "hybrid_flask", "default", }, weightVal = { 0, 0, 0, 600 }, modTags = { "flask", "resource", "life", "mana" }, }, + ["FlaskDispellsChill1"] = { type = "Suffix", affix = "of Heat", "Grants Immunity to Chill for 4 seconds if used while Chilled", "Grants Immunity to Freeze for 4 seconds if used while Frozen", statOrder = { 780, 780.1 }, level = 4, group = "FlaskDispellsChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["FlaskDispellsBurning1"] = { type = "Suffix", affix = "of Dousing", "Grants Immunity to Ignite for 4 seconds if used while Ignited", "Removes all Burning when used", statOrder = { 782, 782.1 }, level = 6, group = "FlaskDispellsBurning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["FlaskRemovesBleeding1"] = { type = "Suffix", affix = "of Staunching", "Grants Immunity to Bleeding for 4 seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for 4 seconds if used while affected by Corrupted Blood", statOrder = { 778, 778.1 }, level = 8, group = "FlaskRemovesBleeding", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "bleed", "physical", "attack", "ailment" }, }, + ["FlaskRemovesShock1"] = { type = "Suffix", affix = "of Grounding", "Grants Immunity to Shock for 4 seconds if used while Shocked", statOrder = { 788 }, level = 10, group = "FlaskRemovesShock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["FlaskExtraCharges1"] = { type = "Prefix", affix = "Wide", "+(16-19) to Maximum Charges", statOrder = { 718 }, level = 2, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskExtraCharges2__"] = { type = "Prefix", affix = "Plentiful", "+(20-23) to Maximum Charges", statOrder = { 718 }, level = 22, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskExtraCharges3_"] = { type = "Prefix", affix = "Bountiful", "+(24-27) to Maximum Charges", statOrder = { 718 }, level = 42, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskExtraCharges4__"] = { type = "Prefix", affix = "Abundant", "+(28-31) to Maximum Charges", statOrder = { 718 }, level = 62, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskExtraCharges5"] = { type = "Prefix", affix = "Ample", "+(32-35) to Maximum Charges", statOrder = { 718 }, level = 82, group = "FlaskExtraMaxCharges", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercent1"] = { type = "Prefix", affix = "Constant", "(16-20)% increased Charge Recovery", statOrder = { 726 }, level = 3, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercent2_"] = { type = "Prefix", affix = "Continuous", "(21-25)% increased Charge Recovery", statOrder = { 726 }, level = 23, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercent3_"] = { type = "Prefix", affix = "Endless", "(26-30)% increased Charge Recovery", statOrder = { 726 }, level = 43, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercent4_"] = { type = "Prefix", affix = "Bottomless", "(31-45)% increased Charge Recovery", statOrder = { 726 }, level = 63, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesAddedIncreasePercent5__"] = { type = "Prefix", affix = "Perpetual", "(46-50)% increased Charge Recovery", statOrder = { 726 }, level = 83, group = "FlaskIncreasedChargesAdded", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryReducedEffect1_"] = { type = "Prefix", affix = "Doled", "(37-42)% increased Charge Recovery", "25% reduced effect", statOrder = { 726, 813 }, level = 20, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryReducedEffect2_"] = { type = "Prefix", affix = "Provisioned", "(43-48)% increased Charge Recovery", "25% reduced effect", statOrder = { 726, 813 }, level = 36, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryReducedEffect3____"] = { type = "Prefix", affix = "Measured", "(49-54)% increased Charge Recovery", "25% reduced effect", statOrder = { 726, 813 }, level = 52, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryReducedEffect4_"] = { type = "Prefix", affix = "Allocated", "(55-60)% increased Charge Recovery", "25% reduced effect", statOrder = { 726, 813 }, level = 68, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedRecoveryReducedEffect5"] = { type = "Prefix", affix = "Rationed", "(61-66)% increased Charge Recovery", "25% reduced effect", statOrder = { 726, 813 }, level = 84, group = "FlaskIncreasedRecoveryReducedEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffArmourWhileHealing1"] = { type = "Suffix", affix = "of the Abalone", "(41-45)% increased Armour during Effect", statOrder = { 814 }, level = 6, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, + ["FlaskBuffArmourWhileHealing2"] = { type = "Suffix", affix = "of the Tortoise", "(46-50)% increased Armour during Effect", statOrder = { 814 }, level = 32, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, + ["FlaskBuffArmourWhileHealing3"] = { type = "Suffix", affix = "of the Pangolin", "(51-55)% increased Armour during Effect", statOrder = { 814 }, level = 58, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, + ["FlaskBuffArmourWhileHealing4"] = { type = "Suffix", affix = "of the Armadillo", "(56-60)% increased Armour during Effect", statOrder = { 814 }, level = 84, group = "FlaskBuffArmourWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "armour" }, }, + ["FlaskBuffEvasionWhileHealing"] = { type = "Suffix", affix = "of the Gazelle", "(41-45)% increased Evasion Rating during Effect", statOrder = { 815 }, level = 6, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, + ["FlaskBuffEvasionWhileHealing2"] = { type = "Suffix", affix = "of the Antelope", "(46-50)% increased Evasion Rating during Effect", statOrder = { 815 }, level = 32, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, + ["FlaskBuffEvasionWhileHealing3_"] = { type = "Suffix", affix = "of the Ibex", "(51-55)% increased Evasion Rating during Effect", statOrder = { 815 }, level = 58, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, + ["FlaskBuffEvasionWhileHealing4"] = { type = "Suffix", affix = "of the Impala", "(56-60)% increased Evasion Rating during Effect", statOrder = { 815 }, level = 84, group = "FlaskBuffEvasionWhileHealing", weightKey = { "expedition_flask", "utility_flask", "default", }, weightVal = { 0, 750, 0 }, modTags = { "flask", "defences", "evasion" }, }, + ["FlaskBuffMovementSpeedWhileHealing"] = { type = "Suffix", affix = "of the Hare", "(6-8)% increased Movement Speed during Effect", statOrder = { 824 }, level = 5, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, + ["FlaskBuffMovementSpeedWhileHealing2"] = { type = "Suffix", affix = "of the Lynx", "(9-11)% increased Movement Speed during Effect", statOrder = { 824 }, level = 65, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, + ["FlaskBuffMovementSpeedWhileHealing3"] = { type = "Suffix", affix = "of the Cheetah", "(12-14)% increased Movement Speed during Effect", statOrder = { 824 }, level = 85, group = "FlaskBuffMovementSpeedWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, + ["FlaskBuffStunRecoveryWhileHealing"] = { type = "Suffix", affix = "of Stiffness", "(51-56)% increased Block and Stun Recovery during Effect", statOrder = { 825 }, level = 1, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffStunRecoveryWhileHealing2"] = { type = "Suffix", affix = "of Bracing", "(57-62)% increased Block and Stun Recovery during Effect", statOrder = { 825 }, level = 19, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffStunRecoveryWhileHealing3"] = { type = "Suffix", affix = "of Ballast", "(63-68)% increased Block and Stun Recovery during Effect", statOrder = { 825 }, level = 37, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffStunRecoveryWhileHealing4"] = { type = "Suffix", affix = "of Counterpoise", "(69-74)% increased Block and Stun Recovery during Effect", statOrder = { 825 }, level = 55, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffStunRecoveryWhileHealing5"] = { type = "Suffix", affix = "of Stabilisation", "(75-80)% increased Block and Stun Recovery during Effect", statOrder = { 825 }, level = 73, group = "FlaskBuffStunRecoveryWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffResistancesWhileHealing"] = { type = "Suffix", affix = "of the Crystal", "(12-14)% additional Elemental Resistances during Effect", statOrder = { 826 }, level = 1, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskBuffResistancesWhileHealing2"] = { type = "Suffix", affix = "of the Prism", "(12-14)% additional Elemental Resistances during Effect", statOrder = { 826 }, level = 21, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskBuffResistancesWhileHealing3"] = { type = "Suffix", affix = "of the Kaleidoscope", "(15-17)% additional Elemental Resistances during Effect", statOrder = { 826 }, level = 41, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskBuffResistancesWhileHealing4"] = { type = "Suffix", affix = "of Variegation", "(15-17)% additional Elemental Resistances during Effect", statOrder = { 826 }, level = 61, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskBuffResistancesWhileHealing5_"] = { type = "Suffix", affix = "of the Rainbow", "(18-20)% additional Elemental Resistances during Effect", statOrder = { 826 }, level = 81, group = "FlaskBuffResistancesWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "resistance" }, }, + ["FlaskBuffLifeLeechWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "2% of Physical Attack Damage Leeched as Life during Effect", statOrder = { 827 }, level = 10, group = "FlaskBuffLifeLeechWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life", "physical", "attack" }, }, + ["FlaskBuffLifeLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Gluttony", "0.4% of Physical Attack Damage Leeched as Life during Effect", statOrder = { 830 }, level = 10, group = "FlaskBuffLifeLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life", "physical", "attack" }, }, + ["FlaskBuffManaLeechPermyriadWhileHealing"] = { type = "Suffix", affix = "of Craving", "0.4% of Physical Attack Damage Leeched as Mana during Effect", statOrder = { 832 }, level = 12, group = "FlaskBuffManaLeechPermyriadWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana", "physical", "attack" }, }, + ["FlaskBuffKnockbackWhileHealing"] = { type = "Suffix", affix = "of Fending", "Adds Knockback to Melee Attacks during Effect", statOrder = { 833 }, level = 9, group = "FlaskBuffKnockbackWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack" }, }, + ["FlaskBuffWardWhileHealing1"] = { type = "Suffix", affix = "of Runegleaming", "(19-21)% increased Ward during Effect", statOrder = { 817 }, level = 12, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, + ["FlaskBuffWardWhileHealing2_"] = { type = "Suffix", affix = "of Runeshining", "(22-24)% increased Ward during Effect", statOrder = { 817 }, level = 26, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, + ["FlaskBuffWardWhileHealing3"] = { type = "Suffix", affix = "of Runeflaring", "(25-27)% increased Ward during Effect", statOrder = { 817 }, level = 52, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, + ["FlaskBuffWardWhileHealing4"] = { type = "Suffix", affix = "of Runeblazing", "(28-30)% increased Ward during Effect", statOrder = { 817 }, level = 78, group = "FlaskBuffWardWhileHealing", weightKey = { "expedition_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "defences" }, }, + ["FlaskHealsMinions1"] = { type = "Suffix", affix = "of the Novice", "Grants (100-119)% of Life Recovery to Minions", statOrder = { 731 }, level = 10, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, + ["FlaskHealsMinions2"] = { type = "Suffix", affix = "of the Acolyte", "Grants (120-139)% of Life Recovery to Minions", statOrder = { 731 }, level = 28, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, + ["FlaskHealsMinions3"] = { type = "Suffix", affix = "of the Summoner", "Grants (140-159)% of Life Recovery to Minions", statOrder = { 731 }, level = 46, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, + ["FlaskHealsMinions4____"] = { type = "Suffix", affix = "of the Conjurer", "Grants (160-179)% of Life Recovery to Minions", statOrder = { 731 }, level = 64, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, + ["FlaskHealsMinions5"] = { type = "Suffix", affix = "of the Necromancer", "Grants (180-200)% of Life Recovery to Minions", statOrder = { 731 }, level = 82, group = "FlaskHealsMinions", weightKey = { "utility_flask", "mana_flask", "default", }, weightVal = { 0, 0, 600 }, modTags = { "flask", "resource", "life", "minion" }, }, + ["FlaskFullRechargeOnCrit1"] = { type = "Prefix", affix = "Surgeon's", "Recharges 1 Charge when you deal a Critical Strike", statOrder = { 722 }, level = 8, group = "FlaskFullRechargeOnCrit", weightKey = { "critical_utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskChanceRechargeOnCrit1"] = { type = "Prefix", affix = "Medic's", "(11-15)% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 723 }, level = 8, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, + ["FlaskChanceRechargeOnCrit2"] = { type = "Prefix", affix = "Physician's", "(16-20)% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 723 }, level = 26, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, + ["FlaskChanceRechargeOnCrit3___"] = { type = "Prefix", affix = "Doctor's", "(21-25)% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 723 }, level = 44, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, + ["FlaskChanceRechargeOnCrit4"] = { type = "Prefix", affix = "Specialist's", "(26-30)% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 723 }, level = 62, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, + ["FlaskChanceRechargeOnCrit5"] = { type = "Prefix", affix = "Surgeon's", "(31-35)% chance to gain a Flask Charge when you deal a Critical Strike", statOrder = { 723 }, level = 80, group = "FlaskChanceRechargeOnCrit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask", "critical" }, }, + ["FlaskFullRechargeOnTakeCrit1"] = { type = "Prefix", affix = "Avenger's", "Recharges 5 Charges when you take a Critical Strike", statOrder = { 725 }, level = 12, group = "FlaskFullRechargeOnTakeCrit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "critical" }, }, + ["FlaskDispellsPoison1"] = { type = "Suffix", affix = "of Curing", "Grants Immunity to Poison for 4 seconds if used while Poisoned", statOrder = { 786 }, level = 16, group = "FlaskDispellsPoison", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "poison", "chaos", "ailment" }, }, + ["FlaskEffectReducedDuration1"] = { type = "Prefix", affix = "Abecedarian's", "(33-38)% reduced Duration", "25% increased effect", statOrder = { 738, 813 }, level = 20, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskEffectReducedDuration2"] = { type = "Prefix", affix = "Dabbler's", "(28-32)% reduced Duration", "25% increased effect", statOrder = { 738, 813 }, level = 50, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskEffectReducedDuration3"] = { type = "Prefix", affix = "Alchemist's", "(23-27)% reduced Duration", "25% increased effect", statOrder = { 738, 813 }, level = 80, group = "FlaskEffectReducedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskChargesUsed1"] = { type = "Prefix", affix = "Apprentice's", "(14-16)% reduced Charges per use", statOrder = { 727 }, level = 14, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesUsed2"] = { type = "Prefix", affix = "Scholar's", "(17-19)% reduced Charges per use", statOrder = { 727 }, level = 31, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesUsed3__"] = { type = "Prefix", affix = "Practitioner's", "(20-22)% reduced Charges per use", statOrder = { 727 }, level = 48, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesUsed4__"] = { type = "Prefix", affix = "Brewer's", "(23-25)% reduced Charges per use", statOrder = { 727 }, level = 65, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskChargesUsed5"] = { type = "Prefix", affix = "Chemist's", "(26-28)% reduced Charges per use", statOrder = { 727 }, level = 82, group = "FlaskChargesUsed", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration2"] = { type = "Prefix", affix = "Investigator's", "(16-20)% increased Duration", statOrder = { 738 }, level = 20, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration3_"] = { type = "Prefix", affix = "Analyst's", "(21-25)% increased Duration", statOrder = { 738 }, level = 36, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration4"] = { type = "Prefix", affix = "Examiner's", "(26-30)% increased Duration", statOrder = { 738 }, level = 52, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration5__"] = { type = "Prefix", affix = "Clinician's", "(31-35)% increased Duration", statOrder = { 738 }, level = 68, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, + ["FlaskIncreasedDuration6"] = { type = "Prefix", affix = "Experimenter's", "(36-40)% increased Duration", statOrder = { 738 }, level = 84, group = "FlaskUtilityIncreasedDuration", weightKey = { "utility_flask", "critical_utility_flask", "default", }, weightVal = { 600, 600, 0 }, modTags = { "flask" }, }, + ["FlaskFullRechargeOnHit1"] = { type = "Prefix", affix = "Delinquent's", "Gain 1 Charge when you are Hit by an Enemy", statOrder = { 721 }, level = 12, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, + ["FlaskFullRechargeOnHit2_"] = { type = "Prefix", affix = "Transgressor's", "Gain 1 Charge when you are Hit by an Enemy", statOrder = { 721 }, level = 29, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskFullRechargeOnHit3_"] = { type = "Prefix", affix = "Sinner's", "Gain 2 Charges when you are Hit by an Enemy", statOrder = { 721 }, level = 46, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, + ["FlaskFullRechargeOnHit4_"] = { type = "Prefix", affix = "Masochist's", "Gain 2 Charges when you are Hit by an Enemy", statOrder = { 721 }, level = 63, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskFullRechargeOnHit5___"] = { type = "Prefix", affix = "Flagellant's", "Gain 3 Charges when you are Hit by an Enemy", statOrder = { 721 }, level = 80, group = "FlaskFullRechargeOnHit", weightKey = { "default", }, weightVal = { 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedHealingCharges1"] = { type = "Prefix", affix = "Nitrate", "(20-25)% increased Charges per use", "(21-26)% increased Amount Recovered", statOrder = { 727, 735 }, level = 10, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedHealingCharges2"] = { type = "Prefix", affix = "Dolomite", "(20-25)% increased Charges per use", "(27-32)% increased Amount Recovered", statOrder = { 727, 735 }, level = 28, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedHealingCharges3"] = { type = "Prefix", affix = "Kieserite", "(20-25)% increased Charges per use", "(33-38)% increased Amount Recovered", statOrder = { 727, 735 }, level = 46, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedHealingCharges4____"] = { type = "Prefix", affix = "Kainite", "(20-25)% increased Charges per use", "(39-44)% increased Amount Recovered", statOrder = { 727, 735 }, level = 64, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskIncreasedHealingCharges5"] = { type = "Prefix", affix = "Gypsum", "(20-25)% increased Charges per use", "(45-50)% increased Amount Recovered", statOrder = { 727, 735 }, level = 82, group = "FlaskIncreasedHealingCharges", weightKey = { "utility_flask", "default", }, weightVal = { 0, 600 }, modTags = { "flask" }, }, + ["FlaskManaRecoveryAtEnd1_"] = { type = "Prefix", affix = "Foreboding", "66% increased Amount Recovered", "Mana Recovery occurs instantly at the end of Effect", statOrder = { 735, 746 }, level = 16, group = "FlaskManaRecoveryAtEnd", weightKey = { "utility_flask", "life_flask", "default", }, weightVal = { 0, 0, 3000 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskEffectNotRemovedOnFullMana1"] = { type = "Prefix", affix = "Enduring", "66% reduced Amount Recovered", "Effect is not removed when Unreserved Mana is Filled", "Effect does not Queue", statOrder = { 735, 745, 745.1 }, level = 16, group = "FlaskEffectNotRemovedOnFullManaReducedRecovery", weightKey = { "utility_flask", "life_flask", "default", }, weightVal = { 0, 0, 3000 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffAttackLifeLeechWhileHealing1"] = { type = "Suffix", affix = "of Bloodshed", "0.4% of Attack Damage Leeched as Life during Effect", statOrder = { 829 }, level = 10, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, + ["FlaskBuffAttackLifeLeechWhileHealing2"] = { type = "Suffix", affix = "of Gore", "0.5% of Attack Damage Leeched as Life during Effect", statOrder = { 829 }, level = 20, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, + ["FlaskBuffAttackLifeLeechWhileHealing3"] = { type = "Suffix", affix = "of Carnage", "0.6% of Attack Damage Leeched as Life during Effect", statOrder = { 829 }, level = 40, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, + ["FlaskBuffAttackLifeLeechWhileHealing4"] = { type = "Suffix", affix = "of Butchery", "0.7% of Attack Damage Leeched as Life during Effect", statOrder = { 829 }, level = 60, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, + ["FlaskBuffAttackLifeLeechWhileHealing5"] = { type = "Suffix", affix = "of Bloodletting", "0.8% of Attack Damage Leeched as Life during Effect", statOrder = { 829 }, level = 80, group = "FlaskBuffAttackLifeLeechWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "resource", "life", "attack" }, }, + ["FlaskBuffSpellEnergyShieldLeechWhileHealing1"] = { type = "Suffix", affix = "of Diverting", "0.4% of Spell Damage Leeched as Energy Shield during Effect", statOrder = { 828 }, level = 10, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, + ["FlaskBuffSpellEnergyShieldLeechWhileHealing2_"] = { type = "Suffix", affix = "of Depletion", "0.5% of Spell Damage Leeched as Energy Shield during Effect", statOrder = { 828 }, level = 20, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, + ["FlaskBuffSpellEnergyShieldLeechWhileHealing3_____"] = { type = "Suffix", affix = "of Tapping", "0.6% of Spell Damage Leeched as Energy Shield during Effect", statOrder = { 828 }, level = 40, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, + ["FlaskBuffSpellEnergyShieldLeechWhileHealing4"] = { type = "Suffix", affix = "of Siphoning", "0.7% of Spell Damage Leeched as Energy Shield during Effect", statOrder = { 828 }, level = 60, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, + ["FlaskBuffSpellEnergyShieldLeechWhileHealing5"] = { type = "Suffix", affix = "of Draining", "0.8% of Spell Damage Leeched as Energy Shield during Effect", statOrder = { 828 }, level = 80, group = "FlaskBuffSpellEnergyShieldLeechWhileHealing", weightKey = { "utility_flask", "expedition_flask", "default", }, weightVal = { 600, 0, 0 }, modTags = { "flask", "defences", "energy_shield", "caster" }, }, + ["FlaskBuffAttackSpeedWhileHealing1"] = { type = "Suffix", affix = "of the Falcon", "(9-11)% increased Attack Speed during Effect", statOrder = { 822 }, level = 12, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, + ["FlaskBuffAttackSpeedWhileHealing2_____"] = { type = "Suffix", affix = "of the Eagle", "(12-14)% increased Attack Speed during Effect", statOrder = { 822 }, level = 62, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, + ["FlaskBuffAttackSpeedWhileHealing3_"] = { type = "Suffix", affix = "of the Dove", "(15-17)% increased Attack Speed during Effect", statOrder = { 822 }, level = 82, group = "FlaskBuffAttackSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "speed" }, }, + ["FlaskBuffCastSpeedWhileHealing1"] = { type = "Suffix", affix = "of the Albatross", "(9-11)% increased Cast Speed during Effect", statOrder = { 823 }, level = 12, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, + ["FlaskBuffCastSpeedWhileHealing2"] = { type = "Suffix", affix = "of the Hummingbird", "(12-14)% increased Cast Speed during Effect", statOrder = { 823 }, level = 62, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, + ["FlaskBuffCastSpeedWhileHealing3"] = { type = "Suffix", affix = "of the Horsefly", "(15-17)% increased Cast Speed during Effect", statOrder = { 823 }, level = 82, group = "FlaskBuffCastSpeedWhileHealing", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "caster", "speed" }, }, + ["FlaskBuffAccuracyWhileHealing1__"] = { type = "Suffix", affix = "of the Monkey", "(15-25)% increased Accuracy Rating during Effect", statOrder = { 821 }, level = 12, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, + ["FlaskBuffAccuracyWhileHealing2"] = { type = "Suffix", affix = "of the Raccoon", "(26-35)% increased Accuracy Rating during Effect", statOrder = { 821 }, level = 42, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, + ["FlaskBuffAccuracyWhileHealing3"] = { type = "Suffix", affix = "of the Crow", "(35-45)% increased Accuracy Rating during Effect", statOrder = { 821 }, level = 72, group = "FlaskBuffAccuracyWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "attack" }, }, + ["FlaskBuffCriticalChanceWhileHealing1_"] = { type = "Suffix", affix = "of Stinging", "(26-31)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 18, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskBuffCriticalChanceWhileHealing2_"] = { type = "Suffix", affix = "of Piercing", "(32-37)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 34, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskBuffCriticalChanceWhileHealing3"] = { type = "Suffix", affix = "of Rupturing", "(38-43)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 50, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskBuffCriticalChanceWhileHealing4__"] = { type = "Suffix", affix = "of Penetrating", "(44-49)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 66, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskBuffCriticalChanceWhileHealing5"] = { type = "Suffix", affix = "of Incision", "(50-55)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 82, group = "FlaskBuffCriticalWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask", "critical" }, }, + ["FlaskBuffFreezeShockIgniteChanceWhileHealing1_"] = { type = "Suffix", affix = "of Foisting", "(19-22)% chance to Freeze, Shock and Ignite during Effect", statOrder = { 851 }, level = 12, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["FlaskBuffFreezeShockIgniteChanceWhileHealing2____"] = { type = "Suffix", affix = "of Imposing", "(23-26)% chance to Freeze, Shock and Ignite during Effect", statOrder = { 851 }, level = 32, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["FlaskBuffFreezeShockIgniteChanceWhileHealing3"] = { type = "Suffix", affix = "of Wreaking", "(27-30)% chance to Freeze, Shock and Ignite during Effect", statOrder = { 851 }, level = 52, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["FlaskBuffFreezeShockIgniteChanceWhileHealing4_"] = { type = "Suffix", affix = "of Infliction", "(31-34)% chance to Freeze, Shock and Ignite during Effect", statOrder = { 851 }, level = 72, group = "FlaskBuffFreezeShockIgniteChanceWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 750, 0 }, modTags = { "flask", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["FlaskBuffAvoidStunWhileHealing1_"] = { type = "Suffix", affix = "of Composure", "(31-35)% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 12, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidStunWhileHealing2"] = { type = "Suffix", affix = "of Surefootedness", "(36-40)% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 29, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidStunWhileHealing3"] = { type = "Suffix", affix = "of Persistence", "(41-45)% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 46, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidStunWhileHealing4"] = { type = "Suffix", affix = "of Relentlessness", "(46-50)% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 63, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidStunWhileHealing5"] = { type = "Suffix", affix = "of Tenaciousness", "(51-55)% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 80, group = "FlaskBuffAvoidStunWhileHealing", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffReducedManaCostWhileHealing1_"] = { type = "Suffix", affix = "of the Pupil", "(11-14)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 12, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffReducedManaCostWhileHealing2__"] = { type = "Suffix", affix = "of the Initiate", "(15-18)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 29, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffReducedManaCostWhileHealing3"] = { type = "Suffix", affix = "of the Mage", "(19-21)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 46, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffReducedManaCostWhileHealing4"] = { type = "Suffix", affix = "of the Arcanist", "(22-25)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 63, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffReducedManaCostWhileHealing5"] = { type = "Suffix", affix = "of the Sorcerer", "(26-29)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 80, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["FlaskBuffChillFreezeDuration1"] = { type = "Suffix", affix = "of the Rabbit", "(36-41)% reduced Effect of Chill on you during Effect", "(36-41)% reduced Freeze Duration on you during Effect", statOrder = { 876, 878 }, level = 4, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffChillFreezeDuration2_"] = { type = "Suffix", affix = "of the Cat", "(42-47)% reduced Effect of Chill on you during Effect", "(42-47)% reduced Freeze Duration on you during Effect", statOrder = { 876, 878 }, level = 23, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffChillFreezeDuration3_"] = { type = "Suffix", affix = "of the Fox", "(48-52)% reduced Effect of Chill on you during Effect", "(48-52)% reduced Freeze Duration on you during Effect", statOrder = { 876, 878 }, level = 42, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffChillFreezeDuration4"] = { type = "Suffix", affix = "of the Sable", "(52-59)% reduced Effect of Chill on you during Effect", "(52-59)% reduced Freeze Duration on you during Effect", statOrder = { 876, 878 }, level = 61, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffChillFreezeDuration5"] = { type = "Suffix", affix = "of the Bear", "(60-65)% reduced Effect of Chill on you during Effect", "(60-65)% reduced Freeze Duration on you during Effect", statOrder = { 876, 878 }, level = 80, group = "FlaskBuffChillFreezeDuration", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffShockEffect1"] = { type = "Suffix", affix = "of the Plover", "(36-41)% reduced Effect of Shock on you during Effect", statOrder = { 881 }, level = 6, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffShockEffect2"] = { type = "Suffix", affix = "of the Sandpiper", "(42-47)% reduced Effect of Shock on you during Effect", statOrder = { 881 }, level = 25, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffShockEffect3___"] = { type = "Suffix", affix = "of the Cormorant", "(48-52)% reduced Effect of Shock on you during Effect", statOrder = { 881 }, level = 44, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffShockEffect4"] = { type = "Suffix", affix = "of the Sanderling", "(52-59)% reduced Effect of Shock on you during Effect", statOrder = { 881 }, level = 63, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffShockEffect5"] = { type = "Suffix", affix = "of the Heron", "(60-65)% reduced Effect of Shock on you during Effect", statOrder = { 881 }, level = 82, group = "FlaskBuffShockEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffCurseEffect1"] = { type = "Suffix", affix = "of the Petrel", "(36-41)% reduced Effect of Curses on you during Effect", statOrder = { 877 }, level = 8, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffCurseEffect2"] = { type = "Suffix", affix = "of the Mockingbird", "(42-47)% reduced Effect of Curses on you during Effect", statOrder = { 877 }, level = 27, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffCurseEffect3_"] = { type = "Suffix", affix = "of the Curlew", "(48-52)% reduced Effect of Curses on you during Effect", statOrder = { 877 }, level = 46, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffCurseEffect4"] = { type = "Suffix", affix = "of the Kakapo", "(52-59)% reduced Effect of Curses on you during Effect", statOrder = { 877 }, level = 65, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffCurseEffect5"] = { type = "Suffix", affix = "of the Owl", "(60-65)% reduced Effect of Curses on you during Effect", statOrder = { 877 }, level = 84, group = "FlaskBuffCurseEffect", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffBleedDuration1"] = { type = "Suffix", affix = "[UNUSED] Bleed duration 1", "(35-45)% reduced Bleeding Duration on you during Effect", statOrder = { 875 }, level = 8, group = "FlaskBuffBleedDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, + ["FlaskBuffPoisonDuration1"] = { type = "Suffix", affix = "[UNUSED] Poison duration 1", "(35-45)% reduced Poison Duration on you during Effect", statOrder = { 880 }, level = 16, group = "FlaskBuffPoisonDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, + ["FlaskBuffIgniteDuration1_"] = { type = "Suffix", affix = "[UNUSED] Ignite duration 1", "(35-45)% reduced Ignite Duration on you during Effect", statOrder = { 879 }, level = 6, group = "FlaskBuffIgniteDuration", weightKey = { "utility_flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidChillFreeze1_"] = { type = "Suffix", affix = "of the Orca", "(31-35)% chance to Avoid being Chilled during Effect", "(31-35)% chance to Avoid being Frozen during Effect", statOrder = { 841, 842 }, level = 4, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidChillFreeze2"] = { type = "Suffix", affix = "of the Sea Lion", "(36-40)% chance to Avoid being Chilled during Effect", "(36-40)% chance to Avoid being Frozen during Effect", statOrder = { 841, 842 }, level = 23, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidChillFreeze3"] = { type = "Suffix", affix = "of the Narwhal", "(41-45)% chance to Avoid being Chilled during Effect", "(41-45)% chance to Avoid being Frozen during Effect", statOrder = { 841, 842 }, level = 42, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidChillFreeze4"] = { type = "Suffix", affix = "of the Beluga", "(46-50)% chance to Avoid being Chilled during Effect", "(46-50)% chance to Avoid being Frozen during Effect", statOrder = { 841, 842 }, level = 61, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidChillFreeze5"] = { type = "Suffix", affix = "of the Seal", "(51-55)% chance to Avoid being Chilled during Effect", "(51-55)% chance to Avoid being Frozen during Effect", statOrder = { 841, 842 }, level = 80, group = "FlaskBuffAvoidChillFreeze", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidIgnite1"] = { type = "Suffix", affix = "of the Guppy", "(31-35)% chance to Avoid being Ignited during Effect", statOrder = { 843 }, level = 6, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidIgnite2"] = { type = "Suffix", affix = "of the Goldfish", "(36-40)% chance to Avoid being Ignited during Effect", statOrder = { 843 }, level = 25, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidIgnite3"] = { type = "Suffix", affix = "of the Carp", "(41-45)% chance to Avoid being Ignited during Effect", statOrder = { 843 }, level = 44, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidIgnite4___"] = { type = "Suffix", affix = "of the Catfish", "(46-50)% chance to Avoid being Ignited during Effect", statOrder = { 843 }, level = 63, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidIgnite5_"] = { type = "Suffix", affix = "of the Sunfish", "(51-55)% chance to Avoid being Ignited during Effect", statOrder = { 843 }, level = 82, group = "FlaskBuffAvoidIgnite", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidShock1"] = { type = "Suffix", affix = "of Tree Moss", "(31-35)% chance to Avoid being Shocked during Effect", statOrder = { 844 }, level = 6, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidShock2_"] = { type = "Suffix", affix = "of Turf Moss", "(36-40)% chance to Avoid being Shocked during Effect", statOrder = { 844 }, level = 25, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidShock3"] = { type = "Suffix", affix = "of Tooth Moss", "(41-45)% chance to Avoid being Shocked during Effect", statOrder = { 844 }, level = 44, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidShock4_____"] = { type = "Suffix", affix = "of Plume Moss", "(46-50)% chance to Avoid being Shocked during Effect", statOrder = { 844 }, level = 63, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBuffAvoidShock5"] = { type = "Suffix", affix = "of Bog Moss", "(51-55)% chance to Avoid being Shocked during Effect", statOrder = { 844 }, level = 82, group = "FlaskBuffAvoidShock", weightKey = { "utility_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskCurseImmunity1"] = { type = "Suffix", affix = "of Warding", "Removes Curses on use", statOrder = { 776 }, level = 18, group = "FlaskCurseImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 3000 }, modTags = { "flask", "caster", "curse" }, }, + ["LocalManaFlaskHinderNearbyEnemies1_"] = { type = "Suffix", affix = "of Interference", "Hinders nearby Enemies with (17-22)% reduced Movement Speed if used while not on Full Mana", statOrder = { 791 }, level = 30, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalManaFlaskHinderNearbyEnemies2"] = { type = "Suffix", affix = "of Obstruction", "Hinders nearby Enemies with (23-28)% reduced Movement Speed if used while not on Full Mana", statOrder = { 791 }, level = 48, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalManaFlaskHinderNearbyEnemies3"] = { type = "Suffix", affix = "of Occlusion", "Hinders nearby Enemies with (29-34)% reduced Movement Speed if used while not on Full Mana", statOrder = { 791 }, level = 66, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalManaFlaskHinderNearbyEnemies4"] = { type = "Suffix", affix = "of Restraint", "Hinders nearby Enemies with (35-40)% reduced Movement Speed if used while not on Full Mana", statOrder = { 791 }, level = 84, group = "LocalManaFlaskHinderNearbyEnemies", weightKey = { "life_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalLifeFlaskHinderNearbyEnemies1_"] = { type = "Suffix", affix = "of Interference", "Hinders nearby Enemies with (17-22)% reduced Movement Speed if used while not on Full Life", statOrder = { 790 }, level = 30, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalLifeFlaskHinderNearbyEnemies2_"] = { type = "Suffix", affix = "of Obstruction", "Hinders nearby Enemies with (23-28)% reduced Movement Speed if used while not on Full Life", statOrder = { 790 }, level = 48, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalLifeFlaskHinderNearbyEnemies3_"] = { type = "Suffix", affix = "of Occlusion", "Hinders nearby Enemies with (29-34)% reduced Movement Speed if used while not on Full Life", statOrder = { 790 }, level = 66, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalLifeFlaskHinderNearbyEnemies4"] = { type = "Suffix", affix = "of Restraint", "Hinders nearby Enemies with (35-40)% reduced Movement Speed if used while not on Full Life", statOrder = { 790 }, level = 84, group = "LocalLifeFlaskHinderNearbyEnemies", weightKey = { "mana_flask", "utility_flask", "default", }, weightVal = { 0, 0, 750 }, modTags = { "flask", "caster" }, }, + ["LocalFlaskImmuneToMaimAndHinder1"] = { type = "Suffix", affix = "of Movement", "Grants Immunity to Hinder for (6-8) seconds if used while Hindered", "Grants Immunity to Maim for (6-8) seconds if used while Maimed", statOrder = { 784, 785 }, level = 16, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, + ["LocalFlaskImmuneToMaimAndHinder2"] = { type = "Suffix", affix = "of Motion", "Grants Immunity to Hinder for (9-11) seconds if used while Hindered", "Grants Immunity to Maim for (9-11) seconds if used while Maimed", statOrder = { 784, 785 }, level = 38, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, + ["LocalFlaskImmuneToMaimAndHinder3"] = { type = "Suffix", affix = "of Freedom", "Grants Immunity to Hinder for (12-14) seconds if used while Hindered", "Grants Immunity to Maim for (12-14) seconds if used while Maimed", statOrder = { 784, 785 }, level = 60, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, + ["LocalFlaskImmuneToMaimAndHinder4"] = { type = "Suffix", affix = "of Liberation", "Grants Immunity to Hinder for (15-17) seconds if used while Hindered", "Grants Immunity to Maim for (15-17) seconds if used while Maimed", statOrder = { 784, 785 }, level = 82, group = "LocalFlaskImmuneToMaimAndHinder", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask", "attack", "caster" }, }, + ["LocalLifeFlaskAdditionalLifeRecovery1"] = { type = "Suffix", affix = "of Abundance", "Recover an additional (11-16)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrder = { 777 }, level = 25, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["LocalLifeFlaskAdditionalLifeRecovery2__"] = { type = "Suffix", affix = "of Plenty", "Recover an additional (17-22)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrder = { 777 }, level = 39, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["LocalLifeFlaskAdditionalLifeRecovery3"] = { type = "Suffix", affix = "of Bounty", "Recover an additional (23-28)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrder = { 777 }, level = 53, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["LocalLifeFlaskAdditionalLifeRecovery4"] = { type = "Suffix", affix = "of Incessance", "Recover an additional (29-34)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrder = { 777 }, level = 67, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["LocalLifeFlaskAdditionalLifeRecovery5_"] = { type = "Suffix", affix = "of Perenniality", "Recover an additional (35-40)% of Flask's Life Recovery Amount over 10 seconds if used while not on Full Life", statOrder = { 777 }, level = 81, group = "LocalLifeFlaskAdditionalLifeRecovery", weightKey = { "life_flask", "default", }, weightVal = { 600, 0 }, modTags = { "flask" }, }, + ["FlaskBleedCorruptingBloodImmunity1"] = { type = "Suffix", affix = "of Sealing", "Grants Immunity to Bleeding for (6-8) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (6-8) seconds if used while affected by Corrupted Blood", statOrder = { 779, 779.1 }, level = 8, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskBleedCorruptingBloodImmunity2"] = { type = "Suffix", affix = "of Alleviation", "Grants Immunity to Bleeding for (9-11) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (9-11) seconds if used while affected by Corrupted Blood", statOrder = { 779, 779.1 }, level = 32, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskBleedCorruptingBloodImmunity3______"] = { type = "Suffix", affix = "of Allaying", "Grants Immunity to Bleeding for (12-14) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (12-14) seconds if used while affected by Corrupted Blood", statOrder = { 779, 779.1 }, level = 56, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskBleedCorruptingBloodImmunity4_"] = { type = "Suffix", affix = "of Assuaging", "Grants Immunity to Bleeding for (15-17) seconds if used while Bleeding", "Grants Immunity to Corrupted Blood for (15-17) seconds if used while affected by Corrupted Blood", statOrder = { 779, 779.1 }, level = 80, group = "FlaskBleedCorruptingBloodImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskShockImmunity1"] = { type = "Suffix", affix = "of Earthing", "Grants Immunity to Shock for (6-8) seconds if used while Shocked", statOrder = { 789 }, level = 6, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskShockImmunity2"] = { type = "Suffix", affix = "of Grounding", "Grants Immunity to Shock for (9-11) seconds if used while Shocked", statOrder = { 789 }, level = 30, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskShockImmunity3"] = { type = "Suffix", affix = "of Insulation", "Grants Immunity to Shock for (12-14) seconds if used while Shocked", statOrder = { 789 }, level = 54, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskShockImmunity4_"] = { type = "Suffix", affix = "of the Dielectric", "Grants Immunity to Shock for (15-17) seconds if used while Shocked", statOrder = { 789 }, level = 78, group = "FlaskShockImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskChillFreezeImmunity1"] = { type = "Suffix", affix = "of Convection", "Grants Immunity to Chill for (6-8) seconds if used while Chilled", "Grants Immunity to Freeze for (6-8) seconds if used while Frozen", statOrder = { 781, 781.1 }, level = 4, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskChillFreezeImmunity2"] = { type = "Suffix", affix = "of Thermodynamics", "Grants Immunity to Chill for (9-11) seconds if used while Chilled", "Grants Immunity to Freeze for (9-11) seconds if used while Frozen", statOrder = { 781, 781.1 }, level = 28, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskChillFreezeImmunity3"] = { type = "Suffix", affix = "of Entropy", "Grants Immunity to Chill for (12-14) seconds if used while Chilled", "Grants Immunity to Freeze for (12-14) seconds if used while Frozen", statOrder = { 781, 781.1 }, level = 52, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskChillFreezeImmunity4"] = { type = "Suffix", affix = "of Thawing", "Grants Immunity to Chill for (15-17) seconds if used while Chilled", "Grants Immunity to Freeze for (15-17) seconds if used while Frozen", statOrder = { 781, 781.1 }, level = 76, group = "FlaskChillFreezeImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunity1"] = { type = "Suffix", affix = "of Damping", "Grants Immunity to Ignite for (6-8) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 783, 783.1 }, level = 6, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunity2_"] = { type = "Suffix", affix = "of Quashing", "Grants Immunity to Ignite for (9-11) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 783, 783.1 }, level = 30, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunity3_"] = { type = "Suffix", affix = "of Quelling", "Grants Immunity to Ignite for (12-14) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 783, 783.1 }, level = 54, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunity4"] = { type = "Suffix", affix = "of Quenching", "Grants Immunity to Ignite for (15-17) seconds if used while Ignited", "Removes all Burning when used", statOrder = { 783, 783.1 }, level = 78, group = "FlaskIgniteImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunity1__"] = { type = "Suffix", affix = "of the Antitoxin", "Grants Immunity to Poison for (6-8) seconds if used while Poisoned", statOrder = { 787 }, level = 16, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunity2"] = { type = "Suffix", affix = "of the Remedy", "Grants Immunity to Poison for (9-11) seconds if used while Poisoned", statOrder = { 787 }, level = 38, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunity3"] = { type = "Suffix", affix = "of the Cure", "Grants Immunity to Poison for (12-14) seconds if used while Poisoned", statOrder = { 787 }, level = 60, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunity4"] = { type = "Suffix", affix = "of the Antidote", "Grants Immunity to Poison for (15-17) seconds if used while Poisoned", statOrder = { 787 }, level = 82, group = "FlaskPoisonImmunity", weightKey = { "utility_flask", "default", }, weightVal = { 0, 750 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunityDuringEffect"] = { type = "Suffix", affix = "of the Skunk", "(45-49)% less Duration", "Immunity to Poison during Effect", statOrder = { 739, 860 }, level = 16, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Hedgehog", "(40-44)% less Duration", "Immunity to Poison during Effect", statOrder = { 739, 860 }, level = 46, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskPoisonImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Opossum", "(35-39)% less Duration", "Immunity to Poison during Effect", statOrder = { 739, 860 }, level = 76, group = "FlaskPoisonImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskShockImmunityDuringEffect"] = { type = "Suffix", affix = "of the Conger", "(45-49)% less Duration", "Immunity to Shock during Effect", statOrder = { 739, 861 }, level = 6, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskShockImmunityDuringEffect2___"] = { type = "Suffix", affix = "of the Moray", "(40-44)% less Duration", "Immunity to Shock during Effect", statOrder = { 739, 861 }, level = 40, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskShockImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Eel", "(35-39)% less Duration", "Immunity to Shock during Effect", statOrder = { 739, 861 }, level = 74, group = "FlaskShockImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskFreezeAndChillImmunityDuringEffect"] = { type = "Suffix", affix = "of the Deer", "(45-49)% less Duration", "Immunity to Freeze and Chill during Effect", statOrder = { 739, 859 }, level = 4, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskFreezeAndChillImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Walrus", "(40-44)% less Duration", "Immunity to Freeze and Chill during Effect", statOrder = { 739, 859 }, level = 38, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskFreezeAndChillImmunityDuringEffect3__"] = { type = "Suffix", affix = "of the Penguin", "(35-39)% less Duration", "Immunity to Freeze and Chill during Effect", statOrder = { 739, 859 }, level = 72, group = "FlaskFreezeAndChillImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunityDuringEffect_"] = { type = "Suffix", affix = "of the Urchin", "(45-49)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrder = { 739, 794, 794.1 }, level = 6, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunityDuringEffect2"] = { type = "Suffix", affix = "of the Mussel", "(40-44)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrder = { 739, 794, 794.1 }, level = 40, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskIgniteImmunityDuringEffect3"] = { type = "Suffix", affix = "of the Starfish", "(35-39)% less Duration", "Immunity to Ignite during Effect", "Removes Burning on use", statOrder = { 739, 794, 794.1 }, level = 74, group = "FlaskIgniteImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect_1"] = { type = "Suffix", affix = "of the Lizard", "(45-49)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrder = { 739, 857 }, level = 8, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect2_"] = { type = "Suffix", affix = "of the Skink", "(40-44)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrder = { 739, 857 }, level = 42, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["FlaskBleedingAndCorruptedBloodImmunityDuringEffect3___"] = { type = "Suffix", affix = "of the Iguana", "(35-39)% less Duration", "Immunity to Bleeding and Corrupted Blood during Effect", statOrder = { 739, 857 }, level = 76, group = "FlaskBleedingAndCorruptedBloodImmunityDuringEffect", weightKey = { "utility_flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, } \ No newline at end of file diff --git a/src/Data/ModItem.lua b/src/Data/ModItem.lua index e001610501..8eb8c7753a 100644 --- a/src/Data/ModItem.lua +++ b/src/Data/ModItem.lua @@ -2,11370 +2,11370 @@ -- Item data (c) Grinding Gear Games return { - ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(8-12) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(13-17) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 11, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(18-22) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 22, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(23-27) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 33, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(28-32) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 44, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(33-37) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 55, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(38-42) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 66, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(43-50) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 74, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(51-55) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 82, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Strength10"] = { type = "Suffix", affix = "of the Godslayer", "+(56-60) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 85, group = "Strength", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "attribute" }, }, - ["StrengthEssence7_"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 82, group = "Strength", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, - ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(8-12) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(13-17) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 11, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(18-22) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 22, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(23-27) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 33, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(28-32) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 44, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(33-37) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 55, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(38-42) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 66, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(43-50) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 74, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(51-55) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 82, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Dexterity10"] = { type = "Suffix", affix = "of the Blur", "+(56-60) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 85, group = "Dexterity", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["DexterityEssence7"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 82, group = "Dexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, - ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(8-12) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(13-17) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 11, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(18-22) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 22, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(23-27) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 33, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(28-32) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 44, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(33-37) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 55, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(38-42) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 66, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(43-50) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 74, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(51-55) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 82, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["Intelligence10"] = { type = "Suffix", affix = "of the Polymath", "+(56-60) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 85, group = "Intelligence", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "attribute" }, }, - ["IntelligenceEssence7"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 82, group = "Intelligence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, - ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(1-4) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, - ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-8) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 11, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, - ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(9-12) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 22, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, - ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(13-16) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 33, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, - ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(17-20) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 44, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, - ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(21-24) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 55, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, - ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(25-28) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 66, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, - ["AllAttributes8"] = { type = "Suffix", affix = "of the Infinite", "+(29-32) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 77, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, - ["AllAttributes9_"] = { type = "Suffix", affix = "of the Multiverse", "+(33-35) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 85, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, - ["IncreasedLife0"] = { type = "Prefix", affix = "Hale", "+(3-9) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife1"] = { type = "Prefix", affix = "Healthy", "+(10-24) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 5, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife2"] = { type = "Prefix", affix = "Sanguine", "+(25-39) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 11, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife3"] = { type = "Prefix", affix = "Stalwart", "+(40-54) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 18, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife4"] = { type = "Prefix", affix = "Stout", "+(55-69) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 24, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife5"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 30, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife6"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 36, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife7"] = { type = "Prefix", affix = "Virile", "+(100-114) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 44, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife8"] = { type = "Prefix", affix = "Athlete's", "+(115-129) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 54, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "ring", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife9"] = { type = "Prefix", affix = "Fecund", "+(130-144) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 64, group = "IncreasedLife", weightKey = { "fishing_rod", "boots", "gloves", "weapon", "ring", "amulet", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["IncreasedLife10"] = { type = "Prefix", affix = "Vigorous", "+(145-159) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 73, group = "IncreasedLife", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLife11"] = { type = "Prefix", affix = "Rapturous", "+(160-174) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 81, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLife12"] = { type = "Prefix", affix = "Prime", "+(175-189) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 86, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence1_"] = { type = "Prefix", affix = "Essences", "+(5-14) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 3, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence2"] = { type = "Prefix", affix = "Essences", "+(15-30) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 10, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence3"] = { type = "Prefix", affix = "Essences", "+(31-45) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 26, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence4"] = { type = "Prefix", affix = "Essences", "+(46-60) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 42, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence5"] = { type = "Prefix", affix = "Essences", "+(61-75) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 58, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssence6"] = { type = "Prefix", affix = "Essences", "+(76-90) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 74, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssenceChest1"] = { type = "Prefix", affix = "Essences", "+(120-126) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssenceShield1"] = { type = "Prefix", affix = "Essences", "+(110-116) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssenceHelm1"] = { type = "Prefix", affix = "Essences", "+(100-106) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEssenceBootsGloves1"] = { type = "Prefix", affix = "Essences", "+(91-105) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEnhancedMod"] = { type = "Prefix", affix = "Guatelitzi's", "+(70-79) to maximum Life", "(3-5)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEnhancedBodyMod___"] = { type = "Prefix", affix = "Guatelitzi's", "+(110-119) to maximum Life", "(8-10)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(15-19) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(20-24) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-29) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana4"] = { type = "Prefix", affix = "Sapphire", "+(30-34) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(35-39) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(40-44) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(45-49) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(50-54) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(55-59) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(60-64) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(65-68) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(69-73) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(74-78) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 85, group = "IncreasedMana", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEssence7"] = { type = "Prefix", affix = "Essences", "+(69-77) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 82, group = "IncreasedMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedModPercent"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(7-10)% increased maximum Mana", statOrderKey = "1439,1440", statOrder = { 1439, 1440 }, level = 1, group = "IncreasedManaAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedModOnHit_"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrderKey = "1439,1603", statOrder = { 1439, 1603 }, level = 1, group = "IncreasedManaAndOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, }, - ["IncreasedManaEnhancedModRegen"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Regenerate (5-7) Mana per second", statOrderKey = "1439,1442", statOrder = { 1439, 1442 }, level = 1, group = "IncreasedManaAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedModReservation"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "1439,2085", statOrder = { 1439, 2085 }, level = 1, group = "IncreasedManaAndReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedModCost"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "-(8-6) to Total Mana Cost of Skills", statOrderKey = "1439,1750", statOrder = { 1439, 1750 }, level = 1, group = "IncreasedManaAndCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon1"] = { type = "Prefix", affix = "Beryl", "+(30-39) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon2__"] = { type = "Prefix", affix = "Cobalt", "+(40-49) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon3_"] = { type = "Prefix", affix = "Azure", "+(50-59) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(60-69) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(70-79) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon6"] = { type = "Prefix", affix = "Aqua", "+(80-89) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(90-99) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon8"] = { type = "Prefix", affix = "Gentian", "+(100-109) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon9___"] = { type = "Prefix", affix = "Chalybeous", "+(110-119) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(120-129) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 800, 800, 800, 800, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon11"] = { type = "Prefix", affix = "Blue", "+(130-139) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 600, 600, 600, 600, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(140-159) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 400, 400, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(40-49) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(50-59) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(60-69) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(70-79) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(80-89) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(90-99) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(100-119) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(120-139) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(140-159) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(160-179) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(180-199) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 600, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(200-229) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(1-3) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 3, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(4-8) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 11, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(9-12) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 17, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(13-15) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 23, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(16-19) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 29, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(20-22) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 35, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Seething", "+(23-26) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 42, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Blazing", "+(27-31) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 50, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(32-37) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 59, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(38-43) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 68, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(44-47) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 74, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShield12"] = { type = "Prefix", affix = "Dazzling", "+(48-51) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 80, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldEnhancedModES"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "(7-10)% increased maximum Energy Shield", statOrderKey = "1418,1421", statOrder = { 1418, 1421 }, level = 1, group = "EnergyShieldAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldEnhancedModRegen_"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Regenerate 0.4% of Energy Shield per second", statOrderKey = "1418,2495", statOrder = { 1418, 2495 }, level = 1, group = "EnergyShieldAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(3-5) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 3, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(6-11) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 11, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(12-16) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 17, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(17-23) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 23, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(24-30) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 29, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(31-38) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 35, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Seething", "+(39-49) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 43, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Blazing", "+(50-61) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 51, group = "LocalEnergyShield", weightKey = { "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(62-76) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 60, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(77-90) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 69, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-100) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 75, group = "LocalEnergyShield", weightKey = { "shield", "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceChest5"] = { type = "Prefix", affix = "Essences", "+(62-72) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceChest6"] = { type = "Prefix", affix = "Essences", "+(73-82) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceChest7__"] = { type = "Prefix", affix = "Essences", "+(88-95) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceShield5"] = { type = "Prefix", affix = "Essences", "+(50-59) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(60-69) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceShield7"] = { type = "Prefix", affix = "Essences", "+(75-85) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceBootsGloves4"] = { type = "Prefix", affix = "Essences", "+(18-26) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 42, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceBootsGloves5"] = { type = "Prefix", affix = "Essences", "+(27-32) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceBootsGloves6"] = { type = "Prefix", affix = "Essences", "+(28-35) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceBootsGloves7"] = { type = "Prefix", affix = "Essences", "+(38-45) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(39-45) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceHelm6"] = { type = "Prefix", affix = "Essences", "+(46-51) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldEssenceHelm7"] = { type = "Prefix", affix = "Essences", "+(52-58) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds 1 to 2 Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 5, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-5) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 13, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (3-4) to (6-7) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 19, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (9-10) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 28, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 35, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-9) to (13-15) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 44, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-10) to (15-18) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 52, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (9-12) to (19-22) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 64, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (11-15) to (22-26) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 76, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to 3 Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 5, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver2"] = { type = "Prefix", affix = "Burnished", "Adds (3-4) to (6-8) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 13, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver3"] = { type = "Prefix", affix = "Polished", "Adds (5-6) to (9-10) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 19, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver4"] = { type = "Prefix", affix = "Honed", "Adds (6-9) to (13-16) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 28, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver5"] = { type = "Prefix", affix = "Gleaming", "Adds (8-11) to (16-18) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 35, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver6"] = { type = "Prefix", affix = "Annealed", "Adds (10-13) to (19-23) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 44, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (11-16) to (23-26) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 52, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver8"] = { type = "Prefix", affix = "Tempered", "Adds (14-19) to (28-33) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 64, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageQuiver9"] = { type = "Prefix", affix = "Flaring", "Adds (17-23) to (34-39) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 76, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceAmulet7"] = { type = "Prefix", affix = "Essences", "Adds (16-18) to (27-30) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-13) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 58, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing6"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-15) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 74, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing7"] = { type = "Prefix", affix = "Essences", "Adds (10-11) to (16-17) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceGlovesQuiver4"] = { type = "Prefix", affix = "Essences", "Adds (3-5) to (7-8) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 42, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceGlovesQuiver5"] = { type = "Prefix", affix = "Essences", "Adds (4-5) to (8-9) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 58, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceGlovesQuiver6"] = { type = "Prefix", affix = "Essences", "Adds (5-6) to (9-10) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 74, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceGlovesQuiver7"] = { type = "Prefix", affix = "Essences", "Adds (6-7) to (10-11) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds 1 to 2 Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (7-8) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 12, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (5-7) to (11-13) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 20, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (7-10) to (15-18) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 28, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (9-12) to (19-22) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 35, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-15) to (23-27) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 44, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-18) to (27-31) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 52, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (16-22) to (32-38) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 64, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (19-25) to (39-45) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 76, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to 3 Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 1, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver2"] = { type = "Prefix", affix = "Smouldering", "Adds (5-7) to (10-12) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 12, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver3"] = { type = "Prefix", affix = "Smoking", "Adds (8-10) to (15-18) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 20, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver4"] = { type = "Prefix", affix = "Burning", "Adds (11-14) to (21-25) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 28, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver5_"] = { type = "Prefix", affix = "Flaming", "Adds (13-18) to (27-31) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 35, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver6"] = { type = "Prefix", affix = "Scorching", "Adds (17-22) to (33-38) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 44, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver7"] = { type = "Prefix", affix = "Incinerating", "Adds (20-27) to (40-47) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 52, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver8__"] = { type = "Prefix", affix = "Blasting", "Adds (27-35) to (53-62) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 64, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiver9"] = { type = "Prefix", affix = "Cremating", "Adds (37-50) to (74-87) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 76, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageQuiverEssence10"] = { type = "Prefix", affix = "Essences", "Adds (41-55) to (81-96) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (23-27) to (43-48) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEssenceGlovesQuiver4"] = { type = "Prefix", affix = "Essences", "Adds (5-7) to (11-14) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 42, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEssenceGlovesQuiver5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (13-17) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 58, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEssenceGlovesQuiver6"] = { type = "Prefix", affix = "Essences", "Adds (8-10) to (16-18) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 74, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEssenceGlovesQuiver7"] = { type = "Prefix", affix = "Essences", "Adds (9-11) to (17-21) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to 2 Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 2, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (7-8) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 13, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (5-7) to (10-12) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 21, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (13-16) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 29, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (8-11) to (16-19) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 36, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (10-13) to (20-24) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 45, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (12-16) to (24-28) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 53, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (14-19) to (29-34) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 65, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (17-22) to (34-40) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 77, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to 3 Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 2, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver2"] = { type = "Prefix", affix = "Chilled", "Adds (5-6) to (9-10) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 13, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver3_"] = { type = "Prefix", affix = "Icy", "Adds (7-9) to (14-16) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 21, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver4__"] = { type = "Prefix", affix = "Frigid", "Adds (10-13) to (19-22) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 29, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver5"] = { type = "Prefix", affix = "Freezing", "Adds (12-16) to (24-28) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 36, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver6"] = { type = "Prefix", affix = "Frozen", "Adds (15-20) to (30-35) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 45, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver7"] = { type = "Prefix", affix = "Glaciated", "Adds (18-24) to (36-42) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 53, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver8"] = { type = "Prefix", affix = "Polar", "Adds (23-32) to (48-55) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 65, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiver9_"] = { type = "Prefix", affix = "Entombing", "Adds (33-45) to (67-78) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 77, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageQuiverEssence10"] = { type = "Prefix", affix = "Essences", "Adds (36-50) to (74-86) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (20-24) to (38-44) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEssenceQuiverGloves4"] = { type = "Prefix", affix = "Essences", "Adds (6-7) to (11-14) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 42, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEssenceQuiverGloves5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-15) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 58, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEssenceQuiverGloves6"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-16) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 74, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEssenceQuiverGloves7"] = { type = "Prefix", affix = "Essences", "Adds (8-10) to (14-17) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to 5 Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 3, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-15) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 13, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (22-23) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 22, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-2) to (27-28) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 28, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (33-34) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 35, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (40-43) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 44, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-5) to (47-50) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 52, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (3-6) to (57-61) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 64, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (3-7) to (68-72) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 76, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (3-4) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 3, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver2"] = { type = "Prefix", affix = "Buzzing", "Adds 2 to (16-18) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 13, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver3"] = { type = "Prefix", affix = "Snapping", "Adds (1-3) to (25-28) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 22, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver4"] = { type = "Prefix", affix = "Crackling", "Adds (2-3) to (35-40) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 28, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver5_"] = { type = "Prefix", affix = "Sparking", "Adds (2-4) to (44-50) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 35, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver6___"] = { type = "Prefix", affix = "Arcing", "Adds (2-5) to (56-62) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 44, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver7"] = { type = "Prefix", affix = "Shocking", "Adds (2-6) to (66-75) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 52, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver8"] = { type = "Prefix", affix = "Discharging", "Adds (3-8) to (89-99) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 64, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiver9"] = { type = "Prefix", affix = "Electrocuting", "Adds (5-11) to (124-140) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 76, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageQuiverEssence10__"] = { type = "Prefix", affix = "Essences", "Adds (6-13) to (136-155) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-8) to (71-76) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssenceQuiverGloves3_"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (21-22) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 26, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssenceQuiverGloves4"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (23-24) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 42, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssenceQuiverGloves5"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (25-26) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 58, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssenceQuiverGloves6"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (27-28) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 74, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEssenceQuiverGloves7"] = { type = "Prefix", affix = "Essences", "Adds (1-3) to (29-30) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedChaosDamageQuiver1"] = { type = "Prefix", affix = "Malicious", "Adds (27-41) to (55-69) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 83, group = "ChaosDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedFireDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (11-13) Fire Damage to Attacks", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1224,1812", statOrder = { 1224, 1812 }, level = 1, group = "FireDamagePhysConvertedToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["AddedColdDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (10-12) Cold Damage to Attacks", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1233,1814", statOrder = { 1233, 1814 }, level = 1, group = "ColdDamagePhysConvertedToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, - ["AddedLightningDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (1-2) to (22-23) Lightning Damage to Attacks", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1244,1816", statOrder = { 1244, 1816 }, level = 1, group = "LightningDamagePhysConvertedToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, - ["LifeLeech1"] = { type = "Prefix", affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1506", statOrder = { 1506 }, level = 9, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech2"] = { type = "Prefix", affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1506", statOrder = { 1506 }, level = 25, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeech3"] = { type = "Prefix", affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrderKey = "1506", statOrder = { 1506 }, level = 72, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad1"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 50, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad2"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 60, group = "LifeLeechPermyriad", weightKey = { "ranged", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad3"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 70, group = "LifeLeechPermyriad", weightKey = { "ranged", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence1"] = { type = "Prefix", affix = "Essences", "(0.5-0.7)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence2"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 10, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence3_"] = { type = "Prefix", affix = "Essences", "(0.7-0.9)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 26, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence4"] = { type = "Prefix", affix = "Essences", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 42, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence5"] = { type = "Prefix", affix = "Essences", "(0.9-1.1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 58, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence6"] = { type = "Prefix", affix = "Essences", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 74, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(1.1-1.3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 82, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ElementalDamagePercent1"] = { type = "Prefix", affix = "Augur's", "(4-8)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 4, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercent2"] = { type = "Prefix", affix = "Auspex's", "(9-16)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercent3"] = { type = "Prefix", affix = "Druid's", "(17-24)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 30, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercent4"] = { type = "Prefix", affix = "Haruspex's", "(25-29)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 60, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalDamagePercent5"] = { type = "Prefix", affix = "Harbinger's", "(30-34)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 81, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased Physical Damage", "+(16-20) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased Physical Damage", "+(21-46) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased Physical Damage", "+(47-72) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased Physical Damage", "+(73-97) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 35, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased Physical Damage", "+(98-123) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 46, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased Physical Damage", "+(124-149) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 60, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased Physical Damage", "+(150-174) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 73, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased Physical Damage", "+(175-200) to Accuracy Rating", statOrderKey = "1098,1878", statOrder = { 1098, 1878 }, level = 83, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 25, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 11, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 23, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 35, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 73, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 83, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 25, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamageEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(155-169)% increased Physical Damage", "Gain (9-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1098,1792", statOrder = { 1098, 1792 }, level = 1, group = "LocalPhysicalDamagePercentAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, - ["IncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(8-12)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 4, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(13-17)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(18-22)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 30, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Cruel", "(23-28)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 60, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["IncreasedPhysicalDamagePercent5__"] = { type = "Prefix", affix = "Merciless", "(29-33)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 81, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds 1 to (2-3) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-5) to (8-9) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (13-15) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (17-20) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (11-14) to (21-25) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-18) to (27-31) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 800, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-21) to (32-38) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (19-25) to (39-45) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (22-29) to (45-52) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageEssenceNew7"] = { type = "Prefix", affix = "Essences", "Adds (20-26) to (40-47) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 82, group = "LocalPhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds 2 to (4-5) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 2, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (6-8) to (12-15) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 13, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (10-13) to (21-25) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 21, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (13-17) to (28-32) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 29, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (16-22) to (35-40) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (20-28) to (43-51) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 46, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 800, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (25-33) to (52-61) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 54, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (30-40) to (63-73) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 65, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (34-47) to (72-84) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 77, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedPhysicalDamageTwoHandEssenceNew7__"] = { type = "Prefix", affix = "Essences", "Adds (31-42) to (65-75) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 82, group = "LocalPhysicalDamageTwoHanded", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(11-28)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 3, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 18, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 30, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 44, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 60, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 72, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 84, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 86, group = "LocalEnergyShieldPercent", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 3, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 17, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 29, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 42, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 60, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 72, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 84, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 86, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 3, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 19, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 30, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 44, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 60, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 72, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 84, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 86, group = "LocalEvasionRatingIncreasePercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 3, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 19, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 30, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 44, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 60, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 72, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 84, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 86, group = "LocalArmourAndEnergyShield", weightKey = { "int_armour", "str_dex_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 3, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 19, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 30, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 44, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 60, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 72, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 84, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 86, group = "LocalArmourAndEvasion", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 3, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 19, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 30, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 44, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 60, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 72, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 84, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 86, group = "LocalEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(27-42)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 3, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(43-55)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 19, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(56-67)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 30, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(68-79)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 44, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield5"] = { type = "Prefix", affix = "Evanescent", "(80-91)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 60, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(92-100)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 72, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShield7__"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 85, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "dex_int_armour", "body_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 3, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 18, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 30, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 44, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 60, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedEnergyShieldPercentAndStunRecovery6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1420,1759", statOrder = { 1420, 1759 }, level = 78, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 1, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 17, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 29, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 42, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 60, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1403,1759", statOrder = { 1403, 1759 }, level = 78, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndAdditionalBlockChance1"] = { type = "Prefix", affix = "Reliable", "(25-30)% increased Armour", "+2% Chance to Block", statOrderKey = "1403,2102", statOrder = { 1403, 2102 }, level = 45, group = "LocalPhysicalDamageReductionRatingPercentAndBlockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingPercentAndAdditionalBlockChance2"] = { type = "Prefix", affix = "Unfailing", "(31-36)% increased Armour", "+3% Chance to Block", statOrderKey = "1403,2102", statOrder = { 1403, 2102 }, level = 78, group = "LocalPhysicalDamageReductionRatingPercentAndBlockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "defences", "armour" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion Rating", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 2, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion Rating", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 19, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion Rating", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 30, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion Rating", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 44, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion Rating", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 60, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingPercentAndStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion Rating", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1411,1759", statOrder = { 1411, 1759 }, level = 78, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Armour and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 2, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Armour and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Armour and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 30, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Armour and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 44, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Armour and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 60, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Armour and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1413,1759", statOrder = { 1413, 1759 }, level = 78, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour and Evasion", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 2, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour and Evasion", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 19, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour and Evasion", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 30, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour and Evasion", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 44, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour and Evasion", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 60, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedArmourAndEvasionAndStunRecovery6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour and Evasion", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1414,1759", statOrder = { 1414, 1759 }, level = 78, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 2, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 30, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 44, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 60, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1415,1759", statOrder = { 1415, 1759 }, level = 78, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Armour, Evasion and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 2, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Armour, Evasion and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 19, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Armour, Evasion and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 30, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Armour, Evasion and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 44, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Armour, Evasion and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 60, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Armour, Evasion and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1416,1759", statOrder = { 1416, 1759 }, level = 78, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-10) to (15-18) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 11, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (12-17) to (25-29) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 18, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (17-24) to (35-41) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 26, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (24-33) to (49-57) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 33, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (34-46) to (68-80) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 42, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (46-62) to (93-107) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 51, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (59-81) to (120-140) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 62, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (74-101) to (150-175) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 74, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (89-121) to (180-210) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (80-109) to (162-189) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "LocalFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageEnhancedMod_"] = { type = "Prefix", affix = "Topotante's", "Adds (59-79) to (118-138) Fire Damage", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 1, group = "LocalFireDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (3-5) to (6-7) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (14-20) to (29-33) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 11, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (23-31) to (47-54) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 18, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (32-44) to (65-76) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 26, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (45-61) to (91-106) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 33, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (63-85) to (128-148) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 42, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (85-115) to (172-200) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 51, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (110-150) to (223-260) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 62, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (137-188) to (279-325) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 74, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (165-225) to (335-390) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged1"] = { type = "Prefix", affix = "Heated", "Adds (3-5) to (6-7) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged2"] = { type = "Prefix", affix = "Smouldering", "Adds (14-20) to (29-33) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 11, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged3"] = { type = "Prefix", affix = "Smoking", "Adds (23-31) to (47-54) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 18, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged4"] = { type = "Prefix", affix = "Burning", "Adds (32-44) to (65-76) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 26, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged5"] = { type = "Prefix", affix = "Flaming", "Adds (45-61) to (91-106) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 33, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged6"] = { type = "Prefix", affix = "Scorching", "Adds (63-85) to (128-148) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 42, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged7"] = { type = "Prefix", affix = "Incinerating", "Adds (85-115) to (172-200) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 51, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged8"] = { type = "Prefix", affix = "Blasting", "Adds (110-150) to (223-260) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 62, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged9_"] = { type = "Prefix", affix = "Cremating", "Adds (137-188) to (279-325) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 74, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageRanged10"] = { type = "Prefix", affix = "Carbonising", "Adds (165-225) to (335-390) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (149-203) to (302-351) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 82, group = "LocalFireDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (109-147) to (220-256) Fire Damage", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 1, group = "LocalFireDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 2, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (7-9) to (14-16) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 12, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (11-15) to (23-26) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 19, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (16-21) to (31-37) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 27, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (22-30) to (44-51) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 34, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (31-42) to (62-71) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 43, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (41-57) to (83-97) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 52, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (54-74) to (108-126) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 63, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (68-92) to (136-157) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 75, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (81-111) to (163-189) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (73-100) to (147-170) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "LocalColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (53-72) to (107-124) Cold Damage", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 1, group = "LocalColdDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (6-7) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 2, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (12-17) to (26-30) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 12, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (21-28) to (42-48) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 19, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (29-40) to (58-68) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 27, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (41-55) to (81-95) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 34, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (57-77) to (114-132) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 43, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (77-104) to (154-178) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 52, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (99-136) to (200-232) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 63, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (124-170) to (250-290) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 75, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (149-204) to (300-348) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (6-7) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 2, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged2"] = { type = "Prefix", affix = "Chilled", "Adds (12-17) to (26-30) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 12, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged3"] = { type = "Prefix", affix = "Icy", "Adds (21-28) to (42-48) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 19, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged4"] = { type = "Prefix", affix = "Frigid", "Adds (29-40) to (58-68) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 27, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged5"] = { type = "Prefix", affix = "Freezing", "Adds (41-55) to (81-95) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 34, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged6"] = { type = "Prefix", affix = "Frozen", "Adds (57-77) to (114-132) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 43, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged7"] = { type = "Prefix", affix = "Glaciated", "Adds (77-104) to (154-178) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 52, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged8"] = { type = "Prefix", affix = "Polar", "Adds (99-136) to (200-232) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 63, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged9"] = { type = "Prefix", affix = "Entombing", "Adds (124-170) to (250-290) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 75, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageRanged10"] = { type = "Prefix", affix = "Crystalising", "Adds (149-204) to (300-348) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (134-184) to (270-313) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 82, group = "LocalColdDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (100-132) to (197-230) Cold Damage", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 1, group = "LocalColdDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (5-6) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 3, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 2 to (25-29) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 13, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 2 to (41-48) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 19, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 3 to (57-67) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (4-5) to (80-94) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 34, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (5-8) to (112-131) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 42, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (8-10) to (152-176) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 51, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (10-14) to (197-229) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 63, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (13-17) to (247-286) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 74, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (15-21) to (296-344) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (13-19) to (266-310) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "LocalLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (7-17) to (198-224) Lightning Damage", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 1, group = "LocalLightningDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 2 to (10-11) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 3, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds 3 to (46-53) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 13, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (4-5) to (76-88) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 19, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (5-8) to (106-123) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 31, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (8-10) to (148-173) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 34, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (11-14) to (208-242) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 42, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (14-20) to (281-327) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 51, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (19-25) to (366-425) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 63, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (23-32) to (458-531) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 74, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (28-38) to (549-638) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged1"] = { type = "Prefix", affix = "Humming", "Adds 2 to (10-11) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 3, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged2"] = { type = "Prefix", affix = "Buzzing", "Adds 3 to (46-53) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 13, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged3___"] = { type = "Prefix", affix = "Snapping", "Adds (4-5) to (76-88) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 19, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged4"] = { type = "Prefix", affix = "Crackling", "Adds (5-8) to (106-123) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 31, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged5"] = { type = "Prefix", affix = "Sparking", "Adds (8-10) to (148-173) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 34, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged6_"] = { type = "Prefix", affix = "Arcing", "Adds (11-14) to (208-242) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 42, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged7"] = { type = "Prefix", affix = "Shocking", "Adds (14-20) to (281-327) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 51, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged8"] = { type = "Prefix", affix = "Discharging", "Adds (19-25) to (366-425) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 63, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged9"] = { type = "Prefix", affix = "Electrocuting", "Adds (23-32) to (458-531) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 74, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageRanged10_"] = { type = "Prefix", affix = "Vapourising", "Adds (28-38) to (549-638) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (25-34) to (494-575) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (12-31) to (367-415) Lightning Damage", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 1, group = "LocalLightningDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(4-8)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(9-13)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 18, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(14-18)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 30, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(19-23)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 42, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(24-28)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(29-32)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 70, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(33-36)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentEssence6"] = { type = "Prefix", affix = "Essences", "(29-31)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingPercentEssence7"] = { type = "Prefix", affix = "Essences", "(32-33)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 82, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Agile", "(4-8)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Dancer's", "(9-13)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 19, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Acrobat's", "(14-18)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 30, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Fleet", "(19-23)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 42, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Blurred", "(24-28)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 56, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Phased", "(29-32)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Vaporous", "(33-36)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercentEssence6"] = { type = "Prefix", affix = "Essences", "(29-31)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingPercentEssence7"] = { type = "Prefix", affix = "Essences", "(32-33)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 82, group = "GlobalEvasionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(2-4)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 3, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(5-7)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 18, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(8-10)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 30, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(11-13)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 42, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(14-16)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 56, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(17-19)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 70, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(20-22)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercentEssence1"] = { type = "Prefix", affix = "Essences", "(4-6)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercentEssence4"] = { type = "Prefix", affix = "Essences", "(11-13)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercentEssence5"] = { type = "Prefix", affix = "Essences", "(14-16)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercentEssence6"] = { type = "Prefix", affix = "Essences", "(17-18)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldPercentEssence7_"] = { type = "Prefix", affix = "Essences", "(18-19)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 82, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(3-10) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(11-35) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 18, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(36-60) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 29, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(61-80) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 42, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(81-120) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 58, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(121-150) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 72, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(151-170) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 84, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedEvasionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(151-180) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 82, group = "EvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(6-12) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(13-35) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 11, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(36-63) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 17, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(64-82) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 23, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(83-101) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 29, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(102-120) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 35, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(121-150) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 43, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(151-200) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 51, group = "LocalEvasionRating", weightKey = { "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(201-300) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 60, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(301-400) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 69, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(401-500) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 77, group = "LocalEvasionRating", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(390-475) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceHelm4__"] = { type = "Prefix", affix = "Essences", "+(40-49) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 42, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(121-140) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceHelm6"] = { type = "Prefix", affix = "Essences", "+(141-160) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceHelm7"] = { type = "Prefix", affix = "Essences", "+(161-180) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceGlovesBoots3"] = { type = "Prefix", affix = "Essences", "+(21-25) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 26, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceGlovesBoots4"] = { type = "Prefix", affix = "Essences", "+(81-90) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 42, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceGlovesBoots5"] = { type = "Prefix", affix = "Essences", "+(91-105) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceGlovesBoots6"] = { type = "Prefix", affix = "Essences", "+(106-120) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceGlovesBoots7"] = { type = "Prefix", affix = "Essences", "+(121-135) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceShield5"] = { type = "Prefix", affix = "Essences", "+(151-225) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(226-300) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["LocalIncreasedEvasionRatingEssenceShield7____"] = { type = "Prefix", affix = "Essences", "+(301-375) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(3-10) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(11-35) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 18, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(36-60) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 30, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(61-138) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 44, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(139-322) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 57, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(323-400) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 71, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(401-460) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 83, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(461-540) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 86, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(481-520) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingEssenceRing5"] = { type = "Prefix", affix = "Essences", "+(80-120) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 58, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingEssenceRing6"] = { type = "Prefix", affix = "Essences", "+(121-200) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 74, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["IncreasedPhysicalDamageReductionRatingEssenceRing7"] = { type = "Prefix", affix = "Essences", "+(201-300) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(6-12) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(13-35) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 11, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(36-63) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 17, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(64-82) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 23, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-101) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 29, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(102-120) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 35, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(121-150) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 43, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(151-200) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 51, group = "LocalPhysicalDamageReductionRating", weightKey = { "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(201-300) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 60, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(301-400) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 69, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(401-500) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 77, group = "LocalPhysicalDamageReductionRating", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(390-475) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(121-140) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm6_"] = { type = "Prefix", affix = "Essences", "+(141-160) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm7_"] = { type = "Prefix", affix = "Essences", "+(161-180) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves5"] = { type = "Prefix", affix = "Essences", "+(91-105) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves6"] = { type = "Prefix", affix = "Essences", "+(106-120) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves7"] = { type = "Prefix", affix = "Essences", "+(121-135) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield5_"] = { type = "Prefix", affix = "Essences", "+(151-225) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(226-300) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield7____"] = { type = "Prefix", affix = "Essences", "+(301-375) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(5-9) to Armour", "+(5-9) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(10-27) to Armour", "+(10-27) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 18, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(28-48) to Armour", "+(28-48) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 30, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(49-85) to Armour", "+(49-85) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 38, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(86-145) to Armour", "+(86-145) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(146-220) to Armour", "+(146-220) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 58, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(221-300) to Armour", "+(221-300) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 69, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(301-375) to Armour", "+(301-375) to Evasion Rating", statOrderKey = "1401,1409", statOrder = { 1401, 1409 }, level = 79, group = "LocalBaseArmourAndEvasionRating", weightKey = { "shield", "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(5-9) to Armour", "+(3-4) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(10-27) to Armour", "+(5-12) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 18, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(28-48) to Armour", "+(13-22) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 30, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(49-85) to Armour", "+(23-28) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 38, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(86-145) to Armour", "+(29-48) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(146-220) to Armour", "+(49-60) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 58, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(221-300) to Armour", "+(61-72) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 69, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(301-375) to Armour", "+(73-80) to maximum Energy Shield", statOrderKey = "1401,1419", statOrder = { 1401, 1419 }, level = 79, group = "LocalBaseArmourAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(5-9) to Evasion Rating", "+(3-4) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-27) to Evasion Rating", "+(5-12) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 18, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(28-48) to Evasion Rating", "+(13-22) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 30, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(49-85) to Evasion Rating", "+(23-28) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 38, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(86-145) to Evasion Rating", "+(29-48) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(146-220) to Evasion Rating", "+(49-60) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 58, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(221-300) to Evasion Rating", "+(61-72) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 69, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Phantasm's", "+(301-375) to Evasion Rating", "+(73-80) to maximum Energy Shield", statOrderKey = "1409,1419", statOrder = { 1409, 1419 }, level = 79, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["LocalBaseArmourAndEvasionRatingAndLife1"] = { type = "Prefix", affix = "Rhoa's", "+(8-10) to Armour", "+(8-10) to Evasion Rating", "+(18-23) to maximum Life", statOrderKey = "1401,1409,1429", statOrder = { 1401, 1409, 1429 }, level = 30, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRatingAndLife2"] = { type = "Prefix", affix = "Rhex's", "+(11-21) to Armour", "+(11-21) to Evasion Rating", "+(24-28) to maximum Life", statOrderKey = "1401,1409,1429", statOrder = { 1401, 1409, 1429 }, level = 46, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRatingAndLife3"] = { type = "Prefix", affix = "Chimeral's", "+(22-48) to Armour", "+(22-48) to Evasion Rating", "+(29-33) to maximum Life", statOrderKey = "1401,1409,1429", statOrder = { 1401, 1409, 1429 }, level = 62, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEvasionRatingAndLife4"] = { type = "Prefix", affix = "Bull's", "+(49-60) to Armour", "+(49-60) to Evasion Rating", "+(34-38) to maximum Life", statOrderKey = "1401,1409,1429", statOrder = { 1401, 1409, 1429 }, level = 78, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, - ["LocalBaseArmourAndEnergyShieldAndLife1_"] = { type = "Prefix", affix = "Coelacanth's", "+(8-10) to Armour", "+(3-5) to maximum Energy Shield", "+(18-23) to maximum Life", statOrderKey = "1401,1419,1429", statOrder = { 1401, 1419, 1429 }, level = 30, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShieldAndLife2_"] = { type = "Prefix", affix = "Swordfish's", "+(11-21) to Armour", "+(6-8) to maximum Energy Shield", "+(24-28) to maximum Life", statOrderKey = "1401,1419,1429", statOrder = { 1401, 1419, 1429 }, level = 46, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Shark's", "+(22-48) to Armour", "+(9-12) to maximum Energy Shield", "+(29-33) to maximum Life", statOrderKey = "1401,1419,1429", statOrder = { 1401, 1419, 1429 }, level = 62, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, - ["LocalBaseArmourAndEnergyShieldAndLife4_"] = { type = "Prefix", affix = "Whale's", "+(49-60) to Armour", "+(13-15) to maximum Energy Shield", "+(34-38) to maximum Life", statOrderKey = "1401,1419,1429", statOrder = { 1401, 1419, 1429 }, level = 78, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Vulture's", "+(8-10) to Evasion Rating", "+(3-5) to maximum Energy Shield", "+(18-23) to maximum Life", statOrderKey = "1409,1419,1429", statOrder = { 1409, 1419, 1429 }, level = 30, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Kingfisher's", "+(11-21) to Evasion Rating", "+(6-8) to maximum Energy Shield", "+(24-28) to maximum Life", statOrderKey = "1409,1419,1429", statOrder = { 1409, 1419, 1429 }, level = 46, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Owl's", "+(22-48) to Evasion Rating", "+(9-12) to maximum Energy Shield", "+(29-33) to maximum Life", statOrderKey = "1409,1419,1429", statOrder = { 1409, 1419, 1429 }, level = 62, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, - ["LocalBaseEvasionRatingAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Eagle's", "+(49-60) to Evasion Rating", "+(13-15) to maximum Energy Shield", "+(34-38) to maximum Life", statOrderKey = "1409,1419,1429", statOrder = { 1409, 1419, 1429 }, level = 78, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, - ["LocalBaseArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "+(20-32) to Armour", "+(18-23) to maximum Life", statOrderKey = "1401,1429", statOrder = { 1401, 1429 }, level = 30, group = "LocalBaseArmourAndLife", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, - ["LocalBaseArmourAndLife2"] = { type = "Prefix", affix = "Urchin's", "+(33-48) to Armour", "+(24-28) to maximum Life", statOrderKey = "1401,1429", statOrder = { 1401, 1429 }, level = 46, group = "LocalBaseArmourAndLife", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, - ["LocalBaseArmourAndLife3"] = { type = "Prefix", affix = "Nautilus's", "+(49-96) to Armour", "+(29-33) to maximum Life", statOrderKey = "1401,1429", statOrder = { 1401, 1429 }, level = 62, group = "LocalBaseArmourAndLife", weightKey = { "boots", "gloves", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, - ["LocalBaseArmourAndLife4"] = { type = "Prefix", affix = "Crocodile's", "+(97-144) to Armour", "+(34-38) to maximum Life", statOrderKey = "1401,1429", statOrder = { 1401, 1429 }, level = 78, group = "LocalBaseArmourAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, - ["LocalBaseEvasionRatingAndLife1"] = { type = "Prefix", affix = "Flea's", "+(14-20) to Evasion Rating", "+(18-23) to maximum Life", statOrderKey = "1409,1429", statOrder = { 1409, 1429 }, level = 30, group = "LocalBaseEvasionRatingAndLife", weightKey = { "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, - ["LocalBaseEvasionRatingAndLife2"] = { type = "Prefix", affix = "Fawn's", "+(21-42) to Evasion Rating", "+(24-28) to maximum Life", statOrderKey = "1409,1429", statOrder = { 1409, 1429 }, level = 46, group = "LocalBaseEvasionRatingAndLife", weightKey = { "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, - ["LocalBaseEvasionRatingAndLife3"] = { type = "Prefix", affix = "Ram's", "+(43-95) to Evasion Rating", "+(29-33) to maximum Life", statOrderKey = "1409,1429", statOrder = { 1409, 1429 }, level = 62, group = "LocalBaseEvasionRatingAndLife", weightKey = { "boots", "gloves", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, - ["LocalBaseEvasionRatingAndLife4"] = { type = "Prefix", affix = "Ibex's", "+(96-120) to Evasion Rating", "+(34-38) to maximum Life", statOrderKey = "1409,1429", statOrder = { 1409, 1429 }, level = 78, group = "LocalBaseEvasionRatingAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, - ["LocalBaseEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "+(8-10) to maximum Energy Shield", "+(18-23) to maximum Life", statOrderKey = "1419,1429", statOrder = { 1419, 1429 }, level = 30, group = "LocalBaseEnergyShieldAndLife", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "+(11-15) to maximum Energy Shield", "+(24-28) to maximum Life", statOrderKey = "1419,1429", statOrder = { 1419, 1429 }, level = 46, group = "LocalBaseEnergyShieldAndLife", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndLife3_"] = { type = "Prefix", affix = "Abbot's", "+(16-25) to maximum Energy Shield", "+(29-33) to maximum Life", statOrderKey = "1419,1429", statOrder = { 1419, 1429 }, level = 62, group = "LocalBaseEnergyShieldAndLife", weightKey = { "boots", "gloves", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndLife4_"] = { type = "Prefix", affix = "Exarch's", "+(26-30) to maximum Energy Shield", "+(34-38) to maximum Life", statOrderKey = "1419,1429", statOrder = { 1419, 1429 }, level = 78, group = "LocalBaseEnergyShieldAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndMana1"] = { type = "Prefix", affix = "Acolyte's", "+(8-10) to maximum Energy Shield", "+(11-15) to maximum Mana", statOrderKey = "1419,1439", statOrder = { 1419, 1439 }, level = 30, group = "LocalBaseEnergyShieldAndMana", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndMana2"] = { type = "Prefix", affix = "Deacon's", "+(11-15) to maximum Energy Shield", "+(16-19) to maximum Mana", statOrderKey = "1419,1439", statOrder = { 1419, 1439 }, level = 46, group = "LocalBaseEnergyShieldAndMana", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndMana3"] = { type = "Prefix", affix = "Priest's", "+(16-25) to maximum Energy Shield", "+(20-22) to maximum Mana", statOrderKey = "1419,1439", statOrder = { 1419, 1439 }, level = 62, group = "LocalBaseEnergyShieldAndMana", weightKey = { "boots", "gloves", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, - ["LocalBaseEnergyShieldAndMana4"] = { type = "Prefix", affix = "Bishop's", "+(26-30) to maximum Energy Shield", "+(23-25) to maximum Mana", statOrderKey = "1419,1439", statOrder = { 1419, 1439 }, level = 78, group = "LocalBaseEnergyShieldAndMana", weightKey = { "shield", "boots", "gloves", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, - ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 15, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity2Royale"] = { type = "Prefix", affix = "Sprinter's", "(15-25)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 5, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 30, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 40, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 55, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 86, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEssence7"] = { type = "Prefix", affix = "Essences", "32% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 82, group = "MovementVelocity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MovementVelocityEnhancedModSpeed"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "5% increased Movement Speed if you haven't been Hit Recently", statOrderKey = "1657,3084", statOrder = { 1657, 3084 }, level = 1, group = "MovementVelocitySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MovementVelocityEnhancedModDodge_"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid Bleeding", statOrderKey = "1657,4046", statOrder = { 1657, 4046 }, level = 1, group = "MovementVelocityDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MovementVelocityEnhancedModSpellDodge_"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid being Poisoned", statOrderKey = "1657,1708", statOrder = { 1657, 1708 }, level = 1, group = "MovementVelocitySpellDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["SpellDamage1"] = { type = "Prefix", affix = "Chanter's", "(3-7)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 5, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage2"] = { type = "Prefix", affix = "Mage's", "(8-12)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 20, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage3"] = { type = "Prefix", affix = "Sorcerer's", "(13-17)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 38, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage4"] = { type = "Prefix", affix = "Thaumaturgist's", "(18-22)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 56, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamage5"] = { type = "Prefix", affix = "Wizard's", "(23-26)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 76, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(10-19)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 2, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(20-29)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 11, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(30-39)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 23, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(40-54)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 35, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 600, 600, 600, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(55-69)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 46, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 300, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(70-84)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 58, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 150, 150, 150, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(85-99)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 64, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 80, 80, 80, 80, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(100-109)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 84, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 40, 40, 40, 40, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponEssence5_"] = { type = "Prefix", affix = "Essences", "(50-66)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 58, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponEssence6"] = { type = "Prefix", affix = "Essences", "(67-82)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 74, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponEssence7"] = { type = "Prefix", affix = "Essences", "(83-94)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 82, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(70-74)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 1, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(15-29)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 2, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(30-44)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 11, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-59)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 23, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(60-84)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 35, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(85-104)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 46, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(105-124)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 58, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(125-149)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 79, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 80, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-164)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 84, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 40, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeaponEssence5"] = { type = "Prefix", affix = "Essences", "(85-106)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 58, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeaponEssence6"] = { type = "Prefix", affix = "Essences", "(107-122)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 74, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeaponEssence7"] = { type = "Prefix", affix = "Essences", "(123-144)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 82, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(105-110)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 1, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(5-9)% increased Spell Damage", "+(17-20) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(10-14)% increased Spell Damage", "+(21-24) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(15-19)% increased Spell Damage", "+(25-28) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(20-24)% increased Spell Damage", "+(29-33) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 600, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(25-29)% increased Spell Damage", "+(34-37) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 46, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 400, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(30-34)% increased Spell Damage", "+(38-41) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 58, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 150, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(35-39)% increased Spell Damage", "+(42-45) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 80, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 75, 75, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(8-14)% increased Spell Damage", "+(26-30) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 2, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(15-22)% increased Spell Damage", "+(31-35) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 11, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(23-29)% increased Spell Damage", "+(36-41) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 23, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-37)% increased Spell Damage", "+(42-47) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 35, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(38-44)% increased Spell Damage", "+(48-53) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 46, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(45-50)% increased Spell Damage", "+(54-59) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 58, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(51-55)% increased Spell Damage", "+(60-64) to maximum Mana", statOrderKey = "1090,1439", statOrder = { 1090, 1439 }, level = 80, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 75, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, - ["TrapDamageOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Trap Damage", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["TrapDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Trap Damage", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["TrapThrowSpeedEnhancedMod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapCooldownRecoveryAndDurationEnhancedMod"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Trap Duration", "(14-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "1780,3298", statOrder = { 1780, 3298 }, level = 1, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["TrapAreaOfEffectEnhancedMod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (22-25)% increased Area of Effect", statOrderKey = "3316", statOrder = { 3316 }, level = 1, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["LocalIncreaseSocketedTrapGemLevelEnhancedMod_"] = { type = "Prefix", affix = "Matatl's", "+2 to Level of Socketed Trap Gems", statOrderKey = "165", statOrder = { 165 }, level = 1, group = "LocalIncreaseSocketedTrapGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, - ["MinionDamageOnWeaponEnhancedMod__"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (90-95)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (133-138)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionAttackAndCastSpeedEnhancedMod"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (13-15)% increased Attack Speed", "Minions have (13-15)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDurationEnhancedMod_"] = { type = "Suffix", affix = "of Citaqualotl", "(17-20)% increased Minion Duration", statOrderKey = "4739", statOrder = { 4739 }, level = 1, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["LocalIncreaseSocketedMinionGemLevelEnhancedMod"] = { type = "Prefix", affix = "Citaqualotl's", "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(10-19)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(20-29)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 11, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(30-39)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 23, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(40-54)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 35, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Volcanic", "(55-69)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 46, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(70-84)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 58, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Pyroclastic", "(85-99)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 64, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Xoph's", "(100-109)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 84, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(15-29)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 2, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(30-44)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 11, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-59)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 23, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(60-84)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 35, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Volcanic", "(85-104)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 46, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(105-124)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 58, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Pyroclastic", "(125-149)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 79, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Xoph's", "(150-164)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 84, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePrefixOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Fire Damage", "Adds (15-20) to (30-35) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 1, group = "FireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["FireDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Fire Damage", "Adds (20-27) to (41-48) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 1, group = "TwoHandFireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(10-19)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(20-29)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 11, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(30-39)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 23, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(40-54)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 35, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(55-69)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 46, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Crystalline", "(70-84)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 58, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Cryomancer's", "(85-99)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 64, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Tul's", "(100-109)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 84, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(15-29)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 2, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(30-44)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 11, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(45-59)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 23, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(60-84)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 35, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(85-104)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 46, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Crystalline", "(105-124)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 58, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Cryomancer's", "(125-149)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 79, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Tul's", "(150-164)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 84, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePrefixOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Cold Damage", "Adds (12-16) to (25-29) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 1, group = "ColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["ColdDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Cold Damage", "Adds (19-25) to (37-44) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 1, group = "TwoHandColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(10-19)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(20-29)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 11, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(30-39)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 23, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(40-54)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 35, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(55-69)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 46, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(70-84)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 58, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(85-99)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 64, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Esh's", "(100-109)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 84, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(15-29)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 2, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(30-44)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 11, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-59)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 23, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(60-84)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 35, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(85-104)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 46, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(105-124)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 58, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(125-149)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 79, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Esh's", "(150-164)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 84, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePrefixOnWeaponEnhancedMod_"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Lightning Damage", "Adds (1-4) to (53-56) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 1, group = "LightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["LightningDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Lightning Damage", "Adds (2-6) to (79-84) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 1, group = "TwoHandLightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(5-10)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(11-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(21-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(31-36)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(37-42)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(43-50)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "amulet", "belt", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 10, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 26, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence4"] = { type = "Prefix", affix = "Essences", "(26-29)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 42, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence5"] = { type = "Prefix", affix = "Essences", "(30-34)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 58, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence6_"] = { type = "Prefix", affix = "Essences", "(35-38)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 74, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageEssence7"] = { type = "Prefix", affix = "Essences", "(39-42)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 82, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons1_"] = { type = "Prefix", affix = "Catalysing", "(11-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons2"] = { type = "Prefix", affix = "Infusing", "(21-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons3_"] = { type = "Prefix", affix = "Empowering", "(31-36)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons4"] = { type = "Prefix", affix = "Unleashed", "(37-42)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons5_"] = { type = "Prefix", affix = "Overpowering", "(43-50)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnWeapons6"] = { type = "Prefix", affix = "Devastating", "(51-59)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(19-34)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(36-51)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(53-61)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(63-71)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(73-85)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["ManaLeech1"] = { type = "Prefix", affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1556", statOrder = { 1556 }, level = 9, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeech2"] = { type = "Prefix", affix = "Parched", "(3-4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1556", statOrder = { 1556 }, level = 74, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriad1"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 50, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriad2"] = { type = "Prefix", affix = "Parched", "(0.6-0.8)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 70, group = "ManaLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(0.9-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 82, group = "ManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LocalManaLeechPermyriadEssence5"] = { type = "Prefix", affix = "Essences", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 58, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LocalManaLeechPermyriadEssence6"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 74, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LocalManaLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(0.9-1)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 82, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ItemFoundQuantityIncrease1"] = { type = "Suffix", affix = "of Collecting", "(4-8)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 2, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, - ["ItemFoundQuantityIncrease2"] = { type = "Suffix", affix = "of Gathering", "(9-12)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 32, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, - ["ItemFoundQuantityIncrease3"] = { type = "Suffix", affix = "of Hoarding", "(13-16)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 55, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, - ["ItemFoundQuantityIncrease4"] = { type = "Suffix", affix = "of Amassment", "(17-20)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 77, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-14)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 30, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(15-20)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 53, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(21-26)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-12)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 20, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Pirate's", "(13-18)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 39, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Dragon's", "(19-24)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 62, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Perandus'", "(25-28)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 84, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, - ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(5-8)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 2, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(9-12)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed2Royale"] = { type = "Suffix", affix = "of Nimbleness", "(8-15)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 4, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "sceptre", "amulet", "focus", "str_int_shield", "dex_int_shield", "gloves", "default", }, weightVal = { 1000, 0, 1000, 800, 1000, 1000, 1000, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(13-16)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Legerdemain", "(17-20)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Prestidigitation", "(21-24)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 55, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Sortilege", "(25-28)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 72, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 500, 0, 0, 500, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(29-32)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 83, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 250, 0, 0, 250, 250, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "(26-28)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 82, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(8-13)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 2, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(14-19)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(20-25)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Legerdemain", "(26-31)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Prestidigitation", "(32-37)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 55, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Sortilege", "(38-43)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 72, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(44-49)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 83, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandEssence7"] = { type = "Suffix", affix = "of the Essence", "(39-42)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 82, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(29-32)% increased Cast Speed", statOrderKey = "1270,1308", statOrder = { 1270, 1308 }, level = 1, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "Adds (24-32) to (49-57) Chaos Damage to Spells", "(44-49)% increased Cast Speed", statOrderKey = "1270,1308", statOrder = { 1270, 1308 }, level = 1, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, - ["IncreasedCastSpeedRing3"] = { type = "Suffix", affix = "of the Essence", "(13-14)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedRing4"] = { type = "Suffix", affix = "of the Essence", "(15-16)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedFishing"] = { type = "Suffix", affix = "of Casting", "(24-28)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 10, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "red_herring", "caster", "speed" }, }, - ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed2Royale____"] = { type = "Suffix", affix = "of Ease", "(15-25)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 4, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-27)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "(28-30)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 82, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEssenceRanged4_"] = { type = "Suffix", affix = "of the Essence", "(11-12)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 42, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEssenceRanged5"] = { type = "Suffix", affix = "of the Essence", "(13-14)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 58, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEssenceRanged6"] = { type = "Suffix", affix = "of the Essence", "(15-16)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 74, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEssenceRanged7"] = { type = "Suffix", affix = "of the Essence", "(17-18)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 82, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(26-27)% increased Attack Speed", statOrderKey = "1253,1276", statOrder = { 1253, 1276 }, level = 1, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(14-16)% increased Attack Speed", statOrderKey = "1253,1276", statOrder = { 1253, 1276 }, level = 1, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, - ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "ring", "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 11, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed2Royale"] = { type = "Suffix", affix = "of Ease", "(8-15)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Grandmastery", "(14-16)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 76, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceGloves7"] = { type = "Suffix", affix = "of the Essence", "(17-18)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceJewellery4"] = { type = "Suffix", affix = "of the Essence", "(4-5)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 42, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceJewellery5"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 58, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceJewellery6"] = { type = "Suffix", affix = "of the Essence", "(6-7)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 74, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceJewellery7"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceQuiver4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 42, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceQuiver5_"] = { type = "Suffix", affix = "of the Essence", "(8-9)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 58, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceQuiver6"] = { type = "Suffix", affix = "of the Essence", "(10-12)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 74, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEssenceQuiver7___"] = { type = "Suffix", affix = "of the Essence", "(13-15)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAccuracy1"] = { type = "Suffix", affix = "of Calm", "+(5-15) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy2"] = { type = "Suffix", affix = "of Steadiness", "+(16-60) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 12, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy3"] = { type = "Suffix", affix = "of Accuracy", "+(61-100) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy4"] = { type = "Suffix", affix = "of Precision", "+(101-130) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 26, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy5"] = { type = "Suffix", affix = "of the Sniper", "+(131-165) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 33, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy6"] = { type = "Suffix", affix = "of the Marksman", "+(166-200) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 41, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy7"] = { type = "Suffix", affix = "of the Deadeye", "+(201-250) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 50, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy8"] = { type = "Suffix", affix = "of the Ranger", "+(251-320) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 63, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy9"] = { type = "Suffix", affix = "of the Assassin", "+(321-400) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 76, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracy10"] = { type = "Suffix", affix = "of Lioneye", "+(401-500) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyEssence7"] = { type = "Suffix", affix = "of the Essence", "+(401-440) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 82, group = "IncreasedAccuracy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew1_"] = { type = "Suffix", affix = "of Steadiness", "+(50-100) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew2"] = { type = "Suffix", affix = "of Precision", "+(100-165) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew3"] = { type = "Suffix", affix = "of the Sniper", "+(166-250) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 40, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew4"] = { type = "Suffix", affix = "of the Marksman", "+(251-350) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 60, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew5_"] = { type = "Suffix", affix = "of the Ranger", "+(351-480) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 75, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyNew6"] = { type = "Suffix", affix = "of Lioneye", "+(481-600) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, - ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "Regenerate (1-2) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "Regenerate (2.1-8) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 7, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "Regenerate (8.1-16) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 19, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "Regenerate (16.1-24) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 31, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "Regenerate (24.1-32) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 44, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "Regenerate (32.1-48) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 55, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration7"] = { type = "Suffix", affix = "of Ryslatha", "Regenerate (48.1-64) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration8_"] = { type = "Suffix", affix = "of the Phoenix", "Regenerate (64.1-96) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 74, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "ring", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration9"] = { type = "Suffix", affix = "of Recuperation", "Regenerate (96.1-128) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 78, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "ring", "amulet", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Life-giving", "Regenerate (128.1-152) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 83, group = "LifeRegeneration", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration11____"] = { type = "Suffix", affix = "of Convalescence", "Regenerate (152.1-176) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 86, group = "LifeRegeneration", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationEssence2"] = { type = "Suffix", affix = "of the Essence", "Regenerate (2-5) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 10, group = "LifeRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationEssence7"] = { type = "Suffix", affix = "of the Essence", "Regenerate (30-40) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 82, group = "LifeRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegenerationEnhancedMod"] = { type = "Suffix", affix = "of Guatelitzi", "Regenerate (16-20) Life per second", "Regenerate 0.4% of Life per second", statOrderKey = "1434,1801", statOrder = { 1434, 1801 }, level = 1, group = "LifeRegenerationAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercent1"] = { type = "Suffix", affix = "of Youthfulness", "Regenerate (0.4-0.5)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 18, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercent2__"] = { type = "Suffix", affix = "of Vitality", "Regenerate (0.6-0.7)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 36, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercent3_"] = { type = "Suffix", affix = "of Longevity", "Regenerate (0.8-0.9)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 60, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercent4"] = { type = "Suffix", affix = "of Immortality", "Regenerate (1-1.1)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 81, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 2, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 18, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 29, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 42, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 79, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEssence7_"] = { type = "Suffix", affix = "of the Essence", "(70-76)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 82, group = "ManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["StunThresholdReduction1"] = { type = "Suffix", affix = "of the Pugilist", "(5-7)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 5, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunThresholdReduction2"] = { type = "Suffix", affix = "of the Brawler", "(8-9)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 20, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunThresholdReduction3"] = { type = "Suffix", affix = "of the Boxer", "(10-11)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 30, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunThresholdReduction4"] = { type = "Suffix", affix = "of the Combatant", "(12-13)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 44, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunThresholdReduction5"] = { type = "Suffix", affix = "of the Gladiator", "(14-15)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 58, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunThresholdReductionEssence7"] = { type = "Suffix", affix = "of the Essence", "(16-17)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 82, group = "StunThresholdReduction", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 5, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 20, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 30, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Rupturing", "(25-29)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 44, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 58, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 72, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChance7"] = { type = "Suffix", affix = "of Rending", "(39-44)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 85, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChanceWithBows1_"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 5, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows2_"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 20, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 30, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows4"] = { type = "Suffix", affix = "of Rupturing", "(25-29)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 44, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows5_"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 58, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 72, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceWithBows7"] = { type = "Suffix", affix = "of Rending", "(39-44)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 85, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(39-42)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 82, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChanceEssenceGloves4"] = { type = "Suffix", affix = "of the Essence", "(15-17)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 42, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChanceEssenceGloves5"] = { type = "Suffix", affix = "of the Essence", "(18-20)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 58, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChanceEssenceGloves6"] = { type = "Suffix", affix = "of the Essence", "(21-23)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 74, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["CriticalStrikeChanceEssenceGloves7"] = { type = "Suffix", affix = "of the Essence", "(24-26)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 82, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-11)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(12-17)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 12, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(18-23)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 24, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(24-29)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 36, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(30-35)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 48, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(36-41)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 60, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist7"] = { type = "Suffix", affix = "of the Magma", "+(42-45)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 72, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(46-48)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 84, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResist1"] = { type = "Suffix", affix = "of the Inuit", "+(6-11)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist2"] = { type = "Suffix", affix = "of the Seal", "+(12-17)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 14, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist3"] = { type = "Suffix", affix = "of the Penguin", "+(18-23)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 26, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(24-29)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 38, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(30-35)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 50, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(36-41)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 60, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(42-45)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 72, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(46-48)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 84, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-11)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(12-17)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 13, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(18-23)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 25, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(24-29)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 37, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(30-35)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 49, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(36-41)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 60, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(42-45)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 72, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(46-48)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 84, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["FireResistEnhancedModPhys_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(9-10)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1485,2298", statOrder = { 1485, 2298 }, level = 1, group = "FireResistancePhysTakenAsFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(9-10)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1491,2299", statOrder = { 1491, 2299 }, level = 1, group = "ColdResistancePhysTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(9-10)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1496,2300", statOrder = { 1496, 2300 }, level = 1, group = "LightningResistancePhysTakenAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning", "resistance" }, }, - ["FireResistEnhancedModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched as Life", statOrderKey = "1485,1529", statOrder = { 1485, 1529 }, level = 1, group = "FireResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched as Life", statOrderKey = "1491,1534", statOrder = { 1491, 1534 }, level = 1, group = "ColdResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedModLeech_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched as Life", statOrderKey = "1496,1538", statOrder = { 1496, 1538 }, level = 1, group = "LightningResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, - ["FireResistEnhancedModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(45-52) to (75-78) added Fire Damage against Burning Enemies", statOrderKey = "1485,9548", statOrder = { 1485, 9548 }, level = 1, group = "FireResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedModAilments__"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(30-50)% increased Damage with Hits against Chilled Enemies", statOrderKey = "1491,5643", statOrder = { 1491, 5643 }, level = 1, group = "ColdResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(40-60)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "1496,5491", statOrder = { 1496, 5491 }, level = 1, group = "LightningResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance", "critical" }, }, - ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(5-10)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(11-15)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 30, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(16-20)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 44, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(21-25)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 56, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(26-30)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 65, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(31-35)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 81, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "+(31-35)% to Chaos Resistance", "(9-10)% reduced Chaos Damage taken over time", statOrderKey = "1500,1805", statOrder = { 1500, 1805 }, level = 1, group = "ChaosResistanceDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 12, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 24, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 36, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 48, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 60, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 85, group = "AllResistances", weightKey = { "shield", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(8-12)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(13-19)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierWithBows1"] = { type = "Suffix", affix = "of Ire", "+(8-12)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 8, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriticalMultiplierWithBows2"] = { type = "Suffix", affix = "of Anger", "+(13-19)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 21, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriticalMultiplierWithBows3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 31, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriticalMultiplierWithBows4__"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriticalMultiplierWithBows5_"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 59, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriticalMultiplierWithBows6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 74, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CriitcalMultiplierEssence7"] = { type = "Suffix", affix = "of the Essence", "+(35-41)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 82, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierEssenceRing5_"] = { type = "Suffix", affix = "of the Essence", "+(15-17)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 58, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierEssenceRing6_"] = { type = "Suffix", affix = "of the Essence", "+(18-20)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["CriticalMultiplierEssenceRing7"] = { type = "Suffix", affix = "of the Essence", "+(21-25)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 82, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["StunRecovery1"] = { type = "Suffix", affix = "of Thick Skin", "(11-13)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecovery2"] = { type = "Suffix", affix = "of Stone Skin", "(14-16)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 17, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecovery3"] = { type = "Suffix", affix = "of Iron Skin", "(17-19)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 28, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecovery4"] = { type = "Suffix", affix = "of Steel Skin", "(20-22)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 42, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecovery5"] = { type = "Suffix", affix = "of Adamantite Skin", "(23-25)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 56, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecovery6"] = { type = "Suffix", affix = "of Corundum Skin", "(26-28)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 79, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["StunRecoveryEssence7"] = { type = "Suffix", affix = "of the Essence", "(29-34)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 82, group = "StunRecovery", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-15)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 5, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(16-20)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 18, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(21-25)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 30, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(26-30)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 44, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(31-35)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 58, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["StunDurationEssence7"] = { type = "Suffix", affix = "of the Essence", "(36-39)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 82, group = "StunDurationIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(110-119)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 82, group = "SpellCriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "critical" }, }, - ["ProjectileSpeed1"] = { type = "Suffix", affix = "of Darting", "(10-17)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 14, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, - ["ProjectileSpeed2"] = { type = "Suffix", affix = "of Flight", "(18-25)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 27, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, - ["ProjectileSpeed3"] = { type = "Suffix", affix = "of Propulsion", "(26-33)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 41, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, - ["ProjectileSpeed4"] = { type = "Suffix", affix = "of the Zephyr", "(34-41)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 55, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, - ["ProjectileSpeed5"] = { type = "Suffix", affix = "of the Gale", "(42-46)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 82, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, - ["ProjectileSpeedEssence6"] = { type = "Suffix", affix = "of the Essence", "(47-52)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 28, group = "ProjectileSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 8, group = "LifeGainPerTarget", weightKey = { "amulet", "ring", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 20, group = "LifeGainPerTarget", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 30, group = "LifeGainPerTarget", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 40, group = "LifeGainPerTarget", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["FireDamagePercent1"] = { type = "Suffix", affix = "of Embers", "(3-7)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 8, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent2"] = { type = "Suffix", affix = "of Coals", "(8-12)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 22, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent3"] = { type = "Suffix", affix = "of Cinders", "(13-17)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent4"] = { type = "Suffix", affix = "of Flames", "(18-22)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 50, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent5"] = { type = "Suffix", affix = "of Immolation", "(23-26)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 64, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercent6"] = { type = "Suffix", affix = "of Ashes", "(27-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 76, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence2_"] = { type = "Suffix", affix = "of the Essence", "(11-14)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 10, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence3"] = { type = "Suffix", affix = "of the Essence", "(15-18)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 26, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence4"] = { type = "Suffix", affix = "of the Essence", "(19-22)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 42, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 58, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence6_"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 74, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 82, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePercent1"] = { type = "Suffix", affix = "of Snow", "(3-7)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 12, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent2"] = { type = "Suffix", affix = "of Sleet", "(8-12)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent3"] = { type = "Suffix", affix = "of Ice", "(13-17)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent4"] = { type = "Suffix", affix = "of Rime", "(18-22)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 50, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent5"] = { type = "Suffix", affix = "of Floe", "(23-26)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 64, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercent6"] = { type = "Suffix", affix = "of Glaciation", "(27-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 76, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence1"] = { type = "Suffix", affix = "of the Essence", "(6-10)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence2"] = { type = "Suffix", affix = "of the Essence", "(11-14)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 10, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence3"] = { type = "Suffix", affix = "of the Essence", "(15-18)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 26, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence4_"] = { type = "Suffix", affix = "of the Essence", "(19-22)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 42, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 58, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence6_"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 74, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 82, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePercent1"] = { type = "Suffix", affix = "of Sparks", "(3-7)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 10, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent2"] = { type = "Suffix", affix = "of Static", "(8-12)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 23, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent3"] = { type = "Suffix", affix = "of Electricity", "(13-17)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent4"] = { type = "Suffix", affix = "of Voltage", "(18-22)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 50, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent5"] = { type = "Suffix", affix = "of Discharge", "(23-26)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 64, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercent6"] = { type = "Suffix", affix = "of Arcing", "(27-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 76, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 82, group = "LightningDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (3-6) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-10) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 23, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (11-14) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 40, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain 1 Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (2-3) Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 24, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Consumption", "Gain (4-6) Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 40, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 20, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 30, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Puncturing", "(25-29)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 44, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 59, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 73, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 30, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 44, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 73, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["LocalIncreaseSocketedGemLevel1"] = { type = "Prefix", affix = "Paragon's", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 50, group = "LocalIncreaseSocketedGemLevel", weightKey = { "attack_staff", "attack_dagger", "staff", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 1000, 1000, 0, 0, 0, 0, 1000, 0 }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemUnsetRing1"] = { type = "Prefix", affix = "Exemplary", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 2, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemUnsetRing2"] = { type = "Prefix", affix = "Quintessential", "+2 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 50, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["LocalIncreaseSocketedGemUnsetRing3"] = { type = "Prefix", affix = "Flawless", "+3 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 76, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 250, 0 }, modTags = { "gem" }, }, - ["GlobalSpellGemsLevel1"] = { type = "Prefix", affix = "Magister's", "+1 to Level of all Spell Skill Gems", statOrderKey = "1468", statOrder = { 1468 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "caster", "gem" }, }, - ["GlobalSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Magister's", "+(1-2) to Level of all Spell Skill Gems", statOrderKey = "1468", statOrder = { 1468 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevel1"] = { type = "Prefix", affix = "Flame Spinner's", "+1 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 2, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["LocalIncreaseSocketedFireGemLevel2_"] = { type = "Prefix", affix = "Lava Caller's", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 55, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["GlobalFireSpellGemsLevel1_"] = { type = "Prefix", affix = "Flame Shaper's", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1470", statOrder = { 1470 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHand1__"] = { type = "Prefix", affix = "Flame Shaper's", "+(1-2) to Level of all Fire Spell Skill Gems", statOrderKey = "1470", statOrder = { 1470 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["GlobalFireSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Lava Conjurer's", "+3 to Level of all Fire Spell Skill Gems", statOrderKey = "1470", statOrder = { 1470 }, level = 77, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevel1"] = { type = "Prefix", affix = "Frost Weaver's", "+1 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 2, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["LocalIncreaseSocketedColdGemLevel2"] = { type = "Prefix", affix = "Winterbringer's", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 55, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["GlobalColdSpellGemsLevel1_"] = { type = "Prefix", affix = "Frost Singer's", "+1 to Level of all Cold Spell Skill Gems", statOrderKey = "1471", statOrder = { 1471 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Frost Singer's", "+(1-2) to Level of all Cold Spell Skill Gems", statOrderKey = "1471", statOrder = { 1471 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["GlobalColdSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Winter Beckoner's", "+3 to Level of all Cold Spell Skill Gems", statOrderKey = "1471", statOrder = { 1471 }, level = 77, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["LocalIncreaseSocketedLightningGemLevel1"] = { type = "Prefix", affix = "Thunder Lord's", "+1 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 2, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["LocalIncreaseSocketedLightningGemLevel2"] = { type = "Prefix", affix = "Tempest King's", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 55, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["GlobalLightningSpellGemsLevel1"] = { type = "Prefix", affix = "Thunderhand's", "+1 to Level of all Lightning Spell Skill Gems", statOrderKey = "1472", statOrder = { 1472 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Thunderhand's", "+(1-2) to Level of all Lightning Spell Skill Gems", statOrderKey = "1472", statOrder = { 1472 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["GlobalLightningSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Tempest Master's", "+3 to Level of all Lightning Spell Skill Gems", statOrderKey = "1472", statOrder = { 1472 }, level = 77, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["LocalIncreaseSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Nihilist's", "+1 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 4, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos", "gem" }, }, - ["LocalIncreaseSocketedChaosGemLevel2"] = { type = "Prefix", affix = "Anarchist's", "+2 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 55, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos", "gem" }, }, - ["GlobalChaosSpellGemsLevel1"] = { type = "Prefix", affix = "Mad Lord's", "+1 to Level of all Chaos Spell Skill Gems", statOrderKey = "1473", statOrder = { 1473 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "dagger", "focus", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Mad Lord's", "+(1-2) to Level of all Chaos Spell Skill Gems", statOrderKey = "1473", statOrder = { 1473 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalChaosSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Splintermind's", "+3 to Level of all Chaos Spell Skill Gems", statOrderKey = "1473", statOrder = { 1473 }, level = 77, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevel1"] = { type = "Prefix", affix = "Lithomancer's", "+1 to Level of all Physical Spell Skill Gems", statOrderKey = "1469", statOrder = { 1469 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHand1_"] = { type = "Prefix", affix = "Lithomancer's", "+(1-2) to Level of all Physical Spell Skill Gems", statOrderKey = "1469", statOrder = { 1469 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical", "caster", "gem" }, }, - ["GlobalPhysicalSpellGemsLevelTwoHand2_"] = { type = "Prefix", affix = "Tecton's", "+3 to Level of all Physical Spell Skill Gems", statOrderKey = "1469", statOrder = { 1469 }, level = 77, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "caster", "gem" }, }, - ["LocalIncreaseSocketedSpellGemLevelRace"] = { type = "Prefix", affix = "Competitor's", "+1 to Level of Socketed Spell Gems", statOrderKey = "153", statOrder = { 153 }, level = 1, group = "LocalIncreaseSocketedSpellGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem" }, }, - ["LocalIncreaseSocketedMeleeGemLevel1"] = { type = "Prefix", affix = "Combatant's", "+1 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 8, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "bow", "wand", "focus", "shield", "weapon", "default", }, weightVal = { 0, 0, 0, 1000, 1000, 0 }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedMeleeGemLevel"] = { type = "Prefix", affix = "Weaponmaster's", "+2 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 63, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "bow", "wand", "focus", "shield", "weapon", "default", }, weightVal = { 0, 0, 0, 1000, 1000, 0 }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedBowGemLevel1"] = { type = "Prefix", affix = "Fletcher's", "+1 to Level of Socketed Bow Gems", statOrderKey = "157", statOrder = { 157 }, level = 9, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedBowGemLevel2"] = { type = "Prefix", affix = "Sharpshooter's", "+2 to Level of Socketed Bow Gems", statOrderKey = "157", statOrder = { 157 }, level = 64, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevel1"] = { type = "Prefix", affix = "Reanimator's", "+1 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 14, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevel2"] = { type = "Prefix", affix = "Summoner's", "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 65, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["LocalIncreaseSocketedMinionGemLevel3_"] = { type = "Prefix", affix = "Necromancer's", "+3 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 86, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["GlobalIncreaseMinionSpellSkillGemLevel1"] = { type = "Prefix", affix = "Taskmaster's", "+1 to Level of all Minion Skill Gems", statOrderKey = "1474", statOrder = { 1474 }, level = 14, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "minion", "gem" }, }, - ["GlobalIncreaseMinionSpellSkillGemLevel2"] = { type = "Prefix", affix = "Overseer's", "+2 to Level of all Minion Skill Gems", statOrderKey = "1474", statOrder = { 1474 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default", }, weightVal = { 25, 0 }, modTags = { "minion", "gem" }, }, - ["LocalIncreasedAccuracy1"] = { type = "Suffix", affix = "of Calm", "+(5-15) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy2"] = { type = "Suffix", affix = "of Steadiness", "+(16-60) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 12, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy3"] = { type = "Suffix", affix = "of Accuracy", "+(61-100) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy4"] = { type = "Suffix", affix = "of Precision", "+(101-130) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 26, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy5"] = { type = "Suffix", affix = "of the Sniper", "+(131-165) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 33, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy6"] = { type = "Suffix", affix = "of the Marksman", "+(166-200) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 41, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy7"] = { type = "Suffix", affix = "of the Deadeye", "+(201-250) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 50, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy"] = { type = "Suffix", affix = "of the Ranger", "+(251-320) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 63, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracy9_"] = { type = "Suffix", affix = "of the Assassin", "+(321-360) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 80, group = "LocalAccuracyRating", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyEssence7"] = { type = "Suffix", affix = "of the Essence", "+(361-380) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 82, group = "LocalAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew1"] = { type = "Suffix", affix = "of Steadiness", "+(80-130) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew2"] = { type = "Suffix", affix = "of Precision", "+(131-215) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew3"] = { type = "Suffix", affix = "of the Sniper", "+(216-325) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 40, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew4"] = { type = "Suffix", affix = "of the Marksman", "+(326-455) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 60, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew5"] = { type = "Suffix", affix = "of the Ranger", "+(456-624) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 75, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedAccuracyNew6"] = { type = "Suffix", affix = "of Lioneye", "+(625-780) to Accuracy Rating", statOrderKey = "1878", statOrder = { 1878 }, level = 85, group = "LocalAccuracyRating", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "attack" }, }, - ["CannotBeFrozenWarbands"] = { type = "Prefix", affix = "Mutewind", "Cannot be Frozen", statOrderKey = "1697", statOrder = { 1697 }, level = 1, group = "CannotBeFrozen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AdditionalArrowBow1_"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 70, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, - ["AdditionalArrowBow2_"] = { type = "Suffix", affix = "of Many", "Bow Attacks fire 2 additional Arrows", statOrderKey = "1653", statOrder = { 1653 }, level = 86, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { "attack" }, }, - ["AdditionalArrowQuiver1_"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 70, group = "AdditionalArrows", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "attack" }, }, - ["MinionRunSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions have (13-15)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 10, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "Minions have (16-18)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 26, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "Minions have (19-21)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 42, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions have (22-24)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 58, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions have (25-27)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions have (28-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 82, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, - ["MinionLifeEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions have (13-15)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 10, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEssence3_"] = { type = "Suffix", affix = "of the Essence", "Minions have (16-18)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 26, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEssence4"] = { type = "Suffix", affix = "of the Essence", "Minions have (19-21)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 42, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions have (22-24)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 58, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions have (25-27)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions have (28-30)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 82, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionDamageEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions deal (7-10)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "Minions deal (11-14)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssence4_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (15-18)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions deal (19-22)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions deal (23-26)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions deal (27-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionAccuracyEssence2_"] = { type = "Suffix", affix = "of the Essence", "(13-15)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 10, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyEssence3_"] = { type = "Suffix", affix = "of the Essence", "(16-18)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 26, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyEssence4___"] = { type = "Suffix", affix = "of the Essence", "(19-21)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 42, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyEssence5"] = { type = "Suffix", affix = "of the Essence", "(22-24)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 58, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyEssence6"] = { type = "Suffix", affix = "of the Essence", "(25-27)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 74, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyEssence7_"] = { type = "Suffix", affix = "of the Essence", "(28-30)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 82, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, - ["MinionDamageGlovesEssence2"] = { type = "Prefix", affix = "Essences", "Minions deal (13-15)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageGlovesEssence3"] = { type = "Prefix", affix = "Essences", "Minions deal (16-18)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageGlovesEssence4"] = { type = "Prefix", affix = "Essences", "Minions deal (19-21)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageGlovesEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (22-24)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageGlovesEssence6___"] = { type = "Prefix", affix = "Essences", "Minions deal (25-27)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageGlovesEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (28-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand2"] = { type = "Suffix", affix = "of the Essence", "Minions deal (10-15)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand3_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (16-21)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand4"] = { type = "Suffix", affix = "of the Essence", "Minions deal (22-27)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand5_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (28-33)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand6"] = { type = "Suffix", affix = "of the Essence", "Minions deal (34-39)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEssenceTwoHand7_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (40-45)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 84, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskEffect1_"] = { type = "Prefix", affix = "Distilling", "Flasks applied to you have (4-6)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 45, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskEffect2"] = { type = "Prefix", affix = "Condensing", "Flasks applied to you have (7-9)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 65, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskEffect3"] = { type = "Prefix", affix = "Magnifying", "Flasks applied to you have (10-12)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 85, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, - ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(10-20)% reduced Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDuration1"] = { type = "Suffix", affix = "of Sipping", "(4-9)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 8, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDuration2"] = { type = "Suffix", affix = "of Tasting", "(10-15)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 34, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDuration3"] = { type = "Suffix", affix = "of Savouring", "(16-21)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 50, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDuration4"] = { type = "Suffix", affix = "of Relishing", "(22-27)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 66, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltIncreasedFlaskDuration5_"] = { type = "Suffix", affix = "of Reveling", "(28-33)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 82, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 5, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 21, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 35, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 49, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 63, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 77, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(8-11)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(12-15)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 10, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(16-19)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 26, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence4"] = { type = "Prefix", affix = "Essences", "(20-23)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 42, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence5"] = { type = "Prefix", affix = "Essences", "(24-27)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 58, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence6"] = { type = "Prefix", affix = "Essences", "(28-31)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 74, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskLifeRecoveryRateEssence7"] = { type = "Prefix", affix = "Essences", "(32-35)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 82, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, - ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 21, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 35, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 49, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 77, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 58, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 74, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["BeltFlaskManaRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 82, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, - ["ChanceToAvoidShockEssence2_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 10, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToAvoidShockEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 26, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToAvoidShockEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 42, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToAvoidShockEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 58, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToAvoidShockEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 74, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToAvoidShockEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 82, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "Reflects (1-4) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "Reflects (5-10) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 10, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "Reflects (11-24) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Jagged", "Reflects (25-50) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 35, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageEssence5"] = { type = "Prefix", affix = "Essences", "Reflects (51-100) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageEssence6"] = { type = "Prefix", affix = "Essences", "Reflects (101-150) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 74, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AttackerTakesDamageEssence7"] = { type = "Prefix", affix = "Essences", "Reflects (151-200) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 82, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ChanceToAvoidFreezeEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidFreezeEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidFreezeEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidFreezeEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidFreezeEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AdditionalBlockChance1"] = { type = "Suffix", affix = "of Intercepting", "+(1-3)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 10, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance2"] = { type = "Suffix", affix = "of Walling", "+(4-5)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 25, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance3"] = { type = "Suffix", affix = "of Blocking", "+(6-7)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 40, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance4_"] = { type = "Suffix", affix = "of the Stalwart", "+(8-9)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 55, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance5"] = { type = "Suffix", affix = "of the Buttress", "+(10-11)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 66, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance6"] = { type = "Suffix", affix = "of the Sentinel", "+(12-13)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 77, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalBlockChance7"] = { type = "Suffix", affix = "of the Citadel", "+(14-15)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 86, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalShieldBlockChance1"] = { type = "Suffix", affix = "of the Essence", "+(1-2)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 42, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalShieldBlockChance2"] = { type = "Suffix", affix = "of the Essence", "+(3-4)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 58, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalShieldBlockChance3"] = { type = "Suffix", affix = "of the Essence", "+(5-6)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 74, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AdditionalShieldBlockChance4"] = { type = "Suffix", affix = "of the Essence", "+(7-8)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 82, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["PhysicalDamageTakenAsFirePercentWarbands"] = { type = "Prefix", affix = "Redblade", "10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["ChanceToAvoidIgniteEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 42, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToAvoidIgniteEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 58, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToAvoidIgniteEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 74, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToAvoidIgniteEssence7_"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 82, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToBlockProjectileAttacks1_"] = { type = "Suffix", affix = "of Deflection", "+(1-2)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 8, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["ChanceToBlockProjectileAttacks2"] = { type = "Suffix", affix = "of Protection", "+(3-4)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 19, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["ChanceToBlockProjectileAttacks3"] = { type = "Suffix", affix = "of Cover", "+(5-6)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 30, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["ChanceToBlockProjectileAttacks4"] = { type = "Suffix", affix = "of Asylum", "+(7-8)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 55, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["ChanceToBlockProjectileAttacks5_"] = { type = "Suffix", affix = "of Refuge", "+(9-10)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 70, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["ChanceToBlockProjectileAttacks6"] = { type = "Suffix", affix = "of Sanctuary", "+(11-12)% chance to Block Projectile Attack Damage", statOrderKey = "2315", statOrder = { 2315 }, level = 81, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["AllDamageMasterVendorItem"] = { type = "Prefix", affix = "Leo's", "(5-15)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["ReducedManaReservationCostEssence4"] = { type = "Suffix", affix = "of the Essence", "4% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 42, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ReducedManaReservationCostEssence5"] = { type = "Suffix", affix = "of the Essence", "6% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 58, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ReducedManaReservationCostEssence6"] = { type = "Suffix", affix = "of the Essence", "8% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 74, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ReducedManaReservationCostEssence7"] = { type = "Suffix", affix = "of the Essence", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 82, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEssence4"] = { type = "Suffix", affix = "of the Essence", "(3-4)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 42, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEssence5__"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 58, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEssence6_"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 74, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 82, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "18% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 36, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 1000, 850, 650, 750, 450, 550, 0 }, modTags = { }, }, - ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "32% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 60, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 1000, 850, 650, 750, 450, 550, 0 }, modTags = { }, }, - ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrderKey = "1295,2351", statOrder = { 1295, 2351 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "ring", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrderKey = "1295,2351", statOrder = { 1295, 2351 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "ring", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "(16-20)% increased Global Accuracy Rating", "15% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 30, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracyNew1"] = { type = "Suffix", affix = "of Shining", "(9-11)% increased Global Accuracy Rating", "5% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 8, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["LightRadiusAndAccuracyNew2"] = { type = "Suffix", affix = "of Light", "(12-15)% increased Global Accuracy Rating", "10% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 15, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrderKey = "1878,2351", statOrder = { 1878, 2351 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrderKey = "1878,2351", statOrder = { 1878, 2351 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "(16-20)% increased Global Accuracy Rating", "15% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 30, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracyNew1_"] = { type = "Suffix", affix = "of Shining", "(9-11)% increased Global Accuracy Rating", "5% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 8, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, - ["LocalLightRadiusAndAccuracyNew2"] = { type = "Suffix", affix = "of Light", "(12-15)% increased Global Accuracy Rating", "10% increased Light Radius", statOrderKey = "1296,2351", statOrder = { 1296, 2351 }, level = 15, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeEssence5"] = { type = "Suffix", affix = "of the Essence", "+0.1 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 58, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeEssence6"] = { type = "Suffix", affix = "of the Essence", "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 74, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["LocalIncreasedMeleeWeaponRangeEssence7"] = { type = "Suffix", affix = "of the Essence", "+0.3 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 82, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["GainLifeOnBlock1"] = { type = "Suffix", affix = "of Repairing", "(5-15) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 11, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainLifeOnBlock2_"] = { type = "Suffix", affix = "of Resurgence", "(16-25) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 22, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainLifeOnBlock3"] = { type = "Suffix", affix = "of Renewal", "(26-40) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 36, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainLifeOnBlock4"] = { type = "Suffix", affix = "of Revival", "(41-60) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 48, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainLifeOnBlock5"] = { type = "Suffix", affix = "of Rebounding", "(61-85) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 60, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainLifeOnBlock6_"] = { type = "Suffix", affix = "of Revitalization", "(86-100) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 75, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, - ["GainManaOnBlock1"] = { type = "Suffix", affix = "of Redirection", "(4-12) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 15, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, - ["GainManaOnBlock2"] = { type = "Suffix", affix = "of Transformation", "(13-21) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 32, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, - ["GainManaOnBlock3"] = { type = "Suffix", affix = "of Conservation", "(22-30) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 58, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, - ["GainManaOnBlock4"] = { type = "Suffix", affix = "of Utilisation", "(31-39) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 75, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, - ["FishingLineStrength"] = { type = "Prefix", affix = "Filigree", "(20-40)% increased Fishing Line Strength", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "FishingLineStrength", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["FishingPoolConsumption"] = { type = "Prefix", affix = "Calming", "(15-30)% reduced Fishing Pool Consumption", statOrderKey = "2692", statOrder = { 2692 }, level = 1, group = "FishingPoolConsumption", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["FishingLureType"] = { type = "Prefix", affix = "Alluring", "Rhoa Feather Lure", statOrderKey = "2693", statOrder = { 2693 }, level = 1, group = "FishingLureType", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["FishingHookType"] = { type = "Suffix", affix = "of Snaring", "Karui Stone Hook", statOrderKey = "2694", statOrder = { 2694 }, level = 1, group = "FishingHookType", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["FishingCastDistance"] = { type = "Suffix", affix = "of Flight", "(30-50)% increased Fishing Range", statOrderKey = "2695", statOrder = { 2695 }, level = 1, group = "FishingCastDistance", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["FishingQuantity"] = { type = "Suffix", affix = "of Fascination", "(15-20)% increased Quantity of Fish Caught", statOrderKey = "2696", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, - ["FishingRarity"] = { type = "Suffix", affix = "of Bounty", "(25-40)% increased Rarity of Fish Caught", statOrderKey = "2697", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, - ["ChanceToDodge1"] = { type = "Suffix", affix = "of Mist", "+3% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 35, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodge2"] = { type = "Suffix", affix = "of Haze", "+4% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 62, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodge3"] = { type = "Suffix", affix = "of Fog", "+6% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 78, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeEssence4"] = { type = "Suffix", affix = "of the Essence", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 42, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeEssence5"] = { type = "Suffix", affix = "of the Essence", "+(8-9)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 58, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeEssence6"] = { type = "Suffix", affix = "of the Essence", "+(10-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 74, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeEssence7"] = { type = "Suffix", affix = "of the Essence", "+(14-15)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 82, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpells1"] = { type = "Suffix", affix = "of Prayers", "+3% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 35, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpells2"] = { type = "Suffix", affix = "of Invocations", "+4% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 62, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpells3"] = { type = "Suffix", affix = "of Incantations", "+6% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 78, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpellsEssence5"] = { type = "Suffix", affix = "of the Essence", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpellsEssence6"] = { type = "Suffix", affix = "of the Essence", "+(8-9)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodgeSpellsEssence7"] = { type = "Suffix", affix = "of the Essence", "+(10-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChaosResistanceWhileUsingFlaskEssence1"] = { type = "Suffix", affix = "of the Essence", "+50% to Chaos Resistance during any Flask Effect", statOrderKey = "3142", statOrder = { 3142 }, level = 63, group = "ChaosResistanceWhileUsingFlask", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "chaos", "resistance" }, }, - ["SpellBlockPercentage1__"] = { type = "Suffix", affix = "of the Barrier", "(4-6)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 30, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["SpellBlockPercentage2"] = { type = "Suffix", affix = "of the Bulwark", "(7-9)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 52, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["SpellBlockPercentage3_"] = { type = "Suffix", affix = "of the Barricade", "(10-12)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 71, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["SpellBlockPercentage4_"] = { type = "Suffix", affix = "of the Bastion", "(13-15)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 84, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage1"] = { type = "Prefix", affix = "Steadfast", "(40-45)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 2, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage2"] = { type = "Prefix", affix = "Unrelenting", "(46-51)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 15, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage3"] = { type = "Prefix", affix = "Adamant", "(52-57)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 35, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage4"] = { type = "Prefix", affix = "Warded", "(58-63)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 48, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 77, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["LocalIncreasedBlockPercentage7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased Chance to Block", statOrderKey = "70", statOrder = { 70 }, level = 86, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage1"] = { type = "Prefix", affix = "Mystic", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 16, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage2"] = { type = "Prefix", affix = "Clairvoyant", "(6-7)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 28, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage3"] = { type = "Prefix", affix = "Enigmatic", "(8-9)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 40, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage4"] = { type = "Prefix", affix = "Enlightened", "(10-11)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 55, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage5"] = { type = "Prefix", affix = "Seer's", "(12-13)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 66, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["ShieldSpellBlockPercentage6"] = { type = "Prefix", affix = "Oracle's", "(14-15)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 77, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, - ["MovementVelocityCorrupted"] = { type = "Corrupted", affix = "", "(2-5)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "amulet", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["MaxFrenzyChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 20, group = "MaximumFrenzyCharges", weightKey = { "boots", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "frenzy_charge" }, }, - ["MaxPowerChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 20, group = "IncreasedMaximumPowerCharges", weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge" }, }, - ["MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (15-20)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "helmet", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "minion" }, }, - ["SocketedVaalGemsIncreaseCorrupted"] = { type = "Corrupted", affix = "", "+(1-2) to Level of Socketed Vaal Gems", statOrderKey = "167", statOrder = { 167 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { "helmet", "gloves", "boots", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "vaal", "gem" }, }, - ["DamageTakenFlatReductionCorrupted1"] = { type = "Corrupted", affix = "", "-(10-5) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, - ["DamageTakenFlatReductionCorrupted2"] = { type = "Corrupted", affix = "", "-(16-11) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 30, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, - ["DamageTakenFlatReductionCorrupted3"] = { type = "Corrupted", affix = "", "-(24-17) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 60, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, - ["FireDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 50, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 50, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 50, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["IncreasedCastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "ring", "gloves", "focus", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "speed" }, }, - ["ChanceToFleeCorrupted"] = { type = "Corrupted", affix = "", "5% chance to Cause Monsters to Flee", statOrderKey = "1896", statOrder = { 1896 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["BlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(2-4)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "staff", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "block" }, }, - ["LocalAddedChaosDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (3-5) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-8) to (11-13) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 20, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-11) to (19-23) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 40, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-4) to (6-8) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 20, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (7-9) to (11-13) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 40, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SpellBlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(2-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "staff", "amulet", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "block" }, }, - ["AttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(4-8)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "speed" }, }, - ["WeaponElementalDamageCorrupted"] = { type = "Corrupted", affix = "", "(6-12)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["CullingStrikeCorrupted"] = { type = "Corrupted", affix = "", "Culling Strike", statOrderKey = "1893", statOrder = { 1893 }, level = 1, group = "CullingStrike", weightKey = { "sword", "axe", "dagger", "wand", "bow", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, - ["ManaOnLifeLostCorrupted"] = { type = "Corrupted", affix = "", "(3-6)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "amulet", "ring", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["MaximumResistanceCorrupted"] = { type = "Corrupted", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 1, group = "MaximumResistances", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resistance" }, }, - ["AdditionalCurseCorrupted"] = { type = "Corrupted", affix = "", "You can apply an additional Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["ChanceToAvoidFreezeCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "amulet", "body_armour", "ring", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToAvoidIgniteCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "amulet", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChaosResistCorruption"] = { type = "Corrupted", affix = "", "+(2-4)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "fishing_rod", "weapon", "jewel", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChanceToDodgeCorruption"] = { type = "Corrupted", affix = "", "+(3-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["CannotBeKnockedBackCorruption"] = { type = "Corrupted", affix = "", "Cannot be Knocked Back", statOrderKey = "1382", statOrder = { 1382 }, level = 1, group = "ImmuneToKnockback", weightKey = { "boots", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GemLevelCorruption"] = { type = "Corrupted", affix = "", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { "boots", "gloves", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "gem" }, }, - ["AvoidShockCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "ReducedShockChance", weightKey = { "body_armour", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["CannotBeLeechedFromCorruption"] = { type = "Corrupted", affix = "", "Enemies Cannot Leech Life From you", statOrderKey = "2292", statOrder = { 2292 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["DamageTakenFromManaBeforeLifeCorruption"] = { type = "Corrupted", affix = "", "(3-5)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageConversionFireCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["DamageConversionColdCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["DamageConversionLighningCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 1, group = "MonsterConvertPhysicalDamageToLightning", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["AdditionalArrowsCorruption"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 1, group = "AdditionalArrows", weightKey = { "quiver", "bow", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["AdditionalAOERangeCorruption"] = { type = "Corrupted", affix = "", "(4-6)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["IncreasedDurationCorruption"] = { type = "Corrupted", affix = "", "(5-8)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 1, group = "SkillEffectDuration", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["AdditionalTrapsCorruption_"] = { type = "Corrupted", affix = "", "Can have up to 1 additional Trap placed at a time", statOrderKey = "2108", statOrder = { 2108 }, level = 1, group = "TrapsAllowed", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["MaximumEnduranceChargesCorruption_"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge" }, }, - ["DualWieldBlockCorruption"] = { type = "Corrupted", affix = "", "+(3-6)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 1, group = "BlockWhileDualWielding", weightKey = { "sceptre", "axe", "mace", "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "block" }, }, - ["AdditionalPierceCorruption"] = { type = "Corrupted", affix = "", "Arrows Pierce an additional Target", statOrderKey = "1650", statOrder = { 1650 }, level = 1, group = "AdditionalArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["GlobalPierceCorruption"] = { type = "Corrupted", affix = "", "(4-8)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "speed" }, }, - ["CurseOnHitTemporalChainsCurruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "2373", statOrder = { 2373 }, level = 30, group = "CurseOnHitLevelTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["CurseOnHitVulnerabilityCorruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 30, group = "CurseOnHitLevelVulnerability", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["CurseOnHitElementalWeaknessCorruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2376", statOrder = { 2376 }, level = 30, group = "CurseOnHitLevelElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["SupportedByCastOnStunCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Cast when Stunned", statOrderKey = "396", statOrder = { 396 }, level = 35, group = "SupportedByCastOnStun", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByCastOnCritCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Cast On Critical Strike", statOrderKey = "391", statOrder = { 391 }, level = 35, group = "SupportedByCastOnCrit", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByMeleeSplashCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Melee Splash", statOrderKey = "390", statOrder = { 390 }, level = 20, group = "SupportedByMeleeSplash", weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByAddedFireDamageCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 12 Added Fire Damage", statOrderKey = "381", statOrder = { 381 }, level = 48, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { "two_hand_weapon", "mace", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByStunCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 6 Stun", statOrderKey = "398", statOrder = { 398 }, level = 38, group = "SupportedByStun", weightKey = { "mace", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["LocalMeleeWeaponRangeCorrupted"] = { type = "Corrupted", affix = "", "+(0.1-0.2) metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "sceptre", "rapier", "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["SocketedSkillsManaMultiplierCorrupted"] = { type = "Corrupted", affix = "", "Socketed Skill Gems get a 95% Cost & Reservation Multiplier", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "SocketedSkillsManaMultiplier", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "gem" }, }, - ["SupportedByElementalProliferationCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Elemental Proliferation", statOrderKey = "385", statOrder = { 385 }, level = 12, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByAccuracyCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Additional Accuracy", statOrderKey = "399", statOrder = { 399 }, level = 48, group = "SupportedByAccuracy", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByMultistrikeCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrderKey = "400", statOrder = { 400 }, level = 28, group = "SupportedByMultistrike", weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByAreaOfEffectCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Increased Area of Effect", statOrderKey = "202", statOrder = { 202 }, level = 24, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByLifeLeechCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "402", statOrder = { 402 }, level = 59, group = "SupportedByLifeLeech", weightKey = { "claw", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByCriticalMultiplierCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 14 Increased Critical Damage", statOrderKey = "404", statOrder = { 404 }, level = 35, group = "SupportedByCriticalMultiplier", weightKey = { "dagger", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByForkCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 1 Fork", statOrderKey = "405", statOrder = { 405 }, level = 6, group = "SupportedByFork", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByWeaponElementalDamageCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Elemental Damage with Attacks", statOrderKey = "406", statOrder = { 406 }, level = 24, group = "SupportedByWeaponElementalDamage", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["SupportedByFasterCastCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrderKey = "418", statOrder = { 418 }, level = 24, group = "DisplaySocketedGemsGetFasterCast", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, - ["PuritySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Elements Skill", statOrderKey = "545", statOrder = { 545 }, level = 45, group = "PuritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["CriticalWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Assassin's Mark Skill", statOrderKey = "547", statOrder = { 547 }, level = 31, group = "CriticalWeaknessSkill", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["PurityOfFireSkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Fire Skill", statOrderKey = "524", statOrder = { 524 }, level = 45, group = "PurityOfFireSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["PurityOfColdSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Ice Skill", statOrderKey = "530", statOrder = { 530 }, level = 45, group = "PurityOfColdSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["PurityOfLightningSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Lightning Skill", statOrderKey = "532", statOrder = { 532 }, level = 45, group = "PurityOfLightningSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["WrathSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 7 Wrath Skill", statOrderKey = "548", statOrder = { 548 }, level = 28, group = "WrathSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["HatredSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 11 Hatred Skill", statOrderKey = "549", statOrder = { 549 }, level = 44, group = "HatredSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["AngerSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Anger Skill", statOrderKey = "550", statOrder = { 550 }, level = 56, group = "AngerSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["DeterminationSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Determination Skill", statOrderKey = "551", statOrder = { 551 }, level = 61, group = "DeterminationSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["GraceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Grace Skill", statOrderKey = "552", statOrder = { 552 }, level = 61, group = "GraceSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["DisciplineSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Discipline Skill", statOrderKey = "554", statOrder = { 554 }, level = 61, group = "DisciplineSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ProjectileWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Sniper's Mark Skill", statOrderKey = "558", statOrder = { 558 }, level = 58, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ElementalWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Elemental Weakness Skill", statOrderKey = "559", statOrder = { 559 }, level = 31, group = "ElementalWeaknessSkill", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["VulnerabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Vulnerability Skill", statOrderKey = "561", statOrder = { 561 }, level = 31, group = "VulnerabilitySkill", weightKey = { "axe", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ClaritySkillCorrupted1"] = { type = "Corrupted", affix = "", "Grants Level 4 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 19, group = "ClaritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["ClaritySkillCorrupted2"] = { type = "Corrupted", affix = "", "Grants Level 8 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 32, group = "ClaritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, - ["ClaritySkillCorrupted3"] = { type = "Corrupted", affix = "", "Grants Level 12 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 47, group = "ClaritySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ClaritySkillCorrupted4"] = { type = "Corrupted", affix = "", "Grants Level 16 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 59, group = "ClaritySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["FrostbiteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Frostbite Skill", statOrderKey = "538", statOrder = { 538 }, level = 46, group = "FrostbiteSkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["FlammabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Flammability Skill", statOrderKey = "533", statOrder = { 533 }, level = 46, group = "FlammabilitySkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ConductivitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Conductivity Skill", statOrderKey = "537", statOrder = { 537 }, level = 46, group = "ConductivitySkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["TemporalChainsSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Temporal Chains Skill", statOrderKey = "539", statOrder = { 539 }, level = 40, group = "TemporalChainsSkill", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["HasteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Haste Skill", statOrderKey = "540", statOrder = { 540 }, level = 40, group = "HasteSkill", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["ManaOnHitCorrupted"] = { type = "Corrupted", affix = "", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 40, group = "ManaGainPerTarget", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["VitalitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Vitality Skill", statOrderKey = "544", statOrder = { 544 }, level = 35, group = "VitalitySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, - ["FishingQuantityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Fish Caught", statOrderKey = "2696", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "drop" }, }, - ["FishingRarityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Rarity of Fish Caught", statOrderKey = "2697", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "drop" }, }, - ["CastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(10-20)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "red_herring", "caster", "speed" }, }, - ["CanCatchCorruptFishCorrupted"] = { type = "Corrupted", affix = "", "You can catch Corrupted Fish", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "CorruptFish", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "vaal", "drop" }, }, - ["V2AddedArmourWhileStationaryCorrupted1"] = { type = "Corrupted", affix = "", "+(35-60) Armour while stationary", statOrderKey = "4144", statOrder = { 4144 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["V2AddedArmourWhileStationaryCorrupted2"] = { type = "Corrupted", affix = "", "+(61-138) Armour while stationary", statOrderKey = "4144", statOrder = { 4144 }, level = 31, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, - ["V2AddedArmourWhileStationaryCorrupted3"] = { type = "Corrupted", affix = "", "+(139-322) Armour while stationary", statOrderKey = "4144", statOrder = { 4144 }, level = 75, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "armour" }, }, - ["V2AddedColdDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (3-4) to (7-8) Cold Damage to Spells and Attacks", statOrderKey = "1238", statOrder = { 1238 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["V2AddedColdDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-9) to (13-16) Cold Damage to Spells and Attacks", statOrderKey = "1238", statOrder = { 1238 }, level = 31, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["V2AddedColdDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (12-16) to (24-28) Cold Damage to Spells and Attacks", statOrderKey = "1238", statOrder = { 1238 }, level = 81, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, - ["V2AddedColdDamageToBowAttacksCorrupted1__"] = { type = "Corrupted", affix = "", "(8-11) to (18-21) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2AddedColdDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(20-25) to (38-45) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 31, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2AddedColdDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(29-35) to (55-62) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 75, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2AddedEvasionWhileMovingCorrupted1_"] = { type = "Corrupted", affix = "", "+(35-60) to Global Evasion Rating while moving", statOrderKey = "6384", statOrder = { 6384 }, level = 1, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["V2AddedEvasionWhileMovingCorrupted2"] = { type = "Corrupted", affix = "", "+(61-138) to Global Evasion Rating while moving", statOrderKey = "6384", statOrder = { 6384 }, level = 31, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["V2AddedEvasionWhileMovingCorrupted3"] = { type = "Corrupted", affix = "", "+(139-322) to Global Evasion Rating while moving", statOrderKey = "6384", statOrder = { 6384 }, level = 75, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "evasion" }, }, - ["V2AddedFireDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (3-5) to (7-8) Fire Damage to Spells and Attacks", statOrderKey = "1237", statOrder = { 1237 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["V2AddedFireDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (7-10) to (15-18) Fire Damage to Spells and Attacks", statOrderKey = "1237", statOrder = { 1237 }, level = 31, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["V2AddedFireDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (13-18) to (28-33) Fire Damage to Spells and Attacks", statOrderKey = "1237", statOrder = { 1237 }, level = 82, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, - ["V2AddedFireDamageToBowAttacksCorrupted1__"] = { type = "Corrupted", affix = "", "(11-14) to (21-25) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 1, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2AddedFireDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(24-31) to (46-55) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 31, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2AddedFireDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(29-39) to (59-69) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 75, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2AddedLightningDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (14-15) Lightning Damage to Spells and Attacks", statOrderKey = "1272", statOrder = { 1272 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["V2AddedLightningDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (1-2) to (27-28) Lightning Damage to Spells and Attacks", statOrderKey = "1272", statOrder = { 1272 }, level = 31, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["V2AddedLightningDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (1-5) to (50-52) Lightning Damage to Spells and Attacks", statOrderKey = "1272", statOrder = { 1272 }, level = 83, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["V2AddedLightningDamageToBowAttacksCorrupted1_"] = { type = "Corrupted", affix = "", "(1-3) to (38-39) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2AddedLightningDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(3-7) to (81-85) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 31, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2AddedLightningDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(3-8) to (101-106) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 75, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2AddedPhysicalDamageToBowAttacksCorrupted1"] = { type = "Corrupted", affix = "", "(3-4) to (6-10) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 1, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2AddedPhysicalDamageToBowAttacksCorrupted2___"] = { type = "Corrupted", affix = "", "(5-7) to (10-14) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 31, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2AddedPhysicalDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(9-12) to (16-19) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 75, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2AddedChaosDamageToBowAttacksCorrupted1"] = { type = "Corrupted", affix = "", "(23-29) to (37-43) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 81, group = "AddedChaosDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["V2AdditionalAOERangeCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2AdditionalArrowsCorrupted"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 75, group = "AdditionalArrows", weightKey = { "quiver", "bow", "default", }, weightVal = { 200, 200, 0 }, modTags = { "attack" }, }, - ["V2AdditionalChainCorrupted"] = { type = "Corrupted", affix = "", "Arrows Chain +1 times", statOrderKey = "1647", statOrder = { 1647 }, level = 80, group = "AdditionalArrowChain", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["V2ChanceToSuppressSpells_"] = { type = "Corrupted", affix = "", "+(8-12)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["V2AdditionalCriticalStrikeMultiplierUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "+(20-25)% to Critical Strike Multiplier during any Flask Effect", statOrderKey = "5530", statOrder = { 5530 }, level = 60, group = "AdditionalCriticalStrikeMultiplierUnderFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "damage", "critical" }, }, - ["V2AdditionalCurseCorrupted"] = { type = "Corrupted", affix = "", "You can apply an additional Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["V2AdditionalPhysicalDamageReductionWhileStationaryCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% additional Physical Damage Reduction while stationary", statOrderKey = "4143", statOrder = { 4143 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, - ["V2AdditionalProjectilesCorrupted"] = { type = "Corrupted", affix = "", "Skills fire an additional Projectile", statOrderKey = "1651", statOrder = { 1651 }, level = 1, group = "AdditionalProjectilesCorrupted", weightKey = { "rapier", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2AngerSkillReducedCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Anger Skill", statOrderKey = "550", statOrder = { 550 }, level = 56, group = "AngerSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2AttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["V2BlindImmunityCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Blinded", statOrderKey = "2820", statOrder = { 2820 }, level = 1, group = "ImmunityToBlind", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2BlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "MonsterBlock", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["V2CanCatchCorruptFishCorrupted"] = { type = "Corrupted", affix = "", "You can catch Corrupted Fish", statOrderKey = "2703", statOrder = { 2703 }, level = 1, group = "CorruptFish", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "vaal", "drop" }, }, - ["V2CannotGainBleedingCorrupted_"] = { type = "Corrupted", affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "4045", statOrder = { 4045 }, level = 60, group = "BleedingImmunity", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["V2AvoidIgniteCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Ignited", statOrderKey = "1698", statOrder = { 1698 }, level = 40, group = "CannotBeIgnited", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2CannotBePoisonedCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Poisoned", statOrderKey = "3209", statOrder = { 3209 }, level = 40, group = "CannotBePoisoned", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2CastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(10-20)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "red_herring", "caster", "speed" }, }, - ["V2ChanceToBleedOnHitAndIncreasedDamageToBleedingTargetsCorrupted_"] = { type = "Corrupted", affix = "", "20% chance to cause Bleeding on Hit", "(30-40)% increased Attack Damage against Bleeding Enemies", statOrderKey = "2334,2342", statOrder = { 2334, 2342 }, level = 1, group = "ChanceToBleedOnHitAndIncreasedDamageToBleedingTargets", weightKey = { "axe", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["V2ChanceToDodgeCorrupted"] = { type = "Corrupted", affix = "", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2ChanceToGainEnduranceChargeOnStunCorrupted_"] = { type = "Corrupted", affix = "", "(5-7)% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "5275", statOrder = { 5275 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "sceptre", "staff", "mace", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "endurance_charge" }, }, - ["V2ChanceToGainFortifyOnMeleeHitCorrupted"] = { type = "Corrupted", affix = "", "Melee Hits have (10-15)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { "sceptre", "wand", "dagger", "claw", "rapier", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "attack" }, }, - ["V2ChanceToGainFrenzyChargeOnKillCorrupted"] = { type = "Corrupted", affix = "", "(9-11)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { "dagger", "claw", "bow", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "frenzy_charge" }, }, - ["V2ChanceToGainOnslaughtOnKillCorrupted_"] = { type = "Corrupted", affix = "", "(10-15)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "sceptre", "wand", "dagger", "claw", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["V2ChanceToGainPowerChargeOnCritCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% chance to gain a Power Charge on Critical Strike", statOrderKey = "1689", statOrder = { 1689 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { "wand", "dagger", "claw", "sceptre", "staff", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "power_charge", "critical" }, }, - ["V2UnholyMightOnKillPercentChanceCorrupted"] = { type = "Corrupted", affix = "", "(10-15)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["V2ChanceToSpellDodgeCorrupted_"] = { type = "Corrupted", affix = "", "+(6-9)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2ClaritySkillReducedCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 21 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 56, group = "ClaritySkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2ColdDamageLifeLeechPermyriadCorrupted_"] = { type = "Corrupted", affix = "", "0.5% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 50, group = "ColdDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["V2ConductivitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Conductivity Skill", statOrderKey = "537", statOrder = { 537 }, level = 56, group = "ConductivitySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2CurseOnHitDespair"] = { type = "Corrupted", affix = "", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 30, group = "CurseOnHitDespair", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2CurseOnHitElementalWeaknessCorrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2376", statOrder = { 2376 }, level = 30, group = "CurseOnHitLevelElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2CurseOnHitEnfeeble"] = { type = "Corrupted", affix = "", "Curse Enemies with Enfeeble on Hit", statOrderKey = "2380", statOrder = { 2380 }, level = 30, group = "CurseOnHitEnfeeble", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2CurseOnHitTemporalChainsCurrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "2373", statOrder = { 2373 }, level = 30, group = "CurseOnHitLevelTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2CurseOnHitVulnerabilityCorrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 30, group = "CurseOnHitLevelVulnerability", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2DespairSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Despair Skill", statOrderKey = "529", statOrder = { 529 }, level = 56, group = "DespairSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2DeterminationSkillCorrupted__"] = { type = "Corrupted", affix = "", "Grants Level 23 Determination Skill", statOrderKey = "551", statOrder = { 551 }, level = 56, group = "DeterminationSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, - ["V2DisciplineSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Discipline Skill", statOrderKey = "554", statOrder = { 554 }, level = 56, group = "DisciplineSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, - ["V2DodgeAttackHitsWhileMovingCorrupted_"] = { type = "Corrupted", affix = "", "+(6-10)% chance to Suppress Spell Damage while moving", statOrderKey = "9412", statOrder = { 9412 }, level = 60, group = "DodgeSpellHitsWhileMoving", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2DodgeSpellHitsWhileMovingCorrupted"] = { type = "Corrupted", affix = "", "+(6-10)% chance to Suppress Spell Damage while moving", statOrderKey = "9412", statOrder = { 9412 }, level = 60, group = "DodgeSpellHitsWhileMoving", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2DualWieldBlockCorrupted"] = { type = "Corrupted", affix = "", "+(8-10)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 1, group = "BlockWhileDualWielding", weightKey = { "claw", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["V2ElementalDamagePenetrationCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates (8-10)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "wand", "rapier", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["V2FireDamageLifeLeechPermyriadCorrupted_"] = { type = "Corrupted", affix = "", "0.5% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 50, group = "FireDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["V2FishingQuantityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Fish Caught", statOrderKey = "2696", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, - ["V2FishingRarityCorrupted_"] = { type = "Corrupted", affix = "", "(5-10)% increased Rarity of Fish Caught", statOrderKey = "2697", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, - ["V2FlammabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Flammability Skill", statOrderKey = "533", statOrder = { 533 }, level = 56, group = "FlammabilitySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2FrostbiteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Frostbite Skill", statOrderKey = "538", statOrder = { 538 }, level = 56, group = "FrostbiteSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2GainFrenzyChargeAfterSpending200ManaCorrupted"] = { type = "Corrupted", affix = "", "Gain a Frenzy Charge after Spending a total of 200 Mana", statOrderKey = "6227", statOrder = { 6227 }, level = 1, group = "GainFrenzyChargeAfterSpending200Mana", weightKey = { "rapier", "default", }, weightVal = { 1000, 0 }, modTags = { "frenzy_charge" }, }, - ["V2GemLevelCorrupted"] = { type = "Corrupted", affix = "", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { "boots", "gloves", "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "gem" }, }, - ["V2GlobalCriticalStrikeMultiplierCorrupted"] = { type = "Corrupted", affix = "", "+(25-30)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "dagger", "claw", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["V2GraceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Grace Skill", statOrderKey = "552", statOrder = { 552 }, level = 56, group = "GraceSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, - ["V2HasteSkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 21 Haste Skill", statOrderKey = "540", statOrder = { 540 }, level = 56, group = "HasteSkill", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2HatredSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Hatred Skill", statOrderKey = "549", statOrder = { 549 }, level = 56, group = "HatredSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2MalevolenceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Malevolence Skill", statOrderKey = "608", statOrder = { 608 }, level = 56, group = "MalevolenceSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2ZealotrySkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 23 Zealotry Skill", statOrderKey = "624", statOrder = { 624 }, level = 56, group = "ZealotrySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2PrideSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Pride Skill", statOrderKey = "612", statOrder = { 612 }, level = 56, group = "PrideSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2IncreasedAreaOfEffect1hCorrupted"] = { type = "Corrupted", affix = "", "(15-20)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "dagger", "claw", "rapier", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, - ["V2IncreasedAreaOfEffect2hCorrupted_"] = { type = "Corrupted", affix = "", "(25-30)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["V2IncreasedAtackCriticalStrikeCorruption"] = { type = "Corrupted", affix = "", "Attacks have +(0.5-0.8)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 60, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["V2IncreasedAttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "ring", "default", }, weightVal = { 1000, 500, 0 }, modTags = { "attack", "speed" }, }, - ["V2IncreasedAttackSpeedUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Attack Speed during any Flask Effect", statOrderKey = "3141", statOrder = { 3141 }, level = 60, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "attack", "speed" }, }, - ["V2IncreasedBurningDamageCorrupted"] = { type = "Corrupted", affix = "", "(30-40)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["V2IncreasedCastSpeedCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "gloves", "ring", "default", }, weightVal = { 1000, 500, 0 }, modTags = { "caster", "speed" }, }, - ["V2IncreasedCastSpeedUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Cast Speed during any Flask Effect", statOrderKey = "5053", statOrder = { 5053 }, level = 60, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "caster", "speed" }, }, - ["V2IncreasedChillEffectCorrupted"] = { type = "Corrupted", affix = "", "(25-30)% increased Effect of Cold Ailments", statOrderKey = "5384", statOrder = { 5384 }, level = 40, group = "ChillEffect", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2IncreasedCriticalStrikeUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(35-40)% increased Critical Strike Chance during any Flask Effect", statOrderKey = "5500", statOrder = { 5500 }, level = 1, group = "IncreasedCriticalStrikeUnderFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "critical" }, }, - ["V2IncreasedDamageCorrupted_"] = { type = "Corrupted", affix = "", "(40-50)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2IncreasedDamageOverTimeCorrupted_"] = { type = "Corrupted", affix = "", "(50-60)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "DamageOverTime", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2IncreasedDurationCorrupted"] = { type = "Corrupted", affix = "", "(12-15)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 1, group = "SkillEffectDuration", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2IncreasedEnergyShieldCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["V2IncreasedGlobalPhysicalDamageCorrupted"] = { type = "Corrupted", affix = "", "(15-25)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["V2IncreasedLifeCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["V2IncreasedLifeRegenerationPerSecondCorrupted"] = { type = "Corrupted", affix = "", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["V2IncreasedMovementVelocityUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Movement Speed during any Flask Effect", statOrderKey = "3025", statOrder = { 3025 }, level = 60, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, - ["V2IncreasedProjectileDamageForEachChainCorrupted"] = { type = "Corrupted", affix = "", "Projectiles deal (20-25)% increased Damage with Hits and Ailments for each time they have Chained", statOrderKey = "9007", statOrder = { 9007 }, level = 40, group = "IncreasedProjectileDamageForEachChain", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2IncreasedProjectileDamageForEachPierceCorrupted"] = { type = "Corrupted", affix = "", "Projectiles deal (8-10)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrderKey = "9008", statOrder = { 9008 }, level = 40, group = "ProjectileDamagePerEnemyPierced", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2IncreasedShockEffectCorrupted_"] = { type = "Corrupted", affix = "", "(25-30)% increased Effect of Shock", statOrderKey = "9258", statOrder = { 9258 }, level = 40, group = "ShockEffect", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2IncreasedSpellCriticalStrikeCorruption"] = { type = "Corrupted", affix = "", "+(0.5-0.8)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 60, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "critical" }, }, - ["V2LevelOfSocketedColdGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["V2LevelOfSocketedFireGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["V2LevelOfSocketedLightningGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["V2LightningDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 50, group = "LightningDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["V2LocalAddedChaosDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (3-5) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["V2LocalAddedChaosDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-8) to (11-13) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 31, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["V2LocalAddedChaosDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-11) to (19-23) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 84, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["V2LocalAddedColdDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (6-8) to (13-15) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedColdDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (14-18) to (27-32) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 31, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedColdDamage1hCorrupted3_"] = { type = "Corrupted", affix = "", "Adds (17-23) to (24-40) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 84, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedColdDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (9-13) to (20-23) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedColdDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (22-27) to (36-44) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 31, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedColdDamage2hCorrupted3_"] = { type = "Corrupted", affix = "", "Adds (26-32) to (45-55) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 84, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["V2LocalAddedFireDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (8-10) to (15-18) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedFireDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (17-22) to (33-39) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 31, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedFireDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (21-28) to (40-48) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 84, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedFireDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (12-17) to (23-27) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedFireDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (27-31) to (39-50) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 31, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedFireDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (31-39) to (52-61) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 84, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["V2LocalAddedLightningDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (27-28) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedLightningDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (2-5) to (58-61) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedLightningDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (2-6) to (72-76) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 84, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedLightningDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (2-3) to (35-39) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedLightningDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-7) to (73-84) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedLightningDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (5-9) to (103-107) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 84, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["V2LocalAddedPhysicalDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to 2 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalAddedPhysicalDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-4) to (5-7) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 31, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalAddedPhysicalDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (5-7) to (10-12) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 84, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalAddedPhysicalDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalAddedPhysicalDamage2hCorrupted2__"] = { type = "Corrupted", affix = "", "Adds (4-5) to (6-8) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 31, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalAddedPhysicalDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-9) to (11-13) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 84, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalBlockChanceCorrupted"] = { type = "Corrupted", affix = "", "+(4-5)% Chance to Block", statOrderKey = "2102", statOrder = { 2102 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["V2LocalIncreasedAttackSpeedBowCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["V2LocalIncreasedAttackSpeed1hCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["V2LocalIncreasedAttackSpeed2hCorrupted_"] = { type = "Corrupted", affix = "", "(5-7)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 70, group = "LocalIncreasedAttackSpeed", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["V2LocalIncreasedAttackSpeedWandCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "wand", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, - ["V2IncreasedCastSpeedCorrupted__"] = { type = "Corrupted", affix = "", "(12-15)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "sceptre", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["V2LocalIncreasedCriticalStrikeChance1hCorrupted1"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "wand", "rapier", "claw", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["V2LocalIncreasedCriticalStrikeChance2hCorrupted_"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["V2LocalIncreasedCriticalStrikeChance1hCorrupted2__"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "dagger", "sceptre", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["V2LocalIncreasedPhysicalDamageBowCorrupted1"] = { type = "Corrupted", affix = "", "(10-15)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalIncreasedPhysicalDamageBowCorrupted2"] = { type = "Corrupted", affix = "", "(16-20)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalIncreasedPhysicalDamageCorrupted1"] = { type = "Corrupted", affix = "", "(10-15)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "rapier", "sword", "axe", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2LocalIncreasedPhysicalDamageCorrupted2"] = { type = "Corrupted", affix = "", "(16-20)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { "rapier", "sword", "axe", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["V2IncreasedSpellDamage1hCorrupted"] = { type = "Corrupted", affix = "", "(50-60)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["V2LocalMeleeWeaponRangeCorrupted"] = { type = "Corrupted", affix = "", "+(0.1-0.2) metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "sword", "mace", "staff", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "attack" }, }, - ["V2ManaOnHitCorrupted"] = { type = "Corrupted", affix = "", "Gain (4-6) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 40, group = "ManaGainPerTarget", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["V2MaximumEnduranceChargesCorruption"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 60, group = "MaximumEnduranceCharges", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge" }, }, - ["V2MaxFrenzyChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 60, group = "MaximumFrenzyCharges", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "frenzy_charge" }, }, - ["V2MaxPowerChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 60, group = "IncreasedMaximumPowerCharges", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "power_charge" }, }, - ["V2MaximumBlockCorruption"] = { type = "Corrupted", affix = "", "+1% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 60, group = "MaximumBlockChance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["V2MaximumResistanceCorrupted"] = { type = "Corrupted", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resistance" }, }, - ["V2MovementVelocityCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "amulet", "boots", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["V2PercentageOfBlockAppliesToSpellBlockCorrupted_"] = { type = "Corrupted", affix = "", "(6-8)% Chance to Block Spell Damage", statOrderKey = "1023", statOrder = { 1023 }, level = 1, group = "BlockingBlocksSpells", weightKey = { "shield", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "block" }, }, - ["V2SpellBlockPercentageCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "shield", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block" }, }, - ["V2PhysicalDamageAddedAsColdCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 1, group = "ColdDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["V2PhysicalDamageAddedAsFireCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["V2PhysicalDamageAddedAsLightningCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["V2PhysicalDamageTakenAsColdCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 60, group = "PhysicalDamageTakenAsCold", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["V2PhysicalDamageTakenAsFireCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["V2PhysicalDamageTakenAsLightningCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 60, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["V2PhysicalDamageTakenAsChaosCorrupted_"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 60, group = "PhysicalDamageTakenAsChaos", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "chaos" }, }, - ["V2PointBlankCorrupted"] = { type = "Corrupted", affix = "", "Point Blank", statOrderKey = "9952", statOrder = { 9952 }, level = 1, group = "PointBlank", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack" }, }, - ["V2PurityOfFireSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Fire Skill", statOrderKey = "524", statOrder = { 524 }, level = 56, group = "PurityOfFireSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2PurityOfColdSkillCorrupted___"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Ice Skill", statOrderKey = "530", statOrder = { 530 }, level = 56, group = "PurityOfColdSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2PurityOfLightningSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Lightning Skill", statOrderKey = "532", statOrder = { 532 }, level = 56, group = "PurityOfLightningSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2PuritySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Purity of Elements Skill", statOrderKey = "545", statOrder = { 545 }, level = 56, group = "PuritySkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, - ["V2ReducedChaosDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Chaos Damage taken", statOrderKey = "2096", statOrder = { 2096 }, level = 45, group = "ChaosDamageTakenPercentage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos" }, }, - ["V2ReducedColdDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Cold Damage taken", statOrderKey = "3229", statOrder = { 3229 }, level = 45, group = "ColdDamageTakenPercentage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold" }, }, - ["V2ReducedDamageFromAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Area Damage taken from Hits", statOrderKey = "2092", statOrder = { 2092 }, level = 20, group = "AreaOfEffectDamageTaken", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2ReducedDamageFromProjectilesCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Damage taken from Projectile Hits", statOrderKey = "2598", statOrder = { 2598 }, level = 20, group = "ProjectileDamageTaken", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2ReducedFireDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Fire Damage taken", statOrderKey = "2095", statOrder = { 2095 }, level = 45, group = "FireDamageTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire" }, }, - ["V2ReducedLightningDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Lightning Damage taken", statOrderKey = "3228", statOrder = { 3228 }, level = 45, group = "LightningDamageTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning" }, }, - ["V2ReducedExtraDamageFromCriticalStrikesBodyCorrupted__"] = { type = "Corrupted", affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 20, group = "ReducedExtraDamageFromCrits", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["V2ReducedExtraDamageFromCriticalStrikesShieldCorrupted"] = { type = "Corrupted", affix = "", "You take (20-30)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 20, group = "ReducedExtraDamageFromCrits", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["V2RegenerateLifePerSecondWhileMovingCorrupted_"] = { type = "Corrupted", affix = "", "Regenerate 100 Life per second while moving", statOrderKey = "6860", statOrder = { 6860 }, level = 60, group = "LifeRegenerationWhileMoving", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["V2ResoluteTechniqueCorrupted"] = { type = "Corrupted", affix = "", "Resolute Technique", statOrderKey = "9975", statOrder = { 9975 }, level = 40, group = "ResoluteTechnique", weightKey = { "sword", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, - ["V2SocketedSkillsManaMultiplierCorrupted__"] = { type = "Corrupted", affix = "", "Socketed Skill Gems get a 90% Cost & Reservation Multiplier", statOrderKey = "447", statOrder = { 447 }, level = 1, group = "SocketedSkillsManaMultiplier", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana", "gem" }, }, - ["V2SupportedByAccuracyCorrupted__"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Additional Accuracy", statOrderKey = "399", statOrder = { 399 }, level = 1, group = "SupportedByAccuracy", weightKey = { "mace", "axe", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByBlindCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Blind", statOrderKey = "389", statOrder = { 389 }, level = 1, group = "SupportedByBlind", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByBloodmagicCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrderKey = "268", statOrder = { 268 }, level = 1, group = "SocketedGemsSupportedByLifetap", weightKey = { "mace", "sword", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "skill", "gem" }, }, - ["V2SupportedByFasterProjectilesCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Faster Projectiles", statOrderKey = "401", statOrder = { 401 }, level = 1, group = "SupportedByProjectileSpeed", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByFortifyCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 1, group = "SupportedByFortify", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByLifeGainOnHitCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Life Gain On Hit", statOrderKey = "267", statOrder = { 267 }, level = 1, group = "SupportedByLifeGainOnHit", weightKey = { "sword", "mace", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByOnslaughtCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Momentum", statOrderKey = "281", statOrder = { 281 }, level = 1, group = "SupportedByOnslaught", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2SupportedByReducedManaCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrderKey = "413", statOrder = { 413 }, level = 1, group = "SupportedByReducedMana", weightKey = { "sword", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, - ["V2WeaponElementalDamageCorrupted"] = { type = "Corrupted", affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["V2WrathSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Wrath Skill", statOrderKey = "548", statOrder = { 548 }, level = 45, group = "WrathSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, - ["V2SocketedDurationGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Duration Gems", statOrderKey = "154", statOrder = { 154 }, level = 20, group = "IncreaseSocketedDurationGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["V2SocketedAoEGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed AoE Gems", statOrderKey = "155", statOrder = { 155 }, level = 20, group = "IncreasedSocketedAoEGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["V2SocketedAuraGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Aura Gems", statOrderKey = "160", statOrder = { 160 }, level = 20, group = "LocalIncreaseSocketedAuraLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "aura", "gem" }, }, - ["V2SocketedCurseGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Curse Gems", statOrderKey = "163", statOrder = { 163 }, level = 20, group = "LocalIncreaseSocketedCurseLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "gem", "curse" }, }, - ["V2SocketedTrapOrMineGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Trap or Mine Gems", statOrderKey = "166", statOrder = { 166 }, level = 20, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["V2SocketedMinionGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 20, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "minion", "gem" }, }, - ["V2SocketedWarcryGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Warcry Gems", statOrderKey = "171", statOrder = { 171 }, level = 20, group = "LocalSocketedWarcryGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["V2SocketedProjectileGemCorrupted_"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Projectile Gems", statOrderKey = "156", statOrder = { 156 }, level = 20, group = "LocalIncreaseSocketedProjectileLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, - ["V2IncreasedMaximumLifeCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, - ["V2IncreasedMaximumEnergyShieldCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "MaximumEnergyShieldPercent", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["V2ItemRarityCorrupted_"] = { type = "Corrupted", affix = "", "(20-30)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 60, group = "IncreasedItemRarity", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, - ["V2ItemQuantityCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 84, group = "IncreasedItemQuantity", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "drop" }, }, - ["V2IncreasedAuraEffectWrathCorrupted"] = { type = "Corrupted", affix = "", "Wrath has (15-20)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 45, group = "IncreasedAuraEffectWrathCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectAngerCorrupted"] = { type = "Corrupted", affix = "", "Anger has (15-20)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 45, group = "IncreasedAuraEffectAngerCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectHatredCorrupted"] = { type = "Corrupted", affix = "", "Hatred has (15-20)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 45, group = "IncreasedAuraEffectHatredCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectDeterminationCorrupted"] = { type = "Corrupted", affix = "", "Determination has (15-20)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 45, group = "IncreasedAuraEffectDeterminationCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectDisciplineCorrupted"] = { type = "Corrupted", affix = "", "Discipline has (15-20)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 45, group = "IncreasedAuraEffectDisciplineCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectGraceCorrupted"] = { type = "Corrupted", affix = "", "Grace has (15-20)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 45, group = "IncreasedAuraEffectGraceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectMalevolenceCorrupted"] = { type = "Corrupted", affix = "", "Malevolence has (15-20)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 45, group = "IncreasedAuraEffectMalevolenceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectZealotryCorrupted_"] = { type = "Corrupted", affix = "", "Zealotry has (15-20)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 45, group = "IncreasedAuraEffectZealotryCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedAuraEffectPrideCorrupted"] = { type = "Corrupted", affix = "", "Pride has (15-20)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 45, group = "IncreasedAuraEffectPrideCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, - ["V2IncreasedIntelligenceDexterityCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Dexterity", "(4-6)% increased Intelligence", statOrderKey = "1052,1053", statOrder = { 1052, 1053 }, level = 1, group = "IncreasedIntelligenceDexterityCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["V2IncreasedDexterityStrengthCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Strength", "(4-6)% increased Dexterity", statOrderKey = "1051,1052", statOrder = { 1051, 1052 }, level = 1, group = "IncreasedDexterityStrengthCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["V2IncreasedStrengthIntelligenceCorrupted_"] = { type = "Corrupted", affix = "", "(4-6)% increased Strength", "(4-6)% increased Intelligence", statOrderKey = "1051,1053", statOrder = { 1051, 1053 }, level = 1, group = "IncreasedStrengthIntelligenceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, - ["V2AllResistancesCorrupted"] = { type = "Corrupted", affix = "", "+(14-16)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistancesCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["LocalIncreaseSocketedSupportGemLevelIntMasterVendorItem"] = { type = "Prefix", affix = "Catarina's", "+1 to Level of Socketed Support Gems", statOrderKey = "168", statOrder = { 168 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, - ["IncreasedChaosDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 58, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 74, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 82, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedLifeLeechRateEssence1"] = { type = "Suffix", affix = "of the Essence", "150% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 63, group = "IncreasedLifeLeechRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["ChaosLeechedAsLifeEssence1_"] = { type = "Suffix", affix = "of the Essence", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 63, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "chaos" }, }, - ["ReduceGlobalFlatManaCostStrIntMasterVendor"] = { type = "Prefix", affix = "Elreon's", "-(8-4) to Total Mana Cost of Skills", statOrderKey = "1750", statOrder = { 1750 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["LifeLeechSpeedDexIntMasterVendorItem"] = { type = "Prefix", affix = "Vorici's", "(20-40)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "LifeLeechSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["SocketedGemQualityStrMasterVendorItem"] = { type = "Prefix", affix = "Haku's", "+(3-6)% to Quality of Socketed Support Gems", statOrderKey = "183", statOrder = { 183 }, level = 1, group = "IncreaseSocketedSupportGemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, - ["BleedOnHitGainedDexMasterVendorItem"] = { type = "Prefix", affix = "Tora's", "25% chance to cause Bleeding on Hit", statOrderKey = "2332", statOrder = { 2332 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["BleedOnHitGainedDexMasterVendorItemUpdated_"] = { type = "Prefix", affix = "Tora's", "25% chance to cause Bleeding on Hit", statOrderKey = "2334", statOrder = { 2334 }, level = 1, group = "CausesBleedingChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AlwaysHitsStrDexMasterVendorItem"] = { type = "Prefix", affix = "Vagan's", "Hits can't be Evaded", statOrderKey = "1897", statOrder = { 1897 }, level = 1, group = "AlwaysHits", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["MapInvasionBossMasterVendorItem"] = { type = "Prefix", affix = "Kirac's", "Area is inhabited by an additional Invasion Boss", statOrderKey = "2469", statOrder = { 2469 }, level = 1, group = "MapExtraInvasionBosses", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["LightningPenetrationWarbands"] = { type = "Prefix", affix = "Turncoat's", "Damage Penetrates (6-10)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 60, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 42, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 58, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 74, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 42, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 58, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandEssence3_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 74, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["FireResistancePenetrationWarbands"] = { type = "Prefix", affix = "Betrayer's", "Damage Penetrates (6-10)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 60, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 26, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 42, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 58, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEssence4___"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 74, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 26, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandEssence2_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 42, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 58, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 74, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdResistancePenetrationWarbands"] = { type = "Prefix", affix = "Deceiver's", "Damage Penetrates (6-10)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 60, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 3% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 10, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 26, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 42, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence4_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 58, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 74, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEssence6_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (5-6)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 10, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 26, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 42, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 58, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 74, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandEssence6__"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChanceToAvoidElementalStatusAilments1"] = { type = "Suffix", affix = "of Stoicism", "(16-20)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 23, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilments2"] = { type = "Suffix", affix = "of Resolve", "(21-25)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 41, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilments3__"] = { type = "Suffix", affix = "of Fortitude", "(26-30)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 57, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilments4"] = { type = "Suffix", affix = "of Will", "(31-35)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 73, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsEssence1"] = { type = "Suffix", affix = "of the Essence", "(16-20)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 42, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 58, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 74, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalStatusAilmentsEssence4"] = { type = "Suffix", affix = "of the Essence", "(31-35)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 82, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AttackAndCastSpeed1"] = { type = "Suffix", affix = "of Zeal", "(3-4)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 15, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeed2"] = { type = "Suffix", affix = "of Fervour", "(5-6)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 45, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AttackAndCastSpeed3"] = { type = "Suffix", affix = "of Haste", "(7-8)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 70, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, - ["LifeLeechPermyriadLocal1"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 50, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocal2"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 60, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocal3"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 70, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence1"] = { type = "Prefix", affix = "Essences", "(0.5-0.7)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence2"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 10, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence3"] = { type = "Prefix", affix = "Essences", "(0.7-0.9)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 26, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence4"] = { type = "Prefix", affix = "Essences", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 42, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence5"] = { type = "Prefix", affix = "Essences", "(0.9-1.1)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 58, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence6"] = { type = "Prefix", affix = "Essences", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 74, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriadLocalEssence7"] = { type = "Prefix", affix = "Essences", "(1.1-1.3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 82, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechPermyriadLocal1"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 50, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["AttackDamagePercent1"] = { type = "Prefix", affix = "Bully's", "(4-8)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 4, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamagePercent2"] = { type = "Prefix", affix = "Thug's", "(9-16)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamagePercent3"] = { type = "Prefix", affix = "Brute's", "(17-24)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 30, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamagePercent4"] = { type = "Prefix", affix = "Assailant's", "(25-29)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 60, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamagePercent5"] = { type = "Prefix", affix = "Predator's", "(30-34)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 81, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["SummonTotemCastSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 42, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 58, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 74, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(36-45)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 82, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["StunAvoidance1"] = { type = "Suffix", affix = "of Composure", "(11-13)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidance2"] = { type = "Suffix", affix = "of Surefootedness", "(14-16)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidance3"] = { type = "Suffix", affix = "of Persistence", "(17-19)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidance4"] = { type = "Suffix", affix = "of Relentlessness", "(20-22)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidanceEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 58, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidanceEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 74, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["StunAvoidanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-44)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 82, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["IncreasedStunThresholdEssence5"] = { type = "Suffix", affix = "of the Essence", "(31-39)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 58, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["IncreasedStunThresholdEssence6"] = { type = "Suffix", affix = "of the Essence", "(40-45)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 74, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["IncreasedStunThresholdEssence7"] = { type = "Suffix", affix = "of the Essence", "(46-60)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 82, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["SpellAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage2_"] = { type = "Prefix", affix = "Smouldering", "Adds (6-8) to (12-14) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 11, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (10-12) to (19-23) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 18, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (13-18) to (27-31) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 26, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (19-25) to (37-44) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 33, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (24-33) to (48-57) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 42, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (31-42) to (64-73) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 51, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (40-52) to (79-91) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 62, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (49-66) to (98-115) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 74, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (45-54) to (80-90) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (5-7) to (10-12) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 11, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (8-10) to (16-18) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 18, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (11-15) to (22-25) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 26, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (16-20) to (30-36) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 33, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage6_"] = { type = "Prefix", affix = "Frozen", "Adds (20-26) to (40-46) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 42, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (26-35) to (51-60) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 51, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (33-43) to (64-75) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 62, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (41-54) to (81-93) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 74, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (35-45) to (66-74) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 82, group = "SpellAddedColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-5) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-2) to (21-22) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 11, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (33-35) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 18, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-48) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 26, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (2-5) to (64-68) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 33, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (2-7) to (84-88) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 42, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-9) to (109-115) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 51, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (4-11) to (136-144) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 62, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (4-14) to (170-179) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 74, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-11) to (134-144) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 82, group = "SpellAddedLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (4-5) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-11) to (17-19) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 11, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (13-17) to (26-29) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 18, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (18-23) to (36-42) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 26, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (25-33) to (50-59) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 33, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand6_"] = { type = "Prefix", affix = "Scorching", "Adds (32-44) to (65-76) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 42, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (42-56) to (85-99) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 51, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand8"] = { type = "Prefix", affix = "Blasting", "Adds (53-70) to (107-123) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 62, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (66-88) to (132-155) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 74, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageTwoHandEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (67-81) to (120-135) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageTwoHand1_"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (8-10) to (15-18) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 11, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (12-15) to (23-28) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 18, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (16-22) to (33-38) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 26, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (24-30) to (45-53) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 33, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (30-40) to (59-69) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 42, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (39-52) to (77-90) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 51, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (49-64) to (96-113) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 62, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (61-81) to (120-140) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 74, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (57-66) to (100-111) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 82, group = "SpellAddedColdDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageTwoHand1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (6-7) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-3) to (32-34) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 11, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-4) to (49-52) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 18, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (2-5) to (69-73) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 26, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (2-8) to (97-102) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 33, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (3-10) to (126-133) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 42, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (5-12) to (164-173) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 51, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (5-17) to (204-216) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 62, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHand9_"] = { type = "Prefix", affix = "Electrocuting", "Adds (7-20) to (255-270) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 74, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (6-16) to (201-216) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 82, group = "SpellAddedLightningDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["LocalAddedChaosDamage1"] = { type = "Prefix", affix = "Malicious", "Adds (56-87) to (105-160) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 83, group = "LocalChaosDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 600, 600, 600, 400, 250, 250, 600, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (37-59) to (79-103) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 62, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageEssence2__"] = { type = "Prefix", affix = "Essences", "Adds (43-67) to (89-113) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 74, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageEssence3"] = { type = "Prefix", affix = "Essences", "Adds (53-79) to (101-131) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 82, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageTwoHand1"] = { type = "Prefix", affix = "Malicious", "Adds (98-149) to (183-280) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 83, group = "LocalChaosDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 700, 600, 600, 250, 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Adds (61-103) to (149-193) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 62, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Adds (73-113) to (163-205) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 74, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Adds (89-131) to (181-229) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 82, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["RarityDuringFlaskEffectWarbands"] = { type = "Prefix", affix = "Brinerot", "30% increased Rarity of Items found during any Flask Effect", statOrderKey = "2605", statOrder = { 2605 }, level = 1, group = "RarityDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "drop" }, }, - ["DamageDuringFlaskEffectWarbands"] = { type = "Prefix", affix = "Brinerot", "(20-25)% increased Damage during any Flask Effect", statOrderKey = "3913", statOrder = { 3913 }, level = 1, group = "DamageDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "damage" }, }, - ["PierceChanceEssence5"] = { type = "Prefix", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "9050", statOrder = { 9050 }, level = 1, group = "Quiver1AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["PierceChanceEssence6_"] = { type = "Prefix", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "9050", statOrder = { 9050 }, level = 1, group = "Quiver1AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["PierceChanceEssence7"] = { type = "Prefix", affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "9051", statOrder = { 9051 }, level = 1, group = "Quiver2AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["AdditionalPierceEssence5"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["AdditionalPierceEssence6_"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["AdditionalPierceEssence7"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["CannotBePoisonedEssence1"] = { type = "Suffix", affix = "of the Essence", "Cannot be Poisoned", statOrderKey = "3209", statOrder = { 3209 }, level = 63, group = "CannotBePoisoned", weightKey = { "default", }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidFireDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 42, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, - ["ChanceToAvoidFireDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 58, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, - ["ChanceToAvoidFireDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 74, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, - ["ChanceToAvoidFireDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 82, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, - ["ChanceToAvoidColdDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "(5-6)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 26, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["ChanceToAvoidColdDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 42, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["ChanceToAvoidColdDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 58, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["ChanceToAvoidColdDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 74, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["ChanceToAvoidColdDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 82, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["ChanceToAvoidLightningDamageEssence2"] = { type = "Suffix", affix = "of the Essence", "(4-5)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 10, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["ChanceToAvoidLightningDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "(5-6)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 26, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["ChanceToAvoidLightningDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 42, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["ChanceToAvoidLightningDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 58, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["ChanceToAvoidLightningDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 74, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["ChanceToAvoidLightningDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 82, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["QuiverAddedChaosEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (11-15) to (27-33) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 62, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["QuiverAddedChaosEssence2_"] = { type = "Prefix", affix = "Essences", "Adds (17-21) to (37-43) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 74, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["QuiverAddedChaosEssence3__"] = { type = "Prefix", affix = "Essences", "Adds (23-37) to (49-61) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 82, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["PoisonDuration1"] = { type = "Suffix", affix = "of Rot", "(8-12)% increased Poison Duration", statOrderKey = "3009", statOrder = { 3009 }, level = 30, group = "PoisonDuration", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDuration2"] = { type = "Suffix", affix = "of Putrefaction", "(13-18)% increased Poison Duration", statOrderKey = "3009", statOrder = { 3009 }, level = 60, group = "PoisonDuration", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonDurationEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrderKey = "1249,3009", statOrder = { 1249, 3009 }, level = 1, group = "PoisonDurationChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SocketedGemsDealAdditionalFireDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 175 to 225 Added Fire Damage", statOrderKey = "472", statOrder = { 472 }, level = 63, group = "SocketedGemsDealAdditionalFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "elemental_damage", "damage", "elemental", "fire", "gem" }, }, - ["SocketedGemsHaveMoreAttackAndCastSpeedEssence1"] = { type = "Suffix", affix = "", "Socketed Gems have 20% more Attack and Cast Speed", statOrderKey = "466", statOrder = { 466 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack", "caster", "speed", "gem" }, }, - ["SocketedGemsHaveMoreAttackAndCastSpeedEssenceNew1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 16% more Attack and Cast Speed", statOrderKey = "466", statOrder = { 466 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack", "caster", "speed", "gem" }, }, - ["SocketedGemsAddPercentageOfPhysicalAsLightningEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems gain 50% of Physical Damage as extra Lightning Damage", statOrderKey = "473", statOrder = { 473 }, level = 63, group = "SocketedGemsAddPercentageOfPhysicalAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "gem" }, }, - ["SocketedGemsDealMoreElementalDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Elemental Damage", statOrderKey = "469", statOrder = { 469 }, level = 63, group = "SocketedGemsDealMoreElementalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, - ["ElementalDamageTakenWhileStationaryEssence1"] = { type = "Suffix", affix = "of the Essence", "5% reduced Elemental Damage Taken while stationary", statOrderKey = "4142", statOrder = { 4142 }, level = 63, group = "ElementalDamageTakenWhileStationary", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental" }, }, - ["BurningGroundWhileMovingEssence1"] = { type = "Suffix", affix = "of the Essence", "Drops Burning Ground while moving, dealing 2500 Fire Damage per second for 4 seconds", statOrderKey = "4139", statOrder = { 4139 }, level = 63, group = "BurningGroundWhileMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdEssence1"] = { type = "Prefix", affix = "Essences", "15% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 63, group = "PhysicalDamageTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["ReducedDamageFromCriticalStrikesPerEnduranceChargeEssence1"] = { type = "Suffix", affix = "of the Essence", "You take 10% reduced Extra Damage from Critical Strikes per Endurance Charge", statOrderKey = "1375", statOrder = { 1375 }, level = 63, group = "ReducedDamageFromCriticalStrikesPerEnduranceCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["FireDamageAsPortionOfPhysicalDamageEssence1"] = { type = "Prefix", affix = "Essences", "Gain 10% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["FireDamageAsPortionOfPhysicalDamageEssence2"] = { type = "Prefix", affix = "Essences", "Gain 15% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ChaosDamageOverTimeTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "25% reduced Chaos Damage taken over time", statOrderKey = "1805", statOrder = { 1805 }, level = 63, group = "ChaosDamageOverTimeTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, - ["SocketedSkillsCriticalChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have +3.5% Critical Strike Chance", statOrderKey = "458", statOrder = { 458 }, level = 63, group = "SocketedSkillsCriticalChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["AttackAndCastSpeedDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "", "10% increased Attack and Cast Speed during any Flask Effect", statOrderKey = "4104", statOrder = { 4104 }, level = 63, group = "AttackAndCastSpeedDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "caster", "speed" }, }, - ["MovementVelocityDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Movement Speed during any Flask Effect", statOrderKey = "3025", statOrder = { 3025 }, level = 63, group = "MovementSpeedDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "speed" }, }, - ["AddedColdDamagePerFrenzyChargeEssence1"] = { type = "Prefix", affix = "Essences", "4 to 7 Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamagePerFrenzyChargeEssenceQuiver1"] = { type = "Prefix", affix = "Essences", "8 to 12 Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedFireDamageIfBlockedRecentlyEssence1"] = { type = "Suffix", affix = "of the Essence", "Adds 60 to 100 Fire Damage if you've Blocked Recently", statOrderKey = "4105", statOrder = { 4105 }, level = 63, group = "AddedFireDamageIfBlockedRecently", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SocketedSkillAlwaysIgniteEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 50% chance to Ignite", statOrderKey = "451", statOrder = { 451 }, level = 63, group = "DisplaySupportedSkillsHaveAChanceToIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["SocketedSkillDamageOnLowLifeEssence1__"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage while on Low Life", statOrderKey = "468", statOrder = { 468 }, level = 63, group = "DisplaySupportedSkillsDealDamageOnLowLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["ElementalPenetrationDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "Damage Penetrates 5% Elemental Resistances during any Flask Effect", statOrderKey = "4097", statOrder = { 4097 }, level = 63, group = "ElementalPenetrationDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, - ["AdditionalPhysicalDamageReductionDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "5% additional Physical Damage Reduction during any Flask Effect", statOrderKey = "4098", statOrder = { 4098 }, level = 63, group = "AdditionalPhysicalDamageReductionDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "physical" }, }, - ["ReflectDamageTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "You and your Minions take 40% reduced Reflected Damage", statOrderKey = "9142", statOrder = { 9142 }, level = 63, group = "ReflectDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["PowerChargeOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "25% chance to gain a Power Charge when you Block", statOrderKey = "4100", statOrder = { 4100 }, level = 63, group = "PowerChargeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "power_charge" }, }, - ["NearbyEnemiesChilledOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Chill Nearby Enemies when you Block", statOrderKey = "4101", statOrder = { 4101 }, level = 63, group = "NearbyEnemiesChilledOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "elemental", "cold", "ailment" }, }, - ["PoisonDamageEssence1"] = { type = "Prefix", affix = "Essences", "40% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 63, group = "PoisonDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChanceToRecoverManaOnSkillUseEssence1"] = { type = "Suffix", affix = "of the Essence", "10% chance to Recover 10% of Mana when you use a Skill", statOrderKey = "3312", statOrder = { 3312 }, level = 63, group = "ChanceToRecoverManaOnSkillUse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["FortifyEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "+3 to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 63, group = "FortifyEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["CrushOnHitChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-25)% chance to Crush on Hit", statOrderKey = "5245", statOrder = { 5245 }, level = 63, group = "CrushOnHitChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["AlchemistsGeniusOnFlaskEssence1_"] = { type = "Suffix", affix = "of the Essence", "Gain Alchemist's Genius when you use a Flask", statOrderKey = "6245", statOrder = { 6245 }, level = 63, group = "AlchemistsGeniusOnFlaskUseChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, - ["PowerFrenzyOrEnduranceChargeOnKillEssence1"] = { type = "Suffix", affix = "of the Essence", "16% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3448", statOrder = { 3448 }, level = 63, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["SocketedGemsNonCurseAuraEffectEssence1"] = { type = "Suffix", affix = "", "Socketed Non-Curse Aura Gems have 20% increased Aura Effect", statOrderKey = "506", statOrder = { 506 }, level = 63, group = "SocketedGemsNonCurseAuraEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "aura", "gem" }, }, - ["SocketedAuraGemLevelsEssence1"] = { type = "Suffix", affix = "of the Essence", "+2 to Level of Socketed Aura Gems", statOrderKey = "160", statOrder = { 160 }, level = 63, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura", "gem" }, }, - ["FireBurstOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Cast Level 20 Fire Burst on Hit", statOrderKey = "665", statOrder = { 665 }, level = 63, group = "FireBurstOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack" }, }, - ["SpiritMinionEssence1"] = { type = "Suffix", affix = "of the Essence", "Triggers Level 20 Spectral Spirits when Equipped", "+3 to maximum number of Spectral Spirits", statOrderKey = "642,642.1", statOrder = { 642, 642.1 }, level = 63, group = "GrantsEssenceMinion", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["AreaOfEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 63, group = "AreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["OnslaughtWhenHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Gain Onslaught for 3 seconds when Hit", statOrderKey = "6304", statOrder = { 6304 }, level = 63, group = "OnslaughtWhenHitChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["OnslaughtWhenHitNewEssence1"] = { type = "Suffix", affix = "of the Essence", "You gain Onslaught for 6 seconds when Hit", statOrderKey = "2675", statOrder = { 2675 }, level = 63, group = "OnslaughtWhenHitForDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["SupportDamageOverTimeEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage over Time", statOrderKey = "504", statOrder = { 504 }, level = 63, group = "SupportDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "damage", "gem" }, }, - ["SpellBlockOnLowLifeEssence1"] = { type = "Suffix", affix = "of the Essence", "+15% Chance to Block Spell Damage while on Low Life", statOrderKey = "1016", statOrder = { 1016 }, level = 63, group = "SpellBlockPercentageOnLowLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["MaximumDoomEssence1__"] = { type = "Suffix", affix = "of the Essence", "5% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 63, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["MaximumDoomAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 63, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 63, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["DecayOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", statOrderKey = "5701", statOrder = { 5701 }, level = 63, group = "DecayOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SpellBlockAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "(6-7)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 63, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["MovementSpeedOnBurningChilledShockedGroundEssence1"] = { type = "Suffix", affix = "of the Essence", "12% increased Movement speed while on Burning, Chilled or Shocked ground", statOrderKey = "8736", statOrder = { 8736 }, level = 63, group = "MovementSpeedOnBurningChilledShockedGround", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["ManaRegenerationWhileShockedEssence1"] = { type = "Suffix", affix = "of the Essence", "70% increased Mana Regeneration Rate while Shocked", statOrderKey = "2359", statOrder = { 2359 }, level = 63, group = "ManaRegenerationWhileShocked", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ManaGainedOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Recover 5% of your maximum Mana when you Block", statOrderKey = "7594", statOrder = { 7594 }, level = 63, group = "ManaGainedOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, - ["BleedDuration1"] = { type = "Suffix", affix = "of Agony", "(8-12)% increased Bleeding Duration", statOrderKey = "4706", statOrder = { 4706 }, level = 30, group = "BleedDuration", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["BleedDuration2"] = { type = "Suffix", affix = "of Torment", "(13-18)% increased Bleeding Duration", statOrderKey = "4706", statOrder = { 4706 }, level = 60, group = "BleedDuration", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToIgnite1"] = { type = "Suffix", affix = "of Ignition", "10% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgnite2"] = { type = "Suffix", affix = "of Combustion", "15% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgnite3_"] = { type = "Suffix", affix = "of Conflagration", "20% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["TwoHandChanceToIgnite1"] = { type = "Suffix", affix = "of Ignition", "20% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["TwoHandChanceToIgnite2_"] = { type = "Suffix", affix = "of Combustion", "25% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["TwoHandChanceToIgnite3"] = { type = "Suffix", affix = "of Conflagration", "30% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToBleed1"] = { type = "Suffix", affix = "of Bleeding", "10% chance to cause Bleeding on Hit", statOrderKey = "2334", statOrder = { 2334 }, level = 15, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleed2_"] = { type = "Suffix", affix = "of Flaying", "15% chance to cause Bleeding on Hit", statOrderKey = "2334", statOrder = { 2334 }, level = 55, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleed3"] = { type = "Suffix", affix = "of Hemorrhaging", "20% chance to cause Bleeding on Hit", statOrderKey = "2334", statOrder = { 2334 }, level = 85, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToPoison1"] = { type = "Suffix", affix = "of Poisoning", "10% chance to Poison on Hit", statOrderKey = "7433", statOrder = { 7433 }, level = 15, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ChanceToPoison2"] = { type = "Suffix", affix = "of Toxins", "20% chance to Poison on Hit", statOrderKey = "7433", statOrder = { 7433 }, level = 55, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ChanceToPoison3_"] = { type = "Suffix", affix = "of Death", "30% chance to Poison on Hit", statOrderKey = "7433", statOrder = { 7433 }, level = 85, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["ChanceToPoisonEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "30% chance to Poison on Hit", statOrderKey = "1249,7433", statOrder = { 1249, 7433 }, level = 1, group = "LocalChanceToPoisonOnHitChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["ChanceToFreeze1"] = { type = "Suffix", affix = "of Freezing", "10% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreeze2"] = { type = "Suffix", affix = "of Bleakness", "15% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreeze3"] = { type = "Suffix", affix = "of the Hyperboreal", "20% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["TwoHandChanceToFreeze1"] = { type = "Suffix", affix = "of Freezing", "20% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["TwoHandChanceToFreeze2"] = { type = "Suffix", affix = "of Bleakness", "25% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["TwoHandChanceToFreeze3____"] = { type = "Suffix", affix = "of the Hyperboreal", "30% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToShock1"] = { type = "Suffix", affix = "of Shocking", "10% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShock2__"] = { type = "Suffix", affix = "of Zapping", "15% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShock3"] = { type = "Suffix", affix = "of Electrocution", "20% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["TwoHandChanceToShock1__"] = { type = "Suffix", affix = "of Shocking", "20% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["TwoHandChanceToShock2_"] = { type = "Suffix", affix = "of Zapping", "25% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["TwoHandChanceToShock3"] = { type = "Suffix", affix = "of Electrocution", "30% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["BurnDamage1_"] = { type = "Suffix", affix = "of Burning", "(26-30)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 20, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamage2"] = { type = "Suffix", affix = "of Combusting", "(31-35)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["BurnDamage3"] = { type = "Suffix", affix = "of Conflagrating", "(36-40)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 60, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TwoHandBurnDamage1"] = { type = "Suffix", affix = "of Burning", "(31-40)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 20, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TwoHandBurnDamage2"] = { type = "Suffix", affix = "of Combusting", "(41-50)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["TwoHandBurnDamage3"] = { type = "Suffix", affix = "of Conflagrating", "(51-60)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 60, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["PoisonDamage1"] = { type = "Suffix", affix = "of Poison", "(21-30)% increased Damage with Poison", "20% chance to Poison on Hit", statOrderKey = "3020,7433", statOrder = { 3020, 7433 }, level = 20, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamage2"] = { type = "Suffix", affix = "of Venom", "(31-40)% increased Damage with Poison", "25% chance to Poison on Hit", statOrderKey = "3020,7433", statOrder = { 3020, 7433 }, level = 40, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamage3"] = { type = "Suffix", affix = "of Virulence", "(41-50)% increased Damage with Poison", "30% chance to Poison on Hit", statOrderKey = "3020,7433", statOrder = { 3020, 7433 }, level = 60, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamageEnhancedAttacksMod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(31-35)% increased Damage with Poison", statOrderKey = "1253,3020", statOrder = { 1253, 3020 }, level = 1, group = "PoisonDamageAddedChaosToAttacks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamageEnhancedSpellsMod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(31-35)% increased Damage with Poison", statOrderKey = "1270,3020", statOrder = { 1270, 3020 }, level = 1, group = "PoisonDamageAddedChaosToSpells", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "ailment" }, }, - ["BleedDamage1_"] = { type = "Suffix", affix = "of Bloodletting", "Attacks have 20% chance to cause Bleeding", "(21-30)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 20, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["BleedDamage2"] = { type = "Suffix", affix = "of Haemophilia", "Attacks have 25% chance to cause Bleeding", "(31-40)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 40, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["BleedDamage3"] = { type = "Suffix", affix = "of Exsanguination", "Attacks have 30% chance to cause Bleeding", "(41-50)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 60, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["ReducedPhysicalDamageTaken1"] = { type = "Suffix", affix = "of Dampening", "2% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 25, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ReducedPhysicalDamageTaken2_"] = { type = "Suffix", affix = "of Numbing", "(3-4)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 85, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ChanceToDodge1_"] = { type = "Suffix", affix = "of Haze", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 25, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToDodge2__"] = { type = "Suffix", affix = "of Fog", "+(8-9)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 85, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["EnergyShieldRegenerationPerMinute1"] = { type = "Suffix", affix = "of Vibrance", "Regenerate 0.6% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 25, group = "EnergyShieldRegenerationPerMinute", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationPerMinute2"] = { type = "Suffix", affix = "of Exuberance", "Regenerate 1% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 85, group = "EnergyShieldRegenerationPerMinute", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["LifeRegenerationRate1"] = { type = "Suffix", affix = "of Esprit", "(9-11)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 46, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRate2"] = { type = "Suffix", affix = "of Perpetuity", "(12-14)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 57, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRate3"] = { type = "Suffix", affix = "of Vivification", "(15-17)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRate4"] = { type = "Suffix", affix = "of Youth", "(18-19)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 76, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRate5"] = { type = "Suffix", affix = "of Everlasting", "(20-21)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 85, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 45, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Sentry", "5% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 58, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Keeper", "6% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 67, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, - ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 86, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, - ["ChanceToSuppressSpells1_"] = { type = "Suffix", affix = "of Rebuttal", "+(5-6)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 46, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpells2"] = { type = "Suffix", affix = "of Snuffing", "+(7-8)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 57, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpells3"] = { type = "Suffix", affix = "of Revoking", "+(9-10)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpells4"] = { type = "Suffix", affix = "of Abjuration", "+(11-12)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 76, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpells5__"] = { type = "Suffix", affix = "of Nullification", "+(13-14)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 85, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsHigh1__"] = { type = "Suffix", affix = "of Rebuttal", "+(8-10)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsHigh2__"] = { type = "Suffix", affix = "of Snuffing", "+(11-13)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 58, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsHigh3"] = { type = "Suffix", affix = "of Revoking", "+(14-16)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 67, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsHigh4_"] = { type = "Suffix", affix = "of Abjuration", "+(17-19)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 77, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsHigh5___"] = { type = "Suffix", affix = "of Nullification", "+(20-22)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 86, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Allaying", "(24-26)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 46, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(27-29)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 57, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(30-32)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(33-35)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 76, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(36-38)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 85, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FasterStartEnergyShieldRecharge1"] = { type = "Suffix", affix = "of Enlivening", "(27-34)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 45, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FasterStartEnergyShieldRecharge2"] = { type = "Suffix", affix = "of Zest", "(35-42)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 58, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FasterStartEnergyShieldRecharge3__"] = { type = "Suffix", affix = "of Galvanising", "(43-50)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 67, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FasterStartEnergyShieldRecharge4"] = { type = "Suffix", affix = "of Vigour", "(51-58)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 77, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FasterStartEnergyShieldRecharge5_"] = { type = "Suffix", affix = "of Second Wind", "(59-66)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 86, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "You take (31-40)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "You take (41-50)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 67, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "You take (51-60)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 78, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, - ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Bandaging", "(4-6)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Stitching", "(7-9)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Suturing", "(10-12)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Fleshbinding", "(13-15)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["GlobalSkillGemLevel1"] = { type = "Prefix", affix = "Exalter's", "+1 to Level of all Skill Gems", statOrderKey = "4384", statOrder = { 4384 }, level = 75, group = "GlobalSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 50, 0 }, modTags = { "gem" }, }, - ["GlobalFireGemLevel1_"] = { type = "Prefix", affix = "Vulcanist's", "+1 to Level of all Fire Skill Gems", statOrderKey = "6116", statOrder = { 6116 }, level = 75, group = "GlobalFireGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["GlobalColdGemLevel1__"] = { type = "Prefix", affix = "Rimedweller's", "+1 to Level of all Cold Skill Gems", statOrderKey = "5420", statOrder = { 5420 }, level = 75, group = "GlobalColdGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["GlobalLightningGemLevel1"] = { type = "Prefix", affix = "Stormbrewer's", "+1 to Level of all Lightning Skill Gems", statOrderKey = "6919", statOrder = { 6919 }, level = 75, group = "GlobalLightningGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["GlobalPhysicalGemLevel1_"] = { type = "Prefix", affix = "Behemoth's", "+1 to Level of all Physical Skill Gems", statOrderKey = "8949", statOrder = { 8949 }, level = 75, group = "GlobalPhysicalGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "gem" }, }, - ["GlobalChaosGemLevel1"] = { type = "Prefix", affix = "Provocateur's", "+1 to Level of all Chaos Skill Gems", statOrderKey = "5342", statOrder = { 5342 }, level = 75, group = "GlobalChaosGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "gem" }, }, - ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 81, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 81, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 81, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 81, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumAllResist1_"] = { type = "Suffix", affix = "of the Sempiternal", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "resistance" }, }, - ["MaximumAllResist2"] = { type = "Suffix", affix = "of the Deathless", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 81, group = "MaximumResistances", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "resistance" }, }, - ["DamageWithBowSkills1"] = { type = "Prefix", affix = "Acute", "(5-10)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 4, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkills2"] = { type = "Prefix", affix = "Trenchant", "(11-20)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 15, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkills3"] = { type = "Prefix", affix = "Perforating", "(21-30)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 30, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkills4_"] = { type = "Prefix", affix = "Incisive", "(31-36)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 60, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkills5"] = { type = "Prefix", affix = "Lacerating", "(37-42)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 81, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkills6_"] = { type = "Prefix", affix = "Impaling", "(43-50)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 86, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkillsEssence3a"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 26, group = "DamageWithBowSkills", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["DamageWithBowSkillsEssence3b_"] = { type = "Prefix", affix = "Essences", "(26-30)% increased Damage with Bow Skills", statOrderKey = "5595", statOrder = { 5595 }, level = 42, group = "DamageWithBowSkills", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["IncreasedDurationBootsUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 15 More Duration", "(10-15)% increased Skill Effect Duration", statOrderKey = "261,1754", statOrder = { 261, 1754 }, level = 68, group = "SkillEffectDurationSupported", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["IncreasedCooldownRecoveryBootsUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 80, group = "GlobalCooldownRecovery", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["SupportedByFortifyUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 68, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["ImmuneToChilledGroundUber1"] = { type = "Prefix", affix = "The Shaper's", "Unaffected by Chilled Ground", statOrderKey = "9678", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ImmuneToBurningGroundUber1"] = { type = "Prefix", affix = "The Shaper's", "Unaffected by Burning Ground", statOrderKey = "9673", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, - ["ImmuneToShockedGroundUber1"] = { type = "Prefix", affix = "The Elder's", "Unaffected by Shocked Ground", statOrderKey = "9698", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ImmuneToDesecratedGroundUber1_"] = { type = "Prefix", affix = "The Elder's", "Unaffected by Desecrated Ground", statOrderKey = "9684", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "chaos" }, }, - ["ChanceToDodgeUber1"] = { type = "Suffix", affix = "of Shaping", "+(4-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeUber2"] = { type = "Suffix", affix = "of Shaping", "+(9-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 75, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeUber3"] = { type = "Suffix", affix = "of Shaping", "+(14-15)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 84, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsUber1"] = { type = "Suffix", affix = "of the Elder", "+(4-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsUber2"] = { type = "Suffix", affix = "of the Elder", "+(9-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 75, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsUber3"] = { type = "Suffix", affix = "of the Elder", "+(14-15)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 83, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidStunUber1"] = { type = "Suffix", affix = "of the Elder", "(15-22)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidStunUber2"] = { type = "Suffix", affix = "of the Elder", "(23-30)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidStunUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 82, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidElementalAilmentsUber1_"] = { type = "Suffix", affix = "of Shaping", "(14-17)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalAilmentsUber2"] = { type = "Suffix", affix = "of Shaping", "(18-21)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidElementalAilmentsUber3"] = { type = "Suffix", affix = "of Shaping", "(31-35)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 81, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 1600, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidProjectilesUber1"] = { type = "Suffix", affix = "of Shaping", "(6-9)% chance to avoid Projectiles", statOrderKey = "4705", statOrder = { 4705 }, level = 68, group = "ChanceToAvoidProjectiles", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidProjectilesUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% chance to avoid Projectiles", statOrderKey = "4705", statOrder = { 4705 }, level = 84, group = "ChanceToAvoidProjectiles", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToGainEnduranceChargeOnKillUber1"] = { type = "Prefix", affix = "The Elder's", "(4-6)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["ChanceToGainEnduranceChargeOnKillUber2"] = { type = "Prefix", affix = "The Elder's", "(7-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 83, group = "EnduranceChargeOnKillChance", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["TotemDamageSpellUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Totem", "(20-25)% increased Totem Damage", statOrderKey = "383,1060", statOrder = { 383, 1060 }, level = 68, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemDamageSpellUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Totem", "(26-30)% increased Totem Damage", statOrderKey = "383,1060", statOrder = { 383, 1060 }, level = 75, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemDamageSpellUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 22 Spell Totem", "(31-35)% increased Totem Damage", statOrderKey = "383,1060", statOrder = { 383, 1060 }, level = 80, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemSpeedSpellUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Totem", "(8-12)% increased Totem Placement speed", statOrderKey = "383,2429", statOrder = { 383, 2429 }, level = 68, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemSpeedSpellUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Totem", "(13-16)% increased Totem Placement speed", statOrderKey = "383,2429", statOrder = { 383, 2429 }, level = 75, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemSpeedSpellUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 22 Spell Totem", "(17-20)% increased Totem Placement speed", statOrderKey = "383,2429", statOrder = { 383, 2429 }, level = 80, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemDamageAttackUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Ballista Totem", "(20-25)% increased Totem Damage", statOrderKey = "295,1060", statOrder = { 295, 1060 }, level = 68, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemDamageAttackUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Ballista Totem", "(26-30)% increased Totem Damage", statOrderKey = "295,1060", statOrder = { 295, 1060 }, level = 75, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemDamageAttackUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Ballista Totem", "(31-35)% increased Totem Damage", statOrderKey = "295,1060", statOrder = { 295, 1060 }, level = 80, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemSpeedAttackUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Ballista Totem", "(8-12)% increased Totem Placement speed", statOrderKey = "295,2429", statOrder = { 295, 2429 }, level = 68, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemSpeedAttackUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Ballista Totem", "(13-16)% increased Totem Placement speed", statOrderKey = "295,2429", statOrder = { 295, 2429 }, level = 75, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemSpeedAttackUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Ballista Totem", "(17-20)% increased Totem Placement speed", statOrderKey = "295,2429", statOrder = { 295, 2429 }, level = 80, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["SupportedByLifeLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 15 Life Leech", statOrderKey = "402", statOrder = { 402 }, level = 68, group = "SupportedByLifeLeech", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["GrantsDecoyTotemSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 20 Decoy Totem Skill", statOrderKey = "597", statOrder = { 597 }, level = 68, group = "DecoyTotemSkill", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GlobalRaiseSpectreGemLevelUber1"] = { type = "Suffix", affix = "of the Elder", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1476", statOrder = { 1476 }, level = 75, group = "MinionGlobalSkillLevel", weightKey = { "boots_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "minion", "gem" }, }, - ["IncreasedAttackSpeedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Faster Attacks", "(7-9)% increased Attack Speed", statOrderKey = "388,1273", statOrder = { 388, 1273 }, level = 68, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["IncreasedAttackSpeedUber2_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Faster Attacks", "(10-12)% increased Attack Speed", statOrderKey = "388,1273", statOrder = { 388, 1273 }, level = 75, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["IncreasedAttackSpeedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Faster Attacks", "(13-14)% increased Attack Speed", statOrderKey = "388,1273", statOrder = { 388, 1273 }, level = 82, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["IncreasedCastSpeedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Faster Casting", "(7-9)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 68, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Casting", "(10-12)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 75, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Casting", "(13-14)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 84, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedAttackAndCastSpeedUber1_"] = { type = "Suffix", affix = "of the Elder", "(7-9)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 68, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, - ["IncreasedAttackAndCastSpeedUber2"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 75, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, - ["IncreasedAttackAndCastSpeedUber3_"] = { type = "Suffix", affix = "of the Elder", "(13-14)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 85, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, - ["SupportedByManaLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 15 Mana Leech", statOrderKey = "431", statOrder = { 431 }, level = 68, group = "DisplaySupportedByManaLeech", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["ProjectileSpeedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 16 Faster Projectiles", "(15-20)% increased Projectile Speed", statOrderKey = "401,1655", statOrder = { 401, 1655 }, level = 68, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["ProjectileSpeedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 18 Faster Projectiles", "(21-25)% increased Projectile Speed", statOrderKey = "401,1655", statOrder = { 401, 1655 }, level = 75, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["ProjectileSpeedUber3_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 20 Faster Projectiles", "(26-30)% increased Projectile Speed", statOrderKey = "401,1655", statOrder = { 401, 1655 }, level = 82, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["ProjectileDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Slower Projectiles", "(15-18)% increased Projectile Damage", statOrderKey = "308,1850", statOrder = { 308, 1850 }, level = 68, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["ProjectileDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Slower Projectiles", "(19-22)% increased Projectile Damage", statOrderKey = "308,1850", statOrder = { 308, 1850 }, level = 75, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["ProjectileDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Slower Projectiles", "(23-25)% increased Projectile Damage", statOrderKey = "308,1850", statOrder = { 308, 1850 }, level = 83, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["ChanceToAvoidInterruptionWhileCastingUber1_"] = { type = "Suffix", affix = "of Shaping", "(15-20)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 68, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidInterruptionWhileCastingUber2"] = { type = "Suffix", affix = "of Shaping", "(21-25)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 75, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidInterruptionWhileCastingUber3"] = { type = "Suffix", affix = "of Shaping", "(26-30)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 80, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["IncreasedMeleeWeaponRangeUber1"] = { type = "Suffix", affix = "of the Elder", "+0.2 metres to Melee Strike Range", statOrderKey = "2385", statOrder = { 2385 }, level = 85, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["IncreasedMeleeWeaponRangeAndMeleeDamageUber1"] = { type = "Suffix", affix = "of the Elder", "(13-16)% increased Melee Damage", "+0.2 metres to Melee Strike Range", statOrderKey = "1100,2385", statOrder = { 1100, 2385 }, level = 80, group = "MeleeDamageAndMeleeRange", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["AdditionalTrapsThrownSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrderKey = "373,8816", statOrder = { 373, 8816 }, level = 68, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AdditionalTrapsThrownSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrderKey = "373,8816", statOrder = { 373, 8816 }, level = 75, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AdditionalTrapsThrownSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrderKey = "373,8816", statOrder = { 373, 8816 }, level = 84, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap", "(20-25)% increased Trap Damage", statOrderKey = "373,1061", statOrder = { 373, 1061 }, level = 68, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap", "(26-30)% increased Trap Damage", statOrderKey = "373,1061", statOrder = { 373, 1061 }, level = 75, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Trap", "(31-35)% increased Trap Damage", statOrderKey = "373,1061", statOrder = { 373, 1061 }, level = 80, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageCooldownUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Advanced Traps", "(20-25)% increased Trap Damage", statOrderKey = "319,1061", statOrder = { 319, 1061 }, level = 68, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageCooldownUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Advanced Traps", "(26-30)% increased Trap Damage", statOrderKey = "319,1061", statOrder = { 319, 1061 }, level = 75, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageCooldownUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Advanced Traps", "(31-35)% increased Trap Damage", statOrderKey = "319,1061", statOrder = { 319, 1061 }, level = 80, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapSpeedCooldownUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Advanced Traps", "(8-12)% increased Trap Throwing Speed", statOrderKey = "319,1784", statOrder = { 319, 1784 }, level = 68, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapSpeedCooldownUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Advanced Traps", "(13-16)% increased Trap Throwing Speed", statOrderKey = "319,1784", statOrder = { 319, 1784 }, level = 75, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapSpeedCooldownUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Advanced Traps", "(17-20)% increased Trap Throwing Speed", statOrderKey = "319,1784", statOrder = { 319, 1784 }, level = 80, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapDamageMineUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", "(20-25)% increased Trap Damage", statOrderKey = "376,1061", statOrder = { 376, 1061 }, level = 68, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageMineUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap And Mine Damage", "(26-30)% increased Trap Damage", statOrderKey = "376,1061", statOrder = { 376, 1061 }, level = 75, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageMineUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", "(31-35)% increased Trap Damage", statOrderKey = "376,1061", statOrder = { 376, 1061 }, level = 80, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["PoisonDamageSupportedUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance to Poison", "(20-25)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 68, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDamageSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "(26-30)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 75, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDamageSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "(31-35)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 80, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDurationSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance to Poison", "(8-12)% increased Poison Duration", statOrderKey = "440,3009", statOrder = { 440, 3009 }, level = 68, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["PoisonDurationSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "(13-16)% increased Poison Duration", statOrderKey = "440,3009", statOrder = { 440, 3009 }, level = 75, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["PoisonDurationSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "(17-20)% increased Poison Duration", statOrderKey = "440,3009", statOrder = { 440, 3009 }, level = 80, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["BleedingDamageUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance To Bleed", "(20-25)% increased Damage with Bleeding", statOrderKey = "218,3008", statOrder = { 218, 3008 }, level = 68, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, - ["BleedingDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance To Bleed", "(26-30)% increased Damage with Bleeding", statOrderKey = "218,3008", statOrder = { 218, 3008 }, level = 75, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, - ["BleedingDamageUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance To Bleed", "(31-35)% increased Damage with Bleeding", statOrderKey = "218,3008", statOrder = { 218, 3008 }, level = 80, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, - ["ChanceToGainFrenzyChargeOnKillUberElder1"] = { type = "Prefix", affix = "The Elder's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["ChanceToGainFrenzyChargeOnKillUberElder2_"] = { type = "Prefix", affix = "The Elder's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 84, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["ChanceToGainFrenzyChargeOnKillUberShaper1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "2h_axe_shaper", "2h_sword_shaper", "bow_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["ChanceToGainFrenzyChargeOnKillUberShaper2_"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 84, group = "FrenzyChargeOnKillChance", weightKey = { "2h_axe_shaper", "2h_sword_shaper", "bow_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["IncreasedAccuracySupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 16 Additional Accuracy", "(6-10)% increased Global Accuracy Rating", statOrderKey = "399,1296", statOrder = { 399, 1296 }, level = 68, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["IncreasedAccuracySupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Additional Accuracy", "(11-15)% increased Global Accuracy Rating", statOrderKey = "399,1296", statOrder = { 399, 1296 }, level = 75, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["IncreasedAccuracySupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Additional Accuracy", "(16-20)% increased Global Accuracy Rating", statOrderKey = "399,1296", statOrder = { 399, 1296 }, level = 83, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["AdditionalBlockChanceUber1"] = { type = "Suffix", affix = "of the Elder", "(2-3)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 68, group = "BlockPercent", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["AdditionalBlockChanceUber2"] = { type = "Suffix", affix = "of the Elder", "(4-5)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 80, group = "BlockPercent", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlindOnHitSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 16 Blind", "(5-6)% Global chance to Blind Enemies on hit", statOrderKey = "389,2804", statOrder = { 389, 2804 }, level = 68, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["BlindOnHitSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 18 Blind", "(7-8)% Global chance to Blind Enemies on hit", statOrderKey = "389,2804", statOrder = { 389, 2804 }, level = 75, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["BlindOnHitSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 20 Blind", "(9-10)% Global chance to Blind Enemies on hit", statOrderKey = "389,2804", statOrder = { 389, 2804 }, level = 80, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SocketedSpellCriticalMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +30% to Critical Strike Multiplier", statOrderKey = "483", statOrder = { 483 }, level = 68, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, - ["SocketedSpellCriticalMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +50% to Critical Strike Multiplier", statOrderKey = "483", statOrder = { 483 }, level = 75, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, - ["SocketedSpellCriticalMultiplierUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +70% to Critical Strike Multiplier", statOrderKey = "483", statOrder = { 483 }, level = 83, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, - ["SocketedAttackCriticalMultiplierUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +30% to Critical Strike Multiplier", statOrderKey = "464", statOrder = { 464 }, level = 68, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["SocketedAttackCriticalMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +50% to Critical Strike Multiplier", statOrderKey = "464", statOrder = { 464 }, level = 75, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["SocketedAttackCriticalMultiplierUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +70% to Critical Strike Multiplier", statOrderKey = "464", statOrder = { 464 }, level = 84, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["AreaDamageSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Concentrated Effect", "(15-18)% increased Area Damage", statOrderKey = "372,1889", statOrder = { 372, 1889 }, level = 68, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["AreaDamageSupportedUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Concentrated Effect", "(19-22)% increased Area Damage", statOrderKey = "372,1889", statOrder = { 372, 1889 }, level = 75, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["AreaDamageSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Concentrated Effect", "(23-25)% increased Area Damage", statOrderKey = "372,1889", statOrder = { 372, 1889 }, level = 82, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["AreaOfEffectSupportedUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Increased Area of Effect", "(7-9)% increased Area of Effect", statOrderKey = "202,1739", statOrder = { 202, 1739 }, level = 68, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AreaOfEffectSupportedUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Increased Area of Effect", "(10-12)% increased Area of Effect", statOrderKey = "202,1739", statOrder = { 202, 1739 }, level = 75, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AreaOfEffectSupportedUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Increased Area of Effect", "(13-15)% increased Area of Effect", statOrderKey = "202,1739", statOrder = { 202, 1739 }, level = 83, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["MaximumManaUber1"] = { type = "Prefix", affix = "The Elder's", "(9-11)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumManaUber2_"] = { type = "Prefix", affix = "The Elder's", "(12-15)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 75, group = "MaximumManaIncreasePercent", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MinionDamageSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Minion Damage", "Minions deal (15-18)% increased Damage", statOrderKey = "423,1830", statOrder = { 423, 1830 }, level = 68, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, - ["MinionDamageSupportedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Minion Damage", "Minions deal (19-22)% increased Damage", statOrderKey = "423,1830", statOrder = { 423, 1830 }, level = 75, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, - ["MinionDamageSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Minion Damage", "Minions deal (23-25)% increased Damage", statOrderKey = "423,1830", statOrder = { 423, 1830 }, level = 83, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, - ["MinionLifeSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Minion Life", "Minions have (15-18)% increased maximum Life", statOrderKey = "421,1625", statOrder = { 421, 1625 }, level = 68, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, - ["MinionLifeSupportedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Minion Life", "Minions have (19-22)% increased maximum Life", statOrderKey = "421,1625", statOrder = { 421, 1625 }, level = 75, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, - ["MinionLifeSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Minion Life", "Minions have (23-25)% increased maximum Life", statOrderKey = "421,1625", statOrder = { 421, 1625 }, level = 80, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, - ["AdditionalMinesPlacedSupportedUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Blastchain Mine", "Throw an additional Mine", statOrderKey = "416,3385", statOrder = { 416, 3385 }, level = 68, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AdditionalMinesPlacedSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Blastchain Mine", "Throw an additional Mine", statOrderKey = "416,3385", statOrder = { 416, 3385 }, level = 75, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["AdditionalMinesPlacedSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Blastchain Mine", "Throw an additional Mine", statOrderKey = "416,3385", statOrder = { 416, 3385 }, level = 85, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["MineDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Blastchain Mine", "(20-25)% increased Mine Damage", statOrderKey = "416,1063", statOrder = { 416, 1063 }, level = 68, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Blastchain Mine", "(26-30)% increased Mine Damage", statOrderKey = "416,1063", statOrder = { 416, 1063 }, level = 75, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Blastchain Mine", "(31-35)% increased Mine Damage", statOrderKey = "416,1063", statOrder = { 416, 1063 }, level = 80, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageTrapUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", "(20-25)% increased Mine Damage", statOrderKey = "376,1063", statOrder = { 376, 1063 }, level = 68, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageTrapUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap And Mine Damage", "(26-30)% increased Mine Damage", statOrderKey = "376,1063", statOrder = { 376, 1063 }, level = 75, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageTrapUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", "(31-35)% increased Mine Damage", statOrderKey = "376,1063", statOrder = { 376, 1063 }, level = 80, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["IncreasedChillEffectSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Hypothermia", "(8-12)% increased Effect of Cold Ailments", statOrderKey = "428,5384", statOrder = { 428, 5384 }, level = 68, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, - ["IncreasedChillEffectSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Hypothermia", "(13-16)% increased Effect of Cold Ailments", statOrderKey = "428,5384", statOrder = { 428, 5384 }, level = 75, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, - ["IncreasedChillEffectSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Hypothermia", "(17-20)% increased Effect of Cold Ailments", statOrderKey = "428,5384", statOrder = { 428, 5384 }, level = 80, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, - ["IncreasedShockEffectSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Innervate", "(8-12)% increased Effect of Lightning Ailments", statOrderKey = "438,6887", statOrder = { 438, 6887 }, level = 68, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, - ["IncreasedShockEffectSupportedUber2___"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Innervate", "(13-16)% increased Effect of Lightning Ailments", statOrderKey = "438,6887", statOrder = { 438, 6887 }, level = 75, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, - ["IncreasedShockEffectSupportedUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Innervate", "(17-20)% increased Effect of Lightning Ailments", statOrderKey = "438,6887", statOrder = { 438, 6887 }, level = 80, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, - ["IgniteDurationSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Immolate", "(8-12)% increased Ignite Duration on Enemies", statOrderKey = "256,1718", statOrder = { 256, 1718 }, level = 68, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, - ["IgniteDurationSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Immolate", "(13-16)% increased Ignite Duration on Enemies", statOrderKey = "256,1718", statOrder = { 256, 1718 }, level = 75, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, - ["IgniteDurationSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Immolate", "(17-20)% increased Ignite Duration on Enemies", statOrderKey = "256,1718", statOrder = { 256, 1718 }, level = 80, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, - ["IncreasedBurningDamageSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Burning Damage", "(20-25)% increased Burning Damage", statOrderKey = "259,1736", statOrder = { 259, 1736 }, level = 68, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["IncreasedBurningDamageSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Burning Damage", "(26-30)% increased Burning Damage", statOrderKey = "259,1736", statOrder = { 259, 1736 }, level = 75, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["IncreasedBurningDamageSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Burning Damage", "(31-35)% increased Burning Damage", statOrderKey = "259,1736", statOrder = { 259, 1736 }, level = 82, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["ChanceToGainPowerChargeOnKillUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["ChanceToGainPowerChargeOnKillUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 84, group = "PowerChargeOnKillChance", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["SupportedByLessDurationUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Less Duration", statOrderKey = "298", statOrder = { 298 }, level = 68, group = "SupportedByLessDuration", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SpellAddedFireDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-22) to (33-39) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (42-49) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (25-34) to (51-59) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (14-18) to (27-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-23) to (34-40) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Adds (21-28) to (41-48) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 83, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-5) to (58-61) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-6) to (73-77) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-7) to (88-93) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 84, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedPhysicalDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-22) to (33-39) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (42-49) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (25-34) to (51-59) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 85, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (14-18) to (27-32) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (17-23) to (34-40) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (41-48) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["ManaRegenerationUber1"] = { type = "Suffix", affix = "of Shaping", "(41-55)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRegenerationUber2"] = { type = "Suffix", affix = "of Shaping", "(56-70)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AddedManaRegenerationUber1"] = { type = "Suffix", affix = "of Shaping", "Regenerate (3-5) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AddedManaRegenerationUber2"] = { type = "Suffix", affix = "of Shaping", "Regenerate (6-8) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 80, group = "AddedManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AdditionalSpellBlockChanceUber1"] = { type = "Suffix", affix = "of the Elder", "(3-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["AdditionalSpellBlockChanceUber2"] = { type = "Suffix", affix = "of the Elder", "(5-6)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["SocketedSpellCriticalStrikeChanceUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +1% to Critical Strike Chance", statOrderKey = "482", statOrder = { 482 }, level = 68, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, - ["SocketedSpellCriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +2% to Critical Strike Chance", statOrderKey = "482", statOrder = { 482 }, level = 75, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, - ["SocketedSpellCriticalStrikeChanceUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +3% to Critical Strike Chance", statOrderKey = "482", statOrder = { 482 }, level = 84, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, - ["SocketedAttackCriticalStrikeChanceUber1__"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +1% to Critical Strike Chance", statOrderKey = "463", statOrder = { 463 }, level = 68, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, - ["SocketedAttackCriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +2% to Critical Strike Chance", statOrderKey = "463", statOrder = { 463 }, level = 75, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, - ["SocketedAttackCriticalStrikeChanceUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +3% to Critical Strike Chance", statOrderKey = "463", statOrder = { 463 }, level = 83, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, - ["EnemyPhysicalDamageTakenAuraUber1_"] = { type = "Suffix", affix = "of the Elder", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 85, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["EnemyElementalDamageTakenAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Nearby Enemies take 6% increased Elemental Damage", statOrderKey = "7358", statOrder = { 7358 }, level = 85, group = "NearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["LocalIncreaseSocketedActiveGemLevelUber1"] = { type = "Prefix", affix = "The Shaper's", "+1 to Level of Socketed Skill Gems", statOrderKey = "169", statOrder = { 169 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "gem" }, }, - ["LocalIncreaseSocketedSupportGemLevelUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to Level of Socketed Support Gems", statOrderKey = "168", statOrder = { 168 }, level = 80, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "gem" }, }, - ["PhysicalDamageTakenAsFirePercentUber1"] = { type = "Prefix", affix = "The Elder's", "(8-12)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFirePercentUber2"] = { type = "Prefix", affix = "The Elder's", "(13-15)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 84, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdPercentUber1"] = { type = "Prefix", affix = "The Shaper's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdPercentUber2"] = { type = "Prefix", affix = "The Shaper's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsLightningPercentUber1"] = { type = "Prefix", affix = "The Shaper's", "(8-12)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningPercentUber2___"] = { type = "Prefix", affix = "The Shaper's", "(13-15)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 82, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["ReducedElementalReflectTakenUber1"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["ReducedElementalReflectTakenUber2"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["ReducedPhysicalReflectTakenUber1"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_elder", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ReducedPhysicalReflectTakenUber2"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["MaximumLifeUber1"] = { type = "Prefix", affix = "The Elder's", "(5-8)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLifeUber2"] = { type = "Prefix", affix = "The Elder's", "(9-12)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 85, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumManaBodyUber1"] = { type = "Prefix", affix = "The Shaper's", "(9-11)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumManaBodyUber2"] = { type = "Prefix", affix = "The Shaper's", "(12-15)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 75, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["DamageTakenFromManaBeforeLifeUber1_"] = { type = "Prefix", affix = "The Shaper's", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 80, group = "DamageRemovedFromManaBeforeLife", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "mana" }, }, - ["MaximumLifeOnKillPercentUber1"] = { type = "Suffix", affix = "of the Elder", "Recover (3-4)% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLifeOnKillPercentUber2__"] = { type = "Suffix", affix = "of the Elder", "Recover (5-6)% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 75, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumManaOnKillPercentUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-4)% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumManaOnKillPercentUber2"] = { type = "Suffix", affix = "of Shaping", "Recover (5-6)% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 75, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumEnergyShieldOnKillPercentUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-4)% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["MaximumEnergyShieldOnKillPercentUber2"] = { type = "Suffix", affix = "of Shaping", "Recover (5-6)% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 75, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["PercentageStrengthUber1_"] = { type = "Suffix", affix = "of the Elder", "(5-8)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageStrengthUber2__"] = { type = "Suffix", affix = "of the Elder", "(9-12)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 83, group = "PercentageStrength", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageDexterityUber1"] = { type = "Suffix", affix = "of the Elder", "(5-8)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageDexterityUber2"] = { type = "Suffix", affix = "of the Elder", "(9-12)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 83, group = "PercentageDexterity", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageIntelligenceUber1"] = { type = "Suffix", affix = "of Shaping", "(5-8)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageIntelligenceUber2"] = { type = "Suffix", affix = "of Shaping", "(9-12)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 83, group = "PercentageIntelligence", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["LifeRegenerationRatePercentUber1"] = { type = "Suffix", affix = "of the Elder", "Regenerate (1-1.5)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRegenerationRatePercentUber2"] = { type = "Suffix", affix = "of the Elder", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 75, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["SupportedByItemRarityUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 10 Item Rarity", "(8-12)% increased Rarity of Items found from Slain Unique Enemies", statOrderKey = "266,9716", statOrder = { 266, 9716 }, level = 68, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, - ["SupportedByItemRarityUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 15 Item Rarity", "(13-18)% increased Rarity of Items found from Slain Unique Enemies", statOrderKey = "266,9716", statOrder = { 266, 9716 }, level = 85, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, - ["AdditionalCriticalStrikeChanceWithAttacksUber1"] = { type = "Suffix", affix = "of the Elder", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 68, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["AdditionalCriticalStrikeChanceWithAttacksUber2"] = { type = "Suffix", affix = "of the Elder", "Attacks have +(1.1-1.5)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 84, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["AdditionalCriticalStrikeChanceWithSpellsUber1_"] = { type = "Suffix", affix = "of Shaping", "+(0.5-1)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 68, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, - ["AdditionalCriticalStrikeChanceWithSpellsUber2_"] = { type = "Suffix", affix = "of Shaping", "+(1.1-1.5)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 84, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, - ["GrantsWrathAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Wrath Skill", statOrderKey = "548", statOrder = { 548 }, level = 68, group = "WrathSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsAngerAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Anger Skill", statOrderKey = "550", statOrder = { 550 }, level = 68, group = "AngerSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsHatredAuraUber1__"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Hatred Skill", statOrderKey = "549", statOrder = { 549 }, level = 68, group = "HatredSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsEnvyAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 15 Envy Skill", statOrderKey = "555", statOrder = { 555 }, level = 85, group = "GrantsEnvy", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsDeterminationAuraUber1_"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Determination Skill", statOrderKey = "551", statOrder = { 551 }, level = 68, group = "DeterminationSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsGraceAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Grace Skill", statOrderKey = "552", statOrder = { 552 }, level = 68, group = "GraceSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsDisciplineAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Discipline Skill", statOrderKey = "554", statOrder = { 554 }, level = 68, group = "DisciplineSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsHasteAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Haste Skill", statOrderKey = "540", statOrder = { 540 }, level = 68, group = "HasteSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsVitalityAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Vitality Skill", statOrderKey = "544", statOrder = { 544 }, level = 68, group = "VitalitySkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsClarityAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Clarity Skill", statOrderKey = "542", statOrder = { 542 }, level = 68, group = "ClaritySkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["ReducedAttributeRequirementsUber1"] = { type = "Suffix", affix = "of Shaping", "Items and Gems have (5-10)% reduced Attribute Requirements", statOrderKey = "2403", statOrder = { 2403 }, level = 68, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["ReducedAttributeRequirementsUber2"] = { type = "Suffix", affix = "of Shaping", "Items and Gems have (11-15)% reduced Attribute Requirements", statOrderKey = "2403", statOrder = { 2403 }, level = 75, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["FireDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Elder's", "(0.3-0.5)% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "fire" }, }, - ["ColdDamageLifeLeechUber1_"] = { type = "Prefix", affix = "The Shaper's", "(0.3-0.5)% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "cold" }, }, - ["LightningDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "(0.3-0.5)% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "lightning" }, }, - ["PhysicalDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Elder's", "(0.3-0.5)% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "physical" }, }, - ["MovementVelocityAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementVelocityAmuletUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-8)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 84, group = "MovementVelocity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, - ["BlockAppliesToSpellsUber1"] = { type = "Suffix", affix = "of Shaping", "(8-10)% Chance to Block Spell Damage", statOrderKey = "1023", statOrder = { 1023 }, level = 68, group = "BlockingBlocksSpells", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockAppliesToSpellsUber2"] = { type = "Suffix", affix = "of Shaping", "(11-12)% Chance to Block Spell Damage", statOrderKey = "1023", statOrder = { 1023 }, level = 75, group = "BlockingBlocksSpells", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockAmuletUber1_"] = { type = "Suffix", affix = "of Shaping", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockAmuletUber2_"] = { type = "Suffix", affix = "of Shaping", "(6-7)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["PercentageAllAttributesUberElder1"] = { type = "Suffix", affix = "of the Elder", "(6-9)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageAllAttributesUberElder2"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageAllAttributesUberShaper1"] = { type = "Suffix", affix = "of Shaping", "(6-9)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageAllAttributesUberShaper2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["ReducedManaReservedUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 82, group = "ReducedReservation", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaReservationEfficiencyUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 82, group = "ManaReservationEfficiency", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AreaOfEffectUber1_"] = { type = "Prefix", affix = "The Elder's", "(7-9)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 800, 800, 800, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectUber2"] = { type = "Prefix", affix = "The Elder's", "(10-12)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 600, 600, 600, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectUber3_"] = { type = "Prefix", affix = "The Elder's", "(13-15)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 82, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "influence_mod" }, }, - ["AdditionalPierceUber1"] = { type = "Prefix", affix = "The Elder's", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "amulet_elder", "quiver_elder", "default", }, weightVal = { 800, 800, 0 }, modTags = { "influence_mod" }, }, - ["ReducedPhysicalDamageTakenUber1"] = { type = "Suffix", affix = "of the Elder", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 83, group = "ReducedPhysicalDamageTaken", weightKey = { "amulet_elder", "shield_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ItemFoundQuantityIncreaseUber1"] = { type = "Suffix", affix = "of Shaping", "(4-7)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 75, group = "ItemFoundQuantityIncrease", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "drop" }, }, - ["ItemFoundQuantityIncreaseUber2"] = { type = "Suffix", affix = "of Shaping", "(8-10)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 85, group = "ItemFoundQuantityIncrease", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "drop" }, }, - ["PhysicalAddedAsFireAmuletUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (8-11)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireAmuletUber2"] = { type = "Prefix", affix = "The Elder's", "Gain (12-15)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsColdAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-11)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdAmuletUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (12-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsLightningAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-11)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningAmuletUber2_"] = { type = "Prefix", affix = "The Shaper's", "Gain (12-15)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["IncreasedAttackSpeedAmuletUber1"] = { type = "Suffix", affix = "of the Elder", "(7-13)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["NonChaosAddedAsChaosUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (3-5)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "8785", statOrder = { 8785 }, level = 81, group = "NonChaosAddedAsChaos", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "influence_mod", "damage", "chaos" }, }, - ["PowerFrenzyOrEnduranceChargeOnKillUber1_"] = { type = "Suffix", affix = "of Shaping", "(3-6)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3448", statOrder = { 3448 }, level = 68, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, - ["PowerFrenzyOrEnduranceChargeOnKillUber2"] = { type = "Suffix", affix = "of Shaping", "(7-10)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3448", statOrder = { 3448 }, level = 75, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, - ["MaximumZombiesUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to maximum number of Raised Zombies", statOrderKey = "2014", statOrder = { 2014 }, level = 68, group = "MaximumMinionCount", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "minion" }, }, - ["MaximumSkeletonsUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to maximum number of Skeletons", statOrderKey = "2016", statOrder = { 2016 }, level = 68, group = "MaximumMinionCount", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "minion" }, }, - ["MaximumBlockChanceUber1"] = { type = "Suffix", affix = "of Shaping", "+2% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 68, group = "MaximumBlockChance", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["MaximumLifeLeechRateUber1"] = { type = "Prefix", affix = "The Elder's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1591", statOrder = { 1591 }, level = 68, group = "MaximumLifeLeechRateOldFix", weightKey = { "amulet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLifeLeechRateUpdatedUber1"] = { type = "Prefix", affix = "The Elder's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 68, group = "MaximumLifeLeechRate", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["ElementalPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (4-7)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (8-10)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 82, group = "ElementalPenetration", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["DamagePer15StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Damage per 15 Strength", statOrderKey = "5631", statOrder = { 5631 }, level = 80, group = "DamagePer15Strength", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePer15DexterityUber1"] = { type = "Prefix", affix = "The Shaper's", "1% increased Damage per 15 Dexterity", statOrderKey = "5629", statOrder = { 5629 }, level = 80, group = "DamagePer15Dexterity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePer15IntelligenceUber1"] = { type = "Prefix", affix = "The Shaper's", "1% increased Damage per 15 Intelligence", statOrderKey = "5630", statOrder = { 5630 }, level = 80, group = "DamagePer15Intelligence", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, - ["ReducedCurseEffectUber1_"] = { type = "Suffix", affix = "of Shaping", "(25-29)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["ReducedCurseEffectUber2"] = { type = "Suffix", affix = "of Shaping", "(35-40)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 75, group = "ReducedCurseEffect", weightKey = { "ring_shaper", "default", }, weightVal = { 1600, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["MeleeDamageRingUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageRingUber2"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 75, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageRingUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 83, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageRingUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageRingUber2"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 75, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageRingUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 84, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["SpellDamageRingUber1"] = { type = "Suffix", affix = "of Shaping", "(20-25)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageRingUber2"] = { type = "Suffix", affix = "of Shaping", "(26-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageRingUber3__"] = { type = "Suffix", affix = "of Shaping", "(31-35)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 82, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["ReducedElementalReflectTakenRingUber1"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take (31-45)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["ReducedElementalReflectTakenRingUber2"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take (46-55)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["ReducedPhysicalReflectTakenRingUber1"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take (31-45)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ReducedPhysicalReflectTakenRingUber2"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take (46-55)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical" }, }, - ["CriticalStrikeChanceUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of Shaping", "(16-20)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeChanceUber3_"] = { type = "Suffix", affix = "of Shaping", "(21-25)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 80, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(8-12)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierUber2_"] = { type = "Suffix", affix = "of the Elder", "+(13-16)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierUber3"] = { type = "Suffix", affix = "of the Elder", "+(17-20)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 80, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["AddedFireDamageToSpellsAndAttacksUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-20) to (38-42) Fire Damage to Spells and Attacks", statOrderKey = "1237", statOrder = { 1237 }, level = 68, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedFireDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-24) to (43-48) Fire Damage to Spells and Attacks", statOrderKey = "1237", statOrder = { 1237 }, level = 75, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "attack", "caster" }, }, - ["AddedColdDamageToSpellsAndAttacksUber1__"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-20) to (38-42) Cold Damage to Spells and Attacks", statOrderKey = "1238", statOrder = { 1238 }, level = 68, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedColdDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (21-24) to (43-48) Cold Damage to Spells and Attacks", statOrderKey = "1238", statOrder = { 1238 }, level = 75, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "attack", "caster" }, }, - ["AddedLightningDamageToSpellsAndAttacksUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (9-12) to (48-52) Lightning Damage to Spells and Attacks", statOrderKey = "1272", statOrder = { 1272 }, level = 68, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["AddedLightningDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (13-16) to (56-60) Lightning Damage to Spells and Attacks", statOrderKey = "1272", statOrder = { 1272 }, level = 75, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "attack", "caster" }, }, - ["IncreasedExperienceGainUber1"] = { type = "Prefix", affix = "The Shaper's", "(2-3)% increased Experience gain", statOrderKey = "1463", statOrder = { 1463 }, level = 85, group = "ExperienceIncrease", weightKey = { "ring_shaper", "default", }, weightVal = { 50, 0 }, modTags = { "influence_mod" }, }, - ["LifeGainPerTargetUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (10-15) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, - ["LifeGainPerTargetUber2"] = { type = "Prefix", affix = "The Elder's", "Gain (16-20) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 75, group = "LifeGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, - ["ManaGainPerTargetUberShaper1"] = { type = "Prefix", affix = "The Shaper's", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "attack" }, }, - ["ManaGainPerTargetUberElder1"] = { type = "Prefix", affix = "The Elder's", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "attack" }, }, - ["LifeGainedOnSpellHitUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-12) Life per Enemy Hit with Spells", statOrderKey = "1598", statOrder = { 1598 }, level = 68, group = "LifeGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, - ["LifeGainedOnSpellHitUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-15) Life per Enemy Hit with Spells", statOrderKey = "1598", statOrder = { 1598 }, level = 75, group = "LifeGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, - ["ManaGainedOnSpellHitUber1_"] = { type = "Prefix", affix = "The Shaper's", "Gain (2-3) Mana per Enemy Hit with Spells", statOrderKey = "7588", statOrder = { 7588 }, level = 68, group = "ManaGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "caster" }, }, - ["IncreasedAccuracyPercentUber1_"] = { type = "Suffix", affix = "of the Elder", "(6-10)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, - ["IncreasedAccuracyPercentUber2"] = { type = "Suffix", affix = "of the Elder", "(11-15)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, - ["IncreasedAccuracyPercentUber3"] = { type = "Suffix", affix = "of the Elder", "(16-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 82, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, - ["CurseOnHitAssassinsMarkUber1"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 8 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "647", statOrder = { 647 }, level = 75, group = "CurseOnHitCriticalWeakness", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitAssassinsMarkUber2"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 12 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "647", statOrder = { 647 }, level = 80, group = "CurseOnHitCriticalWeakness", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitPoachersMarkUber1"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "648", statOrder = { 648 }, level = 75, group = "CurseOnHitPoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitPoachersMarkUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "648", statOrder = { 648 }, level = 80, group = "CurseOnHitPoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitWarlordsMarkUber1_"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Warlords's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "650", statOrder = { 650 }, level = 75, group = "CurseOnHitWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitWarlordsMarkUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Warlords's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "650", statOrder = { 650 }, level = 80, group = "CurseOnHitWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitAssassinsMarkNewUber1"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 8 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "682", statOrder = { 682 }, level = 75, group = "TriggerOnRareAssassinsMark", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitAssassinsMarkNewUber2"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 12 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "682", statOrder = { 682 }, level = 80, group = "TriggerOnRareAssassinsMark", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitPoachersMarkNewUber1__"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "687", statOrder = { 687 }, level = 75, group = "TriggerOnRarePoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitPoachersMarkNewUber2__"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "687", statOrder = { 687 }, level = 80, group = "TriggerOnRarePoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitWarlordsMarkNewUber1"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Warlord's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "689", statOrder = { 689 }, level = 75, group = "TriggerOnRareWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitWarlordsMarkNewUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Warlord's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrderKey = "689", statOrder = { 689 }, level = 80, group = "TriggerOnRareWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["GrantsHeraldOfAshSkillUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Herald of Ash Skill", statOrderKey = "602", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsHeraldOfIceSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Herald of Ice Skill", statOrderKey = "603", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsHeraldOfThunderSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Herald of Thunder Skill", statOrderKey = "605", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["AdditionalChanceToEvadeUber1__"] = { type = "Suffix", affix = "of the Elder", "+(2-3)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 68, group = "AdditionalChanceToEvade", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["AdditionalChanceToEvadeUber2"] = { type = "Suffix", affix = "of the Elder", "+(4-5)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["ChanceToIgniteAddedDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (19-26) to (38-46) Fire Damage against Ignited Enemies", statOrderKey = "6386", statOrder = { 6386 }, level = 68, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteAddedDamageUber2__"] = { type = "Prefix", affix = "The Elder's", "Adds (23-30) to (47-54) Fire Damage against Ignited Enemies", statOrderKey = "6386", statOrder = { 6386 }, level = 75, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["ChanceToFreezeAddedDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-23) to (35-41) Cold Damage against Chilled or Frozen Enemies", statOrderKey = "6385", statOrder = { 6385 }, level = 68, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeAddedDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (20-26) to (41-48) Cold Damage against Chilled or Frozen Enemies", statOrderKey = "6385", statOrder = { 6385 }, level = 75, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, - ["ChanceToShockAddedDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (3-7) to (68-73) Lightning Damage against Shocked Enemies", statOrderKey = "6388", statOrder = { 6388 }, level = 68, group = "ChanceToShockAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAddedDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (4-8) to (82-86) Lightning Damage against Shocked Enemies", statOrderKey = "6388", statOrder = { 6388 }, level = 75, group = "ChanceToShockAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["PhysicalAttackDamageTakenUber1_"] = { type = "Suffix", affix = "of Shaping", "-(35-25) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 68, group = "PhysicalAttackDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical", "attack" }, }, - ["PhysicalAttackDamageTakenUber2"] = { type = "Suffix", affix = "of Shaping", "-(45-36) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 75, group = "PhysicalAttackDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical", "attack" }, }, - ["IncreasedCooldownRecoveryUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["IncreasedCooldownRecoveryUber2_"] = { type = "Suffix", affix = "of Shaping", "(16-20)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 84, group = "GlobalCooldownRecovery", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["MaximumLifeIncreasePercentBeltUber1"] = { type = "Prefix", affix = "The Elder's", "(4-7)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLifeIncreasePercentBeltUber2"] = { type = "Prefix", affix = "The Elder's", "(8-10)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 75, group = "MaximumLifeIncreasePercent", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["GlobalEnergyShieldPercentBeltUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-7)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 68, group = "GlobalEnergyShieldPercent", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentBeltUber2"] = { type = "Prefix", affix = "The Shaper's", "(8-10)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["FlaskEffectUber1"] = { type = "Prefix", affix = "The Elder's", "Flasks applied to you have (4-7)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, - ["FlaskEffectUber2"] = { type = "Prefix", affix = "The Elder's", "Flasks applied to you have (8-10)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 81, group = "FlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, - ["AllResistancesBeltUber1"] = { type = "Suffix", affix = "of the Elder", "+(13-15)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["AllResistancesBeltUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-18)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["ReducedCriticalStrikeDamageTakenUber1"] = { type = "Prefix", affix = "The Shaper's", "You take (15-20)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 68, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["ReducedCriticalStrikeDamageTakenUber2"] = { type = "Prefix", affix = "The Shaper's", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 75, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["LifeRecoveryRateUber1"] = { type = "Suffix", affix = "of the Elder", "(7-9)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRecoveryRateUber2_"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["EnergyShieldRecoveryRateUber1"] = { type = "Suffix", affix = "of Shaping", "(7-9)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["ManaRecoveryRateUber1_"] = { type = "Suffix", affix = "of Shaping", "(7-9)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRecoveryRateUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["FlaskChanceToNotConsumeChargesUber1_"] = { type = "Prefix", affix = "The Elder's", "(6-10)% chance for Flasks you use to not consume Charges", statOrderKey = "4060", statOrder = { 4060 }, level = 82, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, - ["ChaosResistanceWhileUsingFlaskUber1"] = { type = "Suffix", affix = "of the Elder", "+(20-25)% to Chaos Resistance during any Flask Effect", statOrderKey = "3142", statOrder = { 3142 }, level = 68, group = "ChaosResistanceWhileUsingFlask", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "chaos", "resistance" }, }, - ["ChaosResistanceWhileUsingFlaskUber2_"] = { type = "Suffix", affix = "of the Elder", "+(26-30)% to Chaos Resistance during any Flask Effect", statOrderKey = "3142", statOrder = { 3142 }, level = 75, group = "ChaosResistanceWhileUsingFlask", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "chaos", "resistance" }, }, - ["MovementSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Movement Speed during any Flask Effect", statOrderKey = "3025", statOrder = { 3025 }, level = 81, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "speed" }, }, - ["FortifyOnMeleeStunUber1"] = { type = "Prefix", affix = "The Elder's", "Melee Hits which Stun have (8-12)% chance to Fortify", statOrderKey = "5267", statOrder = { 5267 }, level = 68, group = "FortifyOnMeleeStun", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["GrantsEnduringCrySkillUber1"] = { type = "Prefix", affix = "The Elder's", "Grants Level 22 Enduring Cry Skill", statOrderKey = "599", statOrder = { 599 }, level = 68, group = "EnduringCrySkill", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsRallyingCrySkillUber1"] = { type = "Prefix", affix = "The Elder's", "Grants Level 22 Rallying Cry Skill", statOrderKey = "614", statOrder = { 614 }, level = 68, group = "RallyingCrySkill", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GrantsAbyssalCrySkillUber1"] = { type = "Prefix", affix = "The Shaper's", "Grants Level 22 Intimidating Cry Skill", statOrderKey = "583", statOrder = { 583 }, level = 68, group = "AbyssalCrySkill", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, - ["RemoveIgniteOnFlaskUseUber1"] = { type = "Suffix", affix = "of the Elder", "Remove Ignite and Burning when you use a Flask", statOrderKey = "9168", statOrder = { 9168 }, level = 75, group = "RemoveIgniteOnFlaskUse", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "fire", "ailment" }, }, - ["RemoveFreezeOnFlaskUseUber1_"] = { type = "Suffix", affix = "of Shaping", "Remove Chill and Freeze when you use a Flask", statOrderKey = "9164", statOrder = { 9164 }, level = 75, group = "RemoveFreezeOnFlaskUse", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "cold", "ailment" }, }, - ["RemoveShockOnFlaskUseUber1_"] = { type = "Suffix", affix = "of Shaping", "Remove Shock when you use a Flask", statOrderKey = "9176", statOrder = { 9176 }, level = 75, group = "RemoveShockOnFlaskUse", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AttackSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of the Elder", "(8-14)% increased Attack Speed during any Flask Effect", statOrderKey = "3141", statOrder = { 3141 }, level = 68, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "attack", "speed" }, }, - ["CastSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(8-14)% increased Cast Speed during any Flask Effect", statOrderKey = "5053", statOrder = { 5053 }, level = 68, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "caster", "speed" }, }, - ["MeleeDamageDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 68, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["MeleeDamageDuringFlaskEffectUber2_"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 75, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["MeleeDamageDuringFlaskEffectUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 80, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageDuringFlaskEffectUber1_"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 68, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageDuringFlaskEffectUber2_"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 75, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageDuringFlaskEffectUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 80, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["SpellDamageDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(20-25)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 68, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageDuringFlaskEffectUber2"] = { type = "Suffix", affix = "of Shaping", "(26-30)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 75, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageDuringFlaskEffectUber3_"] = { type = "Suffix", affix = "of Shaping", "(31-35)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 80, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["PhysicalDamageBeltUber1"] = { type = "Prefix", affix = "The Elder's", "(16-20)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["PhysicalDamageBeltUber2"] = { type = "Prefix", affix = "The Elder's", "(21-25)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["PhysicalDamageBeltUber3___"] = { type = "Prefix", affix = "The Elder's", "(26-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 80, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["ElementalDamageBeltUber1"] = { type = "Prefix", affix = "The Shaper's", "(11-15)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalDamageBeltUber2"] = { type = "Prefix", affix = "The Shaper's", "(16-20)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalDamageBeltUber3"] = { type = "Prefix", affix = "The Shaper's", "(21-25)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 80, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ArmourDoubleArmourEffectUber1"] = { type = "Prefix", affix = "The Elder's", "(11-20)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 75, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["ArmourDoubleArmourEffectUber2"] = { type = "Prefix", affix = "The Elder's", "(21-30)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 80, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["IncreasedEnergyShieldFromBodyArmourUber1_"] = { type = "Prefix", affix = "The Shaper's", "(21-25)% increased Energy Shield from Equipped Body Armour", statOrderKey = "8480", statOrder = { 8480 }, level = 75, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldFromBodyArmourUber2"] = { type = "Prefix", affix = "The Shaper's", "(26-30)% increased Energy Shield from Equipped Body Armour", statOrderKey = "8480", statOrder = { 8480 }, level = 80, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["AdditionalArrowUber1__"] = { type = "Prefix", affix = "The Shaper's", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 80, group = "AdditionalArrows", weightKey = { "quiver_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["PoisonOnHitQuiverUber1_"] = { type = "Suffix", affix = "of the Elder", "15% chance to Poison on Hit", "(15-25)% increased Damage with Poison", statOrderKey = "3012,3020", statOrder = { 3012, 3020 }, level = 68, group = "PoisonOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment" }, }, - ["PoisonOnHitQuiverUber2"] = { type = "Suffix", affix = "of the Elder", "20% chance to Poison on Hit", "(26-30)% increased Damage with Poison", statOrderKey = "3012,3020", statOrder = { 3012, 3020 }, level = 75, group = "PoisonOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment" }, }, - ["BleedOnHitQuiverUber1"] = { type = "Suffix", affix = "of the Elder", "Attacks have 10% chance to cause Bleeding", "(15-25)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 68, group = "BleedOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["BleedOnHitQuiverUber2_"] = { type = "Suffix", affix = "of the Elder", "Attacks have 15% chance to cause Bleeding", "(26-30)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 75, group = "BleedOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["MaimOnHitQuiverUber1"] = { type = "Suffix", affix = "of Shaping", "Attacks have 15% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MaimOnHitQuiverUber2"] = { type = "Suffix", affix = "of Shaping", "Attacks have 20% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, - ["ChancetoGainPhasingOnKillUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["ChancetoGainPhasingOnKillUber2_"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 75, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["ChancetoGainPhasingOnKillUber3_"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 80, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["AddedColdDamagePerFrenzyChargeUber1"] = { type = "Prefix", affix = "The Elder's", "8 to 12 Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 80, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "quiver_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["PhysicalAddedAsColdQuiverUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (5-10)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdQuiverUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (11-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["MovementVelocityQuiverUber1"] = { type = "Prefix", affix = "The Shaper's", "(3-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementVelocityQuiverUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 80, group = "MovementVelocity", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, - ["FrenzyChargeOnHittingRareOrUniqueUber1"] = { type = "Suffix", affix = "of the Elder", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrderKey = "6284", statOrder = { 6284 }, level = 75, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "quiver_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["MaximumFireResistanceUber1"] = { type = "Prefix", affix = "The Elder's", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceUber2"] = { type = "Prefix", affix = "The Elder's", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 80, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceUber3_"] = { type = "Prefix", affix = "The Elder's", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 86, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumColdResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceUber2"] = { type = "Prefix", affix = "The Shaper's", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 80, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceUber3"] = { type = "Prefix", affix = "The Shaper's", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 86, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumLightningResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceUber2"] = { type = "Prefix", affix = "The Shaper's", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 80, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceUber3"] = { type = "Prefix", affix = "The Shaper's", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 86, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumAllResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "resistance" }, }, - ["MaximumAllResistanceUber2__"] = { type = "Prefix", affix = "The Shaper's", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 85, group = "MaximumResistances", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "resistance" }, }, - ["SupportedByCastOnDamageTakenUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 5 Cast when Damage Taken", statOrderKey = "214", statOrder = { 214 }, level = 68, group = "SupportedByCastOnDamageTaken", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["MaximumLifeIncreasePercentShieldUber1"] = { type = "Prefix", affix = "The Elder's", "(3-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLifeIncreasePercentShieldUber2"] = { type = "Prefix", affix = "The Elder's", "(7-10)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 84, group = "MaximumLifeIncreasePercent", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["DisplaySocketedGemsGetReducedReservationUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems have 20% increased Reservation Efficiency", statOrderKey = "445", statOrder = { 445 }, level = 68, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, - ["DisplaySocketedGemsGetReducedReservationUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems have 30% increased Reservation Efficiency", statOrderKey = "445", statOrder = { 445 }, level = 80, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, - ["BlockAppliesToSpellsShieldUber1_"] = { type = "Suffix", affix = "of Shaping", "(9-12)% Chance to Block Spell Damage", statOrderKey = "1023", statOrder = { 1023 }, level = 68, group = "BlockingBlocksSpells", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockAppliesToSpellsShieldUber2_"] = { type = "Suffix", affix = "of Shaping", "(12-15)% Chance to Block Spell Damage", statOrderKey = "1023", statOrder = { 1023 }, level = 75, group = "BlockingBlocksSpells", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockOnShieldUber1"] = { type = "Suffix", affix = "of Shaping", "(7-9)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockOnShieldUber2_"] = { type = "Suffix", affix = "of Shaping", "(10-12)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["GainArmourIfBlockedRecentlyUber1"] = { type = "Prefix", affix = "The Elder's", "+(500-650) Armour if you've Blocked Recently", statOrderKey = "4272", statOrder = { 4272 }, level = 68, group = "GainArmourIfBlockedRecently", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["GainArmourIfBlockedRecentlyUber2"] = { type = "Prefix", affix = "The Elder's", "+(651-800) Armour if you've Blocked Recently", statOrderKey = "4272", statOrder = { 4272 }, level = 75, group = "GainArmourIfBlockedRecently", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["AdditionalBlockWith5NearbyEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "+(2-3)% Chance to Block Attack Damage if there are at least 5 nearby Enemies", statOrderKey = "4312", statOrder = { 4312 }, level = 68, group = "AdditionalBlockWith5NearbyEnemies", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["AdditionalBlockWith5NearbyEnemiesUber2"] = { type = "Suffix", affix = "of the Elder", "+(4-5)% Chance to Block Attack Damage if there are at least 5 nearby Enemies", statOrderKey = "4312", statOrder = { 4312 }, level = 75, group = "AdditionalBlockWith5NearbyEnemies", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, - ["GainRandomChargeOnBlockUber1__"] = { type = "Suffix", affix = "of Shaping", "Gain an Endurance, Frenzy or Power charge when you Block", statOrderKey = "6333", statOrder = { 6333 }, level = 68, group = "GainRandomChargeOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, - ["ChanceToDodgeIfBlockedRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "+(4-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["DamagePerBlockChanceUber1_"] = { type = "Prefix", affix = "The Elder's", "1% increased Damage per 1% Chance to Block Attack Damage", statOrderKey = "5632", statOrder = { 5632 }, level = 68, group = "DamagePerBlockChance", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, - ["ChanceToChillAttackersOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "(25-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, - ["ChanceToChillAttackersOnBlockUber2"] = { type = "Suffix", affix = "of Shaping", "(41-50)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 75, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "(25-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAttackersOnBlockUber2"] = { type = "Suffix", affix = "of Shaping", "(41-50)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 75, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["RecoverLifePercentOnBlockUber1_"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of Life when you Block", statOrderKey = "2902", statOrder = { 2902 }, level = 68, group = "RecoverLifePercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "resource", "influence_mod", "life" }, }, - ["RecoverManaPercentOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of your maximum Mana when you Block", statOrderKey = "7594", statOrder = { 7594 }, level = 68, group = "RecoverManaPercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "resource", "influence_mod", "mana" }, }, - ["RecoverEnergyShieldPercentOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of Energy Shield when you Block", statOrderKey = "2318", statOrder = { 2318 }, level = 68, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "defences", "energy_shield" }, }, - ["MaximumTotemUber1"] = { type = "Prefix", affix = "The Shaper's", "+1 to maximum number of Summoned Totems", statOrderKey = "2107", statOrder = { 2107 }, level = 70, group = "AdditionalTotems", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, - ["SupportedByEnduranceChargeOnStunWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Endurance Charge on Melee Stun", statOrderKey = "443", statOrder = { 443 }, level = 68, group = "SupportedByEnduranceChargeOnStunWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByOnslaughtWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Momentum", statOrderKey = "281", statOrder = { 281 }, level = 68, group = "SupportedByOnslaughtWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "bow_elder", "default", }, weightVal = { 0, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByPowerChargeOnCritWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Power Charge On Critical Strike", statOrderKey = "290", statOrder = { 290 }, level = 68, group = "SupportedByPowerChargeOnCritWeapon", weightKey = { "grants_2h_support", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByFortifyWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 1 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 68, group = "SupportedByFortifyWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByArcaneSurgeWeaponUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 68, group = "SupportedByArcaneSurgeWeapon", weightKey = { "grants_2h_support", "staff_shaper", "default", }, weightVal = { 0, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByInspirationWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 1 Inspiration", statOrderKey = "413", statOrder = { 413 }, level = 68, group = "SupportedByInspirationWeapon", weightKey = { "grants_2h_support", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Melee Physical Damage", "(101-115)% increased Physical Damage", statOrderKey = "387,1098", statOrder = { 387, 1098 }, level = 68, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Melee Physical Damage", "(116-126)% increased Physical Damage", statOrderKey = "387,1098", statOrder = { 387, 1098 }, level = 75, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Melee Physical Damage", "(127-134)% increased Physical Damage", statOrderKey = "387,1098", statOrder = { 387, 1098 }, level = 80, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentBrutalityUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Brutality", "(101-115)% increased Physical Damage", statOrderKey = "212,1098", statOrder = { 212, 1098 }, level = 68, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentBrutalityUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Brutality", "(116-126)% increased Physical Damage", statOrderKey = "212,1098", statOrder = { 212, 1098 }, level = 75, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentBrutalityUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Brutality", "(127-134)% increased Physical Damage", statOrderKey = "212,1098", statOrder = { 212, 1098 }, level = 80, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentAddedFireUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Added Fire Damage", "(101-115)% increased Physical Damage", statOrderKey = "381,1098", statOrder = { 381, 1098 }, level = 68, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentAddedFireUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Added Fire Damage", "(116-126)% increased Physical Damage", statOrderKey = "381,1098", statOrder = { 381, 1098 }, level = 75, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentAddedFireUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Added Fire Damage", "(127-134)% increased Physical Damage", statOrderKey = "381,1098", statOrder = { 381, 1098 }, level = 80, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentRuthlessUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Ruthless", "(101-115)% increased Physical Damage", statOrderKey = "302,1098", statOrder = { 302, 1098 }, level = 68, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentRuthlessUber2__"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Ruthless", "(116-126)% increased Physical Damage", statOrderKey = "302,1098", statOrder = { 302, 1098 }, level = 75, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentRuthlessUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Ruthless", "(127-134)% increased Physical Damage", statOrderKey = "302,1098", statOrder = { 302, 1098 }, level = 80, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentOnslaughtUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Momentum", "(101-115)% increased Physical Damage", statOrderKey = "281,1098", statOrder = { 281, 1098 }, level = 68, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentOnslaughtUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Momentum", "(116-126)% increased Physical Damage", statOrderKey = "281,1098", statOrder = { 281, 1098 }, level = 75, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentOnslaughtUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Momentum", "(127-134)% increased Physical Damage", statOrderKey = "281,1098", statOrder = { 281, 1098 }, level = 80, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Endurance Charge on Melee Stun", "(101-115)% increased Physical Damage", statOrderKey = "443,1098", statOrder = { 443, 1098 }, level = 68, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Endurance Charge on Melee Stun", "(116-126)% increased Physical Damage", statOrderKey = "443,1098", statOrder = { 443, 1098 }, level = 75, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", "(127-134)% increased Physical Damage", statOrderKey = "443,1098", statOrder = { 443, 1098 }, level = 80, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFortifyUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Fortify", "(101-115)% increased Physical Damage", statOrderKey = "415,1098", statOrder = { 415, 1098 }, level = 68, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFortifyUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Fortify", "(116-126)% increased Physical Damage", statOrderKey = "415,1098", statOrder = { 415, 1098 }, level = 75, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFortifyUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fortify", "(127-134)% increased Physical Damage", statOrderKey = "415,1098", statOrder = { 415, 1098 }, level = 80, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Power Charge On Critical Strike", "(101-115)% increased Physical Damage", statOrderKey = "290,1098", statOrder = { 290, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Power Charge On Critical Strike", "(116-126)% increased Physical Damage", statOrderKey = "290,1098", statOrder = { 290, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", "(127-134)% increased Physical Damage", statOrderKey = "290,1098", statOrder = { 290, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentIronGripUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Iron Grip", "(101-115)% increased Physical Damage", statOrderKey = "264,1098", statOrder = { 264, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentIronGripUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Iron Grip", "(116-126)% increased Physical Damage", statOrderKey = "264,1098", statOrder = { 264, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentIronGripUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Iron Grip", "(127-134)% increased Physical Damage", statOrderKey = "264,1098", statOrder = { 264, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 16 Faster Projectiles", "(101-115)% increased Physical Damage", statOrderKey = "401,1098", statOrder = { 401, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 18 Faster Projectiles", "(116-126)% increased Physical Damage", statOrderKey = "401,1098", statOrder = { 401, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 20 Faster Projectiles", "(127-134)% increased Physical Damage", statOrderKey = "401,1098", statOrder = { 401, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Vicious Projectiles", "(101-115)% increased Physical Damage", statOrderKey = "285,1098", statOrder = { 285, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Vicious Projectiles", "(116-126)% increased Physical Damage", statOrderKey = "285,1098", statOrder = { 285, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Vicious Projectiles", "(127-134)% increased Physical Damage", statOrderKey = "285,1098", statOrder = { 285, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, - ["SupportedByMeleeSplashDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 16 Melee Splash", "(23-27)% increased Area Damage", statOrderKey = "390,1889", statOrder = { 390, 1889 }, level = 68, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByMeleeSplashDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 18 Melee Splash", "(28-32)% increased Area Damage", statOrderKey = "390,1889", statOrder = { 390, 1889 }, level = 75, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByMeleeSplashDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 20 Melee Splash", "(33-37)% increased Area Damage", statOrderKey = "390,1889", statOrder = { 390, 1889 }, level = 80, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedBySpiritStrikeAreaUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Ancestral Call", "(5-8)% increased Area of Effect", statOrderKey = "313,1739", statOrder = { 313, 1739 }, level = 68, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedBySpiritStrikeAreaUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Ancestral Call", "(9-12)% increased Area of Effect", statOrderKey = "313,1739", statOrder = { 313, 1739 }, level = 75, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedBySpiritStrikeAreaUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Ancestral Call", "(13-15)% increased Area of Effect", statOrderKey = "313,1739", statOrder = { 313, 1739 }, level = 80, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["LocalIncreasedAttackSpeedMultistrikeUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Multistrike", "(17-19)% increased Attack Speed", statOrderKey = "400,1276", statOrder = { 400, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedMultistrike", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedMultistrikeUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Multistrike", "(20-21)% increased Attack Speed", statOrderKey = "400,1276", statOrder = { 400, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedMultistrike", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedFasterAttacksUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Attacks", "(17-19)% increased Attack Speed", statOrderKey = "388,1276", statOrder = { 388, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedFasterAttacksUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Attacks", "(20-21)% increased Attack Speed", statOrderKey = "388,1276", statOrder = { 388, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedRangedOnslaughtUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Momentum", "(8-10)% increased Attack Speed", statOrderKey = "281,1276", statOrder = { 281, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedOnslaught", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedRangedOnslaughtUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Momentum", "(11-12)% increased Attack Speed", statOrderKey = "281,1276", statOrder = { 281, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedOnslaught", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedRangedFasterAttacksUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Attacks", "(8-10)% increased Attack Speed", statOrderKey = "388,1276", statOrder = { 388, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedRangedFasterAttacksUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Attacks", "(11-12)% increased Attack Speed", statOrderKey = "388,1276", statOrder = { 388, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["LocalIncreasedAttackSpeedTwoHandedDoubleDamageUber1"] = { type = "Suffix", affix = "of Shaping", "(17-19)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrderKey = "1276,5249", statOrder = { 1276, 5249 }, level = 68, group = "AttackSpeedDoubleDamage", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedTwoHandedDoubleDamageUber2"] = { type = "Suffix", affix = "of Shaping", "(20-21)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrderKey = "1276,5249", statOrder = { 1276, 5249 }, level = 75, group = "AttackSpeedDoubleDamage", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedTwoHandedKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "(17-19)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrderKey = "1276,4614", statOrder = { 1276, 4614 }, level = 68, group = "AttackSpeedKilledRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedTwoHandedKilledRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(20-21)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrderKey = "1276,4614", statOrder = { 1276, 4614 }, level = 75, group = "AttackSpeedKilledRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedDoubleDamageUber1"] = { type = "Suffix", affix = "of Shaping", "(8-10)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrderKey = "1276,5249", statOrder = { 1276, 5249 }, level = 68, group = "AttackSpeedDoubleDamage", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedDoubleDamageUber2"] = { type = "Suffix", affix = "of Shaping", "(11-12)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrderKey = "1276,5249", statOrder = { 1276, 5249 }, level = 75, group = "AttackSpeedDoubleDamage", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "(8-10)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrderKey = "1276,4614", statOrder = { 1276, 4614 }, level = 68, group = "AttackSpeedKilledRecently", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedKilledRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(11-12)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrderKey = "1276,4614", statOrder = { 1276, 4614 }, level = 75, group = "AttackSpeedKilledRecently", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, - ["CriticalStrikeChanceSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Increased Critical Strikes", "(22-25)% increased Critical Strike Chance", statOrderKey = "260,1326", statOrder = { 260, 1326 }, level = 68, group = "CriticalStrikeChanceSupported", weightKey = { "grants_crit_chance_support", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "attack", "critical", "gem" }, }, - ["CriticalStrikeChanceSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", "(26-29)% increased Critical Strike Chance", statOrderKey = "260,1326", statOrder = { 260, 1326 }, level = 75, group = "CriticalStrikeChanceSupported", weightKey = { "grants_crit_chance_support", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "attack", "critical", "gem" }, }, - ["CriticalStrikeChanceTwoHandedCritChanceRecentlyUber1_"] = { type = "Suffix", affix = "of Shaping", "(22-25)% increased Critical Strike Chance", "50% increased Critical Strike Chance if you have Killed Recently", statOrderKey = "1326,5503", statOrder = { 1326, 5503 }, level = 68, group = "CriticalStrikeChanceTwoHandedCritChanceRecently", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["CriticalStrikeChanceTwoHandedCritChanceRecentlyUber2"] = { type = "Suffix", affix = "of Shaping", "(26-29)% increased Critical Strike Chance", "50% increased Critical Strike Chance if you have Killed Recently", statOrderKey = "1326,5503", statOrder = { 1326, 5503 }, level = 75, group = "CriticalStrikeChanceTwoHandedCritChanceRecently", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["CriticalStrikeChanceTwoHandedCritMultiRecentlyUber1_"] = { type = "Suffix", affix = "of the Elder", "(22-25)% increased Critical Strike Chance", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "1326,5537", statOrder = { 1326, 5537 }, level = 68, group = "CriticalStrikeChanceTwoHandedCritMultiRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "attack", "critical" }, }, - ["CriticalStrikeChanceTwoHandedCritMultiRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(26-29)% increased Critical Strike Chance", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrderKey = "1326,5537", statOrder = { 1326, 5537 }, level = 75, group = "CriticalStrikeChanceTwoHandedCritMultiRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "attack", "critical" }, }, - ["CriticalMultiplierSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Increased Critical Damage", "+(22-25)% to Global Critical Strike Multiplier", statOrderKey = "404,1350", statOrder = { 404, 1350 }, level = 68, group = "CriticalStrikeMultiplierSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["CriticalMultiplierSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Increased Critical Damage", "+(26-29)% to Global Critical Strike Multiplier", statOrderKey = "404,1350", statOrder = { 404, 1350 }, level = 75, group = "CriticalStrikeMultiplierSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["CriticalMultiplierSupportedTwoHandedUber1"] = { type = "Suffix", affix = "of Shaping", "+(22-25)% to Global Critical Strike Multiplier", "(5-8)% chance to gain a Power Charge on Critical Strike", statOrderKey = "1350,1689", statOrder = { 1350, 1689 }, level = 68, group = "CriticalMultiplierSupportedTwoHanded", weightKey = { "bow_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod", "damage", "attack", "critical" }, }, - ["CriticalMultiplierSupportedTwoHandedUber2"] = { type = "Suffix", affix = "of Shaping", "+(26-29)% to Global Critical Strike Multiplier", "(9-10)% chance to gain a Power Charge on Critical Strike", statOrderKey = "1350,1689", statOrder = { 1350, 1689 }, level = 75, group = "CriticalMultiplierSupportedTwoHanded", weightKey = { "bow_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod", "damage", "attack", "critical" }, }, - ["WeaponElementalDamageSupportedUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 18 Elemental Damage with Attacks", "(28-32)% increased Elemental Damage with Attack Skills", statOrderKey = "406,5876", statOrder = { 406, 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercentSupported", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "attack", "gem" }, }, - ["WeaponElementalDamageSupportedUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", "(33-37)% increased Elemental Damage with Attack Skills", statOrderKey = "406,5876", statOrder = { 406, 5876 }, level = 75, group = "IncreasedWeaponElementalDamagePercentSupported", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "attack", "gem" }, }, - ["ChanceToMaimUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Maim", "15% chance to Maim on Hit", statOrderKey = "271,7421", statOrder = { 271, 7421 }, level = 68, group = "ChanceToMaimSupported", weightKey = { "grants_2h_support", "2h_mace_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["ChanceToMaimUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Maim", "20% chance to Maim on Hit", statOrderKey = "271,7421", statOrder = { 271, 7421 }, level = 75, group = "ChanceToMaimSupported", weightKey = { "grants_2h_support", "2h_mace_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["ChanceToPoisonUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "15% chance to Poison on Hit", statOrderKey = "440,7433", statOrder = { 440, 7433 }, level = 68, group = "ChanceToPoisonSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "poison", "influence_mod", "chaos", "attack", "ailment", "gem" }, }, - ["ChanceToPoisonUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "20% chance to Poison on Hit", statOrderKey = "440,7433", statOrder = { 440, 7433 }, level = 75, group = "ChanceToPoisonSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "poison", "influence_mod", "chaos", "attack", "ailment", "gem" }, }, - ["ChanceToBleedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance To Bleed", "10% chance to cause Bleeding on Hit", statOrderKey = "218,2334", statOrder = { 218, 2334 }, level = 68, group = "ChanceToBleedSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "bleed", "influence_mod", "physical", "attack", "ailment", "gem" }, }, - ["ChanceToBleedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance To Bleed", "15% chance to cause Bleeding on Hit", statOrderKey = "218,2334", statOrder = { 218, 2334 }, level = 75, group = "ChanceToBleedSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "bleed", "influence_mod", "physical", "attack", "ailment", "gem" }, }, - ["PhysicalAddedAsFireUber1_"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 80, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsColdUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 80, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsLightningUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 80, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["OnslaugtOnKillUber1"] = { type = "Suffix", affix = "of Shaping", "(5-6)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 68, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["OnslaugtOnKillUber2"] = { type = "Suffix", affix = "of Shaping", "(7-8)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 75, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["OnslaugtOnKillUber3"] = { type = "Suffix", affix = "of Shaping", "(9-10)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 83, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillUber2_"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 75, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillUber3"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 84, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["BlindOnHitUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitUber2"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 75, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitUber3"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 81, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitShaperUber1"] = { type = "Suffix", affix = "of Shaping", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitShaperUber2"] = { type = "Suffix", affix = "of Shaping", "(7-8)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 75, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitShaperUber3"] = { type = "Suffix", affix = "of Shaping", "(9-10)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 81, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["BlockWhileDualWieldingUber1"] = { type = "Suffix", affix = "of Shaping", "+(2-4)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 68, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockWhileDualWieldingUber2"] = { type = "Suffix", affix = "of Shaping", "+(5-7)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 75, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockWhileDualWieldingUber3_"] = { type = "Suffix", affix = "of Shaping", "+(8-9)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 80, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, - ["PhysicalDamageWhileDualWieldingUber1"] = { type = "Suffix", affix = "of the Elder", "(23-27)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 68, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["PhysicalDamageWhileDualWieldingUber2"] = { type = "Suffix", affix = "of the Elder", "(28-32)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 75, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["PhysicalDamageWhileDualWieldingUber3"] = { type = "Suffix", affix = "of the Elder", "(33-37)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 80, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["ElementalPenetrationWeaponUber1"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (5-6)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationWeaponUber2"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (7-8)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationWeaponUber3"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (9-10)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationWeaponNewUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationWeaponNewUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationWeaponNewUber3"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationTwoWeaponNewUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (7-8)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationTwoWeaponNewUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (9-10)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalPenetrationTwoWeaponNewUber3"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (11-12)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["WeaponSocketedAttacksDamageFinalUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 40% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 83, group = "SocketedAttacksDamageFinal", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "gem" }, }, - ["WeaponSocketedAttacksDamageFinalTwoHandUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 20% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 83, group = "SocketedAttacksDamageFinal", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "gem" }, }, - ["WeaponSocketedSpellsDamageFinalUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 40% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 83, group = "SocketedSpellsDamageFinal", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["WeaponSocketedSpellsDamageFinalTwoHandUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 20% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 83, group = "SocketedSpellsDamageFinal", weightKey = { "staff_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["ChanceForPoisonDamageFinalInflictedWithThisWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7317", statOrder = { 7317 }, level = 83, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "attack", "ailment" }, }, - ["ChanceForBleedDamageFinalInflictedWithThisWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7316", statOrder = { 7316 }, level = 83, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["LocalBleedDamageOverTimeMultiplierUber1___"] = { type = "Prefix", affix = "The Elder's", "+(37-42)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "7311", statOrder = { 7311 }, level = 68, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, - ["LocalBleedDamageOverTimeMultiplierUber2"] = { type = "Prefix", affix = "The Elder's", "+(43-50)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "7311", statOrder = { 7311 }, level = 75, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, - ["LocalBleedDamageOverTimeMultiplierUber3"] = { type = "Prefix", affix = "The Elder's", "+(51-59)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrderKey = "7311", statOrder = { 7311 }, level = 83, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, - ["LocalPoisonDamageOverTimeMultiplierUber1__"] = { type = "Prefix", affix = "The Elder's", "+(37-42)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrderKey = "1129", statOrder = { 1129 }, level = 68, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, - ["LocalPoisonDamageOverTimeMultiplierUber2__"] = { type = "Prefix", affix = "The Elder's", "+(43-50)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrderKey = "1129", statOrder = { 1129 }, level = 75, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, - ["LocalPoisonDamageOverTimeMultiplierUber3"] = { type = "Prefix", affix = "The Elder's", "+(51-59)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrderKey = "1129", statOrder = { 1129 }, level = 83, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, - ["PhysicalDamageConvertedToChaosUber1"] = { type = "Suffix", affix = "of the Elder", "(10-15)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosUber2"] = { type = "Suffix", affix = "of the Elder", "(16-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, - ["PhysicalDamageConvertedToChaosUber3"] = { type = "Suffix", affix = "of the Elder", "(21-25)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 85, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, - ["AddedFireDamagePerStrengthUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "default", }, weightVal = { 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamagePerStrengthTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamagePerDexterityUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "bow_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamagePerDexterityTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "default", }, weightVal = { 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamagePerIntelligenceUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagePerIntelligenceTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["SupportedByCastOnCritUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 18 Cast On Critical Strike", statOrderKey = "391", statOrder = { 391 }, level = 68, group = "SupportedByCastOnCritWeapon", weightKey = { "grants_2h_support", "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "default", }, weightVal = { 0, 350, 350, 350, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByCastOnCritUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrderKey = "391", statOrder = { 391 }, level = 75, group = "SupportedByCastOnCritWeapon", weightKey = { "grants_2h_support", "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "default", }, weightVal = { 0, 350, 350, 350, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByCastOnMeleeKillUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cast On Melee Kill", statOrderKey = "215", statOrder = { 215 }, level = 68, group = "SupportedByCastOnMeleeKillWeapon", weightKey = { "grants_2h_support", "2h_mace_shaper", "2h_axe_shaper", "2h_sword_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByCastOnMeleeKillUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrderKey = "215", statOrder = { 215 }, level = 75, group = "SupportedByCastOnMeleeKillWeapon", weightKey = { "grants_2h_support", "2h_mace_shaper", "2h_axe_shaper", "2h_sword_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByCastWhileChannellingUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cast While Channelling", statOrderKey = "216", statOrder = { 216 }, level = 68, group = "SupportedByCastWhileChannellingWeapon", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByCastWhileChannellingUber2_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrderKey = "216", statOrder = { 216 }, level = 75, group = "SupportedByCastWhileChannellingWeapon", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["CullingStrikeUber1"] = { type = "Suffix", affix = "of the Elder", "Culling Strike", statOrderKey = "1893", statOrder = { 1893 }, level = 68, group = "CullingStrike", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["MeleeWeaponRangeUber1"] = { type = "Suffix", affix = "of the Elder", "+0.1 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 75, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["MeleeWeaponRangeUber2"] = { type = "Suffix", affix = "of the Elder", "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 85, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, - ["AreaOfEffectTwoHandedWeaponUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectTwoHandedWeaponUber2"] = { type = "Suffix", affix = "of the Elder", "(11-15)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectTwoHandedWeaponUber3"] = { type = "Suffix", affix = "of the Elder", "(16-20)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 82, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["MovementVelocityTwoHandedWeaponUber1"] = { type = "Suffix", affix = "of Shaping", "(3-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementVelocityTwoHandedWeaponUber2"] = { type = "Suffix", affix = "of Shaping", "(7-10)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 84, group = "MovementVelocity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "speed" }, }, - ["AdditionalArrowsUber1"] = { type = "Suffix", affix = "of the Elder", "Skills fire an additional Projectile", statOrderKey = "1651", statOrder = { 1651 }, level = 82, group = "AdditionalProjectiles", weightKey = { "2h_sword_elder", "2h_axe_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["AdditionalPierceRangedUber1"] = { type = "Suffix", affix = "of Shaping", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "bow_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["AdditionalPierceRangedUber2"] = { type = "Suffix", affix = "of Shaping", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "bow_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["SpellDamageOnWeaponControlledDestructionUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Controlled Destruction", "(45-52)% increased Spell Damage", statOrderKey = "442,1090", statOrder = { 442, 1090 }, level = 68, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponControlledDestructionUber2_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Controlled Destruction", "(53-56)% increased Spell Damage", statOrderKey = "442,1090", statOrder = { 442, 1090 }, level = 75, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponControlledDestructionUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Controlled Destruction", "(57-60)% increased Spell Damage", statOrderKey = "442,1090", statOrder = { 442, 1090 }, level = 80, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponEfficacyUber1_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Efficacy", "(45-52)% increased Spell Damage", statOrderKey = "232,1090", statOrder = { 232, 1090 }, level = 68, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponEfficacyUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Efficacy", "(53-56)% increased Spell Damage", statOrderKey = "232,1090", statOrder = { 232, 1090 }, level = 75, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponEfficacyUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Efficacy", "(57-60)% increased Spell Damage", statOrderKey = "232,1090", statOrder = { 232, 1090 }, level = 80, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponArcaneSurgeUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Arcane Surge", "(67-78)% increased Spell Damage", statOrderKey = "203,1090", statOrder = { 203, 1090 }, level = 68, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponArcaneSurgeUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Arcane Surge", "(79-83)% increased Spell Damage", statOrderKey = "203,1090", statOrder = { 203, 1090 }, level = 75, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponArcaneSurgeUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Arcane Surge", "(84-87)% increased Spell Damage", statOrderKey = "203,1090", statOrder = { 203, 1090 }, level = 80, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponReducedManaUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Inspiration", "(67-78)% increased Spell Damage", statOrderKey = "413,1090", statOrder = { 413, 1090 }, level = 68, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponReducedManaUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Inspiration", "(79-83)% increased Spell Damage", statOrderKey = "413,1090", statOrder = { 413, 1090 }, level = 75, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponReducedManaUber3__"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Inspiration", "(84-87)% increased Spell Damage", statOrderKey = "413,1090", statOrder = { 413, 1090 }, level = 80, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponPowerChargeOnCritUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Power Charge On Critical Strike", "(67-78)% increased Spell Damage", statOrderKey = "290,1090", statOrder = { 290, 1090 }, level = 68, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponPowerChargeOnCritUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Power Charge On Critical Strike", "(79-83)% increased Spell Damage", statOrderKey = "290,1090", statOrder = { 290, 1090 }, level = 75, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["SpellDamageOnWeaponPowerChargeOnCritUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", "(84-87)% increased Spell Damage", statOrderKey = "290,1090", statOrder = { 290, 1090 }, level = 80, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, - ["ElementalDamagePrefixOnWeaponElementalFocusUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Elemental Focus", "(45-52)% increased Elemental Damage", statOrderKey = "233,1835", statOrder = { 233, 1835 }, level = 68, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, - ["ElementalDamagePrefixOnWeaponElementalFocusUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Elemental Focus", "(53-56)% increased Elemental Damage", statOrderKey = "233,1835", statOrder = { 233, 1835 }, level = 75, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, - ["ElementalDamagePrefixOnWeaponElementalFocusUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Elemental Focus", "(57-60)% increased Elemental Damage", statOrderKey = "233,1835", statOrder = { 233, 1835 }, level = 80, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, - ["FireDamagePrefixOnWeaponFirePenetrationUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Fire Penetration", "(45-52)% increased Fire Damage", statOrderKey = "242,1221", statOrder = { 242, 1221 }, level = 68, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["FireDamagePrefixOnWeaponFirePenetrationUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Fire Penetration", "(53-56)% increased Fire Damage", statOrderKey = "242,1221", statOrder = { 242, 1221 }, level = 75, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["FireDamagePrefixOnWeaponFirePenetrationUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fire Penetration", "(57-60)% increased Fire Damage", statOrderKey = "242,1221", statOrder = { 242, 1221 }, level = 80, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["ColdDamagePrefixOnWeaponColdPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Cold Penetration", "(45-52)% increased Cold Damage", statOrderKey = "430,1230", statOrder = { 430, 1230 }, level = 68, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, - ["ColdDamagePrefixOnWeaponColdPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cold Penetration", "(53-56)% increased Cold Damage", statOrderKey = "430,1230", statOrder = { 430, 1230 }, level = 75, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, - ["ColdDamagePrefixOnWeaponColdPenetrationUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cold Penetration", "(57-60)% increased Cold Damage", statOrderKey = "430,1230", statOrder = { 430, 1230 }, level = 80, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, - ["LightningDamagePrefixOnWeaponLightningPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Lightning Penetration", "(45-52)% increased Lightning Damage", statOrderKey = "269,1241", statOrder = { 269, 1241 }, level = 68, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, - ["LightningDamagePrefixOnWeaponLightningPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Lightning Penetration", "(53-56)% increased Lightning Damage", statOrderKey = "269,1241", statOrder = { 269, 1241 }, level = 75, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, - ["LightningDamagePrefixOnWeaponLightningPenetrationUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Lightning Penetration", "(57-60)% increased Lightning Damage", statOrderKey = "269,1241", statOrder = { 269, 1241 }, level = 80, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, - ["IncreasedCastSpeedSpellEchoUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Echo", "(15-17)% increased Cast Speed", statOrderKey = "279,1308", statOrder = { 279, 1308 }, level = 68, group = "IncreasedCastSpeedSpellEcho", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedSpellEchoUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Echo", "(18-20)% increased Cast Speed", statOrderKey = "279,1308", statOrder = { 279, 1308 }, level = 75, group = "IncreasedCastSpeedSpellEcho", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedFasterCastingUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Casting", "(15-17)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 68, group = "IncreasedCastSpeedFasterCasting", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedFasterCastingUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Casting", "(18-20)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 75, group = "IncreasedCastSpeedFasterCasting", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedCastSpeedTwoHandedAvoidInterruptionUber1"] = { type = "Suffix", affix = "of the Elder", "(15-17)% increased Cast Speed", "(15-25)% chance to Ignore Stuns while Casting", statOrderKey = "1308,1757", statOrder = { 1308, 1757 }, level = 68, group = "IncreasedCastSpeedTwoHandedAvoidInterruption", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandedAvoidInterruptionUber2"] = { type = "Suffix", affix = "of the Elder", "(18-20)% increased Cast Speed", "(26-35)% chance to Ignore Stuns while Casting", statOrderKey = "1308,1757", statOrder = { 1308, 1757 }, level = 75, group = "IncreasedCastSpeedTwoHandedAvoidInterruption", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandedKilledRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "(15-17)% increased Cast Speed", "20% increased Cast Speed if you've Killed Recently", statOrderKey = "1308,5054", statOrder = { 1308, 5054 }, level = 68, group = "IncreasedCastSpeedTwoHandedKilledRecently", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandedKilledRecentlyUber2"] = { type = "Suffix", affix = "of Shaping", "(18-20)% increased Cast Speed", "20% increased Cast Speed if you've Killed Recently", statOrderKey = "1308,5054", statOrder = { 1308, 5054 }, level = 75, group = "IncreasedCastSpeedTwoHandedKilledRecently", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, - ["CriticalStrikeChanceSpellsSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Increased Critical Strikes", "(60-74)% increased Spell Critical Strike Chance", statOrderKey = "260,1320", statOrder = { 260, 1320 }, level = 68, group = "CriticalStrikeChanceSpellsSupported", weightKey = { "grants_crit_chance_support", "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_crit_chance_support", }, modTags = { "support", "influence_mod", "caster", "critical", "gem" }, }, - ["CriticalStrikeChanceSpellsSupportedUber2__"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", "(75-82)% increased Spell Critical Strike Chance", statOrderKey = "260,1320", statOrder = { 260, 1320 }, level = 75, group = "CriticalStrikeChanceSpellsSupported", weightKey = { "grants_crit_chance_support", "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_crit_chance_support", }, modTags = { "support", "influence_mod", "caster", "critical", "gem" }, }, - ["CriticalStrikeChanceSpellsTwoHandedPowerChargeUber1"] = { type = "Suffix", affix = "of Shaping", "(60-74)% increased Spell Critical Strike Chance", "10% chance to gain a Power Charge on Critical Strike", statOrderKey = "1320,1689", statOrder = { 1320, 1689 }, level = 68, group = "CriticalStrikeChanceSpellsTwoHandedPowerCharge", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "power_charge", "influence_mod", "caster", "critical" }, }, - ["CriticalStrikeChanceSpellsTwoHandedPowerChargeUber2"] = { type = "Suffix", affix = "of Shaping", "(75-82)% increased Spell Critical Strike Chance", "10% chance to gain a Power Charge on Critical Strike", statOrderKey = "1320,1689", statOrder = { 1320, 1689 }, level = 75, group = "CriticalStrikeChanceSpellsTwoHandedPowerCharge", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "power_charge", "influence_mod", "caster", "critical" }, }, - ["ChanceToFreezeShockIgniteProliferationUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Elemental Proliferation", "(5-7)% chance to Freeze, Shock and Ignite", statOrderKey = "385,2650", statOrder = { 385, 2650 }, level = 68, group = "ChanceToFreezeShockIgniteProliferation", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, - ["ChanceToFreezeShockIgniteProliferationUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Elemental Proliferation", "(8-10)% chance to Freeze, Shock and Ignite", statOrderKey = "385,2650", statOrder = { 385, 2650 }, level = 75, group = "ChanceToFreezeShockIgniteProliferation", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, - ["ChanceToFreezeShockIgniteUnboundAilmentsUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Unbound Ailments", "(5-7)% chance to Freeze, Shock and Ignite", statOrderKey = "322,2650", statOrder = { 322, 2650 }, level = 68, group = "ChanceToFreezeShockIgniteUnboundAilments", weightKey = { "sceptre_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, - ["ChanceToFreezeShockIgniteUnboundAilmentsUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Unbound Ailments", "(8-10)% chance to Freeze, Shock and Ignite", statOrderKey = "322,2650", statOrder = { 322, 2650 }, level = 75, group = "ChanceToFreezeShockIgniteUnboundAilments", weightKey = { "sceptre_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, - ["PoisonDamageWeaponSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Chance to Poison", "(19-23)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 68, group = "PoisonDamageWeaponSupported", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDamageWeaponSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Chance to Poison", "(24-26)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 75, group = "PoisonDamageWeaponSupported", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDurationWeaponSupportedUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Critical Strike Affliction", "(6-9)% increased Poison Duration", statOrderKey = "289,3009", statOrder = { 289, 3009 }, level = 68, group = "PoisonDurationWeaponSupported", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["PoisonDurationWeaponSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", "(10-14)% increased Poison Duration", statOrderKey = "289,3009", statOrder = { 289, 3009 }, level = 75, group = "PoisonDurationWeaponSupported", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["SupportedByIncreasedAreaOfEffectDamageUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Increased Area of Effect", "(23-27)% increased Area Damage", statOrderKey = "202,1889", statOrder = { 202, 1889 }, level = 68, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedByIncreasedAreaOfEffectDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Increased Area of Effect", "(28-32)% increased Area Damage", statOrderKey = "202,1889", statOrder = { 202, 1889 }, level = 75, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedByIncreasedAreaOfEffectDamageUber3_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Increased Area of Effect", "(33-37)% increased Area Damage", statOrderKey = "202,1889", statOrder = { 202, 1889 }, level = 80, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedBySpellCascadeAreaUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Spell Cascade", "(5-8)% increased Area of Effect", statOrderKey = "310,1739", statOrder = { 310, 1739 }, level = 68, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedBySpellCascadeAreaUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Spell Cascade", "(9-12)% increased Area of Effect", statOrderKey = "310,1739", statOrder = { 310, 1739 }, level = 75, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedBySpellCascadeAreaUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Spell Cascade", "(13-15)% increased Area of Effect", statOrderKey = "310,1739", statOrder = { 310, 1739 }, level = 80, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, - ["SupportedByLesserMultipleProjectilesDamageUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Lesser Multiple Projectiles", "(15-20)% increased Projectile Damage", statOrderKey = "422,1850", statOrder = { 422, 1850 }, level = 68, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedByLesserMultipleProjectilesDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Lesser Multiple Projectiles", "(21-25)% increased Projectile Damage", statOrderKey = "422,1850", statOrder = { 422, 1850 }, level = 75, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedByLesserMultipleProjectilesDamageUber3_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", "(26-30)% increased Projectile Damage", statOrderKey = "422,1850", statOrder = { 422, 1850 }, level = 80, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["SupportedByVolleySpeedUber1__"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Volley", "(15-18)% increased Projectile Speed", statOrderKey = "284,1655", statOrder = { 284, 1655 }, level = 68, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["SupportedByVolleySpeedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Volley", "(19-22)% increased Projectile Speed", statOrderKey = "284,1655", statOrder = { 284, 1655 }, level = 75, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["SupportedByVolleySpeedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Volley", "(23-25)% increased Projectile Speed", statOrderKey = "284,1655", statOrder = { 284, 1655 }, level = 80, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["ElementalDamagePercentAddedAsChaosUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (5-6)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1799", statOrder = { 1799 }, level = 75, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-8)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1799", statOrder = { 1799 }, level = 85, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosStaffUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (10-12)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1799", statOrder = { 1799 }, level = 75, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, - ["ElementalDamagePercentAddedAsChaosStaffUber2__"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-15)% of Elemental Damage as Extra Chaos Damage", statOrderKey = "1799", statOrder = { 1799 }, level = 85, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, - ["DisplaySocketedSkillsChainUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems Chain 1 additional times", statOrderKey = "457", statOrder = { 457 }, level = 85, group = "DisplaySocketedSkillsChain", weightKey = { "bow_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, - ["SpellAddedPhysicalDamageWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (22-31) to (46-53) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageWeaponUber2_"] = { type = "Prefix", affix = "The Elder's", "Adds (28-37) to (55-64) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (32-44) to (66-76) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 84, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageTwoHandWeaponUber1_"] = { type = "Prefix", affix = "The Elder's", "Adds (37-49) to (75-86) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageTwoHandWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (44-58) to (88-103) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageTwoHandWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (60-73) to (108-122) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 84, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (22-31) to (46-53) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (28-37) to (55-64) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageWeaponUber3_"] = { type = "Prefix", affix = "The Elder's", "Adds (32-44) to (66-76) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageTwoHandWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (37-49) to (75-86) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageTwoHandWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (44-58) to (88-103) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageTwoHandWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (60-73) to (108-122) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["SpellDamagePer16StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Strength", statOrderKey = "9391", statOrder = { 9391 }, level = 68, group = "SpellDamagePer16Strength", weightKey = { "sceptre_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamagePer16DexterityUber1__"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Dexterity", statOrderKey = "9389", statOrder = { 9389 }, level = 68, group = "SpellDamagePer16Dexterity", weightKey = { "rune_dagger_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamagePer16IntelligenceUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Intelligence", statOrderKey = "9390", statOrder = { 9390 }, level = 68, group = "SpellDamagePer16Intelligence", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamagePer10StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 10 Strength", statOrderKey = "9388", statOrder = { 9388 }, level = 68, group = "SpellDamagePer10Strength", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamagePer10IntelligenceUber1_"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2587", statOrder = { 2587 }, level = 68, group = "SpellDamagePer10Intelligence", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["MaximumEnduranceChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 84, group = "MaximumEnduranceCharges", weightKey = { "2h_mace_shaper", "2h_sword_shaper", "2h_axe_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["MaximumFrenzyChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 84, group = "MaximumFrenzyCharges", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["MaximumPowerChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 84, group = "IncreasedMaximumPowerCharges", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PowerChargeOnBlockUber1"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "25% chance to gain a Power Charge when you Block", statOrderKey = "1020,4100", statOrder = { 1020, 4100 }, level = 68, group = "PowerChargeOnBlockUber", weightKey = { "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "power_charge", "influence_mod" }, }, - ["CriticalStrikeMultiplierIfBlockedRecentlyUber1_"] = { type = "Suffix", affix = "of Shaping", "+5% Chance to Block Attack Damage while wielding a Staff", "+(35-45)% to Critical Strike Multiplier if you have Blocked Recently", statOrderKey = "1020,5540", statOrder = { 1020, 5540 }, level = 68, group = "CriticalStrikeMultiplierIfBlockedRecentlyUber", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "influence_mod", "damage", "critical" }, }, - ["BlockingBlocksSpellsUber1"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "(12-18)% Chance to Block Spell Damage", statOrderKey = "1020,1023", statOrder = { 1020, 1023 }, level = 68, group = "BlockingBlocksSpellsUber", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockStaffUber1_"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "(8-12)% Chance to Block Spell Damage", statOrderKey = "1020,1028", statOrder = { 1020, 1028 }, level = 68, group = "SpellBlockAndBlockUber", weightKey = { "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, - ["CriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "+(15-25)% to Global Critical Strike Multiplier", "(80-100)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrderKey = "1350,5505", statOrder = { 1350, 5505 }, level = 68, group = "CriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyUber", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["PowerChargeOnManaSpentUber1"] = { type = "Suffix", affix = "of Shaping", "Gain a Power Charge after Spending a total of 200 Mana", statOrderKey = "7340", statOrder = { 7340 }, level = 68, group = "PowerChargeOnManaSpent", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["IncreasedDamagePerPowerChargeUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage" }, }, - ["ProjectileDamagePerEnemyPiercedUber1_"] = { type = "Suffix", affix = "of Shaping", "Projectiles deal (20-30)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrderKey = "9008", statOrder = { 9008 }, level = 68, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage" }, }, - ["IncreaseProjectileAttackDamagePerAccuracyUber1"] = { type = "Suffix", affix = "of the Elder", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrderKey = "4138", statOrder = { 4138 }, level = 68, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["CriticalStrikeChanceAgainstPoisonedEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "(80-100)% increased Critical Strike Chance against Poisoned Enemies", statOrderKey = "3133", statOrder = { 3133 }, level = 68, group = "CriticalStrikeChanceAgainstPoisonedEnemies", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeMultiplierAgainstEnemiesOnFullLifeUber1"] = { type = "Suffix", affix = "of Shaping", "+(50-60)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrderKey = "3273", statOrder = { 3273 }, level = 68, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["GainRareMonsterModsOnKillChanceUber1"] = { type = "Suffix", affix = "of the Elder", "When you Kill a Rare Monster, (15-20)% chance to gain one of its Modifiers for 10 seconds", statOrderKey = "6223", statOrder = { 6223 }, level = 68, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, - ["EnemiesHaveReducedEvasionIfHitRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "Enemies have 20% reduced Evasion if you have Hit them Recently", statOrderKey = "5964", statOrder = { 5964 }, level = 68, group = "EnemiesHaveReducedEvasionIfHitRecently", weightKey = { "claw_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["LifeGainPerBlindedEnemyHitUber1"] = { type = "Suffix", affix = "of the Elder", "Gain (35-50) Life per Blinded Enemy Hit with this Weapon", statOrderKey = "7417", statOrder = { 7417 }, level = 68, group = "LifeGainPerBlindedEnemyHit", weightKey = { "claw_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, - ["CriticalChanceAgainstBlindedEnemiesUber1_"] = { type = "Suffix", affix = "of Shaping", "(80-100)% increased Critical Strike Chance against Blinded Enemies", statOrderKey = "3246", statOrder = { 3246 }, level = 68, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { "claw_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "critical" }, }, - ["AdditionalBlockChancePerEnduranceChargeUber1_"] = { type = "Suffix", affix = "of the Elder", "(20-25)% chance to gain an Endurance Charge when you Block", "+1% Chance to Block Attack Damage per Endurance Charge", statOrderKey = "1978,4308", statOrder = { 1978, 4308 }, level = 68, group = "AdditionalBlockChancePerEnduranceChargeUber", weightKey = { "sword_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "block", "endurance_charge", "influence_mod" }, }, - ["AccuracyRatingPerFrenzyChargeUber1"] = { type = "Suffix", affix = "of Shaping", "5% increased Accuracy Rating per Frenzy Charge", "(20-25)% chance to gain a Frenzy Charge when you Block", statOrderKey = "1904,5278", statOrder = { 1904, 5278 }, level = 68, group = "AccuracyRatingPerFrenzyChargeUber", weightKey = { "sword_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "block", "frenzy_charge", "influence_mod", "attack" }, }, - ["MovementSkillsCostNoManaUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Movement Skills Cost no Mana", statOrderKey = "476", statOrder = { 476 }, level = 68, group = "DisplayMovementSkillsCostNoMana", weightKey = { "2h_sword_shaper", "sword_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "gem" }, }, - ["GainEnduranceChargeWhileStationaryUber1"] = { type = "Suffix", affix = "of the Elder", "Gain an Endurance Charge every 4 seconds while Stationary", statOrderKey = "8820", statOrder = { 8820 }, level = 68, group = "GainEnduranceChargeWhileStationary", weightKey = { "2h_sword_elder", "sword_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["CullingStrikeOnBleedingEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "(30-49)% increased Physical Damage", "Hits with this Weapon have Culling Strike against Bleeding Enemies", statOrderKey = "1098,7330", statOrder = { 1098, 7330 }, level = 68, group = "CullingStrikeOnBleedingEnemiesUber", weightKey = { "2h_axe_elder", "axe_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["GainEnduranceChargeOnHittingBleedingEnemyUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% chance to gain an Endurance Charge when you Hit a Bleeding Enemy", statOrderKey = "5274", statOrder = { 5274 }, level = 68, group = "GainEnduranceChargeOnHittingBleedingEnemy", weightKey = { "axe_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["GainEnduranceChargeOnCritUber1"] = { type = "Suffix", affix = "of Shaping", "(15-20)% increased Critical Strike Chance", "(5-10)% chance to gain an Endurance Charge on Critical Strike", statOrderKey = "1326,1678", statOrder = { 1326, 1678 }, level = 68, group = "GainEnduranceChargeOnCritUber", weightKey = { "2h_axe_shaper", "axe_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod", "attack", "critical" }, }, - ["CriticalStrikeChanceIfKilledRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "(80-100)% increased Critical Strike Chance if you have Killed Recently", statOrderKey = "5503", statOrder = { 5503 }, level = 68, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "axe_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "critical" }, }, - ["EnemiesExplodeOnDeathDealingFireUber1"] = { type = "Suffix", affix = "of Shaping", "Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damage", statOrderKey = "2553", statOrder = { 2553 }, level = 68, group = "EnemiesExplodeOnDeath", weightKey = { "2h_mace_shaper", "mace_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["GainFortifyOnStunChanceUber1"] = { type = "Suffix", affix = "of Shaping", "Melee Hits which Stun have (10-20)% chance to Fortify", statOrderKey = "5267", statOrder = { 5267 }, level = 68, group = "GainFortifyOnStunChance", weightKey = { "mace_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, - ["AreaOfEffectPer50StrengthUber1"] = { type = "Suffix", affix = "of the Elder", "3% increased Area of Effect per 50 Strength", statOrderKey = "4460", statOrder = { 4460 }, level = 68, group = "AreaOfEffectPer50Strength", weightKey = { "mace_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectIfStunnedEnemyRecentlyUber1___"] = { type = "Suffix", affix = "of the Elder", "(25-35)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_elder", "mace_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["MeleeWeaponRangeIfKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "+(0.1-0.2) metres to Melee Strike Range if you have Killed Recently", statOrderKey = "8546", statOrder = { 8546 }, level = 68, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "2h_sword_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MovementSkillsFortifyOnHitChanceUber1"] = { type = "Suffix", affix = "of Shaping", "Hits with Melee Movement Skills have (30-50)% chance to Fortify", statOrderKey = "8528", statOrder = { 8528 }, level = 68, group = "MovementSkillsFortifyOnHitChance", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, - ["GainEnduranceChargeOnTauntingEnemiesUber1_"] = { type = "Suffix", affix = "of Shaping", "(15-30)% chance to gain an Endurance Charge when you Taunt an Enemy", statOrderKey = "5276", statOrder = { 5276 }, level = 68, group = "GainEnduranceChargeOnTauntingEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["RemoveBleedingOnWarcryUber1"] = { type = "Suffix", affix = "of the Elder", "Removes Bleeding when you use a Warcry", statOrderKey = "9163", statOrder = { 9163 }, level = 68, group = "RemoveBleedingOnWarcry", weightKey = { "2h_axe_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, - ["AreaOfEffectPerEnduranceChargeUber1"] = { type = "Suffix", affix = "of the Elder", "5% increased Area of Effect per Endurance Charge", statOrderKey = "4462", statOrder = { 4462 }, level = 68, group = "AreaOfEffectPerEnduranceCharge", weightKey = { "2h_mace_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, - ["StunDurationAndThresholdUber1"] = { type = "Suffix", affix = "of Shaping", "(20-30)% reduced Enemy Stun Threshold", "(20-30)% increased Stun Duration on Enemies", statOrderKey = "1378,1722", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, - ["PhysicalDamageAddedAsRandomElementUber1"] = { type = "Suffix", affix = "of Shaping", "Gain (7-9)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 68, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["PhysicalDamageAddedAsRandomElementUber2"] = { type = "Suffix", affix = "of Shaping", "Gain (10-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 75, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["PhysicalDamageAddedAsRandomElementUber3"] = { type = "Suffix", affix = "of Shaping", "Gain (13-15)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 80, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["GrantsCatAspectCrafted"] = { type = "Suffix", affix = "of Farrul", "Grants Level 20 Aspect of the Cat Skill", statOrderKey = "592", statOrder = { 592 }, level = 20, group = "GrantsCatAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsBirdAspectCrafted"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 20 Aspect of the Avian Skill", statOrderKey = "588", statOrder = { 588 }, level = 20, group = "GrantsBirdAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsSpiderAspectCrafted"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 20 Aspect of the Spider Skill", statOrderKey = "616", statOrder = { 616 }, level = 20, group = "GrantsSpiderAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsCrabAspectCrafted"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 20 Aspect of the Crab Skill", statOrderKey = "594", statOrder = { 594 }, level = 20, group = "GrantsCrabAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "blue_herring", "skill" }, }, - ["GrantsCatAspectCrafted30"] = { type = "Suffix", affix = "of Farrul", "Grants Level 30 Aspect of the Cat Skill", statOrderKey = "592", statOrder = { 592 }, level = 20, group = "GrantsCatAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsBirdAspectCrafted30"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 30 Aspect of the Avian Skill", statOrderKey = "588", statOrder = { 588 }, level = 20, group = "GrantsBirdAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsSpiderAspectCrafted30"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 30 Aspect of the Spider Skill", statOrderKey = "616", statOrder = { 616 }, level = 20, group = "GrantsSpiderAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["GrantsCrabAspectCrafted30"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 30 Aspect of the Crab Skill", statOrderKey = "594", statOrder = { 594 }, level = 20, group = "GrantsCrabAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "blue_herring", "skill" }, }, - ["DoubleModSellPrice1"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice1", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, - ["DoubleModSellPrice2"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice2", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["DoubleModSellPrice3_"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice3", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, - ["DoubleModSellPrice4"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice4", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["DoubleModSellPrice5_"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice5", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, - ["DoubleModSellPrice6"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice6", weightKey = { "default", }, weightVal = { 10 }, modTags = { }, }, - ["DoubleModSellPrice7"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice7", weightKey = { "default", }, weightVal = { 2000 }, modTags = { }, }, - ["DoubleModSellPrice8"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice8", weightKey = { "default", }, weightVal = { 1 }, modTags = { }, }, - ["DoubleModSellPrice9"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrderKey = "7388", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice9", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["LocalIncreaseSocketedMinionGemLevelDelve"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 60, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["MaximumMinionCountZombieDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Raised Zombies", statOrderKey = "2014", statOrder = { 2014 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MaximumMinionCountSkeletonDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Skeletons", statOrderKey = "2016", statOrder = { 2016 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MaximumMinionCountSpectreDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Spectres", statOrderKey = "2015", statOrder = { 2015 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MinionDamageDelve"] = { type = "Suffix", affix = "of the Underground", "Minions deal (25-35)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 60, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MaximumMinionCountAmuletZombieDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Raised Zombies", statOrderKey = "2014", statOrder = { 2014 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MaximumMinionCountAmuletSkeletonDelve__"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Skeletons", statOrderKey = "2016", statOrder = { 2016 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["ReducedManaReservationsCostDelve_"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 60, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["LocalIncreaseSocketedAuraLevelDelve"] = { type = "Suffix", affix = "of the Underground", "+2 to Level of Socketed Aura Gems", statOrderKey = "160", statOrder = { 160 }, level = 60, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura", "gem" }, }, - ["ReducedPhysicalDamageTakenDelve"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 60, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["BleedingDamageChanceDelve__"] = { type = "Suffix", affix = "of the Underground", "Attacks have 25% chance to cause Bleeding", "(30-50)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 60, group = "BleedingDamageChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["CorruptedBloodImmunityDelve"] = { type = "Suffix", affix = "of the Underground", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["DoubleDamageChanceDelve"] = { type = "Suffix", affix = "of the Underground", "10% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["SpellAddedPhysicalDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Global Physical Damage", "Adds (11-15) to (23-26) Physical Damage to Spells", statOrderKey = "1097,1266", statOrder = { 1097, 1266 }, level = 60, group = "SpellAddedPhysicalDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Global Physical Damage", "Adds (15-20) to (30-35) Physical Damage to Spells", statOrderKey = "1097,1266", statOrder = { 1097, 1266 }, level = 60, group = "SpellAddedPhysicalDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["CurseOnHitLevelVulnerabilityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 60, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["PhysicalDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 60, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenAsFireDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFireUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["MaximumFireResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 60, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Fire Damage taken", statOrderKey = "2095", statOrder = { 2095 }, level = 60, group = "FireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, - ["LocalFireDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (18-24) to (36-42) Fire Damage", statOrderKey = "1221,1226", statOrder = { 1221, 1226 }, level = 60, group = "LocalFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalFireDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (31-42) to (64-74) Fire Damage", statOrderKey = "1221,1226", statOrder = { 1221, 1226 }, level = 60, group = "LocalFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SpellAddedFireDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (14-20) to (29-34) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 60, group = "SpellAddedFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (20-26) to (39-46) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 60, group = "SpellAddedFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["CurseOnHitLevelFlammabilityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 60, group = "FlammabilityOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["FireDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 60, group = "FireDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 60, group = "PhysicalDamageTakenAsColdUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["MaximumColdResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 60, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Cold Damage taken", statOrderKey = "3229", statOrder = { 3229 }, level = 60, group = "ColdDamageTakenPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, - ["LocalColdDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (15-20) to (30-35) Cold Damage", statOrderKey = "1230,1235", statOrder = { 1230, 1235 }, level = 60, group = "LocalColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalColdDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (26-35) to (52-60) Cold Damage", statOrderKey = "1230,1235", statOrder = { 1230, 1235 }, level = 60, group = "LocalColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SpellAddedColdDamageHybridDelve_"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (12-16) to (24-28) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 60, group = "SpellAddedColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (18-24) to (36-42) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 60, group = "SpellAddedColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["CurseOnHitLevelFrostbiteDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 60, group = "FrostbiteOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["ColdDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 60, group = "ColdDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsLightningDelve_"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 60, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["MaximumLightningResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 60, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Lightning Damage taken", statOrderKey = "3228", statOrder = { 3228 }, level = 60, group = "LightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, - ["LocalLightningDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-5) to (63-66) Lightning Damage", statOrderKey = "1241,1246", statOrder = { 1241, 1246 }, level = 60, group = "LocalLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalLightningDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-9) to (110-116) Lightning Damage", statOrderKey = "1241,1246", statOrder = { 1241, 1246 }, level = 60, group = "LocalLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SpellAddedLightningDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (1-4) to (50-53) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 60, group = "SpellAddedLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-6) to (76-80) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 60, group = "SpellAddedLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["CurseOnHitLevelConductivityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 60, group = "ConductivityOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["LightningDamageLifeLeechDelve__"] = { type = "Prefix", affix = "Subterranean", "0.4% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 60, group = "LightningDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsChaosDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 60, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "chaos" }, }, - ["MaximumChaosResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 60, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Chaos Damage taken", statOrderKey = "2096", statOrder = { 2096 }, level = 60, group = "ChaosDamageTakenPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, - ["LocalChaosDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (18-28) to (39-49) Chaos Damage", statOrderKey = "1249,1253", statOrder = { 1249, 1253 }, level = 60, group = "LocalChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalChaosDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (32-50) to (68-86) Chaos Damage", statOrderKey = "1249,1253", statOrder = { 1249, 1253 }, level = 60, group = "LocalChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SpellAddedChaosDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (11-15) to (23-26) Chaos Damage to Spells", statOrderKey = "1249,1270", statOrder = { 1249, 1270 }, level = 60, group = "SpellAddedChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (15-20) to (30-35) Chaos Damage to Spells", statOrderKey = "1249,1270", statOrder = { 1249, 1270 }, level = 60, group = "SpellAddedChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["CurseOnHitLevelDespairDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 60, group = "CurseOnHitDespairMod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["ChaosDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 60, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "chaos" }, }, - ["CurseEffectivenessDelve"] = { type = "Suffix", affix = "of the Underground", "(10-15)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["AdditionalCurseOnEnemiesDelve"] = { type = "Prefix", affix = "Subterranean", "You can apply an additional Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["IncreaseSocketedCurseGemLevelDelve_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Curse Gems", statOrderKey = "163", statOrder = { 163 }, level = 60, group = "IncreaseSocketedCurseGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem", "curse" }, }, - ["CurseAreaOfEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(25-40)% increased Area of Effect of Hex Skills", statOrderKey = "2078", statOrder = { 2078 }, level = 60, group = "CurseAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["CurseDurationDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Skills have (25-40)% increased Skill Effect Duration", statOrderKey = "5576", statOrder = { 5576 }, level = 60, group = "CurseDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["IncreasedDamagePerCurseDelve"] = { type = "Prefix", affix = "Subterranean", "(8-10)% increased Damage with Hits and Ailments per Curse on Enemy", statOrderKey = "2859", statOrder = { 2859 }, level = 60, group = "IncreasedDamagePerCurse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["ManaRegenerationDelve"] = { type = "Suffix", affix = "of the Underground", "(30-50)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 60, group = "ManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["PercentDamageGoesToManaDelve"] = { type = "Suffix", affix = "of the Underground", "(5-8)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 60, group = "PercentDamageGoesToMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["AddedManaRegenerationDelve"] = { type = "Suffix", affix = "of the Underground", "Regenerate (3-5) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 60, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["MaximumManaIncreasePercentDelve_"] = { type = "Prefix", affix = "Subterranean", "(10-15)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["ImpaleChanceDelve__"] = { type = "Prefix", affix = "Subterranean", "(5-10)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 60, group = "AttackImpaleChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "attack" }, }, - ["FasterBleedDelve"] = { type = "Suffix", affix = "of the Underground", "Bleeding you inflict deals Damage (5-10)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 60, group = "FasterBleedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["AddedPhysicalSpellDamageDelve___"] = { type = "Prefix", affix = "Subterranean", "Adds (11-22) to (34-46) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 60, group = "SpellAddedPhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["LightningAilmentEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Effect of Lightning Ailments", statOrderKey = "6887", statOrder = { 6887 }, level = 60, group = "LightningAilmentEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["PhysicalDamageConvertedToLightningDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ColdAilmentDurationDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Duration of Cold Ailments", statOrderKey = "5382", statOrder = { 5382 }, level = 60, group = "ColdAilmentDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["PhysicalDamageConvertedToColdDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["FasterIgniteDelve_"] = { type = "Suffix", affix = "of the Underground", "Ignites you inflict deal Damage (5-10)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 60, group = "FasterIgniteDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["PhysicalDamageConvertedToFireDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["FasterPoisonDelve_"] = { type = "Suffix", affix = "of the Underground", "Poisons you inflict deal Damage (5-10)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 60, group = "FasterPoisonDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ZeroChaosResistanceDelve"] = { type = "Suffix", affix = "of the Underground", "Chaos Resistance is Zero", statOrderKey = "9904", statOrder = { 9904 }, level = 60, group = "ZeroChaosResistanceDelve", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["MinionCriticalStrikeMultiplierDelve"] = { type = "Suffix", affix = "of the Underground", "Minions have +(30-38)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 60, group = "MinionCriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionLargerAggroRadiusDelve"] = { type = "Suffix", affix = "of the Underground", "Minions are Aggressive", statOrderKey = "9913", statOrder = { 9913 }, level = 60, group = "MinionLargerAggroRadius", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MinionAreaOfEffectDelve"] = { type = "Prefix", affix = "Subterranean", "Minions have (20-30)% increased Area of Effect", statOrderKey = "2868", statOrder = { 2868 }, level = 60, group = "MinionAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MinionLeechDelve___"] = { type = "Prefix", affix = "Subterranean", "Minions Leech 1% of Damage as Life", statOrderKey = "2758", statOrder = { 2758 }, level = 60, group = "MinionLifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, - ["SpiritAndPhantasmRefreshOnUniqueDelve"] = { type = "Prefix", affix = "Subterranean", "Summoned Phantasms have 5% chance to refresh their Duration when they Hit a Rare or Unique Enemy", "Summoned Raging Spirits have 5% chance to refresh their Duration when they Hit a Rare or Unique Enemy", statOrderKey = "8897,9070", statOrder = { 8897, 9070 }, level = 60, group = "SpiritAndPhantasmRefreshOnUnique", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["AuraEffectOnEnemiesDelve_____"] = { type = "Suffix", affix = "of the Underground", "(12-18)% increased Effect of Non-Curse Auras from your Skills on Enemies", statOrderKey = "3403", statOrder = { 3403 }, level = 60, group = "AuraEffectOnEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, - ["LifeReservationEfficiencyDelve"] = { type = "Prefix", affix = "Subterranean", "10% increased Life Reservation Efficiency of Skills", statOrderKey = "2079", statOrder = { 2079 }, level = 60, group = "LifeReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["DoomGainRateDelve"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Damage with Hits and Ailments against Cursed Enemies", statOrderKey = "6633", statOrder = { 6633 }, level = 60, group = "HitAndAilmentDamageCursedEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "curse" }, }, - ["MarkEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 60, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveArmourFireResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, - ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveArmourColdResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, - ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveArmourLightningResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, - ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "1243", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, - ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, - ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrderKey = "4348", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, - ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, - ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, - ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, - ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, - ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrderKey = "1581", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrderKey = "6033", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrderKey = "8480", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, - ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7317", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7316", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrderKey = "8582", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrderKey = "2345", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, - ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, - ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, - ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, - ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrderKey = "465", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, - ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, - ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrderKey = "4298", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrderKey = "4539", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrderKey = "2035", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrderKey = "4990", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, - ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrderKey = "5006", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrderKey = "6284", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, - ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, - ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, - ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveAbyssJewelMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (14-16)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "default", }, weightVal = { 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2946", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, - ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrderKey = "2944", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, - ["DelveMapMonsterPacksVaalMapWorlds1"] = { type = "Prefix", affix = "Subterranean", "Area is inhabited by the Vaal", "Found Items have 10% chance to drop Corrupted in Area", statOrderKey = "8144,9973", statOrder = { 8144, 9973 }, level = 1, group = "MapMonsterPacksVaalMapWorlds", weightKey = { "map", "expedition_logbook", "default", }, weightVal = { 1000, 0, 0 }, modTags = { }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Waning", "+(26-35)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier2h2"] = { type = "Prefix", affix = "Wasting", "+(36-45)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Deteriorating", "+(46-55)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Atrophying", "+(56-65)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Disintegrating", "+(66-75)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Waning", "+(14-18)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Wasting", "+(19-23)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier1h3___"] = { type = "Prefix", affix = "Deteriorating", "+(24-28)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Atrophying", "+(29-33)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Disintegrating", "+(34-38)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, - ["ColdDamageOverTimeMultiplier2h1_"] = { type = "Prefix", affix = "Inclement", "+(26-35)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier2h2_"] = { type = "Prefix", affix = "Bleak", "+(36-45)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Boreal", "+(46-55)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Gelid", "+(56-65)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Heartstopping", "+(66-75)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Inclement", "+(14-18)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Bleak", "+(19-23)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Boreal", "+(24-28)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Gelid", "+(29-33)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Heartstopping", "+(34-38)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierUber2_"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["FireDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Earnest", "+(26-35)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier2h2"] = { type = "Prefix", affix = "Fervid", "+(36-45)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Ardent", "+(46-55)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Zealous", "+(56-65)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier2h5__"] = { type = "Prefix", affix = "Fanatical", "+(66-75)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Earnest", "+(14-18)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Fervid", "+(19-23)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Ardent", "+(24-28)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Zealous", "+(29-33)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Fanatical", "+(34-38)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUber1___"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["PhysicalDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Seeping", "+(26-35)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier2h2_"] = { type = "Prefix", affix = "Spilling", "+(36-45)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Phlebotomising", "+(46-55)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Hemorrhaging", "+(56-65)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Exsanguinating", "+(66-75)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Seeping", "+(14-18)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1h2_"] = { type = "Prefix", affix = "Spilling", "+(19-23)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Phlebotomising", "+(24-28)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1h4_"] = { type = "Prefix", affix = "Hemorrhaging", "+(29-33)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Exsanguinating", "+(34-38)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierUber2__"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, - ["GlobalDamageOverTimeMultiplier1h1"] = { type = "Suffix", affix = "of Acrimony", "+(7-11)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 44, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier1h2_"] = { type = "Suffix", affix = "of Dispersion", "+(12-15)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 55, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier1h3"] = { type = "Suffix", affix = "of Liquefaction", "+(16-19)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier1h4"] = { type = "Suffix", affix = "of Melting", "+(20-23)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 76, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier1h5"] = { type = "Suffix", affix = "of Dissolution", "+(24-26)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 82, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier2h1__"] = { type = "Suffix", affix = "of Acrimony", "+(16-21)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 44, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier2h2"] = { type = "Suffix", affix = "of Dispersion", "+(24-29)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 55, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier2h3___"] = { type = "Suffix", affix = "of Liquefaction", "+(31-35)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier2h4_"] = { type = "Suffix", affix = "of Melting", "+(36-40)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 76, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplier2h5____"] = { type = "Suffix", affix = "of Dissolution", "+(41-45)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 82, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplierEssence1_"] = { type = "Suffix", affix = "of the Essence", "+10% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 63, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplierRingEssence1"] = { type = "Suffix", affix = "of the Essence", "+(12-15)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 63, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "damage" }, }, - ["GlobalDamageOverTimeMultiplierWithAttacks1h1"] = { type = "Suffix", affix = "of Acrimony", "+(7-11)% to Damage over Time Multiplier with Attack Skills", statOrderKey = "1111", statOrder = { 1111 }, level = 44, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, - ["GlobalDamageOverTimeMultiplierWithAttacks1h2___"] = { type = "Suffix", affix = "of Dispersion", "+(12-15)% to Damage over Time Multiplier with Attack Skills", statOrderKey = "1111", statOrder = { 1111 }, level = 55, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, - ["GlobalDamageOverTimeMultiplierWithAttacks1h3"] = { type = "Suffix", affix = "of Liquefaction", "+(16-19)% to Damage over Time Multiplier with Attack Skills", statOrderKey = "1111", statOrder = { 1111 }, level = 68, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, - ["GlobalDamageOverTimeMultiplierWithAttacks1h4_"] = { type = "Suffix", affix = "of Melting", "+(20-23)% to Damage over Time Multiplier with Attack Skills", statOrderKey = "1111", statOrder = { 1111 }, level = 76, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, - ["GlobalDamageOverTimeMultiplierWithAttacks1h5"] = { type = "Suffix", affix = "of Dissolution", "+(24-26)% to Damage over Time Multiplier with Attack Skills", statOrderKey = "1111", statOrder = { 1111 }, level = 82, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, - ["ChaosDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of Waning", "+(26-35)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierTwoHand2__"] = { type = "Suffix", affix = "of Wasting", "+(36-45)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierTwoHand3_"] = { type = "Suffix", affix = "of Deteriorating", "+(46-55)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierTwoHand4__"] = { type = "Suffix", affix = "of Atrophying", "+(56-65)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierTwoHand5___"] = { type = "Suffix", affix = "of Disintegrating", "+(66-75)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplier1_"] = { type = "Suffix", affix = "of Waning", "+(14-18)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 400, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Wasting", "+(19-23)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of Deteriorating", "+(24-28)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 200, 200, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Atrophying", "+(29-33)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 100, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Disintegrating", "+(34-38)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 50, 50, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ColdDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of the Inclement", "+(26-35)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierTwoHand2"] = { type = "Suffix", affix = "of the Bleak", "+(36-45)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of the Boreal", "+(46-55)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of the Gelid", "+(56-65)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierTwoHand5"] = { type = "Suffix", affix = "of Heartstopping", "+(66-75)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of the Inclement", "+(14-18)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of the Bleak", "+(19-23)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 220, 220, 220, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of the Boreal", "+(24-28)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 140, 140, 140, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of the Gelid", "+(29-33)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 70, 70, 70, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Heartstopping", "+(34-38)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 35, 35, 35, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["FireDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of the Earnest", "+(26-35)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierTwoHand2_"] = { type = "Suffix", affix = "of the Fervid", "+(36-45)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of the Ardent", "+(46-55)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of the Zealous", "+(56-65)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierTwoHand5_"] = { type = "Suffix", affix = "of the Fanatical", "+(66-75)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of the Earnest", "+(14-18)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of the Fervid", "+(19-23)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 220, 220, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of the Ardent", "+(24-28)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 140, 140, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier4__"] = { type = "Suffix", affix = "of the Zealous", "+(29-33)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 70, 70, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of the Fanatical", "+(34-38)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 35, 35, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["PhysicalDamageOverTimeMultiplierTwoHand1"] = { type = "Suffix", affix = "of Seeping", "+(26-35)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierTwoHand2"] = { type = "Suffix", affix = "of Spilling", "+(36-45)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of Phlebotomising", "+(46-55)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of Hemorrhaging", "+(56-65)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierTwoHand5"] = { type = "Suffix", affix = "of Exsanguinating", "+(66-75)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier1__"] = { type = "Suffix", affix = "of Seeping", "+(14-18)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Spilling", "+(19-23)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 220, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier3__"] = { type = "Suffix", affix = "of Phlebotomising", "+(24-28)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 140, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Hemorrhaging", "+(29-33)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 70, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Exsanguinating", "+(34-38)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 35, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["IncreasedLifeEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Guatelitzi's", "+(70-79) to maximum Life", "2% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 50, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedLifeEnhancedLevel50BodyMod"] = { type = "Prefix", affix = "Guatelitzi's", "+(110-119) to maximum Life", "(8-10)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 50, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedManaEnhancedLevel50ModPercent"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(7-10)% increased maximum Mana", statOrderKey = "1439,1440", statOrder = { 1439, 1440 }, level = 50, group = "IncreasedManaAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedLevel50ModOnHit"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrderKey = "1439,1603", statOrder = { 1439, 1603 }, level = 50, group = "IncreasedManaAndOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, }, - ["IncreasedManaEnhancedLevel50ModRegen"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Regenerate (5-7) Mana per second", statOrderKey = "1439,1442", statOrder = { 1439, 1442 }, level = 50, group = "IncreasedManaAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedLevel50ModReservation_"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "1439,2085", statOrder = { 1439, 2085 }, level = 50, group = "IncreasedManaAndReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedLevel50ModCost"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "-(8-6) to Total Mana Cost of Skills", statOrderKey = "1439,1750", statOrder = { 1439, 1750 }, level = 50, group = "IncreasedManaAndCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedLevel50ModCostNew"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Non-Channelling Skills have -(8-6) to Total Mana Cost", statOrderKey = "1439,9310", statOrder = { 1439, 9310 }, level = 50, group = "IncreasedManaAndCostNew", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedEnergyShieldEnhancedLevel50ModES_"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "3% increased maximum Energy Shield", statOrderKey = "1418,1421", statOrder = { 1418, 1421 }, level = 50, group = "EnergyShieldAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedEnergyShieldEnhancedLevel50ModRegen"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Regenerate 0.4% of Energy Shield per second", statOrderKey = "1418,2495", statOrder = { 1418, 2495 }, level = 50, group = "EnergyShieldAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["AddedFireDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (11-13) Fire Damage to Attacks", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1224,1812", statOrder = { 1224, 1812 }, level = 50, group = "FireDamagePhysConvertedToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, - ["AddedColdDamageEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (10-12) Cold Damage to Attacks", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1233,1814", statOrder = { 1233, 1814 }, level = 50, group = "ColdDamagePhysConvertedToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, - ["AddedLightningDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (1-2) to (22-23) Lightning Damage to Attacks", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1244,1816", statOrder = { 1244, 1816 }, level = 50, group = "LightningDamagePhysConvertedToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, - ["LocalIncreasedPhysicalDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(155-169)% increased Physical Damage", "Gain (3-5)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1098,1792", statOrder = { 1098, 1792 }, level = 50, group = "LocalPhysicalDamagePercentAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, - ["LocalAddedFireDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (45-61) to (91-106) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 50, group = "LocalFireDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (79-106) to (159-186) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 50, group = "LocalFireDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (37-50) to (74-87) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 50, group = "LocalColdDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (65-87) to (130-152) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 50, group = "LocalColdDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (4-13) to (158-166) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 50, group = "LocalLightningDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (7-22) to (275-290) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 50, group = "LocalLightningDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["MovementVelocityEnhancedLevel50ModSpeed"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "5% increased Movement Speed if you haven't been Hit Recently", statOrderKey = "1657,3084", statOrder = { 1657, 3084 }, level = 50, group = "MovementVelocitySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MovementVelocityEnhancedLevel50ModDodge"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid Bleeding", statOrderKey = "1657,4046", statOrder = { 1657, 4046 }, level = 50, group = "MovementVelocityDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MovementVelocityEnhancedLevel50ModSpellDodge__"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid being Poisoned", statOrderKey = "1657,1708", statOrder = { 1657, 1708 }, level = 50, group = "MovementVelocitySpellDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["SpellDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(70-74)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 50, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(105-110)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 50, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["TrapDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Trap Damage", statOrderKey = "1061", statOrder = { 1061 }, level = 50, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["TrapDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Trap Damage", statOrderKey = "1061", statOrder = { 1061 }, level = 50, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["MineDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Mine Damage", statOrderKey = "1063", statOrder = { 1063 }, level = 50, group = "MineDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["MineDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Mine Damage", statOrderKey = "1063", statOrder = { 1063 }, level = 50, group = "MineDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["TrapThrowSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 50, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(30-33)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 50, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MineThrowSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 50, group = "MineLayingSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MineThrowSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(30-33)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 50, group = "MineLayingSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapCooldownRecoveryAndDurationEnhancedLevel50Mod__"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Trap Duration", "(14-15)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "1780,3298", statOrder = { 1780, 3298 }, level = 50, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["TrapCooldownRecoveryAndDurationTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(26-30)% increased Trap Duration", "(21-22)% increased Cooldown Recovery Rate for throwing Traps", statOrderKey = "1780,3298", statOrder = { 1780, 3298 }, level = 50, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["MineDetonationSpeedAndDurationEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Mine Duration", "Mines have (14-15)% increased Detonation Speed", statOrderKey = "1781,8553", statOrder = { 1781, 8553 }, level = 50, group = "MineDetonationSpeedAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["MineDetonationSpeedAndDurationTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(26-30)% increased Mine Duration", "Mines have (21-22)% increased Detonation Speed", statOrderKey = "1781,8553", statOrder = { 1781, 8553 }, level = 50, group = "MineDetonationSpeedAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapAreaOfEffectEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (22-25)% increased Area of Effect", statOrderKey = "3316", statOrder = { 3316 }, level = 50, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["TrapAreaOfEffectTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (33-37)% increased Area of Effect", statOrderKey = "3316", statOrder = { 3316 }, level = 50, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["MineAreaOfEffectEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "Skills used by Mines have (22-25)% increased Area of Effect", statOrderKey = "8550", statOrder = { 8550 }, level = 50, group = "MineAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["MineAreaOfEffectTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Mines have (33-37)% increased Area of Effect", statOrderKey = "8550", statOrder = { 8550 }, level = 50, group = "MineAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["LocalIncreaseSocketedTrapGemLevelEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Matatl's", "+2 to Level of Socketed Trap or Mine Gems", statOrderKey = "166", statOrder = { 166 }, level = 50, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, - ["MinionDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (90-95)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (133-138)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeaponEnhancedLevel50ModNew"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (50-66)% increased Damage", "Minions have 5% chance to deal Double Damage", statOrderKey = "1830,8608", statOrder = { 1830, 8608 }, level = 50, group = "MinionDamageOnWeaponDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEnhancedLevel50ModNew"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (85-94)% increased Damage", "Minions have 5% chance to deal Double Damage", statOrderKey = "1830,8608", statOrder = { 1830, 8608 }, level = 50, group = "MinionDamageOnWeaponDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionAttackAndCastSpeedEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (25-28)% increased Attack Speed", "Minions have (25-28)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 50, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeedTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (36-40)% increased Attack Speed", "Minions have (36-40)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 50, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionDurationEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "(17-20)% increased Minion Duration", statOrderKey = "4739", statOrder = { 4739 }, level = 50, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["MinionDurationTwoHandedEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "(27-30)% increased Minion Duration", statOrderKey = "4739", statOrder = { 4739 }, level = 50, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, - ["LocalIncreaseSocketedMinionGemLevelEnhancedLevel50Mod"] = { type = "Prefix", affix = "Citaqualotl's", "+2 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 50, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, - ["FireDamagePrefixOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Fire Damage", "Adds (15-20) to (30-35) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 50, group = "FireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["FireDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod__"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Fire Damage", "Adds (20-27) to (41-48) Fire Damage to Spells", statOrderKey = "1221,1267", statOrder = { 1221, 1267 }, level = 50, group = "TwoHandFireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["ColdDamagePrefixOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Cold Damage", "Adds (12-16) to (25-29) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 50, group = "ColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["ColdDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Cold Damage", "Adds (19-25) to (37-44) Cold Damage to Spells", statOrderKey = "1230,1268", statOrder = { 1230, 1268 }, level = 50, group = "TwoHandColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["LightningDamagePrefixOnWeaponEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Lightning Damage", "Adds (1-4) to (53-56) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 50, group = "LightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["LightningDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Lightning Damage", "Adds (2-6) to (79-84) Lightning Damage to Spells", statOrderKey = "1241,1269", statOrder = { 1241, 1269 }, level = 50, group = "TwoHandLightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["IncreasedCastSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(29-32)% increased Cast Speed", statOrderKey = "1270,1308", statOrder = { 1270, 1308 }, level = 50, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, - ["IncreasedCastSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (24-32) to (49-57) Chaos Damage to Spells", "(44-49)% increased Cast Speed", statOrderKey = "1270,1308", statOrder = { 1270, 1308 }, level = 50, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, - ["LocalIncreasedAttackSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(26-27)% increased Attack Speed", statOrderKey = "1253,1276", statOrder = { 1253, 1276 }, level = 50, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, - ["LocalIncreasedAttackSpeedRangedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(14-16)% increased Attack Speed", statOrderKey = "1253,1276", statOrder = { 1253, 1276 }, level = 50, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, - ["LifeRegenerationEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Guatelitzi", "Regenerate (32-40) Life per second", "Regenerate 0.4% of Life per second", statOrderKey = "1434,1801", statOrder = { 1434, 1801 }, level = 50, group = "LifeRegenerationAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["FireResistEnhancedLevel50ModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(3-5)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "1485,2298", statOrder = { 1485, 2298 }, level = 50, group = "FireResistancePhysTakenAsFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedLevel50ModPhys_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(3-5)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "1491,2299", statOrder = { 1491, 2299 }, level = 50, group = "ColdResistancePhysTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedLevel50ModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(3-5)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "1496,2300", statOrder = { 1496, 2300 }, level = 50, group = "LightningResistancePhysTakenAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning", "resistance" }, }, - ["FireResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched as Life", statOrderKey = "1485,1529", statOrder = { 1485, 1529 }, level = 50, group = "FireResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched as Life", statOrderKey = "1491,1534", statOrder = { 1491, 1534 }, level = 50, group = "ColdResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched as Life", statOrderKey = "1496,1538", statOrder = { 1496, 1538 }, level = 50, group = "LightningResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, - ["FireResistEnhancedLevel50ModAilments_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(45-52) to (75-78) added Fire Damage against Burning Enemies", statOrderKey = "1485,9548", statOrder = { 1485, 9548 }, level = 50, group = "FireResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedLevel50ModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(30-50)% increased Damage with Hits against Chilled Enemies", statOrderKey = "1491,5643", statOrder = { 1491, 5643 }, level = 50, group = "ColdResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedLevel50ModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(40-60)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "1496,5491", statOrder = { 1496, 5491 }, level = 50, group = "LightningResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance", "critical" }, }, - ["ChaosResistEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "+(31-35)% to Chaos Resistance", "(5-7)% reduced Chaos Damage taken over time", statOrderKey = "1500,1805", statOrder = { 1500, 1805 }, level = 50, group = "ChaosResistanceDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["PoisonDurationEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrderKey = "1249,3009", statOrder = { 1249, 3009 }, level = 50, group = "PoisonDurationChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ChanceToPoisonEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "30% chance to Poison on Hit", statOrderKey = "1249,7433", statOrder = { 1249, 7433 }, level = 50, group = "LocalChanceToPoisonOnHitChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamageEnhancedLevel50AttacksMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(31-35)% increased Damage with Poison", statOrderKey = "1253,3020", statOrder = { 1253, 3020 }, level = 50, group = "PoisonDamageAddedChaosToAttacks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["PoisonDamageEnhancedLevel50SpellsMod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(31-35)% increased Damage with Poison", statOrderKey = "1270,3020", statOrder = { 1270, 3020 }, level = 50, group = "PoisonDamageAddedChaosToSpells", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "ailment" }, }, - ["SynthesisImplicitLife1"] = { type = "Synthesis", affix = "", "+(8-10) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLife2"] = { type = "Synthesis", affix = "", "+(11-14) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 15, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLife3"] = { type = "Synthesis", affix = "", "+(15-19) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 24, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLife4_"] = { type = "Synthesis", affix = "", "+(20-24) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 36, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLife5"] = { type = "Synthesis", affix = "", "+(25-30) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 48, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeJewel1"] = { type = "Synthesis", affix = "", "+(3-4) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeJewel2"] = { type = "Synthesis", affix = "", "+(5-6) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLife1_"] = { type = "Synthesis", affix = "", "4% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLife2"] = { type = "Synthesis", affix = "", "(5-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 15, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLife3"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 24, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeTrinket1__"] = { type = "Synthesis", affix = "", "4% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeTrinket2"] = { type = "Synthesis", affix = "", "(5-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 15, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeTrinket3"] = { type = "Synthesis", affix = "", "(7-8)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 24, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeRegen1_"] = { type = "Synthesis", affix = "", "Regenerate (5-7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitLifeRegen2_"] = { type = "Synthesis", affix = "", "Regenerate (7-11.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 15, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitLifeRegen3"] = { type = "Synthesis", affix = "", "Regenerate (11.7-18.3) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 24, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitLifeRegen4"] = { type = "Synthesis", affix = "", "Regenerate (18.4-26.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 36, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitLifeRegen5_"] = { type = "Synthesis", affix = "", "Regenerate (26.7-40) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 48, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitHighLifeRegen1"] = { type = "Synthesis", affix = "", "Regenerate (80-100) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 56, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["SynthesisImplicitPercentLifeRegen1"] = { type = "Synthesis", affix = "", "Regenerate (0.6-0.7)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeRegen2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-0.93)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 15, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeRegen3"] = { type = "Synthesis", affix = "", "Regenerate 1% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 24, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeRegenJewel1"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeLeech1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLifeLeech2_"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 15, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLifeLeech3"] = { type = "Synthesis", affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 24, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLifeLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLocalLifeLeech1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLocalLifeLeech2"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 15, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLocalLifeLeech3__"] = { type = "Synthesis", affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 24, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLifeLeechOneHanded1"] = { type = "Synthesis", affix = "", "1.5% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 36, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitLifeLeechTwoHanded1"] = { type = "Synthesis", affix = "", "3% of Physical Attack Damage Leeched as Life", statOrderKey = "1510", statOrder = { 1510 }, level = 36, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, - ["SynthesisImplicitAttackLifeLeech1_"] = { type = "Synthesis", affix = "", "0.4% of Attack Damage Leeched as Life", statOrderKey = "1523", statOrder = { 1523 }, level = 36, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitAttackLifeLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Attack Damage Leeched as Life", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitMaximumLifeLeechRate1"] = { type = "Synthesis", affix = "", "10% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 56, group = "MaximumLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitIncreasedLifeLeechRate1_"] = { type = "Synthesis", affix = "", "(8-10)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitIncreasedLifeLeechRate2_"] = { type = "Synthesis", affix = "", "(11-13)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 15, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitIncreasedLifeLeechRate3"] = { type = "Synthesis", affix = "", "(14-16)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 24, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeOnKill1_"] = { type = "Synthesis", affix = "", "Gain (6-8) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeOnKill2"] = { type = "Synthesis", affix = "", "Gain (9-11) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 15, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeOnKill3"] = { type = "Synthesis", affix = "", "Gain (12-15) Life per Enemy Killed", statOrderKey = "1607", statOrder = { 1607 }, level = 24, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitPercentLifeOnKill1_"] = { type = "Synthesis", affix = "", "Recover (1-2)% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 55, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitLifeOnHit1"] = { type = "Synthesis", affix = "", "Gain (4-5) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLifeOnHit2_"] = { type = "Synthesis", affix = "", "Gain (6-8) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 15, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLifeOnHit3"] = { type = "Synthesis", affix = "", "Gain (9-15) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 24, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLifeOnHitJewel1"] = { type = "Synthesis", affix = "", "Gain (1-2) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLocalLifeOnHit1_"] = { type = "Synthesis", affix = "", "Grants (4-5) Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLocalLifeOnHit2_"] = { type = "Synthesis", affix = "", "Grants (6-8) Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 15, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLocalLifeOnHit3"] = { type = "Synthesis", affix = "", "Grants (9-15) Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 24, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLifeOnHitOneHanded1"] = { type = "Synthesis", affix = "", "Grants (25-30) Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 36, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitLifeOnHitTwoHanded1_"] = { type = "Synthesis", affix = "", "Grants (45-50) Life per Enemy Hit", statOrderKey = "1597", statOrder = { 1597 }, level = 36, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, - ["SynthesisImplicitGlobalFlaskLifeRecovery1_"] = { type = "Synthesis", affix = "", "(7-10)% increased Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 56, group = "GlobalFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["SynthesisImplicitLifeRecoveryRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 60, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitMana1"] = { type = "Synthesis", affix = "", "+(8-10) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitMana2"] = { type = "Synthesis", affix = "", "+(11-14) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 15, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitMana3_"] = { type = "Synthesis", affix = "", "+(15-19) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitMana4"] = { type = "Synthesis", affix = "", "+(20-24) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 36, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitMana5"] = { type = "Synthesis", affix = "", "+(25-30) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 48, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaJewel1_"] = { type = "Synthesis", affix = "", "+(2-3) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitPercentMana1_"] = { type = "Synthesis", affix = "", "6% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitPercentMana2"] = { type = "Synthesis", affix = "", "(7-8)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 15, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitPercentMana3"] = { type = "Synthesis", affix = "", "(9-10)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 24, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegeneration1"] = { type = "Synthesis", affix = "", "(16-18)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegeneration2"] = { type = "Synthesis", affix = "", "(19-21)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 15, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegeneration3_"] = { type = "Synthesis", affix = "", "(22-24)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 24, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegeneration4_"] = { type = "Synthesis", affix = "", "(25-27)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 36, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegeneration5"] = { type = "Synthesis", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 48, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRegenerationJewel1"] = { type = "Synthesis", affix = "", "(5-7)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegen1__"] = { type = "Synthesis", affix = "", "Regenerate (2-2.5) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegen2"] = { type = "Synthesis", affix = "", "Regenerate (2.5-3) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 15, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegen3_____"] = { type = "Synthesis", affix = "", "Regenerate (3-4) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 24, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithStaffJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per second while wielding a Staff", statOrderKey = "7612", statOrder = { 7612 }, level = 1, group = "AddedManaRegenWithStaff", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per Second while Dual Wielding", statOrderKey = "7609", statOrder = { 7609 }, level = 1, group = "AddedManaRegenWithDualWield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithShieldJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per Second while holding a Shield", statOrderKey = "7610", statOrder = { 7610 }, level = 1, group = "AddedManaRegenWithShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithStaffJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per second while wielding a Staff", statOrderKey = "7612", statOrder = { 7612 }, level = 1, group = "AddedManaRegenWithStaff", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per Second while Dual Wielding", statOrderKey = "7609", statOrder = { 7609 }, level = 1, group = "AddedManaRegenWithDualWield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAddedManaRegenWithShieldJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per Second while holding a Shield", statOrderKey = "7610", statOrder = { 7610 }, level = 1, group = "AddedManaRegenWithShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitBaseManaRegeneration1"] = { type = "Synthesis", affix = "", "Regenerate 0.5% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 56, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitBaseManaRegenerationOneHand1"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitBaseManaRegenerationOneHand2_"] = { type = "Synthesis", affix = "", "Regenerate 0.3% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitBaseManaRegenerationTwoHand1"] = { type = "Synthesis", affix = "", "Regenerate 0.4% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitBaseManaRegenerationTwoHand2"] = { type = "Synthesis", affix = "", "Regenerate 0.6% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaLeech1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitManaLeech2"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 15, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitManaLeech3"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 24, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitManaLeechJewel1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitLocalManaLeech1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitLocalManaLeech2"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 15, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitLocalManaLeech3"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 24, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitManaLeechOneHanded1"] = { type = "Synthesis", affix = "", "0.5% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 36, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitManaLeechTwoHanded1"] = { type = "Synthesis", affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrderKey = "1560", statOrder = { 1560 }, level = 36, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SynthesisImplicitAttackManaLeech1"] = { type = "Synthesis", affix = "", "0.4% of Attack Damage Leeched as Mana", statOrderKey = "1564", statOrder = { 1564 }, level = 36, group = "AttackDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["SynthesisImplicitMaximumManaLeechRate1_"] = { type = "Synthesis", affix = "", "10% increased Maximum total Mana Recovery per second from Leech", statOrderKey = "1592", statOrder = { 1592 }, level = 56, group = "MaximumManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitIncreasedManaLeechRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased total Recovery per second from Mana Leech", statOrderKey = "2012", statOrder = { 2012 }, level = 36, group = "IncreasedManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaOnKill1_"] = { type = "Synthesis", affix = "", "Gain 3 Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaOnKill2___"] = { type = "Synthesis", affix = "", "Gain 4 Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 15, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaOnKill3"] = { type = "Synthesis", affix = "", "Gain 5 Mana per Enemy Killed", statOrderKey = "1622", statOrder = { 1622 }, level = 24, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaOnHit1__"] = { type = "Synthesis", affix = "", "Gain 2 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["SynthesisImplicitManaOnHit2"] = { type = "Synthesis", affix = "", "Gain 3 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 15, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["SynthesisImplicitManaOnHit3"] = { type = "Synthesis", affix = "", "Gain 4 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 24, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["SynthesisImplicitManaOnHitJewel1_"] = { type = "Synthesis", affix = "", "Gain 1 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, - ["SynthesisImplicitPercentManaOnKill1"] = { type = "Synthesis", affix = "", "Recover (1-2)% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 56, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaRecoveryRate1_"] = { type = "Synthesis", affix = "", "(10-15)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 60, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitTotalManaCost1_"] = { type = "Synthesis", affix = "", "-1 to Total Mana Cost of Skills", statOrderKey = "1750", statOrder = { 1750 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitTotalManaCost2_"] = { type = "Synthesis", affix = "", "-2 to Total Mana Cost of Skills", statOrderKey = "1750", statOrder = { 1750 }, level = 15, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitTotalManaCost3"] = { type = "Synthesis", affix = "", "-3 to Total Mana Cost of Skills", statOrderKey = "1750", statOrder = { 1750 }, level = 24, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitReducedManaCost1_"] = { type = "Synthesis", affix = "", "2% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitReducedManaCost2"] = { type = "Synthesis", affix = "", "3% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 15, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitReducedManaCost3"] = { type = "Synthesis", affix = "", "(4-5)% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 24, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitReducedManaCostJewel1_"] = { type = "Synthesis", affix = "", "2% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitAttackDamagePerMana1"] = { type = "Synthesis", affix = "", "(6-8)% increased Attack Damage per 500 Maximum Mana", statOrderKey = "4571", statOrder = { 4571 }, level = 36, group = "AttackDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitAttackDamagePerMana2"] = { type = "Synthesis", affix = "", "(12-14)% increased Attack Damage per 500 Maximum Mana", statOrderKey = "4571", statOrder = { 4571 }, level = 48, group = "AttackDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitSpellDamagePerMana1"] = { type = "Synthesis", affix = "", "(6-8)% increased Spell Damage per 500 Maximum Mana", statOrderKey = "9382", statOrder = { 9382 }, level = 36, group = "SpellDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamagePerMana2___"] = { type = "Synthesis", affix = "", "(12-14)% increased Spell Damage per 500 Maximum Mana", statOrderKey = "9382", statOrder = { 9382 }, level = 48, group = "SpellDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitPhysicalDamageTakenFromMana1"] = { type = "Synthesis", affix = "", "(2-3)% of Physical Damage is taken from Mana before Life", statOrderKey = "3999", statOrder = { 3999 }, level = 36, group = "PhysicalDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "physical" }, }, - ["SynthesisImplicitPhysicalDamageTakenFromMana2_"] = { type = "Synthesis", affix = "", "(4-5)% of Physical Damage is taken from Mana before Life", statOrderKey = "3999", statOrder = { 3999 }, level = 48, group = "PhysicalDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "physical" }, }, - ["SynthesisImplicitFireResist1"] = { type = "Synthesis", affix = "", "+8% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResist2"] = { type = "Synthesis", affix = "", "+(9-10)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 15, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 24, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 36, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 48, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitFireResistJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitMaxFireResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 60, group = "MaximumFireResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitMaxFireResist2"] = { type = "Synthesis", affix = "", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 65, group = "MaximumFireResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, - ["SynthesisImplicitPhysicalTakenAsFire1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 56, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, - ["SynthesisImplicitFlatFireDamageTaken1"] = { type = "Synthesis", affix = "", "-(15-10) Fire Damage taken from Hits", statOrderKey = "2090", statOrder = { 2090 }, level = 1, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["SynthesisImplicitFlatFireDamageTaken2"] = { type = "Synthesis", affix = "", "-(40-16) Fire Damage taken from Hits", statOrderKey = "2090", statOrder = { 2090 }, level = 15, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["SynthesisImplicitFlatFireDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Fire Damage taken from Hits", statOrderKey = "2090", statOrder = { 2090 }, level = 24, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["SynthesisImplicitImmuneToIgnite1"] = { type = "Synthesis", affix = "", "Cannot be Ignited", statOrderKey = "1698", statOrder = { 1698 }, level = 56, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitColdResist1"] = { type = "Synthesis", affix = "", "+8% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResist2_"] = { type = "Synthesis", affix = "", "+(9-10)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 15, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 24, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 36, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 48, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitColdResistJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitMaxColdResist1_"] = { type = "Synthesis", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 60, group = "MaximumColdResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitMaxColdResist2"] = { type = "Synthesis", affix = "", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 65, group = "MaximumColdResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, - ["SynthesisImplicitPhysicalTakenAsCold1__"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 56, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, - ["SynthesisImplicitFlatColdDamageTaken1_"] = { type = "Synthesis", affix = "", "-(15-10) Cold Damage taken from Hits", statOrderKey = "5403", statOrder = { 5403 }, level = 1, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, - ["SynthesisImplicitFlatColdDamageTaken2"] = { type = "Synthesis", affix = "", "-(40-16) Cold Damage taken from Hits", statOrderKey = "5403", statOrder = { 5403 }, level = 15, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, - ["SynthesisImplicitFlatColdDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Cold Damage taken from Hits", statOrderKey = "5403", statOrder = { 5403 }, level = 24, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, - ["SynthesisImplicitImmuneToFreeze1"] = { type = "Synthesis", affix = "", "Cannot be Frozen", statOrderKey = "1697", statOrder = { 1697 }, level = 56, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitLightningResist1"] = { type = "Synthesis", affix = "", "+8% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResist2"] = { type = "Synthesis", affix = "", "+(9-10)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 24, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 36, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 48, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitLightningResistJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitMaxLightningResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 60, group = "MaximumLightningResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitMaxLightningResist2____"] = { type = "Synthesis", affix = "", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 65, group = "MaximumLightningResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, - ["SynthesisImplicitPhysicalTakenAsLightning1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 56, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, - ["SynthesisImplicitFlatLightningDamageTaken1"] = { type = "Synthesis", affix = "", "-(15-10) Lightning Damage taken from Hits", statOrderKey = "6906", statOrder = { 6906 }, level = 1, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, - ["SynthesisImplicitFlatLightningDamageTaken2_"] = { type = "Synthesis", affix = "", "-(40-16) Lightning Damage taken from Hits", statOrderKey = "6906", statOrder = { 6906 }, level = 15, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, - ["SynthesisImplicitFlatLightningDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Lightning Damage taken from Hits", statOrderKey = "6906", statOrder = { 6906 }, level = 24, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, - ["SynthesisImplicitImmuneToShock1"] = { type = "Synthesis", affix = "", "Cannot be Shocked", statOrderKey = "1700", statOrder = { 1700 }, level = 56, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitChaosResist1_"] = { type = "Synthesis", affix = "", "+(5-6)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitChaosResist2"] = { type = "Synthesis", affix = "", "+(7-8)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 15, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitChaosResist3"] = { type = "Synthesis", affix = "", "+(9-10)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 24, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitChaosResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitMaxChaosResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 60, group = "MaximumChaosResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitMaxChaosResist2"] = { type = "Synthesis", affix = "", "+2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 65, group = "MaximumChaosResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["SynthesisImplicitPhysicalTakenAsChaos1"] = { type = "Synthesis", affix = "", "(5-8)% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 56, group = "PhysicalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, }, - ["SynthesisImplicitFlatChaosDamageTaken1"] = { type = "Synthesis", affix = "", "-(17-13) Chaos Damage taken", statOrderKey = "2686", statOrder = { 2686 }, level = 15, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, - ["SynthesisImplicitFlatChaosDamageTaken2"] = { type = "Synthesis", affix = "", "-(31-18) Chaos Damage taken", statOrderKey = "2686", statOrder = { 2686 }, level = 24, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, - ["SynthesisImplicitImmuneToPoison1"] = { type = "Synthesis", affix = "", "Cannot be Poisoned", statOrderKey = "3209", statOrder = { 3209 }, level = 56, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitAllResist1__"] = { type = "Synthesis", affix = "", "+(3-4)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 15, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitAllResist2_"] = { type = "Synthesis", affix = "", "+(5-6)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 24, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitAllResist3"] = { type = "Synthesis", affix = "", "+(7-8)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 36, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitMaximumResistance1"] = { type = "Synthesis", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 65, group = "MaximumElementalResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, - ["SynthesisImplicitMaximumResistance2_"] = { type = "Synthesis", affix = "", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 65, group = "MaximumElementalResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, - ["SynthesisImplicitLocalIncreaseSocketedGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 60, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitLocalCrit1"] = { type = "Synthesis", affix = "", "(5-6)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitLocalCrit2"] = { type = "Synthesis", affix = "", "(7-8)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 15, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitLocalCrit3"] = { type = "Synthesis", affix = "", "(9-10)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 24, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitLocalCrit4_"] = { type = "Synthesis", affix = "", "(11-12)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 36, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitLocalCrit5"] = { type = "Synthesis", affix = "", "(13-15)% increased Critical Strike Chance", statOrderKey = "1326", statOrder = { 1326 }, level = 48, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitGlobalCrit1"] = { type = "Synthesis", affix = "", "(14-15)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCrit2"] = { type = "Synthesis", affix = "", "(16-17)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 15, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCrit3"] = { type = "Synthesis", affix = "", "(18-20)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 24, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCrit4"] = { type = "Synthesis", affix = "", "(21-23)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 36, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCrit5"] = { type = "Synthesis", affix = "", "(24-26)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 48, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritQuiver1"] = { type = "Synthesis", affix = "", "(26-28)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritQuiver2"] = { type = "Synthesis", affix = "", "(29-31)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 15, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritQuiver3"] = { type = "Synthesis", affix = "", "(32-34)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 24, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritQuiver4"] = { type = "Synthesis", affix = "", "(35-37)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 36, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritQuiver5"] = { type = "Synthesis", affix = "", "(38-40)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 48, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritJewel1_"] = { type = "Synthesis", affix = "", "2% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitGlobalCritJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitMinorCriticalMultiplier1"] = { type = "Synthesis", affix = "", "+12% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitMinorCriticalMultiplier2"] = { type = "Synthesis", affix = "", "+(13-14)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 15, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitMinorCriticalMultiplier3_"] = { type = "Synthesis", affix = "", "+(15-16)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitMinorCriticalMultiplier4_"] = { type = "Synthesis", affix = "", "+(17-18)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 36, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitMinorCriticalMultiplier5"] = { type = "Synthesis", affix = "", "+(19-20)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 48, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitSpellCriticalStrikeChance1"] = { type = "Synthesis", affix = "", "(29-31)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalStrikeChance2"] = { type = "Synthesis", affix = "", "(32-34)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 15, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalStrikeChance3_"] = { type = "Synthesis", affix = "", "(35-37)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 24, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalStrikeChance4"] = { type = "Synthesis", affix = "", "(38-41)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 36, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalStrikeChance5_"] = { type = "Synthesis", affix = "", "(42-45)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 48, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitCriticalMultiplier1"] = { type = "Synthesis", affix = "", "+(15-17)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplier2"] = { type = "Synthesis", affix = "", "+(18-20)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 15, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplier3"] = { type = "Synthesis", affix = "", "+(21-23)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplier4"] = { type = "Synthesis", affix = "", "+(24-26)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 36, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplier5"] = { type = "Synthesis", affix = "", "+(27-30)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 48, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+2% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(3-4)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitAdditionalCriticalStrikeChanceWithAttacks1_"] = { type = "Synthesis", affix = "", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 65, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, - ["SynthesisImplicitAdditionalCriticalStrikeChanceWithSpells1"] = { type = "Synthesis", affix = "", "+(0.5-1)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 65, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitMaceCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Maces or Sceptres", statOrderKey = "1355", statOrder = { 1355 }, level = 1, group = "MaceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitAxeCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Axes", statOrderKey = "1356", statOrder = { 1356 }, level = 1, group = "AxeCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitSwordCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Swords", statOrderKey = "1358", statOrder = { 1358 }, level = 1, group = "SwordCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitBowCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 1, group = "BowCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitClawCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Claws", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ClawCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitDaggerCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Daggers", statOrderKey = "1354", statOrder = { 1354 }, level = 1, group = "DaggerCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitWandCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Wands", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "WandCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitStaffCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Staves", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "StaffCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitMaceCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Maces or Sceptres", statOrderKey = "1355", statOrder = { 1355 }, level = 1, group = "MaceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitAxeCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Axes", statOrderKey = "1356", statOrder = { 1356 }, level = 1, group = "AxeCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitSwordCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Swords", statOrderKey = "1358", statOrder = { 1358 }, level = 1, group = "SwordCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitBowCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 1, group = "BowCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitClawCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Claws", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "ClawCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitDaggerCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Daggers", statOrderKey = "1354", statOrder = { 1354 }, level = 1, group = "DaggerCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitWandCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Wands", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "WandCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitStaffCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Staves", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "StaffCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithStaffJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while wielding a Staff", statOrderKey = "5523", statOrder = { 5523 }, level = 1, group = "SpellCriticalChanceWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while Dual Wielding", statOrderKey = "5521", statOrder = { 5521 }, level = 1, group = "SpellCriticalChanceWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithShieldJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while holding a Shield", statOrderKey = "5522", statOrder = { 5522 }, level = 1, group = "SpellCriticalChanceWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithStaffJewel2__"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while wielding a Staff", statOrderKey = "5523", statOrder = { 5523 }, level = 1, group = "SpellCriticalChanceWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while Dual Wielding", statOrderKey = "5521", statOrder = { 5521 }, level = 1, group = "SpellCriticalChanceWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalChanceWithShieldJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while holding a Shield", statOrderKey = "5522", statOrder = { 5522 }, level = 1, group = "SpellCriticalChanceWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithStaffJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while wielding a Staff", statOrderKey = "5549", statOrder = { 5549 }, level = 1, group = "SpellCriticalMultiplierWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while Dual Wielding", statOrderKey = "5547", statOrder = { 5547 }, level = 1, group = "SpellCriticalMultiplierWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithShieldJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while holding a Shield", statOrderKey = "5548", statOrder = { 5548 }, level = 1, group = "SpellCriticalMultiplierWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithStaffJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while wielding a Staff", statOrderKey = "5549", statOrder = { 5549 }, level = 1, group = "SpellCriticalMultiplierWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while Dual Wielding", statOrderKey = "5547", statOrder = { 5547 }, level = 1, group = "SpellCriticalMultiplierWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitSpellCriticalMultiplierWithShieldJewel2__"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while holding a Shield", statOrderKey = "5548", statOrder = { 5548 }, level = 1, group = "SpellCriticalMultiplierWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["SynthesisImplicitAdditionalArrow1"] = { type = "Synthesis", affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 65, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAdditionalArrowPierce1_"] = { type = "Synthesis", affix = "", "Arrows Pierce an additional Target", statOrderKey = "1650", statOrder = { 1650 }, level = 56, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAdditionalArrowPierce2_"] = { type = "Synthesis", affix = "", "Arrows Pierce 2 additional Targets", statOrderKey = "1650", statOrder = { 1650 }, level = 61, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAdditionalArrowPierce3"] = { type = "Synthesis", affix = "", "Arrows Pierce 3 additional Targets", statOrderKey = "1650", statOrder = { 1650 }, level = 65, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAdditionalPierce1"] = { type = "Synthesis", affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 56, group = "AdditionalPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunDuration1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunDuration2"] = { type = "Synthesis", affix = "", "(18-25)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 15, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunDuration3_"] = { type = "Synthesis", affix = "", "(26-35)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 24, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitEnemyStunThreshold1"] = { type = "Synthesis", affix = "", "(5-6)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitEnemyStunThreshold2"] = { type = "Synthesis", affix = "", "(7-8)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 15, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitEnemyStunThreshold3"] = { type = "Synthesis", affix = "", "(9-10)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 24, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecovery1"] = { type = "Synthesis", affix = "", "(10-12)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecovery2_"] = { type = "Synthesis", affix = "", "(13-15)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 15, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecovery3_"] = { type = "Synthesis", affix = "", "(16-18)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 24, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecovery4"] = { type = "Synthesis", affix = "", "(19-21)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 36, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecovery5"] = { type = "Synthesis", affix = "", "(22-25)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 48, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunRecoveryJewel1"] = { type = "Synthesis", affix = "", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunDurationJewel1___"] = { type = "Synthesis", affix = "", "(2-3)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitStunDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitGlobalKnockbackChanceJewel1"] = { type = "Synthesis", affix = "", "(2-3)% chance to Knock Enemies Back on hit", statOrderKey = "1849", statOrder = { 1849 }, level = 1, group = "GlobalKnockbackChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidStun1"] = { type = "Synthesis", affix = "", "(10-11)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 15, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidStun2"] = { type = "Synthesis", affix = "", "(12-13)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 24, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidStun3"] = { type = "Synthesis", affix = "", "(14-15)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 36, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidStunJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidStunCastingJewel1_"] = { type = "Synthesis", affix = "", "(16-20)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAreaOfEffectOnStun1"] = { type = "Synthesis", affix = "", "(20-25)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 56, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitUnwaveringStance1"] = { type = "Synthesis", affix = "", "Unwavering Stance", statOrderKey = "9968", statOrder = { 9968 }, level = 65, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitImmuneToBleed1____"] = { type = "Synthesis", affix = "", "Bleeding cannot be inflicted on you", statOrderKey = "4045", statOrder = { 4045 }, level = 56, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitSelfAilmentDuration1"] = { type = "Synthesis", affix = "", "(15-20)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 15, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, - ["SynthesisImplicitSelfAilmentDuration2"] = { type = "Synthesis", affix = "", "(21-35)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 24, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, - ["SynthesisImplicitSelfAilmentDuration3"] = { type = "Synthesis", affix = "", "(36-50)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 36, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, - ["SynthesisImplicitSelfAilmentDurationJewel1_"] = { type = "Synthesis", affix = "", "(5-7)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, - ["SynthesisImplicitSelfAilmentDurationJewel2"] = { type = "Synthesis", affix = "", "(8-10)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, - ["SynthesisImplicitAilmentDamage1"] = { type = "Synthesis", affix = "", "8% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 15, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 24, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 36, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 48, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["SynthesisImplicitAilmentEffect1"] = { type = "Synthesis", affix = "", "6% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, - ["SynthesisImplicitAilmentEffect2_"] = { type = "Synthesis", affix = "", "7% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 15, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, - ["SynthesisImplicitAilmentEffect3"] = { type = "Synthesis", affix = "", "8% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 24, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, - ["SynthesisImplicitAilmentEffect4"] = { type = "Synthesis", affix = "", "9% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 36, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, - ["SynthesisImplicitAilmentEffect5"] = { type = "Synthesis", affix = "", "10% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 48, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, - ["SynthesisImplicitChanceToIgnite1"] = { type = "Synthesis", affix = "", "6% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgnite2"] = { type = "Synthesis", affix = "", "7% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgnite3"] = { type = "Synthesis", affix = "", "8% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 24, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgniteTwoHand1_"] = { type = "Synthesis", affix = "", "(9-10)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgniteTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgniteTwoHand3_"] = { type = "Synthesis", affix = "", "(13-15)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 24, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgniteJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToIgniteJewel2"] = { type = "Synthesis", affix = "", "3% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitIgniteDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Ignite Duration on Enemies", statOrderKey = "1718", statOrder = { 1718 }, level = 36, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitIgniteDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Ignite Duration on Enemies", statOrderKey = "1718", statOrder = { 1718 }, level = 48, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitFasterIgnite1__"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (7-10)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 56, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitFasterIgniteWeapon1_"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (15-20)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 48, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitFasterIgniteWeapon2"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (30-35)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 48, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitAvoidIgnite1_"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 15, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitAvoidIgnite2"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 24, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitAvoidIgnite3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 36, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitAvoidIgniteJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitChanceToFreeze1"] = { type = "Synthesis", affix = "", "6% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreeze2"] = { type = "Synthesis", affix = "", "7% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreeze3"] = { type = "Synthesis", affix = "", "8% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 24, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreezeTwoHand1"] = { type = "Synthesis", affix = "", "(9-10)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreezeTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreezeTwoHand3"] = { type = "Synthesis", affix = "", "(13-15)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 24, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreezeJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToFreezeJewel2"] = { type = "Synthesis", affix = "", "3% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitFreezeDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Freeze Duration on Enemies", statOrderKey = "1717", statOrder = { 1717 }, level = 36, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitFreezeDuration2"] = { type = "Synthesis", affix = "", "(12-15)% increased Freeze Duration on Enemies", statOrderKey = "1717", statOrder = { 1717 }, level = 48, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidChill1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid being Chilled", statOrderKey = "1703", statOrder = { 1703 }, level = 15, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidChill2_"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid being Chilled", statOrderKey = "1703", statOrder = { 1703 }, level = 24, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidChill3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid being Chilled", statOrderKey = "1703", statOrder = { 1703 }, level = 36, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidFreeze1_"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 15, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidFreeze2"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 24, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidFreeze3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 36, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitAvoidFreezeJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChillDurationJewel1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Chill Duration on Enemies", statOrderKey = "1715", statOrder = { 1715 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChillDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Chill Duration on Enemies", statOrderKey = "1715", statOrder = { 1715 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChillEffect1"] = { type = "Synthesis", affix = "", "(7-10)% increased Effect of Cold Ailments", statOrderKey = "5384", statOrder = { 5384 }, level = 36, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChillEffect2"] = { type = "Synthesis", affix = "", "(11-15)% increased Effect of Cold Ailments", statOrderKey = "5384", statOrder = { 5384 }, level = 48, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChillEffectJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Effect of Cold Ailments", statOrderKey = "5384", statOrder = { 5384 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitChanceToShock1"] = { type = "Synthesis", affix = "", "6% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShock2"] = { type = "Synthesis", affix = "", "7% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShock3"] = { type = "Synthesis", affix = "", "8% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 24, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShockTwoHand1"] = { type = "Synthesis", affix = "", "(9-10)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShockTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShockTwoHand3"] = { type = "Synthesis", affix = "", "(13-15)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 24, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShockJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitChanceToShockJewel2"] = { type = "Synthesis", affix = "", "3% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Shock Duration on Enemies", statOrderKey = "1716", statOrder = { 1716 }, level = 36, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Shock Duration on Enemies", statOrderKey = "1716", statOrder = { 1716 }, level = 48, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockDurationJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Shock Duration on Enemies", statOrderKey = "1716", statOrder = { 1716 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Shock Duration on Enemies", statOrderKey = "1716", statOrder = { 1716 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidShock1"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 15, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidShock2_"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 24, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidShock3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 36, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidShockJewel1____"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockEffect1"] = { type = "Synthesis", affix = "", "(7-10)% increased Effect of Shock", statOrderKey = "9258", statOrder = { 9258 }, level = 36, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockEffect2"] = { type = "Synthesis", affix = "", "(11-15)% increased Effect of Shock", statOrderKey = "9258", statOrder = { 9258 }, level = 48, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitShockEffectJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Effect of Shock", statOrderKey = "9258", statOrder = { 9258 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitBurnDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamage2__"] = { type = "Synthesis", affix = "", "(12-13)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageOneHand1"] = { type = "Synthesis", affix = "", "(14-18)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageOneHand2_"] = { type = "Synthesis", affix = "", "(19-23)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageOneHand3"] = { type = "Synthesis", affix = "", "(24-28)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageTwoHand1"] = { type = "Synthesis", affix = "", "(22-27)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageTwoHand2"] = { type = "Synthesis", affix = "", "(28-35)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageTwoHand3"] = { type = "Synthesis", affix = "", "(36-44)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitBurnDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitPoisonDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitPoisonDamage2"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 15, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitPoisonDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 24, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitWeaponPoisonDamage1"] = { type = "Synthesis", affix = "", "(14-18)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitWeaponPoisonDamage2"] = { type = "Synthesis", affix = "", "(19-23)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 15, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitWeaponPoisonDamage3"] = { type = "Synthesis", affix = "", "(24-28)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 24, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitPoisonDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitPoisonDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitLocalPoisonOnHit1_"] = { type = "Synthesis", affix = "", "(25-30)% chance to Poison on Hit", statOrderKey = "7433", statOrder = { 7433 }, level = 50, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, - ["SynthesisImplicitChanceToPoisonJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitChanceToPoisonJewel2_"] = { type = "Synthesis", affix = "", "3% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitPoisonDuration1"] = { type = "Synthesis", affix = "", "(8-12)% increased Poison Duration", statOrderKey = "3009", statOrder = { 3009 }, level = 55, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitFasterPoison1"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (7-10)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 56, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitFasterPoisonWeapon1_"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (15-20)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 36, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitFasterPoisonWeapon2__"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (30-35)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 48, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["SynthesisImplicitAvoidPoison1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 24, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitAvoidPoison2"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 36, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitAvoidPoison3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 48, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitAvoidPoisonJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["SynthesisImplicitBleedDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 15, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitBleedDamage2"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 24, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitBleedDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 36, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitWeaponBleedDamage1_"] = { type = "Synthesis", affix = "", "(14-18)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 15, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitWeaponBleedDamage2_"] = { type = "Synthesis", affix = "", "(19-23)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 24, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitWeaponBleedDamage3"] = { type = "Synthesis", affix = "", "(24-28)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 36, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitBleedDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitBleedDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitLocalBleedOnHit1"] = { type = "Synthesis", affix = "", "(15-20)% chance to cause Bleeding on Hit", statOrderKey = "2334", statOrder = { 2334 }, level = 50, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitChanceToBleedJewel1"] = { type = "Synthesis", affix = "", "Attacks have (1-2)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitChanceToBleedJewel2__"] = { type = "Synthesis", affix = "", "Attacks have 3% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitFasterBleed1_"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (7-10)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 56, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitFasterBleedWeapon1"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (15-20)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 36, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitFasterBleedWeapon2_"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (30-35)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 48, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitBleedDuration1"] = { type = "Synthesis", affix = "", "(8-12)% increased Bleeding Duration", statOrderKey = "4706", statOrder = { 4706 }, level = 55, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitAvoidBleed1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 15, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitAvoidBleed2_"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 24, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitAvoidBleed3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 36, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitAvoidBleedJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["SynthesisImplicitAllDamage1_"] = { type = "Synthesis", affix = "", "7% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamage2"] = { type = "Synthesis", affix = "", "(8-9)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamage3"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamage4"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 36, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamage5"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 48, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamage1"] = { type = "Synthesis", affix = "", "(15-18)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamage2"] = { type = "Synthesis", affix = "", "(19-22)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamage3_"] = { type = "Synthesis", affix = "", "(23-26)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamageTwoHand1_"] = { type = "Synthesis", affix = "", "(21-26)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamageTwoHand2"] = { type = "Synthesis", affix = "", "(27-32)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponAllDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-38)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamageJewel1"] = { type = "Synthesis", affix = "", "2% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAllDamageJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitFireDamage1_"] = { type = "Synthesis", affix = "", "8% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 15, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 56, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Fire Damage with Attack Skills", statOrderKey = "6107", statOrder = { 6107 }, level = 1, group = "FireDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitFireDamageAttacksJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Fire Damage with Attack Skills", statOrderKey = "6107", statOrder = { 6107 }, level = 1, group = "FireDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitFireDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Fire Damage with Spell Skills", statOrderKey = "6108", statOrder = { 6108 }, level = 1, group = "FireDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitFireDamageSpellsJewel2__"] = { type = "Synthesis", affix = "", "(5-6)% increased Fire Damage with Spell Skills", statOrderKey = "6108", statOrder = { 6108 }, level = 1, group = "FireDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitPhysicalConvertedToFireMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 50, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitPhysicalConvertedToFire1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 55, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitPhysicalConvertedToFire2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitPhysicalConvertedToFireJewel1_"] = { type = "Synthesis", affix = "", "3% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 1, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitPhysicalAddedAsFire1"] = { type = "Synthesis", affix = "", "Gain (3-5)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 45, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitPhysicalAddedAsFire2"] = { type = "Synthesis", affix = "", "Gain (6-8)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 55, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["SynthesisImplicitFireDamagePerStrength1"] = { type = "Synthesis", affix = "", "1% increased Fire Damage per 20 Strength", statOrderKey = "6094", statOrder = { 6094 }, level = 55, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireLeechMinor1__"] = { type = "Synthesis", affix = "", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 45, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["SynthesisImplicitFireLeech1"] = { type = "Synthesis", affix = "", "0.5% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 55, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamage1"] = { type = "Synthesis", affix = "", "(15-17)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamage3"] = { type = "Synthesis", affix = "", "(21-23)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamage5"] = { type = "Synthesis", affix = "", "(27-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamageTwoHand2_"] = { type = "Synthesis", affix = "", "(29-32)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitWeaponFireDamageTwoHand5"] = { type = "Synthesis", affix = "", "(41-44)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitLocalFireDamage1"] = { type = "Synthesis", affix = "", "Adds (4-8) to (9-15) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamage2"] = { type = "Synthesis", affix = "", "Adds (9-12) to (16-23) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 15, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamage3"] = { type = "Synthesis", affix = "", "Adds (13-18) to (24-31) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 24, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamage4"] = { type = "Synthesis", affix = "", "Adds (19-24) to (32-43) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 36, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamage5"] = { type = "Synthesis", affix = "", "Adds (25-30) to (44-53) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 48, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds (8-14) to (15-24) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (15-22) to (26-41) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 15, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (23-31) to (42-56) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 24, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (32-41) to (57-74) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 36, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitLocalFireDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (42-52) to (75-93) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 48, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitSpellAddedFireDamage1"] = { type = "Synthesis", affix = "", "Adds (3-6) to (7-11) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamage2"] = { type = "Synthesis", affix = "", "Adds (7-9) to (12-17) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 15, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamage3"] = { type = "Synthesis", affix = "", "Adds (10-13) to (17-22) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 24, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamage4"] = { type = "Synthesis", affix = "", "Adds (14-17) to (23-31) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 36, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamage5"] = { type = "Synthesis", affix = "", "Adds (18-21) to (31-38) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 48, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds (5-9) to (10-15) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (10-14) to (16-25) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 15, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (14-19) to (26-34) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 24, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (20-25) to (35-45) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 36, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitSpellAddedFireDamageTwoHand5__"] = { type = "Synthesis", affix = "", "Adds (26-32) to (46-56) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 48, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SynthesisImplicitGlobalAddedFireDamage1"] = { type = "Synthesis", affix = "", "Adds (13-18) to (28-33) Fire Damage", statOrderKey = "1223", statOrder = { 1223 }, level = 50, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitFireAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 55, group = "FireAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["SynthesisImplicitFireAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 65, group = "FireAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["SynthesisImplicitColdDamage1"] = { type = "Synthesis", affix = "", "8% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 15, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamage5_"] = { type = "Synthesis", affix = "", "(15-16)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 56, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Cold Damage with Attack Skills", statOrderKey = "5405", statOrder = { 5405 }, level = 1, group = "ColdDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitColdDamageAttacksJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Cold Damage with Attack Skills", statOrderKey = "5405", statOrder = { 5405 }, level = 1, group = "ColdDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitColdDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Cold Damage with Spell Skills", statOrderKey = "5406", statOrder = { 5406 }, level = 1, group = "ColdDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitColdDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Cold Damage with Spell Skills", statOrderKey = "5406", statOrder = { 5406 }, level = 1, group = "ColdDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitPhysicalConvertedToColdMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 50, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["SynthesisImplicitPhysicalConvertedToCold1_"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 55, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["SynthesisImplicitPhysicalConvertedToCold2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamagePerFrenzyCharge1"] = { type = "Synthesis", affix = "", "4 to 7 Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 55, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 45, group = "ColdDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["SynthesisImplicitColdLeech1"] = { type = "Synthesis", affix = "", "0.5% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 55, group = "ColdDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamage1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamage3_"] = { type = "Synthesis", affix = "", "(21-23)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamage5"] = { type = "Synthesis", affix = "", "(27-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamageTwoHand2"] = { type = "Synthesis", affix = "", "(29-32)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitWeaponColdDamageTwoHand5"] = { type = "Synthesis", affix = "", "(41-44)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitLocalColdDamage1"] = { type = "Synthesis", affix = "", "Adds (3-6) to (7-11) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamage2"] = { type = "Synthesis", affix = "", "Adds (7-10) to (12-18) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 15, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamage3"] = { type = "Synthesis", affix = "", "Adds (11-15) to (19-26) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 24, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamage4"] = { type = "Synthesis", affix = "", "Adds (16-20) to (27-35) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 36, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamage5"] = { type = "Synthesis", affix = "", "Adds (21-25) to (36-43) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 48, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamageTwoHand1__"] = { type = "Synthesis", affix = "", "Adds (6-9) to (13-21) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamageTwoHand2__"] = { type = "Synthesis", affix = "", "Adds (10-17) to (22-32) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 15, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamageTwoHand3_"] = { type = "Synthesis", affix = "", "Adds (19-26) to (34-45) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 24, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (27-35) to (46-61) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 36, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLocalColdDamageTwoHand5_"] = { type = "Synthesis", affix = "", "Adds (36-43) to (51-75) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 48, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitSpellAddedColdDamage1_"] = { type = "Synthesis", affix = "", "Adds (3-5) to (5-8) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamage2_"] = { type = "Synthesis", affix = "", "Adds (5-7) to (9-13) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 15, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamage3"] = { type = "Synthesis", affix = "", "Adds (8-11) to (14-19) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 24, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamage4"] = { type = "Synthesis", affix = "", "Adds (12-14) to (19-25) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 36, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamage5"] = { type = "Synthesis", affix = "", "Adds (15-18) to (26-31) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 48, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds (4-6) to (8-13) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamageTwoHand2_"] = { type = "Synthesis", affix = "", "Adds (7-11) to (14-20) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 15, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (12-16) to (21-28) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 24, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (17-21) to (28-38) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 36, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitSpellAddedColdDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (22-26) to (31-46) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 48, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SynthesisImplicitGlobalAddedColdDamage1_"] = { type = "Synthesis", affix = "", "Adds (12-16) to (24-28) Cold Damage", statOrderKey = "1232", statOrder = { 1232 }, level = 50, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplier1"] = { type = "Synthesis", affix = "", "+(9-10)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 15, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplier2"] = { type = "Synthesis", affix = "", "+(11-12)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 24, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplier3_"] = { type = "Synthesis", affix = "", "+(13-15)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand1_"] = { type = "Synthesis", affix = "", "+(21-23)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 15, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand2_"] = { type = "Synthesis", affix = "", "+(24-26)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 24, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand3_"] = { type = "Synthesis", affix = "", "+(27-30)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitColdAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 55, group = "ColdAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["SynthesisImplicitColdAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 65, group = "ColdAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["SynthesisImplicitLightningDamage1"] = { type = "Synthesis", affix = "", "8% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 15, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 56, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningDamageAttacksJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Lightning Damage with Attack Skills", statOrderKey = "6907", statOrder = { 6907 }, level = 1, group = "LightningDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLightningDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Lightning Damage with Attack Skills", statOrderKey = "6907", statOrder = { 6907 }, level = 1, group = "LightningDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLightningDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Lightning Damage with Spell Skills", statOrderKey = "6908", statOrder = { 6908 }, level = 1, group = "LightningDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitLightningDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Lightning Damage with Spell Skills", statOrderKey = "6908", statOrder = { 6908 }, level = 1, group = "LightningDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitPhysicalConvertedToLightningMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 50, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["SynthesisImplicitPhysicalConvertedToLightning1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 55, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["SynthesisImplicitPhysicalConvertedToLightning2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["SynthesisImplicitPhysicalAddedAsLightning1___"] = { type = "Synthesis", affix = "", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 55, group = "PhysicalAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 45, group = "LightningDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningLeech1"] = { type = "Synthesis", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 55, group = "LightningDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamage1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamage3_"] = { type = "Synthesis", affix = "", "(21-23)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamage4_"] = { type = "Synthesis", affix = "", "(24-26)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamage5_"] = { type = "Synthesis", affix = "", "(27-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamageTwoHand2"] = { type = "Synthesis", affix = "", "(29-32)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitWeaponLightningDamageTwoHand5_"] = { type = "Synthesis", affix = "", "(41-44)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLocalLightningDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to (16-25) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamage2"] = { type = "Synthesis", affix = "", "Adds (1-2) to (26-40) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 15, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamage3_"] = { type = "Synthesis", affix = "", "Adds (1-3) to (41-55) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 24, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamage4"] = { type = "Synthesis", affix = "", "Adds (2-5) to (56-70) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 36, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamage5"] = { type = "Synthesis", affix = "", "Adds (2-6) to (71-83) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 48, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds 1 to (29-46) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (1-3) to (48-75) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 15, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (2-6) to (77-95) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 24, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (2-8) to (96-123) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 36, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitLocalLightningDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (3-10) to (124-145) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 48, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitSpellAddedLightningDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to (12-18) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamage2"] = { type = "Synthesis", affix = "", "Adds (1-2) to (19-28) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 15, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamage3"] = { type = "Synthesis", affix = "", "Adds (1-3) to (29-39) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 24, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamage4"] = { type = "Synthesis", affix = "", "Adds (2-4) to (40-49) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 36, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamage5"] = { type = "Synthesis", affix = "", "Adds (2-5) to (50-59) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 48, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds 1 to (18-28) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamageTwoHand2_"] = { type = "Synthesis", affix = "", "Adds (1-3) to (29-46) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 15, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (2-4) to (47-58) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 24, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (2-5) to (59-75) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 36, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitSpellAddedLightningDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (3-7) to (75-88) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 48, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SynthesisImplicitGlobalAddedLightningDamage1"] = { type = "Synthesis", affix = "", "Adds (1-5) to (50-52) Lightning Damage", statOrderKey = "1243", statOrder = { 1243 }, level = 50, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitLightningAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 55, group = "LightningAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["SynthesisImplicitLightningAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 65, group = "LightningAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["SynthesisImplicitPhysicalDamage1_"] = { type = "Synthesis", affix = "", "8% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamage3_"] = { type = "Synthesis", affix = "", "(11-12)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 36, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 48, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 56, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamageJewel2__"] = { type = "Synthesis", affix = "", "(4-5)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Attack Skills", statOrderKey = "8942", statOrder = { 8942 }, level = 1, group = "PhysicalDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitPhysicalDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Attack Skills", statOrderKey = "8942", statOrder = { 8942 }, level = 1, group = "PhysicalDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitPhysicalDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Spell Skills", statOrderKey = "8943", statOrder = { 8943 }, level = 1, group = "PhysicalDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SynthesisImplicitPhysicalDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Spell Skills", statOrderKey = "8943", statOrder = { 8943 }, level = 1, group = "PhysicalDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SynthesisImplicitAttackChanceToImpale1"] = { type = "Synthesis", affix = "", "(6-10)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 1, group = "AttackImpaleChance", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 45, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, - ["SynthesisImplicitPhysicalLeech1"] = { type = "Synthesis", affix = "", "0.5% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 55, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamage1"] = { type = "Synthesis", affix = "", "(19-22)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamage2"] = { type = "Synthesis", affix = "", "(23-26)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamage3"] = { type = "Synthesis", affix = "", "(27-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamageTwoHand1"] = { type = "Synthesis", affix = "", "(27-32)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamageTwoHand2_"] = { type = "Synthesis", affix = "", "(33-38)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitWeaponPhysicalDamageTwoHand3"] = { type = "Synthesis", affix = "", "(39-44)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitLocalPhysicalDamage1"] = { type = "Synthesis", affix = "", "(13-14)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalPhysicalDamage2"] = { type = "Synthesis", affix = "", "(15-16)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 15, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalPhysicalDamage3"] = { type = "Synthesis", affix = "", "(17-19)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 24, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalPhysicalDamage4"] = { type = "Synthesis", affix = "", "(20-22)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 36, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalPhysicalDamage5"] = { type = "Synthesis", affix = "", "(23-25)% increased Physical Damage", statOrderKey = "1098", statOrder = { 1098 }, level = 48, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to 2 Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamage2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (3-4) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 15, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamage3"] = { type = "Synthesis", affix = "", "Adds (3-4) to (5-6) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 24, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamage4"] = { type = "Synthesis", affix = "", "Adds (5-6) to (7-8) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamage5"] = { type = "Synthesis", affix = "", "Adds (6-7) to (9-10) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 48, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds 1 to (2-3) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 15, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (4-5) to (6-7) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 24, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand4_"] = { type = "Synthesis", affix = "", "Adds (6-7) to (8-10) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (8-9) to (11-13) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 48, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 55, group = "PhysicalAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["SynthesisImplicitPhysicalAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 65, group = "PhysicalAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["SynthesisImplicitChaosDamage1"] = { type = "Synthesis", affix = "", "8% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamage6_"] = { type = "Synthesis", affix = "", "(17-20)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 56, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageAttacksJewel1___"] = { type = "Synthesis", affix = "", "(3-4)% increased Chaos Damage with Attack Skills", statOrderKey = "5335", statOrder = { 5335 }, level = 1, group = "ChaosDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitChaosDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Chaos Damage with Attack Skills", statOrderKey = "5335", statOrder = { 5335 }, level = 1, group = "ChaosDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitChaosDamageSpellsJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Chaos Damage with Spell Skills", statOrderKey = "5336", statOrder = { 5336 }, level = 1, group = "ChaosDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SynthesisImplicitChaosDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Chaos Damage with Spell Skills", statOrderKey = "5336", statOrder = { 5336 }, level = 1, group = "ChaosDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SynthesisImplicitPhysicalConvertedToChaos1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 55, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["SynthesisImplicitPhysicalConvertedToChaos2_"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 60, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["SynthesisImplicitChaosLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 45, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["SynthesisImplicitChaosLeech1"] = { type = "Synthesis", affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 55, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamage1"] = { type = "Synthesis", affix = "", "(15-17)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamage3"] = { type = "Synthesis", affix = "", "(21-23)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamageTwoHand2___"] = { type = "Synthesis", affix = "", "(29-32)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamageTwoHand3_"] = { type = "Synthesis", affix = "", "(33-36)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitWeaponChaosDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitLocalChaosDamage1"] = { type = "Synthesis", affix = "", "Adds (4-9) to (11-21) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 15, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitLocalChaosDamage2_"] = { type = "Synthesis", affix = "", "Adds (10-18) to (22-34) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 24, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitLocalChaosDamage3"] = { type = "Synthesis", affix = "", "Adds (19-28) to (35-49) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 36, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitLocalChaosDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds (8-14) to (17-30) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 15, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitLocalChaosDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (15-24) to (31-57) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 24, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitLocalChaosDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (26-50) to (58-86) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 36, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SynthesisImplicitGlobalAddedChaosDamage1_"] = { type = "Synthesis", affix = "", "Adds (11-13) to (19-23) Chaos Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 50, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplier1_"] = { type = "Synthesis", affix = "", "+(9-10)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 15, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplier2"] = { type = "Synthesis", affix = "", "+(11-12)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 24, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplier3_"] = { type = "Synthesis", affix = "", "+(13-15)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand1"] = { type = "Synthesis", affix = "", "+(21-23)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 15, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand2"] = { type = "Synthesis", affix = "", "+(24-26)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 24, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand3"] = { type = "Synthesis", affix = "", "+(27-30)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["SynthesisImplicitDegenerationDamage1_"] = { type = "Synthesis", affix = "", "(9-10)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDegenerationDamage2"] = { type = "Synthesis", affix = "", "(11-12)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 15, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDegenerationDamage3"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 24, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDegenerationDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDegenerationDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitWeaponElementalDamage1_"] = { type = "Synthesis", affix = "", "(12-13)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitWeaponElementalDamage2"] = { type = "Synthesis", affix = "", "(14-15)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 24, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitWeaponElementalDamage3"] = { type = "Synthesis", affix = "", "(16-18)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 36, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitWeaponElementalDamage4"] = { type = "Synthesis", affix = "", "(19-21)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 48, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitWeaponElementalDamage5"] = { type = "Synthesis", affix = "", "(22-24)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 56, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitPhysicalDamageAddedAsRandomElement1"] = { type = "Synthesis", affix = "", "Gain (8-10)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 65, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, - ["SynthesisImplicitLocalElementalPen1_"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate 2% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitLocalElementalPen2"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate 3% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 15, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitLocalElementalPen3"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate (4-5)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 24, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["SynthesisImplicitElementalDamage1"] = { type = "Synthesis", affix = "", "8% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 48, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHigh1__"] = { type = "Synthesis", affix = "", "(17-19)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHigh2"] = { type = "Synthesis", affix = "", "(20-22)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHigh3__"] = { type = "Synthesis", affix = "", "(23-26)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHighTwoHand1"] = { type = "Synthesis", affix = "", "(21-26)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHighTwoHand2_"] = { type = "Synthesis", affix = "", "(27-32)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageHighTwoHand3"] = { type = "Synthesis", affix = "", "(33-38)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitElementalLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Elemental Damage Leeched as Life", statOrderKey = "1545", statOrder = { 1545 }, level = 45, group = "ElementalDamageLeechedAsLifePermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitFirePenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 60, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["SynthesisImplicitColdPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 60, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["SynthesisImplicitLightningPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 60, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["SynthesisImplicitFirePenetrationWeapon1"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Fire Resistance", statOrderKey = "3426", statOrder = { 3426 }, level = 60, group = "FirePenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitColdPenetrationWeapon1_"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Cold Resistance", statOrderKey = "3425", statOrder = { 3425 }, level = 60, group = "ColdPenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitLightningPenetrationWeapon1__"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Lightning Resistance", statOrderKey = "3427", statOrder = { 3427 }, level = 60, group = "LightningPenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitElementalPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 60, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["SynthesisImplicitMeleeDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitMeleeDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitMaceIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Maces or Sceptres", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "MaceIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitAxeIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Axes", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "AxeIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitSwordIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Swords", statOrderKey = "1202", statOrder = { 1202 }, level = 1, group = "SwordIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitBowIncreasedPhysicalDamageJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Bows", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "BowIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitClawIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Claws", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "ClawIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitDaggerIncreasedPhysicalDamageJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Daggers", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "DaggerIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitWandIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Wands", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "WandIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitStaffIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Staves", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "StaffIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitMaceIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Maces or Sceptres", statOrderKey = "1191", statOrder = { 1191 }, level = 1, group = "MaceIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitAxeIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Axes", statOrderKey = "1167", statOrder = { 1167 }, level = 1, group = "AxeIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitSwordIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Swords", statOrderKey = "1202", statOrder = { 1202 }, level = 1, group = "SwordIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitBowIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Bows", statOrderKey = "1197", statOrder = { 1197 }, level = 1, group = "BowIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitClawIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Claws", statOrderKey = "1179", statOrder = { 1179 }, level = 1, group = "ClawIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitDaggerIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Daggers", statOrderKey = "1185", statOrder = { 1185 }, level = 1, group = "DaggerIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitWandIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Wands", statOrderKey = "1209", statOrder = { 1209 }, level = 1, group = "WandIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitStaffIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Staves", statOrderKey = "1171", statOrder = { 1171 }, level = 1, group = "StaffIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["SynthesisImplicitSpellDamageWithStaffJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while wielding a Staff", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "SpellDamageWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while Dual Wielding", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "SpellDamageWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageWithShieldJewel1__"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while holding a Shield", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "SpellDamageWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageWithStaffJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while wielding a Staff", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "SpellDamageWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while Dual Wielding", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "SpellDamageWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageWithShieldJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while holding a Shield", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "SpellDamageWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitAttackDamage1"] = { type = "Synthesis", affix = "", "(12-13)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitAttackDamage2"] = { type = "Synthesis", affix = "", "(14-16)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitAttackDamage3"] = { type = "Synthesis", affix = "", "(17-20)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamage1"] = { type = "Synthesis", affix = "", "(23-26)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamage2"] = { type = "Synthesis", affix = "", "(27-30)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamage3"] = { type = "Synthesis", affix = "", "(31-35)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamageTwoHand1"] = { type = "Synthesis", affix = "", "(29-35)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamageTwoHand2"] = { type = "Synthesis", affix = "", "(36-44)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitWeaponAttackDamageTwoHand3"] = { type = "Synthesis", affix = "", "(45-51)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitSpellDamage1"] = { type = "Synthesis", affix = "", "(12-13)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamage2_"] = { type = "Synthesis", affix = "", "(14-16)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamage3_"] = { type = "Synthesis", affix = "", "(17-20)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamage1"] = { type = "Synthesis", affix = "", "(16-18)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamage2"] = { type = "Synthesis", affix = "", "(19-22)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamage3"] = { type = "Synthesis", affix = "", "(23-26)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamage4"] = { type = "Synthesis", affix = "", "(27-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 36, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamage5"] = { type = "Synthesis", affix = "", "(31-35)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 48, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamageTwoHand1"] = { type = "Synthesis", affix = "", "(22-24)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamageTwoHand2"] = { type = "Synthesis", affix = "", "(25-28)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamageTwoHand3"] = { type = "Synthesis", affix = "", "(29-35)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamageTwoHand4_"] = { type = "Synthesis", affix = "", "(36-44)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 36, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitWeaponSpellDamageTwoHand5"] = { type = "Synthesis", affix = "", "(45-51)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 48, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellsDoubleDamageChance1__"] = { type = "Synthesis", affix = "", "Spells have a (8-10)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 60, group = "SpellsDoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellsDoubleDamageChance2_"] = { type = "Synthesis", affix = "", "Spells have a (16-18)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 65, group = "SpellsDoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitStrength1"] = { type = "Synthesis", affix = "", "+(6-8) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrength2__"] = { type = "Synthesis", affix = "", "+(9-11) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrength3"] = { type = "Synthesis", affix = "", "+(12-14) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrength4"] = { type = "Synthesis", affix = "", "+(15-17) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 15, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrength5"] = { type = "Synthesis", affix = "", "+(18-20) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 24, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrengthJewel1__"] = { type = "Synthesis", affix = "", "+(2-3) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitStrengthJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrength1_"] = { type = "Synthesis", affix = "", "4% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrength2_"] = { type = "Synthesis", affix = "", "5% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 16, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrength3_"] = { type = "Synthesis", affix = "", "6% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 24, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrengthTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrengthTrinket2"] = { type = "Synthesis", affix = "", "(10-12)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 16, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentStrengthTrinket3"] = { type = "Synthesis", affix = "", "(13-15)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 24, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDamagePerStrength1_"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Strength", statOrderKey = "5631", statOrder = { 5631 }, level = 60, group = "DamagePer15Strength", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAddedFireDamagePerStrength1"] = { type = "Synthesis", affix = "", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 55, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitAddedFireDamagePerStrength2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 55, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["SynthesisImplicitSpellDamagePerStrength1_"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Strength", statOrderKey = "9391", statOrder = { 9391 }, level = 55, group = "SpellDamagePer16Strength", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamagePerStrength2_"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 10 Strength", statOrderKey = "9388", statOrder = { 9388 }, level = 55, group = "SpellDamagePer10Strength", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageTakenPer250Strength1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Strength", statOrderKey = "5678", statOrder = { 5678 }, level = 60, group = "DamageTakenPer250Strength", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitDexterity1"] = { type = "Synthesis", affix = "", "+(6-8) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterity2"] = { type = "Synthesis", affix = "", "+(9-11) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterity3"] = { type = "Synthesis", affix = "", "+(12-14) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterity4"] = { type = "Synthesis", affix = "", "+(15-17) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 15, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterity5"] = { type = "Synthesis", affix = "", "+(18-20) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 24, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterityJewel1"] = { type = "Synthesis", affix = "", "+(2-3) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDexterityJewel2_"] = { type = "Synthesis", affix = "", "+(4-5) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterity1"] = { type = "Synthesis", affix = "", "4% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterity2"] = { type = "Synthesis", affix = "", "5% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 16, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterity3_"] = { type = "Synthesis", affix = "", "6% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 24, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterityTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterityTrinket2"] = { type = "Synthesis", affix = "", "(10-12)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 16, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentDexterityTrinket3"] = { type = "Synthesis", affix = "", "(13-15)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 24, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDamagePerDexterity1"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Dexterity", statOrderKey = "5629", statOrder = { 5629 }, level = 60, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAddedColdDamagePerDexterity1_"] = { type = "Synthesis", affix = "", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 55, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitAddedColdDamagePerDexterity2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 55, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["SynthesisImplicitSpellDamagePerDexterity1"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Dexterity", statOrderKey = "9389", statOrder = { 9389 }, level = 55, group = "SpellDamagePer16Dexterity", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageTakenPer250Dexterity1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Dexterity", statOrderKey = "5676", statOrder = { 5676 }, level = 60, group = "DamageTakenPer250Dexterity", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitIntelligence1"] = { type = "Synthesis", affix = "", "+(6-8) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligence2_"] = { type = "Synthesis", affix = "", "+(9-11) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligence3_"] = { type = "Synthesis", affix = "", "+(12-14) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligence4"] = { type = "Synthesis", affix = "", "+(15-17) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 15, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligence5"] = { type = "Synthesis", affix = "", "+(18-20) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 24, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligenceJewel1"] = { type = "Synthesis", affix = "", "+(2-3) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitIntelligenceJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligence1"] = { type = "Synthesis", affix = "", "4% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligence2_"] = { type = "Synthesis", affix = "", "5% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 16, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligence3_"] = { type = "Synthesis", affix = "", "6% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 24, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligenceTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligenceTrinket2_"] = { type = "Synthesis", affix = "", "(10-12)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 16, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentIntelligenceTrinket3_"] = { type = "Synthesis", affix = "", "(13-15)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 24, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Intelligence", statOrderKey = "5630", statOrder = { 5630 }, level = 60, group = "DamagePer15Intelligence", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAddedLightningDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 55, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitAddedLightningDamagePerIntelligence2"] = { type = "Synthesis", affix = "", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 55, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SynthesisImplicitSpellDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Intelligence", statOrderKey = "9390", statOrder = { 9390 }, level = 55, group = "SpellDamagePer16Intelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamagePerIntelligence2"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2587", statOrder = { 2587 }, level = 55, group = "SpellDamagePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageTakenPer250Intelligence1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Intelligence", statOrderKey = "5677", statOrder = { 5677 }, level = 60, group = "DamageTakenPer250Intelligence", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAllAttributes1"] = { type = "Synthesis", affix = "", "+(6-7) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitAllAttributes2"] = { type = "Synthesis", affix = "", "+(8-9) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 15, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitAllAttributes3"] = { type = "Synthesis", affix = "", "+(10-12) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 24, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentAllAttributes1"] = { type = "Synthesis", affix = "", "2% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 48, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitPercentAllAttributes2"] = { type = "Synthesis", affix = "", "3% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 56, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, - ["SynthesisImplicitAccuracy1"] = { type = "Synthesis", affix = "", "(10-11)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracy2"] = { type = "Synthesis", affix = "", "(12-13)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 15, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracy3"] = { type = "Synthesis", affix = "", "(14-15)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 24, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracy4"] = { type = "Synthesis", affix = "", "(16-17)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 36, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracy5_"] = { type = "Synthesis", affix = "", "(18-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 48, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracyJewel1"] = { type = "Synthesis", affix = "", "+(21-35) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAccuracyJewel2"] = { type = "Synthesis", affix = "", "+(36-50) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitFlatAccuracy1_"] = { type = "Synthesis", affix = "", "+(150-250) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 48, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitFlatAccuracy2"] = { type = "Synthesis", affix = "", "+(251-350) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 56, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWeaponAccuracy1"] = { type = "Synthesis", affix = "", "(10-15)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWeaponAccuracy2"] = { type = "Synthesis", affix = "", "(20-25)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 15, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWeaponAccuracy3"] = { type = "Synthesis", affix = "", "(30-35)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 24, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWeaponAccuracyHigh1"] = { type = "Synthesis", affix = "", "100% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 65, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitMaceAccuracyRatingJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "1304", statOrder = { 1304 }, level = 1, group = "MaceIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAxeAccuracyRatingJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Axes", statOrderKey = "1300", statOrder = { 1300 }, level = 1, group = "AxeIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitSwordAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Swords", statOrderKey = "1306", statOrder = { 1306 }, level = 1, group = "SwordIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitBowAccuracyRatingJewel1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Bows", statOrderKey = "1305", statOrder = { 1305 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitClawAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Claws", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "ClawIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitDaggerAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Daggers", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "DaggerIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWandAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Wands", statOrderKey = "1307", statOrder = { 1307 }, level = 1, group = "WandIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitStaffAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Staves", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "StaffIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitMaceAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Maces or Sceptres", statOrderKey = "1304", statOrder = { 1304 }, level = 1, group = "MaceIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAxeAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Axes", statOrderKey = "1300", statOrder = { 1300 }, level = 1, group = "AxeIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitSwordAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Swords", statOrderKey = "1306", statOrder = { 1306 }, level = 1, group = "SwordIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitBowAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Bows", statOrderKey = "1305", statOrder = { 1305 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitClawAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Claws", statOrderKey = "1302", statOrder = { 1302 }, level = 1, group = "ClawIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitDaggerAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Daggers", statOrderKey = "1303", statOrder = { 1303 }, level = 1, group = "DaggerIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWandAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Wands", statOrderKey = "1307", statOrder = { 1307 }, level = 1, group = "WandIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitStaffAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Staves", statOrderKey = "1301", statOrder = { 1301 }, level = 1, group = "StaffIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitIncreasedArmour1_"] = { type = "Synthesis", affix = "", "(15-18)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitIncreasedArmour2_"] = { type = "Synthesis", affix = "", "(19-22)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 15, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitIncreasedArmour3"] = { type = "Synthesis", affix = "", "(23-26)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 24, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitIncreasedArmour4"] = { type = "Synthesis", affix = "", "(27-30)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 36, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitIncreasedArmour5_"] = { type = "Synthesis", affix = "", "(30-35)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 48, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitFlatArmour1"] = { type = "Synthesis", affix = "", "+(15-20) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitFlatArmour2"] = { type = "Synthesis", affix = "", "+(21-30) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 15, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitFlatArmour3"] = { type = "Synthesis", affix = "", "+(31-40) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 24, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitFlatArmour4"] = { type = "Synthesis", affix = "", "+(41-55) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 36, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitFlatArmour5"] = { type = "Synthesis", affix = "", "+(56-70) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 48, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitAdditionalPhysReduction1"] = { type = "Synthesis", affix = "", "2% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 36, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitAdditionalPhysReduction2"] = { type = "Synthesis", affix = "", "3% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 48, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitAdditionalPhysReduction3"] = { type = "Synthesis", affix = "", "4% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 56, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitGlobalArmour1"] = { type = "Synthesis", affix = "", "(7-9)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmour2"] = { type = "Synthesis", affix = "", "(10-12)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 15, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmour3"] = { type = "Synthesis", affix = "", "(13-15)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 24, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmourTwoHand1__"] = { type = "Synthesis", affix = "", "(14-16)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 36, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmourTwoHand2"] = { type = "Synthesis", affix = "", "(17-19)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 48, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmourTwoHand3"] = { type = "Synthesis", affix = "", "(20-22)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmourJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitGlobalArmourJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitReducedDamageFromCrits1"] = { type = "Synthesis", affix = "", "You take (15-25)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 55, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["SynthesisImplicitChanceForDoubleArmour1"] = { type = "Synthesis", affix = "", "(15-20)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 65, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["SynthesisImplicitIncreasedEvasion1"] = { type = "Synthesis", affix = "", "(15-18)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitIncreasedEvasion2"] = { type = "Synthesis", affix = "", "(19-22)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 15, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitIncreasedEvasion3"] = { type = "Synthesis", affix = "", "(23-26)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 24, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitIncreasedEvasion4"] = { type = "Synthesis", affix = "", "(27-30)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 36, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitIncreasedEvasion5"] = { type = "Synthesis", affix = "", "(30-35)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 48, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitFlatEvasion1"] = { type = "Synthesis", affix = "", "+(15-20) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitFlatEvasion2"] = { type = "Synthesis", affix = "", "+(21-30) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 15, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitFlatEvasion3"] = { type = "Synthesis", affix = "", "+(31-40) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 24, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitFlatEvasion4"] = { type = "Synthesis", affix = "", "+(41-55) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 36, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitFlatEvasion5"] = { type = "Synthesis", affix = "", "+(56-70) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 48, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitAdditionalEvadeChance1"] = { type = "Synthesis", affix = "", "+2% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 36, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitAdditionalEvadeChance2"] = { type = "Synthesis", affix = "", "+3% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 48, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitAdditionalEvadeChance3"] = { type = "Synthesis", affix = "", "+4% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 56, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasion1"] = { type = "Synthesis", affix = "", "(7-9)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasion2"] = { type = "Synthesis", affix = "", "(10-12)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 15, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasion3"] = { type = "Synthesis", affix = "", "(13-15)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 24, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasionTwoHand1_"] = { type = "Synthesis", affix = "", "(14-16)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 15, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasionTwoHand2_"] = { type = "Synthesis", affix = "", "(17-19)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 24, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasionTwoHand3"] = { type = "Synthesis", affix = "", "(20-22)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 36, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasionJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitGlobalEvasionJewel2__"] = { type = "Synthesis", affix = "", "(5-6)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitAvoidStatusAilments1"] = { type = "Synthesis", affix = "", "(10-15)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidStatusAilments2"] = { type = "Synthesis", affix = "", "(16-25)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 55, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidStatusAilmentsMinor1"] = { type = "Synthesis", affix = "", "(10-12)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidStatusAilmentsMinor2"] = { type = "Synthesis", affix = "", "(13-15)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 55, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["SynthesisImplicitAvoidStatusAilmentsJewel1"] = { type = "Synthesis", affix = "", "(5-7)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["SynthesisImplicitBlindOnHit1"] = { type = "Synthesis", affix = "", "(10-15)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 65, group = "GlobalChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitIncreasedEnergyShield1"] = { type = "Synthesis", affix = "", "(15-16)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitIncreasedEnergyShield2"] = { type = "Synthesis", affix = "", "(17-18)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 15, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitIncreasedEnergyShield3__"] = { type = "Synthesis", affix = "", "(19-20)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 24, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitIncreasedEnergyShield4"] = { type = "Synthesis", affix = "", "(21-22)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 36, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitIncreasedEnergyShield5"] = { type = "Synthesis", affix = "", "(23-25)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 48, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShield1"] = { type = "Synthesis", affix = "", "+(10-12) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShield2"] = { type = "Synthesis", affix = "", "+(13-15) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 15, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShield3"] = { type = "Synthesis", affix = "", "+(16-18) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 24, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShield4"] = { type = "Synthesis", affix = "", "+(19-21) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 36, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShield5_"] = { type = "Synthesis", affix = "", "+(22-25) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 48, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShieldMinor1"] = { type = "Synthesis", affix = "", "+(6-7) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShieldMinor2_"] = { type = "Synthesis", affix = "", "+(8-9) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 15, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShieldMinor3_"] = { type = "Synthesis", affix = "", "+(10-11) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 24, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShieldMinor4"] = { type = "Synthesis", affix = "", "+(12-13) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 36, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitFlatEnergyShieldMinor5_"] = { type = "Synthesis", affix = "", "+(14-15) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 48, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRegen1"] = { type = "Synthesis", affix = "", "Regenerate (0.6-0.7)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRegen2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-0.9)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 15, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRegen3"] = { type = "Synthesis", affix = "", "Regenerate 1% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 24, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRegenJewel1_"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldJewel1"] = { type = "Synthesis", affix = "", "+(3-4) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldJewel2_"] = { type = "Synthesis", affix = "", "+(5-6) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRechargeRate1"] = { type = "Synthesis", affix = "", "(8-9)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRechargeRate2_"] = { type = "Synthesis", affix = "", "(10-11)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 15, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRechargeRate3_"] = { type = "Synthesis", affix = "", "(12-15)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 24, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRechargeRateJewel1_"] = { type = "Synthesis", affix = "", "(3-5)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShield1"] = { type = "Synthesis", affix = "", "(4-5)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShield2"] = { type = "Synthesis", affix = "", "(6-7)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 15, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShield3__"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 24, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShieldTwoHand1"] = { type = "Synthesis", affix = "", "(7-9)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 15, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShieldTwoHand2"] = { type = "Synthesis", affix = "", "(10-13)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 24, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitGlobalEnergyShieldTwoHand3___"] = { type = "Synthesis", affix = "", "(14-16)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 36, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldRecoveryRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 60, group = "EnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldLeech1"] = { type = "Synthesis", affix = "", "0.3% of Spell Damage Leeched as Energy Shield", statOrderKey = "1581", statOrder = { 1581 }, level = 55, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Spell Damage Leeched as Energy Shield", statOrderKey = "1581", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitMaximumEnergyShieldLeechRate1"] = { type = "Synthesis", affix = "", "10% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 56, group = "MaximumEnergyShieldLeechRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldOnHitJewel1"] = { type = "Synthesis", affix = "", "Gain (1-2) Energy Shield per Enemy Hit with Attacks", statOrderKey = "1606", statOrder = { 1606 }, level = 1, group = "EnergyShieldGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "attack" }, }, - ["SynthesisImplicitEnergyShieldDelay1"] = { type = "Synthesis", affix = "", "(4-6)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 36, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitEnergyShieldDelay2"] = { type = "Synthesis", affix = "", "(7-10)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 48, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitLifeAddedAsEnergyShield1_"] = { type = "Synthesis", affix = "", "Gain 3% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "8501", statOrder = { 8501 }, level = 65, group = "LifeAddedAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitShieldAttackBlock1_"] = { type = "Synthesis", affix = "", "+(2-3)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitShieldAttackBlock2"] = { type = "Synthesis", affix = "", "+(4-5)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 15, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitShieldSpellBlock1"] = { type = "Synthesis", affix = "", "(2-3)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitShieldSpellBlock2_"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 15, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitAttackBlock1"] = { type = "Synthesis", affix = "", "2% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 48, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitAttackBlock2"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 56, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitSpellBlock1"] = { type = "Synthesis", affix = "", "2% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 48, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitSpellBlock2_"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 56, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitLifeOnBlock1_"] = { type = "Synthesis", affix = "", "Recover (3-5)% of Life when you Block", statOrderKey = "2902", statOrder = { 2902 }, level = 60, group = "RecoverLifePercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, - ["SynthesisImplicitManaOnBlock1"] = { type = "Synthesis", affix = "", "Recover (3-5)% of your maximum Mana when you Block", statOrderKey = "7594", statOrder = { 7594 }, level = 60, group = "RecoverManaPercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, - ["SynthesisImplicitEnergyShieldOnBlock1"] = { type = "Synthesis", affix = "", "Recover (3-5)% of Energy Shield when you Block", statOrderKey = "2318", statOrder = { 2318 }, level = 60, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "defences", "energy_shield" }, }, - ["SynthesisImplicitMaximumAttackBlock1"] = { type = "Synthesis", affix = "", "+(1-2)% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 65, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitMaximumSpellBlock1_"] = { type = "Synthesis", affix = "", "+(1-2)% to maximum Chance to Block Spell Damage", statOrderKey = "1844", statOrder = { 1844 }, level = 65, group = "MaximumSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["SynthesisImplicitFlatLifeOnBlock1"] = { type = "Synthesis", affix = "", "(15-25) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 15, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, - ["SynthesisImplicitFlatLifeOnBlock2"] = { type = "Synthesis", affix = "", "(26-35) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 24, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, - ["SynthesisImplicitFlatLifeOnBlockJewel1"] = { type = "Synthesis", affix = "", "(4-6) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, - ["SynthesisImplicitFlatManaOnBlock1"] = { type = "Synthesis", affix = "", "(5-10) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 15, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, - ["SynthesisImplicitFlatManaOnBlock2"] = { type = "Synthesis", affix = "", "(11-15) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 24, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, - ["SynthesisImplicitFlatManaOnBlockJewel1"] = { type = "Synthesis", affix = "", "(3-5) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, - ["SynthesisImplicitAttackDodge1"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAttackDodge2"] = { type = "Synthesis", affix = "", "+(6-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitSpellDodge1"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitSpellDodge2"] = { type = "Synthesis", affix = "", "+(6-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAttackDodgeMinor1"] = { type = "Synthesis", affix = "", "+2% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAttackDodgeMinor2"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAvoidFire1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 60, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["SynthesisImplicitAvoidCold1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 60, group = "ColdDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, - ["SynthesisImplicitAvoidLightning1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 60, group = "LightningDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, - ["SynthesisImplicitMaximumAttackDodge1_"] = { type = "Synthesis", affix = "", "Prevent +(1-2)% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitMaximumSpellDodge1"] = { type = "Synthesis", affix = "", "Prevent +(1-2)% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitSpellDamageSuppressed1_"] = { type = "Synthesis", affix = "", "Prevent +(2-3)% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitVitalityReservation1"] = { type = "Synthesis", affix = "", "Vitality has 20% increased Mana Reservation Efficiency", statOrderKey = "9742", statOrder = { 9742 }, level = 48, group = "VitalityReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitVitalityReservationEfficiency1"] = { type = "Synthesis", affix = "", "Vitality has 20% increased Mana Reservation Efficiency", statOrderKey = "9743", statOrder = { 9743 }, level = 48, group = "VitalityReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitDeterminationReservation1"] = { type = "Synthesis", affix = "", "Determination has 20% increased Mana Reservation Efficiency", statOrderKey = "5736", statOrder = { 5736 }, level = 48, group = "DeterminationReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitDeterminationReservationEfficiency1_"] = { type = "Synthesis", affix = "", "Determination has 20% increased Mana Reservation Efficiency", statOrderKey = "5737", statOrder = { 5737 }, level = 48, group = "DeterminationReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitGraceReservation1"] = { type = "Synthesis", affix = "", "Grace has 20% increased Mana Reservation Efficiency", statOrderKey = "6401", statOrder = { 6401 }, level = 48, group = "GraceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitGraceReservationEfficiency1"] = { type = "Synthesis", affix = "", "Grace has 20% increased Mana Reservation Efficiency", statOrderKey = "6402", statOrder = { 6402 }, level = 48, group = "GraceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitDisciplineReservation1_"] = { type = "Synthesis", affix = "", "Discipline has 20% increased Mana Reservation Efficiency", statOrderKey = "5748", statOrder = { 5748 }, level = 48, group = "DisciplineReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitDisciplineReservationEfficiency1___"] = { type = "Synthesis", affix = "", "Discipline has 20% increased Mana Reservation Efficiency", statOrderKey = "5749", statOrder = { 5749 }, level = 48, group = "DisciplineReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfFireReservation1_"] = { type = "Synthesis", affix = "", "Purity of Fire has 20% increased Mana Reservation Efficiency", statOrderKey = "9036", statOrder = { 9036 }, level = 48, group = "PurityOfFireReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfFireReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Fire has 20% increased Mana Reservation Efficiency", statOrderKey = "9037", statOrder = { 9037 }, level = 48, group = "PurityOfFireReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfFireReservation2_"] = { type = "Synthesis", affix = "", "Purity of Fire has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9036", statOrder = { 9036 }, level = 65, group = "PurityOfFireReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfFireReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Fire has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9037", statOrder = { 9037 }, level = 65, group = "PurityOfFireReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfIceReservation1_"] = { type = "Synthesis", affix = "", "Purity of Ice has 20% increased Mana Reservation Efficiency", statOrderKey = "9039", statOrder = { 9039 }, level = 48, group = "PurityOfIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfIceReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Ice has 20% increased Mana Reservation Efficiency", statOrderKey = "9040", statOrder = { 9040 }, level = 48, group = "PurityOfIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfIceReservation2"] = { type = "Synthesis", affix = "", "Purity of Ice has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9039", statOrder = { 9039 }, level = 65, group = "PurityOfIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfIceReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Ice has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9040", statOrder = { 9040 }, level = 65, group = "PurityOfIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfLightningReservation1"] = { type = "Synthesis", affix = "", "Purity of Lightning has 20% increased Mana Reservation Efficiency", statOrderKey = "9042", statOrder = { 9042 }, level = 48, group = "PurityOfLightningReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfLightningReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Lightning has 20% increased Mana Reservation Efficiency", statOrderKey = "9043", statOrder = { 9043 }, level = 48, group = "PurityOfLightningReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfLightningReservation2"] = { type = "Synthesis", affix = "", "Purity of Lightning has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9042", statOrder = { 9042 }, level = 65, group = "PurityOfLightningReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitPurityOfLightningReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Lightning has (60-80)% increased Mana Reservation Efficiency", statOrderKey = "9043", statOrder = { 9043 }, level = 65, group = "PurityOfLightningReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, - ["SynthesisImplicitSocketedGemReducedReservation1_"] = { type = "Synthesis", affix = "", "Socketed Gems have 20% increased Reservation Efficiency", statOrderKey = "445", statOrder = { 445 }, level = 60, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, - ["SynthesisImplicitSelfAuraEffect1_"] = { type = "Synthesis", affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 56, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, - ["SynthesisImplicitDeterminationEffect1"] = { type = "Synthesis", affix = "", "Determination has (15-20)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 55, group = "IncreasedAuraEffectDeterminationCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, - ["SynthesisImplicitGraceEffect1"] = { type = "Synthesis", affix = "", "Grace has (15-20)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 55, group = "IncreasedAuraEffectGraceCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, - ["SynthesisImplicitDisciplineEffect1"] = { type = "Synthesis", affix = "", "Discipline has (15-20)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 55, group = "IncreasedAuraEffectDisciplineCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, - ["SynthesisImplicitDeterminationPhysicalDamageReduction1"] = { type = "Synthesis", affix = "", "(4-6)% additional Physical Damage Reduction while affected by Determination", statOrderKey = "4343", statOrder = { 4343 }, level = 65, group = "DeterminationPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitGraceAdditionalChanceToEvade1"] = { type = "Synthesis", affix = "", "+(4-6)% chance to Evade Attack Hits while affected by Grace", statOrderKey = "5264", statOrder = { 5264 }, level = 65, group = "GraceAdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitDisciplineEnergyShieldRegen1___"] = { type = "Synthesis", affix = "", "Regenerate (1.2-2.2)% of Energy Shield per Second while affected by Discipline", statOrderKey = "6000", statOrder = { 6000 }, level = 65, group = "DisciplineEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitReducedManaReservation1"] = { type = "Synthesis", affix = "", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 60, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitManaReservationEfficiency1"] = { type = "Synthesis", affix = "", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 60, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SynthesisImplicitSocketedSkillsManaMultiplier1"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 96% Cost & Reservation Multiplier", statOrderKey = "447", statOrder = { 447 }, level = 24, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["SynthesisImplicitSocketedSkillsManaMultiplier2"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 94% Cost & Reservation Multiplier", statOrderKey = "447", statOrder = { 447 }, level = 36, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["SynthesisImplicitSocketedSkillsManaMultiplier3"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 92% Cost & Reservation Multiplier", statOrderKey = "447", statOrder = { 447 }, level = 48, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, - ["SynthesisImplicitGrantsPurityOfFire1"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Fire Skill", statOrderKey = "524", statOrder = { 524 }, level = 75, group = "PurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsPurityOfIce1__"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Ice Skill", statOrderKey = "530", statOrder = { 530 }, level = 75, group = "PurityOfColdSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsPurityOfLightning1"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Lightning Skill", statOrderKey = "532", statOrder = { 532 }, level = 75, group = "PurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsAnger1"] = { type = "Synthesis", affix = "", "Grants Level 10 Anger Skill", statOrderKey = "550", statOrder = { 550 }, level = 45, group = "AngerSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsAnger2"] = { type = "Synthesis", affix = "", "Grants Level 15 Anger Skill", statOrderKey = "550", statOrder = { 550 }, level = 62, group = "AngerSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsHatred1"] = { type = "Synthesis", affix = "", "Grants Level 10 Hatred Skill", statOrderKey = "549", statOrder = { 549 }, level = 45, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsHatred2"] = { type = "Synthesis", affix = "", "Grants Level 15 Hatred Skill", statOrderKey = "549", statOrder = { 549 }, level = 62, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsWrath1"] = { type = "Synthesis", affix = "", "Grants Level 10 Wrath Skill", statOrderKey = "548", statOrder = { 548 }, level = 45, group = "WrathSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitGrantsWrath2_"] = { type = "Synthesis", affix = "", "Grants Level 15 Wrath Skill", statOrderKey = "548", statOrder = { 548 }, level = 62, group = "WrathSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, - ["SynthesisImplicitHasSocket1_"] = { type = "Synthesis", affix = "", "Has 1 Socket", statOrderKey = "50", statOrder = { 50 }, level = 75, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitCurseDuration1"] = { type = "Synthesis", affix = "", "Curse Skills have (10-15)% increased Skill Effect Duration", statOrderKey = "5576", statOrder = { 5576 }, level = 36, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseDuration2"] = { type = "Synthesis", affix = "", "Curse Skills have (16-20)% increased Skill Effect Duration", statOrderKey = "5576", statOrder = { 5576 }, level = 48, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffect1"] = { type = "Synthesis", affix = "", "(6-10)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitFlammability1"] = { type = "Synthesis", affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 45, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitFlammability2"] = { type = "Synthesis", affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 56, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitFrostbite1_"] = { type = "Synthesis", affix = "", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 45, group = "FrostbiteOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitFrostbite2_"] = { type = "Synthesis", affix = "", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 56, group = "FrostbiteOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitConductivity1"] = { type = "Synthesis", affix = "", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 45, group = "ConductivityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitConductivity2"] = { type = "Synthesis", affix = "", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 56, group = "ConductivityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitVulnerability1"] = { type = "Synthesis", affix = "", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 45, group = "CurseOnHitLevelVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitVulnerability2"] = { type = "Synthesis", affix = "", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 56, group = "CurseOnHitLevelVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitDespair1"] = { type = "Synthesis", affix = "", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 45, group = "CurseOnHitDespair", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseOnHitElementalWeakness1__"] = { type = "Synthesis", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2376", statOrder = { 2376 }, level = 45, group = "CurseOnHitLevelElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectFlammability1"] = { type = "Synthesis", affix = "", "(20-30)% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 55, group = "CurseEffectFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectFlammabilityOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 55, group = "CurseEffectFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectFrostbite1"] = { type = "Synthesis", affix = "", "(20-30)% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 55, group = "CurseEffectFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectFrostbiteOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 55, group = "CurseEffectFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectConductivity1"] = { type = "Synthesis", affix = "", "(20-30)% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 55, group = "CurseEffectConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectConductivityOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 55, group = "CurseEffectConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectVulnerability1_"] = { type = "Synthesis", affix = "", "(20-30)% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 55, group = "CurseEffectVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitCurseEffectElementalWeakness1"] = { type = "Synthesis", affix = "", "(20-30)% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 55, group = "CurseEffectElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitDamageAffectedByAuras1"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (7-9)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 24, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageAffectedByAuras2"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (10-12)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 36, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageAffectedByAuras3_"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (13-15)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 48, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageAffectedByAurasTwoHand1"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (13-16)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 24, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageAffectedByAurasTwoHand2_"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (17-21)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 36, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageAffectedByAurasTwoHand3"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (22-25)% increased Damage", statOrderKey = "3900", statOrder = { 3900 }, level = 48, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeeching1"] = { type = "Synthesis", affix = "", "(10-12)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 36, group = "DamageWhileLeeching", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeeching2"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 48, group = "DamageWhileLeeching", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingLife1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage while Leeching Life", statOrderKey = "1084", statOrder = { 1084 }, level = 1, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingLife2__"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage while Leeching Life", statOrderKey = "1084", statOrder = { 1084 }, level = 15, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingLife3"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage while Leeching Life", statOrderKey = "1084", statOrder = { 1084 }, level = 24, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingMana1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage while Leeching Mana", statOrderKey = "1086", statOrder = { 1086 }, level = 1, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingMana2_"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage while Leeching Mana", statOrderKey = "1086", statOrder = { 1086 }, level = 15, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageWhileLeechingMana3_"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage while Leeching Mana", statOrderKey = "1086", statOrder = { 1086 }, level = 24, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageDuringFlaskEffect1"] = { type = "Synthesis", affix = "", "(10-12)% increased Damage during any Flask Effect", statOrderKey = "3913", statOrder = { 3913 }, level = 36, group = "DamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, - ["SynthesisImplicitDamageDuringFlaskEffect2"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage during any Flask Effect", statOrderKey = "3913", statOrder = { 3913 }, level = 48, group = "DamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, - ["SynthesisImplicitDamageWithTriggeredSpells1"] = { type = "Synthesis", affix = "", "Triggered Spells deal (10-12)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageWithTriggeredSpells2"] = { type = "Synthesis", affix = "", "Triggered Spells deal (13-15)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitVaalSkillDamage1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 24, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamage2"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamage3"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamageWeapon1"] = { type = "Synthesis", affix = "", "(25-30)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamageWeapon2"] = { type = "Synthesis", affix = "", "(31-35)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamageWeaponTwoHand1"] = { type = "Synthesis", affix = "", "(36-44)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitVaalSkillDamageWeaponTwoHand2"] = { type = "Synthesis", affix = "", "(45-51)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, - ["SynthesisImplicitDamageWithTriggeredSpellsWeapon1_"] = { type = "Synthesis", affix = "", "Triggered Spells deal (19-22)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageWithTriggeredSpellsWeapon2"] = { type = "Synthesis", affix = "", "Triggered Spells deal (23-26)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageWithTriggeredSpellsWeaponTwoHand1"] = { type = "Synthesis", affix = "", "Triggered Spells deal (27-32)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDamageWithTriggeredSpellsWeaponTwoHand2_"] = { type = "Synthesis", affix = "", "Triggered Spells deal (33-38)% increased Spell Damage", statOrderKey = "9651", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitDoubleDamageChanceOneHand1"] = { type = "Synthesis", affix = "", "2% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 36, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDoubleDamageChanceOneHand2"] = { type = "Synthesis", affix = "", "3% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 48, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDoubleDamageChanceTwoHand1"] = { type = "Synthesis", affix = "", "4% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 36, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDoubleDamageChanceTwoHand2_"] = { type = "Synthesis", affix = "", "5% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 48, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAreaDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 36, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitAreaDamage2"] = { type = "Synthesis", affix = "", "(13-15)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 48, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitProjectileDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 36, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitProjectileDamage2_"] = { type = "Synthesis", affix = "", "(13-15)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 48, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitMeleeDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 36, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitMeleeDamage2"] = { type = "Synthesis", affix = "", "(13-15)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 48, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitMinionDamage1"] = { type = "Synthesis", affix = "", "Minions deal 8% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamage2_"] = { type = "Synthesis", affix = "", "Minions deal (9-10)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamage3"] = { type = "Synthesis", affix = "", "Minions deal (11-12)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamage4"] = { type = "Synthesis", affix = "", "Minions deal (13-14)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamage5"] = { type = "Synthesis", affix = "", "Minions deal (15-16)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 48, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamage1_"] = { type = "Synthesis", affix = "", "Minions deal (19-22)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamage2"] = { type = "Synthesis", affix = "", "Minions deal (23-26)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamage3"] = { type = "Synthesis", affix = "", "Minions deal (27-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamageTwoHand1"] = { type = "Synthesis", affix = "", "Minions deal (27-32)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamageTwoHand2"] = { type = "Synthesis", affix = "", "Minions deal (33-38)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitWeaponMinionDamageTwoHand3"] = { type = "Synthesis", affix = "", "Minions deal (39-44)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamageJewel1_"] = { type = "Synthesis", affix = "", "Minions deal (2-3)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitMinionDamageJewel2_"] = { type = "Synthesis", affix = "", "Minions deal (4-5)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitZombieDamage1"] = { type = "Synthesis", affix = "", "Raised Zombies deal (30-35)% increased Damage", statOrderKey = "3479", statOrder = { 3479 }, level = 55, group = "ZombieIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitSkeletonDamage1_"] = { type = "Synthesis", affix = "", "Skeletons deal (30-35)% increased Damage", statOrderKey = "3495", statOrder = { 3495 }, level = 55, group = "SkeletonDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitSpectreDamage1"] = { type = "Synthesis", affix = "", "Spectres have (30-35)% increased Damage", statOrderKey = "3294", statOrder = { 3294 }, level = 55, group = "SpectreDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, - ["SynthesisImplicitAnimateGuardianResistances1"] = { type = "Synthesis", affix = "", "+15% to Animated Guardian Elemental Resistances", statOrderKey = "3821", statOrder = { 3821 }, level = 55, group = "AnimateGuardianResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, - ["SynthesisImplicitItemDropsOnDeathAnimateGuardian1_"] = { type = "Synthesis", affix = "", "Item drops on Death if Equipped by an Animated Guardian", statOrderKey = "2410", statOrder = { 2410 }, level = 60, group = "ItemDropsOnGuardianDeath", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitMinionLife1_"] = { type = "Synthesis", affix = "", "Minions have (7-9)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 15, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLife2__"] = { type = "Synthesis", affix = "", "Minions have (10-12)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 24, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLife3"] = { type = "Synthesis", affix = "", "Minions have (13-15)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 36, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLifeRegen1"] = { type = "Synthesis", affix = "", "Minions Regenerate 0.3% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 36, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLifeRegen2"] = { type = "Synthesis", affix = "", "Minions Regenerate 0.5% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 48, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLifeJewel1"] = { type = "Synthesis", affix = "", "Minions have (2-3)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionLifeJewel2"] = { type = "Synthesis", affix = "", "Minions have (4-5)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, - ["SynthesisImplicitMinionResistanceJewel1"] = { type = "Synthesis", affix = "", "Minions have +3% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, - ["SynthesisImplicitMinionResistanceJewel2"] = { type = "Synthesis", affix = "", "Minions have +(4-5)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, - ["SynthesisImplicitMinionMovementSpeed1"] = { type = "Synthesis", affix = "", "Minions have (4-5)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 24, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, - ["SynthesisImplicitMinionMovementSpeed2"] = { type = "Synthesis", affix = "", "Minions have (6-7)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 36, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, - ["SynthesisImplicitMinionMovementSpeed3"] = { type = "Synthesis", affix = "", "Minions have (8-10)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 48, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, - ["SynthesisImplicitMinionMovementSpeedJewel1"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, - ["SynthesisImplicitMinionMovementSpeedJewel2_"] = { type = "Synthesis", affix = "", "Minions have 3% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, - ["SynthesisImplicitMinionAttackSpeedJewel1_"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Attack Speed", statOrderKey = "2755", statOrder = { 2755 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["SynthesisImplicitMinionAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "Minions have 3% increased Attack Speed", statOrderKey = "2755", statOrder = { 2755 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, - ["SynthesisImplicitMinionCastSpeedJewel1"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Cast Speed", statOrderKey = "2756", statOrder = { 2756 }, level = 1, group = "MinionCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "minion" }, }, - ["SynthesisImplicitMinionCastSpeedJewel2"] = { type = "Synthesis", affix = "", "Minions have 3% increased Cast Speed", statOrderKey = "2756", statOrder = { 2756 }, level = 1, group = "MinionCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "minion" }, }, - ["SynthesisImplicitMinionAccuracyJewel1"] = { type = "Synthesis", affix = "", "2% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, - ["SynthesisImplicitMinionAccuracyJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, - ["SynthesisImplicitEnduranceChargeDuration1"] = { type = "Synthesis", affix = "", "(8-11)% increased Endurance Charge Duration", statOrderKey = "1979", statOrder = { 1979 }, level = 45, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitEnduranceChargeDuration2__"] = { type = "Synthesis", affix = "", "(12-15)% increased Endurance Charge Duration", statOrderKey = "1979", statOrder = { 1979 }, level = 50, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitEnduranceChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 55, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitEnduranceChargeGeneration1"] = { type = "Synthesis", affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "6270", statOrder = { 6270 }, level = 60, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitMinimumEnduranceCharge1"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Endurance Charges", statOrderKey = "1662", statOrder = { 1662 }, level = 55, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitMaximumEnduranceCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 60, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, - ["SynthesisImplicitDamagePerEnduranceChargeMinor1"] = { type = "Synthesis", affix = "", "2% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 40, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerEnduranceCharge1"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 55, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerEnduranceCharge2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 55, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitLifeRegenPerEnduranceCharge1____"] = { type = "Synthesis", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 50, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitFrenzyChargeDuration1_"] = { type = "Synthesis", affix = "", "(8-11)% increased Frenzy Charge Duration", statOrderKey = "1981", statOrder = { 1981 }, level = 45, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitFrenzyChargeDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Frenzy Charge Duration", statOrderKey = "1981", statOrder = { 1981 }, level = 50, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitFrenzyChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 55, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitFrenzyChargeGeneration1"] = { type = "Synthesis", affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1692", statOrder = { 1692 }, level = 60, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitMinimumFrenzyCharge1_"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Frenzy Charges", statOrderKey = "1667", statOrder = { 1667 }, level = 55, group = "MinimumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitMaximumFrenzyCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 60, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, - ["SynthesisImplicitDamagePerFrenzyChargeMinor1_"] = { type = "Synthesis", affix = "", "2% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 40, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerFrenzyCharge1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 55, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerFrenzyCharge2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 55, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitEvasionPerFrenzyCharge1_"] = { type = "Synthesis", affix = "", "6% increased Evasion Rating per Frenzy Charge", statOrderKey = "1417", statOrder = { 1417 }, level = 50, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["SynthesisImplicitPowerChargeDuration1"] = { type = "Synthesis", affix = "", "(8-11)% increased Power Charge Duration", statOrderKey = "1996", statOrder = { 1996 }, level = 45, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, - ["SynthesisImplicitPowerChargeDuration2"] = { type = "Synthesis", affix = "", "(12-15)% increased Power Charge Duration", statOrderKey = "1996", statOrder = { 1996 }, level = 50, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, - ["SynthesisImplicitPowerChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 55, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, - ["SynthesisImplicitPowerChargeGeneration1_"] = { type = "Synthesis", affix = "", "15% chance to gain a Power Charge on Critical Strike", statOrderKey = "1689", statOrder = { 1689 }, level = 60, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, }, - ["SynthesisImplicitMinimumPowerCharge1"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Power Charges", statOrderKey = "1672", statOrder = { 1672 }, level = 55, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, - ["SynthesisImplicitMaximumPowerCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 60, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, - ["SynthesisImplicitDamagePerPowerChargeMinor1___"] = { type = "Synthesis", affix = "", "2% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 40, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerPowerCharge1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 55, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamagePerPowerCharge2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 55, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitSpellDamagePerPowerCharge1"] = { type = "Synthesis", affix = "", "6% increased Spell Damage per Power Charge", statOrderKey = "1994", statOrder = { 1994 }, level = 50, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitMovementVelocity1"] = { type = "Synthesis", affix = "", "4% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 24, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMovementVelocity2"] = { type = "Synthesis", affix = "", "(5-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 36, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMovementVelocity3___"] = { type = "Synthesis", affix = "", "(7-8)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 48, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTrinketMovementVelocity1"] = { type = "Synthesis", affix = "", "(4-5)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMovementVelocityJewel1___"] = { type = "Synthesis", affix = "", "1% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMovementVelocityJewel2"] = { type = "Synthesis", affix = "", "2% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitOnslaught1"] = { type = "Synthesis", affix = "", "Onslaught", statOrderKey = "3433", statOrder = { 3433 }, level = 60, group = "HasOnslaught", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitProjectileSpeed1"] = { type = "Synthesis", affix = "", "(9-10)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeed2"] = { type = "Synthesis", affix = "", "(11-12)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 15, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeed3"] = { type = "Synthesis", affix = "", "(13-14)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 24, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeed4"] = { type = "Synthesis", affix = "", "(15-17)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 36, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeed5_"] = { type = "Synthesis", affix = "", "(18-20)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 48, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitProjectileSpeedJewel2__"] = { type = "Synthesis", affix = "", "(3-5)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitAreaOfEffectJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAreaOfEffectJewel2"] = { type = "Synthesis", affix = "", "(3-5)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAttackSpeed1"] = { type = "Synthesis", affix = "", "3% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAttackSpeed2_"] = { type = "Synthesis", affix = "", "4% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 15, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAttackSpeed3"] = { type = "Synthesis", affix = "", "5% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 24, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "2% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitLocalAttackSpeed1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitLocalAttackSpeed2"] = { type = "Synthesis", affix = "", "(5-6)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 15, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitLocalAttackSpeed3"] = { type = "Synthesis", affix = "", "(7-8)% increased Attack Speed", statOrderKey = "1276", statOrder = { 1276 }, level = 24, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitMaceIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Maces or Sceptres", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "MaceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAxeIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Axes", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "AxeIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitSwordIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Swords", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "SwordIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitBowIncreasedAttackSpeedJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Bows", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "BowIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitClawIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Claws", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "ClawIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitDaggerIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Daggers", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "DaggerIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitWandIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Wands", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "WandIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitStaffIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Staves", statOrderKey = "1284", statOrder = { 1284 }, level = 1, group = "StaffIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitMaceIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Maces or Sceptres", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "MaceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitAxeIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Axes", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "AxeIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitSwordIncreasedAttackSpeedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Swords", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "SwordIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitBowIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Bows", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "BowIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitClawIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Claws", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "ClawIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitDaggerIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Daggers", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "DaggerIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitWandIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Wands", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "WandIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitStaffIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Staves", statOrderKey = "1284", statOrder = { 1284 }, level = 1, group = "StaffIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["SynthesisImplicitCastSpeed1"] = { type = "Synthesis", affix = "", "3% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeed2"] = { type = "Synthesis", affix = "", "4% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeed3"] = { type = "Synthesis", affix = "", "5% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedJewel2_"] = { type = "Synthesis", affix = "", "2% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitWeaponCastSpeed1_"] = { type = "Synthesis", affix = "", "(5-6)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitWeaponCastSpeed2"] = { type = "Synthesis", affix = "", "(7-9)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitWeaponCastSpeed3"] = { type = "Synthesis", affix = "", "(10-12)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitTwoHandWeaponCastSpeed1"] = { type = "Synthesis", affix = "", "(11-12)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitTwoHandWeaponCastSpeed2"] = { type = "Synthesis", affix = "", "(13-15)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitTwoHandWeaponCastSpeed3"] = { type = "Synthesis", affix = "", "(16-18)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithStaffJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while wielding a Staff", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "CastSpeedWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while Dual Wielding", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "CastSpeedWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithShieldJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while holding a Shield", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "CastSpeedWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithStaffJewel2"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while wielding a Staff", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "CastSpeedWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while Dual Wielding", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "CastSpeedWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitCastSpeedWithShieldJewel2_"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while holding a Shield", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "CastSpeedWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeed1"] = { type = "Synthesis", affix = "", "3% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeed2"] = { type = "Synthesis", affix = "", "4% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 15, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeed3"] = { type = "Synthesis", affix = "", "5% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 24, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitTrapThrowingSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 48, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTrapThrowingSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 56, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTrapThrowingSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTrapThrowingSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMineLayingSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 48, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMineLayingSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 56, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMineLayingSpeedJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMineLayingSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTotemPlacementSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 48, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTotemPlacementSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 56, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTotemPlacementSpeedJewel1___"] = { type = "Synthesis", affix = "", "(1-2)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitTotemPlacementSpeedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitBrandAttachmentRange1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 48, group = "BrandAttachmentRange", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, - ["SynthesisImplicitBrandAttachmentRange2"] = { type = "Synthesis", affix = "", "(4-5)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 56, group = "BrandAttachmentRange", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, - ["SynthesisImplicitTauntOnHitJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 1, group = "AttacksTauntOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitTauntOnHitJewel2_"] = { type = "Synthesis", affix = "", "(3-4)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 1, group = "AttacksTauntOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitBlindOnHitJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitBlindOnHitJewel2"] = { type = "Synthesis", affix = "", "(3-4)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitHinderOnHitJewel1__"] = { type = "Synthesis", affix = "", "(1-2)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 1, group = "SpellsHinderOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, - ["SynthesisImplicitHinderOnHitJewel2"] = { type = "Synthesis", affix = "", "(3-4)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 1, group = "SpellsHinderOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, - ["SynthesisImplicitRarity1"] = { type = "Synthesis", affix = "", "(10-11)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarity2"] = { type = "Synthesis", affix = "", "(12-13)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 15, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarity3"] = { type = "Synthesis", affix = "", "(14-15)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarity4"] = { type = "Synthesis", affix = "", "(16-17)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 36, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarity5"] = { type = "Synthesis", affix = "", "(18-20)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 48, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarityRing1"] = { type = "Synthesis", affix = "", "(19-20)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarityRing2"] = { type = "Synthesis", affix = "", "(21-22)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 15, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarityRing3"] = { type = "Synthesis", affix = "", "(23-25)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarityJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitRarityJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitQuantity1"] = { type = "Synthesis", affix = "", "(1-3)% increased Quantity of Items found", statOrderKey = "1452", statOrder = { 1452 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, - ["SynthesisImplicitExperience1"] = { type = "Synthesis", affix = "", "2% increased Experience gain", statOrderKey = "1463", statOrder = { 1463 }, level = 75, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitExplosion1_"] = { type = "Synthesis", affix = "", "Enemies you Kill Explode, dealing 3% of their Life as Physical Damage", statOrderKey = "5922", statOrder = { 5922 }, level = 75, group = "EnemiesExplodeOnDeathPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitExplosion2"] = { type = "Synthesis", affix = "", "Enemies you Kill Explode, dealing 5% of their Life as Physical Damage", statOrderKey = "5922", statOrder = { 5922 }, level = 75, group = "EnemiesExplodeOnDeathPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitExplosionChance1_"] = { type = "Synthesis", affix = "", "Enemies you Kill have a 15% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "3145", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitExplosionChance2__"] = { type = "Synthesis", affix = "", "Enemies you Kill have a 25% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "3145", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitLocalWeaponRange1_"] = { type = "Synthesis", affix = "", "+0.1 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 36, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitLocalWeaponRange2"] = { type = "Synthesis", affix = "", "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 48, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitWeaponRange1"] = { type = "Synthesis", affix = "", "+0.1 metres to Melee Strike Range", statOrderKey = "2385", statOrder = { 2385 }, level = 56, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitOnslaughtOnKill1"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 55, group = "ChanceToGainOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitPhasingOnKill1__"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 55, group = "ChancetoGainPhasingOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitUnholyMightOnKill1"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 55, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitIntimidateOnHit1"] = { type = "Synthesis", affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "4640", statOrder = { 4640 }, level = 65, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitOnslaughtOnHit1"] = { type = "Synthesis", affix = "", "You gain Onslaught for 4 seconds on Hit", statOrderKey = "6309", statOrder = { 6309 }, level = 65, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitArcaneSurgeOnHit1"] = { type = "Synthesis", affix = "", "Gain Arcane Surge on Hit with Spells", statOrderKey = "6253", statOrder = { 6253 }, level = 65, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAreaOfEffect1"] = { type = "Synthesis", affix = "", "(5-6)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 36, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAreaOfEffect2"] = { type = "Synthesis", affix = "", "(7-8)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 48, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAreaOfEffect3_"] = { type = "Synthesis", affix = "", "(9-10)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 56, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitUnaffectedByBurningGround1"] = { type = "Synthesis", affix = "", "Unaffected by Burning Ground", statOrderKey = "9673", statOrder = { 9673 }, level = 65, group = "BurningGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["SynthesisImplicitUnaffectedByChilledGround1"] = { type = "Synthesis", affix = "", "Unaffected by Chilled Ground", statOrderKey = "9678", statOrder = { 9678 }, level = 65, group = "ChilledGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitUnaffectedByShockedGround1"] = { type = "Synthesis", affix = "", "Unaffected by Shocked Ground", statOrderKey = "9698", statOrder = { 9698 }, level = 65, group = "ShockedGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitFlaskChargesGained1"] = { type = "Synthesis", affix = "", "(10-11)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitFlaskChargesGained2"] = { type = "Synthesis", affix = "", "(12-13)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 15, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitFlaskChargesGained3"] = { type = "Synthesis", affix = "", "(14-15)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 24, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitReducedFlaskChargesUsed1_"] = { type = "Synthesis", affix = "", "(10-11)% reduced Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitReducedFlaskChargesUsed2"] = { type = "Synthesis", affix = "", "(12-13)% reduced Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 15, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitReducedFlaskChargesUsed3"] = { type = "Synthesis", affix = "", "(14-15)% reduced Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 24, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitFlaskDuration1_"] = { type = "Synthesis", affix = "", "(10-11)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitFlaskDuration2"] = { type = "Synthesis", affix = "", "(12-13)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 15, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitFlaskDuration3"] = { type = "Synthesis", affix = "", "(14-15)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 24, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, - ["SynthesisImplicitRemoveIgniteOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Ignite and Burning when you use a Flask", statOrderKey = "9168", statOrder = { 9168 }, level = 65, group = "RemoveIgniteOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, - ["SynthesisImplicitRemoveFreezeOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Chill and Freeze when you use a Flask", statOrderKey = "9164", statOrder = { 9164 }, level = 65, group = "RemoveFreezeOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, - ["SynthesisImplicitRemoveShockOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Shock when you use a Flask", statOrderKey = "9176", statOrder = { 9176 }, level = 65, group = "RemoveShockOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, - ["SynthesisImplicitGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Gems", statOrderKey = "182", statOrder = { 182 }, level = 40, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitGemQuality2_"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Gems", statOrderKey = "182", statOrder = { 182 }, level = 50, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 65, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitSupportGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Support Gems", statOrderKey = "183", statOrder = { 183 }, level = 40, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitSupportGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Support Gems", statOrderKey = "183", statOrder = { 183 }, level = 50, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitSupportGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "168", statOrder = { 168 }, level = 65, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitMinionGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Minion Gems", statOrderKey = "196", statOrder = { 196 }, level = 40, group = "SocketedMinionGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitMinionGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Minion Gems", statOrderKey = "196", statOrder = { 196 }, level = 50, group = "SocketedMinionGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitMinionGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 65, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, - ["SynthesisImplicitFireGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Fire Gems", statOrderKey = "192", statOrder = { 192 }, level = 40, group = "SocketedFireGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitFireGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Fire Gems", statOrderKey = "192", statOrder = { 192 }, level = 50, group = "SocketedFireGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitFireGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 65, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, - ["SynthesisImplicitColdGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Cold Gems", statOrderKey = "189", statOrder = { 189 }, level = 40, group = "SocketedColdGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitColdGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Cold Gems", statOrderKey = "189", statOrder = { 189 }, level = 50, group = "SocketedColdGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitColdGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 65, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, - ["SynthesisImplicitLightningGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Lightning Gems", statOrderKey = "194", statOrder = { 194 }, level = 40, group = "SocketedLightningGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitLightningGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Lightning Gems", statOrderKey = "194", statOrder = { 194 }, level = 50, group = "SocketedLightningGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitLightningGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 65, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, }, - ["SynthesisImplicitChaosGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Chaos Gems", statOrderKey = "188", statOrder = { 188 }, level = 40, group = "SocketedChaosGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitChaosGemQuality2_"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Chaos Gems", statOrderKey = "188", statOrder = { 188 }, level = 50, group = "SocketedChaosGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitChaosGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 65, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "gem" }, }, - ["SynthesisImplicitMeleeGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Melee Gems", statOrderKey = "195", statOrder = { 195 }, level = 40, group = "SocketedMeleeGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitMeleeGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Melee Gems", statOrderKey = "195", statOrder = { 195 }, level = 50, group = "SocketedMeleeGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitMeleeGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 65, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, - ["SynthesisImplicitBowGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Bow Gems", statOrderKey = "187", statOrder = { 187 }, level = 40, group = "SocketedBowGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitBowGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Bow Gems", statOrderKey = "187", statOrder = { 187 }, level = 50, group = "SocketedBowGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitBowGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Bow Gems", statOrderKey = "157", statOrder = { 157 }, level = 65, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, - ["SynthesisImplicitAuraGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Aura Gems", statOrderKey = "186", statOrder = { 186 }, level = 40, group = "SocketedAuraGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitAuraGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Aura Gems", statOrderKey = "186", statOrder = { 186 }, level = 50, group = "SocketedAuraGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitAuraGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Aura Gems", statOrderKey = "160", statOrder = { 160 }, level = 65, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, - ["SynthesisImplicitStrengthGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Strength Gems", statOrderKey = "198", statOrder = { 198 }, level = 40, group = "SocketedStrengthGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitStrengthGemQuality2__"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Strength Gems", statOrderKey = "198", statOrder = { 198 }, level = 50, group = "SocketedStrengthGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitStrengthGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 65, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitDexterityGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Dexterity Gems", statOrderKey = "190", statOrder = { 190 }, level = 40, group = "SocketedDexterityGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitDexterityGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Dexterity Gems", statOrderKey = "190", statOrder = { 190 }, level = 50, group = "SocketedDexterityGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitDexterityGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 65, group = "LocalIncreaseSocketedDexterityGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitIntelligenceGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Intelligence Gems", statOrderKey = "193", statOrder = { 193 }, level = 40, group = "SocketedIntelligenceGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitIntelligenceGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Intelligence Gems", statOrderKey = "193", statOrder = { 193 }, level = 50, group = "SocketedIntelligenceGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitIntelligenceGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 65, group = "LocalIncreaseSocketedIntelligenceGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, - ["SynthesisImplicitAoEGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed AoE Gems", statOrderKey = "185", statOrder = { 185 }, level = 40, group = "SocketedAoEGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitAoEGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed AoE Gems", statOrderKey = "185", statOrder = { 185 }, level = 50, group = "SocketedAoEGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitAoEGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed AoE Gems", statOrderKey = "155", statOrder = { 155 }, level = 65, group = "IncreasedSocketedAoEGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitProjectileGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Projectile Gems", statOrderKey = "197", statOrder = { 197 }, level = 40, group = "SocketedProjectileGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitProjectileGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Projectile Gems", statOrderKey = "197", statOrder = { 197 }, level = 50, group = "SocketedProjectileGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitProjectileGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "156", statOrder = { 156 }, level = 65, group = "LocalIncreaseSocketedProjectileGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, - ["SynthesisImplicitReducedDamageTaken1_"] = { type = "Synthesis", affix = "", "1% reduced Damage taken", statOrderKey = "2091", statOrder = { 2091 }, level = 48, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitReducedDamageTaken2"] = { type = "Synthesis", affix = "", "2% reduced Damage taken", statOrderKey = "2091", statOrder = { 2091 }, level = 56, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitPhysicalAttackDamageTaken1_"] = { type = "Synthesis", affix = "", "-(15-11) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 24, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAttackDamageTaken2"] = { type = "Synthesis", affix = "", "-(20-16) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 36, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAttackDamageTaken3"] = { type = "Synthesis", affix = "", "-(25-21) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 48, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAttackDamageTaken4"] = { type = "Synthesis", affix = "", "-(40-35) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 56, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAttackDamageTakenJewel1_"] = { type = "Synthesis", affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitPhysicalAttackDamageTakenJewel2___"] = { type = "Synthesis", affix = "", "-(10-8) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, - ["SynthesisImplicitFortifyEffect1"] = { type = "Synthesis", affix = "", "+1 to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 36, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitFortifyEffect2"] = { type = "Synthesis", affix = "", "+2 to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 48, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitFortifyEffect3"] = { type = "Synthesis", affix = "", "+3 to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 56, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitArmourEvasionWithFortify1"] = { type = "Synthesis", affix = "", "+250 to Armour and Evasion Rating while Fortified", statOrderKey = "4485", statOrder = { 4485 }, level = 36, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, - ["SynthesisImplicitArmourEvasionWithFortify2"] = { type = "Synthesis", affix = "", "+500 to Armour and Evasion Rating while Fortified", statOrderKey = "4485", statOrder = { 4485 }, level = 48, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, - ["SynthesisImplicitArmourEvasionWithFortify3"] = { type = "Synthesis", affix = "", "+800 to Armour and Evasion Rating while Fortified", statOrderKey = "4485", statOrder = { 4485 }, level = 56, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, - ["SynthesisImplicitDegenDamageTaken1_"] = { type = "Synthesis", affix = "", "3% reduced Damage taken from Damage Over Time", statOrderKey = "2098", statOrder = { 2098 }, level = 65, group = "DegenDamageTaken", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitTotemElementalResistanceJewel1"] = { type = "Synthesis", affix = "", "Totems gain +3% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "TotemElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitTotemElementalResistanceJewel2"] = { type = "Synthesis", affix = "", "Totems gain +(4-5)% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "TotemElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitReflectDamageTaken1"] = { type = "Synthesis", affix = "", "You and your Minions take (5-8)% reduced Reflected Damage", statOrderKey = "9142", statOrder = { 9142 }, level = 36, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitReflectDamageTaken2"] = { type = "Synthesis", affix = "", "You and your Minions take (9-12)% reduced Reflected Damage", statOrderKey = "9142", statOrder = { 9142 }, level = 48, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitReflectDamageTaken3"] = { type = "Synthesis", affix = "", "You and your Minions take (13-15)% reduced Reflected Damage", statOrderKey = "9142", statOrder = { 9142 }, level = 56, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitAttackerTakesDamageNoRange1_"] = { type = "Synthesis", affix = "", "Reflects (10-15) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitAttackerTakesDamageNoRange2"] = { type = "Synthesis", affix = "", "Reflects (16-40) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 15, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitAttackerTakesDamageNoRange3"] = { type = "Synthesis", affix = "", "Reflects (41-80) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 24, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitLightRadius1"] = { type = "Synthesis", affix = "", "10% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitLightRadius2"] = { type = "Synthesis", affix = "", "12% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 15, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitLightRadius3"] = { type = "Synthesis", affix = "", "15% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 24, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitIntimidateOnHitWeapon1"] = { type = "Synthesis", affix = "", "(4-5)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 36, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitIntimidateOnHitWeapon2_"] = { type = "Synthesis", affix = "", "(6-7)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 48, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitIntimidateOnHitWeapon3_"] = { type = "Synthesis", affix = "", "(8-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 56, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, - ["SynthesisImplicitAttackAndCastSpeedWithOnslaught1"] = { type = "Synthesis", affix = "", "(10-12)% increased Attack and Cast Speed during Onslaught", statOrderKey = "2873", statOrder = { 2873 }, level = 65, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeedWithOnslaughtJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Attack and Cast Speed during Onslaught", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeedWithOnslaughtJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Attack and Cast Speed during Onslaught", statOrderKey = "2873", statOrder = { 2873 }, level = 1, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitPhysicalDamageWithUnholyMight1"] = { type = "Synthesis", affix = "", "(40-50)% increased Physical Damage while you have Unholy Might", statOrderKey = "8923", statOrder = { 8923 }, level = 65, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamageWithUnholyMightJewel1"] = { type = "Synthesis", affix = "", "(6-8)% increased Physical Damage while you have Unholy Might", statOrderKey = "8923", statOrder = { 8923 }, level = 1, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitPhysicalDamageWithUnholyMightJewel2"] = { type = "Synthesis", affix = "", "(9-10)% increased Physical Damage while you have Unholy Might", statOrderKey = "8923", statOrder = { 8923 }, level = 1, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["SynthesisImplicitMovementSpeedWhilePhasedJewel1_"] = { type = "Synthesis", affix = "", "2% increased Movement Speed while Phasing", statOrderKey = "2460", statOrder = { 2460 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitMovementSpeedWhilePhasedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Movement Speed while Phasing", statOrderKey = "2460", statOrder = { 2460 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitAdditionalVaalSoulOnKill1"] = { type = "Synthesis", affix = "", "(2-3)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 36, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, - ["SynthesisImplicitAdditionalVaalSoulOnKill2"] = { type = "Synthesis", affix = "", "(4-5)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 48, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, - ["SynthesisImplicitVaalSkillCriticalStrikeChance1"] = { type = "Synthesis", affix = "", "(21-30)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2946", statOrder = { 2946 }, level = 36, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical", "vaal" }, }, - ["SynthesisImplicitVaalSkillCriticalStrikeChance2_"] = { type = "Synthesis", affix = "", "(31-40)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2946", statOrder = { 2946 }, level = 48, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical", "vaal" }, }, - ["SynthesisImplicitVaalSkillDuration1"] = { type = "Synthesis", affix = "", "(5-8)% increased Vaal Skill Effect Duration", statOrderKey = "2944", statOrder = { 2944 }, level = 36, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, - ["SynthesisImplicitVaalSkillDuration2"] = { type = "Synthesis", affix = "", "(9-12)% increased Vaal Skill Effect Duration", statOrderKey = "2944", statOrder = { 2944 }, level = 48, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, - ["SynthesisImplicitMovementVelocityCorruptedItem1"] = { type = "Synthesis", affix = "", "(5-7)% increased Movement Speed if Corrupted", statOrderKey = "7431", statOrder = { 7431 }, level = 60, group = "MovementVelocityCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SynthesisImplicitAttackAndCastSpeedCorruptedItem1___"] = { type = "Synthesis", affix = "", "(5-7)% increased Attack and Cast Speed if Corrupted", statOrderKey = "7303", statOrder = { 7303 }, level = 60, group = "AttackAndCastSpeedCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, - ["SynthesisImplicitAllElementalResistanceCorruptedItem1"] = { type = "Synthesis", affix = "", "+(8-12)% to all Elemental Resistances if Corrupted", statOrderKey = "7435", statOrder = { 7435 }, level = 60, group = "AllElementalResistanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitAllElementalResistanceCorruptedItemJewel1"] = { type = "Synthesis", affix = "", "+2% to all Elemental Resistances if Corrupted", statOrderKey = "7435", statOrder = { 7435 }, level = 60, group = "AllElementalResistanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SynthesisImplicitDamageTakenCorruptedItem1"] = { type = "Synthesis", affix = "", "5% reduced Damage taken if Corrupted", statOrderKey = "7332", statOrder = { 7332 }, level = 60, group = "DamageTakenCorruptedItem", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SynthesisImplicitIncreasedLifeCorruptedItem1"] = { type = "Synthesis", affix = "", "(6-8)% increased maximum Life if Corrupted", statOrderKey = "7426", statOrder = { 7426 }, level = 60, group = "IncreasedLifeCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SynthesisImplicitIncreasedEnergyShieldCorruptedItem1"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Energy Shield if Corrupted", statOrderKey = "7424", statOrder = { 7424 }, level = 60, group = "IncreasedEnergyShieldCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["SynthesisImplicitAllDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(15-20)% increased Damage if Corrupted", statOrderKey = "7331", statOrder = { 7331 }, level = 60, group = "AllDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitGlobalCriticalStrikeChanceCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Global Critical Strike Chance if Corrupted", statOrderKey = "7326", statOrder = { 7326 }, level = 60, group = "GlobalCriticalStrikeChanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SynthesisImplicitImmuneToCursesCorruptedItem1"] = { type = "Synthesis", affix = "", "Immune to Curses if Corrupted", statOrderKey = "7381", statOrder = { 7381 }, level = 60, group = "ImmuneToCursesCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["SynthesisImplicitAttackDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Attack Damage if Corrupted", statOrderKey = "7304", statOrder = { 7304 }, level = 60, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitAttackDamageCorruptedItem2"] = { type = "Synthesis", affix = "", "(60-70)% increased Attack Damage if Corrupted", statOrderKey = "7304", statOrder = { 7304 }, level = 60, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitAttackDamageCorruptedItemJewel1"] = { type = "Synthesis", affix = "", "(5-7)% increased Attack Damage if Corrupted", statOrderKey = "7304", statOrder = { 7304 }, level = 1, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["SynthesisImplicitSpellDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Spell Damage if Corrupted", statOrderKey = "7446", statOrder = { 7446 }, level = 60, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageCorruptedItem2"] = { type = "Synthesis", affix = "", "(60-70)% increased Spell Damage if Corrupted", statOrderKey = "7446", statOrder = { 7446 }, level = 60, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitSpellDamageCorruptedItemJewel1__"] = { type = "Synthesis", affix = "", "(5-7)% increased Spell Damage if Corrupted", statOrderKey = "7446", statOrder = { 7446 }, level = 1, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SynthesisImplicitVaalSkillDamageAffectsSkillDamage1"] = { type = "Synthesis", affix = "", "Increases and Reductions to Damage with Vaal Skills also apply to Non-Vaal Skills", statOrderKey = "2537", statOrder = { 2537 }, level = 65, group = "VaalSkillDamageAffectsSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageVSAbyssMonsters1"] = { type = "Synthesis", affix = "", "(15-20)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrderKey = "5642", statOrder = { 5642 }, level = 40, group = "DamageVSAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitDamageVSAbyssMonsters2"] = { type = "Synthesis", affix = "", "(21-25)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrderKey = "5642", statOrder = { 5642 }, level = 50, group = "DamageVSAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["SynthesisImplicitReducedPhysicalDamageTakenVsAbyssMonsters1"] = { type = "Synthesis", affix = "", "(2-3)% additional Physical Damage Reduction against Abyssal Monsters", statOrderKey = "4342", statOrder = { 4342 }, level = 40, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitReducedPhysicalDamageTakenVsAbyssMonsters2"] = { type = "Synthesis", affix = "", "(4-5)% additional Physical Damage Reduction against Abyssal Monsters", statOrderKey = "4342", statOrder = { 4342 }, level = 50, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SynthesisImplicitAbyssJewelEffect1"] = { type = "Synthesis", affix = "", "25% increased Effect of Socketed Abyss Jewels", statOrderKey = "199", statOrder = { 199 }, level = 70, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, modTags = { }, }, - ["WeaponFireAddedAsChaos1h1"] = { type = "Prefix", affix = "Acidic", "Gain (5-7)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 66, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponFireAddedAsChaos1h2"] = { type = "Prefix", affix = "Dissolving", "Gain (8-10)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 72, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponFireAddedAsChaos1h3_"] = { type = "Prefix", affix = "Corrosive", "Gain (11-13)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 80, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponColdAddedAsChaos1h1"] = { type = "Prefix", affix = "Atrophic", "Gain (5-7)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 66, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponColdAddedAsChaos1h2"] = { type = "Prefix", affix = "Festering", "Gain (8-10)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 72, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponColdAddedAsChaos1h3_"] = { type = "Prefix", affix = "Mortifying", "Gain (11-13)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 80, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponLightningAddedAsChaos1h1"] = { type = "Prefix", affix = "Agonizing", "Gain (5-7)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 66, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponLightningAddedAsChaos1h2"] = { type = "Prefix", affix = "Harrowing", "Gain (8-10)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 72, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponLightningAddedAsChaos1h3_"] = { type = "Prefix", affix = "Excruciating", "Gain (11-13)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 80, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos1h1____"] = { type = "Prefix", affix = "Pernicious", "Gain (5-7)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 66, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos1h2"] = { type = "Prefix", affix = "Inimical", "Gain (8-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 72, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos1h3_"] = { type = "Prefix", affix = "Baleful", "Gain (11-13)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 80, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["WeaponFireAddedAsChaos2h1_"] = { type = "Prefix", affix = "Acidic", "Gain (10-14)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 66, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponFireAddedAsChaos2h2"] = { type = "Prefix", affix = "Dissolving", "Gain (15-20)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 72, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponFireAddedAsChaos2h3_"] = { type = "Prefix", affix = "Corrosive", "Gain (21-26)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 80, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["WeaponColdAddedAsChaos2h1"] = { type = "Prefix", affix = "Atrophic", "Gain (10-14)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 66, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponColdAddedAsChaos2h2"] = { type = "Prefix", affix = "Festering", "Gain (15-20)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 72, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponColdAddedAsChaos2h3"] = { type = "Prefix", affix = "Mortifying", "Gain (21-26)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 80, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["WeaponLightningAddedAsChaos2h1"] = { type = "Prefix", affix = "Agonizing", "Gain (10-14)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 66, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponLightningAddedAsChaos2h2"] = { type = "Prefix", affix = "Harrowing", "Gain (15-20)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 72, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponLightningAddedAsChaos2h3"] = { type = "Prefix", affix = "Excruciating", "Gain (21-26)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 80, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos2h1"] = { type = "Prefix", affix = "Pernicious", "Gain (10-14)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 66, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos2h2"] = { type = "Prefix", affix = "Inimical", "Gain (15-20)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 72, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["WeaponPhysicalAddedAsChaos2h3"] = { type = "Prefix", affix = "Baleful", "Gain (21-26)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 80, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["MinionDamageOnWeapon1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (10-19)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 2, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon2"] = { type = "Prefix", affix = "Viscountess's", "Minions deal (20-29)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 11, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon3"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (30-39)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 23, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon4_"] = { type = "Prefix", affix = "Countess's", "Minions deal (40-54)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 35, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon5"] = { type = "Prefix", affix = "Duchess's", "Minions deal (55-69)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 46, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon6"] = { type = "Prefix", affix = "Princess's", "Minions deal (70-84)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon7"] = { type = "Prefix", affix = "Queen's", "Minions deal (85-99)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 64, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeapon8"] = { type = "Prefix", affix = "Empress's", "Minions deal (100-109)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 84, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeaponEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (50-66)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeaponEssence6"] = { type = "Prefix", affix = "Essences", "Minions deal (67-82)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 74, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnWeaponEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (83-94)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 82, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (15-29)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 2, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (30-44)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 11, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Duchess's", "Minions deal (45-59)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 23, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Queen's", "Minions deal (60-84)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 35, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (85-106)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEssence6"] = { type = "Prefix", affix = "Essences", "Minions deal (107-122)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 74, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageOnTwoHandWeaponEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (123-144)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 82, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Baron's", "+(17-20) to maximum Mana", "Minions deal (5-9)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 2, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon2_"] = { type = "Prefix", affix = "Viscount's", "+(21-24) to maximum Mana", "Minions deal (10-14)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 11, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Marquess's", "+(25-28) to maximum Mana", "Minions deal (15-19)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 23, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon4_"] = { type = "Prefix", affix = "Count's", "+(29-33) to maximum Mana", "Minions deal (20-24)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 35, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1600, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Duke's", "+(34-37) to maximum Mana", "Minions deal (25-29)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 46, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 800, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Prince's", "+(38-41) to maximum Mana", "Minions deal (30-34)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 58, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 400, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionDamageAndManaOnWeapon7_"] = { type = "Prefix", affix = "King's", "+(42-45) to maximum Mana", "Minions deal (35-39)% increased Damage", statOrderKey = "1439,1830", statOrder = { 1439, 1830 }, level = 80, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana", "minion" }, }, - ["MinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of Motivation", "Minions have (5-7)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 2, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Coercion", "Minions have (8-10)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 15, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Incitation", "Minions have (11-13)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 30, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed4"] = { type = "Suffix", affix = "of Agitation", "Minions have (14-16)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 40, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed5"] = { type = "Suffix", affix = "of Instigation", "Minions have (17-19)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 55, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed6__"] = { type = "Suffix", affix = "of Provocation", "Minions have (20-22)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 72, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionAttackAndCastSpeed7"] = { type = "Suffix", affix = "of Infuriation", "Minions have (23-25)% increased Attack and Cast Speed", statOrderKey = "8600", statOrder = { 8600 }, level = 83, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["MinionGemLevel1h1"] = { type = "Prefix", affix = "Martinet's", "+1 to Level of all Minion Skill Gems", statOrderKey = "1474", statOrder = { 1474 }, level = 60, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "minion", "gem" }, }, - ["MinionLifeWeapon1"] = { type = "Suffix", affix = "of the Administrator", "Minions have (13-17)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 10, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeWeapon2"] = { type = "Suffix", affix = "of the Rector", "Minions have (18-22)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 26, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeWeapon3"] = { type = "Suffix", affix = "of the Overseer", "Minions have (23-27)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 42, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeWeapon4__"] = { type = "Suffix", affix = "of the Taskmaster", "Minions have (28-32)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 58, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeWeapon5"] = { type = "Suffix", affix = "of the Slavedriver", "Minions have (33-36)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeWeapon6_"] = { type = "Suffix", affix = "of the Despot", "Minions have (37-40)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 82, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionMovementSpeed1"] = { type = "Suffix", affix = "of Coordination", "Minions have (6-10)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionMovementSpeed2"] = { type = "Suffix", affix = "of Collaboration", "Minions have (11-15)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 15, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionMovementSpeed3"] = { type = "Suffix", affix = "of Integration", "Minions have (16-20)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 30, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionMovementSpeed4"] = { type = "Suffix", affix = "of Orchestration", "Minions have (21-25)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 40, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionMovementSpeed5"] = { type = "Suffix", affix = "of Harmony", "Minions have (26-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 55, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionDamagePercent1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (5-10)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 4, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamagePercent2"] = { type = "Prefix", affix = "Viscountess's", "Minions deal (11-20)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamagePercent3"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (21-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 30, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamagePercent4"] = { type = "Prefix", affix = "Countess's", "Minions deal (31-36)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 60, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamagePercent5"] = { type = "Prefix", affix = "Duchess's", "Minions deal (37-42)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 81, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, - ["MinionResistancesWeapon1_"] = { type = "Suffix", affix = "of Adjustment", "Minions have +(11-15)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 8, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionResistancesWeapon2"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(16-20)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 24, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionResistancesWeapon3"] = { type = "Suffix", affix = "of Adaptation", "Minions have +(21-23)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 37, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionResistancesWeapon4"] = { type = "Suffix", affix = "of Evolution", "Minions have +(24-26)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 50, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionResistancesWeapon5"] = { type = "Suffix", affix = "of Metamorphosis", "Minions have +(27-30)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 61, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionAccuracyRatingWeapon1_"] = { type = "Suffix", affix = "of the Instructor", "Minions have +(80-130) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 1, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyRatingWeapon2"] = { type = "Suffix", affix = "of the Tutor", "Minions have +(131-215) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 20, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyRatingWeapon3"] = { type = "Suffix", affix = "of the Commander", "Minions have +(216-325) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 40, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyRatingWeapon4"] = { type = "Suffix", affix = "of the Magnate", "Minions have +(326-455) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 60, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyRatingWeapon5"] = { type = "Suffix", affix = "of the Ruler", "Minions have +(456-545) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 75, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionAccuracyRatingWeapon6"] = { type = "Suffix", affix = "of the Monarch", "Minions have +(546-624) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 85, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, - ["MinionMaxElementalResistance1"] = { type = "Suffix", affix = "of Impermeability", "Minions have +(3-4)% to all maximum Elemental Resistances", statOrderKey = "8642", statOrder = { 8642 }, level = 68, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, - ["MinionMaxElementalResistance2"] = { type = "Suffix", affix = "of Countervailing", "Minions have +(5-6)% to all maximum Elemental Resistances", statOrderKey = "8642", statOrder = { 8642 }, level = 75, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, - ["MinionMaxElementalResistance3"] = { type = "Suffix", affix = "of Imperviousness", "Minions have +(7-8)% to all maximum Elemental Resistances", statOrderKey = "8642", statOrder = { 8642 }, level = 81, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, - ["MinionPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Guard", "Minions have (7-9)% additional Physical Damage Reduction", statOrderKey = "2126", statOrder = { 2126 }, level = 68, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, - ["MinionPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Brigade", "Minions have (10-12)% additional Physical Damage Reduction", statOrderKey = "2126", statOrder = { 2126 }, level = 75, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, - ["MinionPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Phalanx", "Minions have (13-15)% additional Physical Damage Reduction", statOrderKey = "2126", statOrder = { 2126 }, level = 81, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, - ["MinionCriticalStrikeChanceIncrease1"] = { type = "Suffix", affix = "of Luck", "Minions have (10-19)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 11, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceIncrease2"] = { type = "Suffix", affix = "of Fortune", "Minions have (20-39)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 21, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceIncrease3"] = { type = "Suffix", affix = "of Providence", "Minions have (40-59)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 28, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceIncrease4"] = { type = "Suffix", affix = "of Serendipity", "Minions have (60-79)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 41, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceIncrease5"] = { type = "Suffix", affix = "of Determinism", "Minions have (80-99)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 59, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeChanceIncrease6"] = { type = "Suffix", affix = "of Destiny", "Minions have (100-109)% increased Critical Strike Chance", statOrderKey = "8617", statOrder = { 8617 }, level = 76, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of the Foray", "Minions have +(10-14)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 8, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of the Horde", "Minions have +(15-19)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 21, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of the Throng", "Minions have +(20-24)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 30, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of the Swarm", "Minions have +(25-29)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 44, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of the Invasion", "Minions have +(30-34)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 59, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of the Legion", "Minions have +(35-38)% to Critical Strike Multiplier", statOrderKey = "8619", statOrder = { 8619 }, level = 73, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, - ["MinionGrantsConvocation1"] = { type = "Suffix", affix = "of the Convocation", "Grants Level 1 Convocation Skill", statOrderKey = "7341", statOrder = { 7341 }, level = 45, group = "MinionGrantsConvocation", weightKey = { "focus_can_roll_minion_modifiers", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["TrapAndMineThrowSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(7-10)% increased Trap and Mine Throwing Speed", statOrderKey = "9637", statOrder = { 9637 }, level = 42, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapAndMineThrowSpeedEssence2_"] = { type = "Suffix", affix = "of the Essence", "(11-13)% increased Trap and Mine Throwing Speed", statOrderKey = "9637", statOrder = { 9637 }, level = 58, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapAndMineThrowSpeedEssence3_"] = { type = "Suffix", affix = "of the Essence", "(14-17)% increased Trap and Mine Throwing Speed", statOrderKey = "9637", statOrder = { 9637 }, level = 74, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["TrapAndMineThrowSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(18-21)% increased Trap and Mine Throwing Speed", statOrderKey = "9637", statOrder = { 9637 }, level = 82, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["UnaffectedByShockedGroundInfluence1"] = { type = "Prefix", affix = "Crusader's", "Unaffected by Shocked Ground", statOrderKey = "9698", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["SocketedLightningGemLevelInfluence1_"] = { type = "Prefix", affix = "Crusader's", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 68, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, - ["MaximumFireResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 85, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceInfluence1New_"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceInfluence2New_"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 85, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["PhysicalAddedAsExtraLightningBootsInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningBootsInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (6-8)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["CooldownRecoveryInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(6-10)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["CooldownRecoveryInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 80, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AvoidIgniteInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["AvoidIgniteInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 70, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["AvoidIgniteInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["AvoidFreezeInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 68, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["AvoidFreezeInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 70, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["AvoidFreezeInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["AvoidShockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AvoidShockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 70, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AvoidShockInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AvoidProjectilesInfluence1"] = { type = "Suffix", affix = "of Redemption", "(6-9)% chance to avoid Projectiles", statOrderKey = "4705", statOrder = { 4705 }, level = 68, group = "ChanceToAvoidProjectiles", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AvoidProjectilesInfluence2"] = { type = "Suffix", affix = "of Redemption", "(10-12)% chance to avoid Projectiles", statOrderKey = "4705", statOrder = { 4705 }, level = 73, group = "ChanceToAvoidProjectiles", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["UnaffectedByBurningGroundInfluence1"] = { type = "Prefix", affix = "Warlord's", "Unaffected by Burning Ground", statOrderKey = "9673", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, - ["SocketedFireGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 68, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, - ["MaximumEnduranceChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 75, group = "MaximumEnduranceCharges", weightKey = { "boots_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["PhysicalAddedAsExtraFireBootsInfluence1"] = { type = "Prefix", affix = "Warlord's", "Gain (3-5)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireBootsInfluence2"] = { type = "Prefix", affix = "Warlord's", "Gain (6-8)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["AvoidStunInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(16-20)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["AvoidStunInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(21-25)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 70, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["AvoidStunInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(31-35)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, - ["AvoidFireDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 68, group = "FireDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, - ["AvoidFireDamageInfluence2__"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 80, group = "FireDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, - ["AvoidColdDamageInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 68, group = "ColdDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "cold" }, }, - ["AvoidColdDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 80, group = "ColdDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "cold" }, }, - ["AvoidLightningDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 68, group = "LightningDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "lightning" }, }, - ["AvoidLightningDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 80, group = "LightningDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "lightning" }, }, - ["LifeRegenerationPercentInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Regenerate (0.8-1.2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRegenerationPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate (1.3-1.5)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 73, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["AdditionalPhysicalDamageReductionInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(2-4)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 75, group = "ReducedPhysicalDamageTaken", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["UnaffectedByChilledGroundInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Unaffected by Chilled Ground", statOrderKey = "9678", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["SocketedColdGemLevelInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 68, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, - ["EnduranceChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["EnduranceChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 80, group = "EnduranceChargeOnKillChance", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["PhysicalAddedAsExtraColdBootsInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Gain (3-5)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdBootsInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (6-8)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ElusiveOnCriticalStrikeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(5-10)% chance to gain Elusive on Critical Strike", statOrderKey = "4110", statOrder = { 4110 }, level = 75, group = "ElusiveOnCriticalStrike", weightKey = { "boots_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "critical" }, }, - ["ChanceToDodgeAttacksInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(4-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeAttacksInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(9-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 73, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeAttacksInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(14-15)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 80, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(4-8)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsInfluence2___"] = { type = "Suffix", affix = "of Redemption", "+(9-12)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 73, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(14-15)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 80, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["IncreasedAilmentEffectOnEnemiesInfluence1"] = { type = "Suffix", affix = "of Redemption", "(30-34)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesInfluence2"] = { type = "Suffix", affix = "of Redemption", "(35-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 73, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "ailment" }, }, - ["OnslaughtOnKillInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 75, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["OnslaughtOnKillInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 80, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["UnaffectedByDesecratedGroundInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Unaffected by Desecrated Ground", statOrderKey = "9684", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos" }, }, - ["SocketedChaosGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+2 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 68, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos", "gem" }, }, - ["AdditionalPierceInfluence1"] = { type = "Prefix", affix = "Hunter's", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "boots_basilisk", "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { }, }, - ["AdditionalPierceInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 80, group = "AdditionalPierce", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["PercentageStrengthInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["PercentageStrengthInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 75, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["AvoidBleedAndPoisonInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% chance to Avoid being Poisoned", "(21-25)% chance to Avoid Bleeding", statOrderKey = "1708,4046", statOrder = { 1708, 4046 }, level = 68, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["AvoidBleedAndPoisonInfluence2____"] = { type = "Suffix", affix = "of the Hunt", "(26-30)% chance to Avoid being Poisoned", "(26-30)% chance to Avoid Bleeding", statOrderKey = "1708,4046", statOrder = { 1708, 4046 }, level = 70, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["AvoidBleedAndPoisonInfluence3"] = { type = "Suffix", affix = "of the Hunt", "(41-50)% chance to Avoid being Poisoned", "(41-50)% chance to Avoid Bleeding", statOrderKey = "1708,4046", statOrder = { 1708, 4046 }, level = 75, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["TailwindOnCriticalStrikeInfluence1"] = { type = "Suffix", affix = "of the Hunt", "You have Tailwind if you have dealt a Critical Strike Recently", statOrderKey = "9575", statOrder = { 9575 }, level = 75, group = "TailwindOnCriticalStrike", weightKey = { "boots_basilisk", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["FasterIgniteInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (7-9)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (10-12)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterBleedInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (7-9)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (10-12)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterPoisonInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (7-9)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (10-12)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["MaximumColdResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 85, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceInfluence1New"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceInfluence2New"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 85, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["ConvertPhysicalToFireInfluence1"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 71, group = "ConvertPhysicalToFire", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 71, group = "ConvertPhysicalToCold", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 71, group = "ConvertPhysicalToLightning", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["MaximumLifeLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "10% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 75, group = "MaximumLifeLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumEnergyShieldLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "15% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 75, group = "MaximumEnergyShieldLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["AvoidInterruptionWhileCastingInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 68, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AvoidInterruptionWhileCastingInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 70, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AvoidInterruptionWhileCastingInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 75, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["GlobalCriticalStrikeChanceInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["GlobalCriticalStrikeChanceInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 70, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["GlobalCriticalStrikeChanceInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["MaximumFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 75, group = "MaximumFrenzyCharges", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["MeleeDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 70, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 73, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 70, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 73, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["SpellDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 70, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 73, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["DamageOverTimeInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 68, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageOverTimeInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 70, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageOverTimeInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 73, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["MeleeWeaponRangeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Melee Strike Range", statOrderKey = "2385", statOrder = { 2385 }, level = 82, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["BlockPercentInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(2-3)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 68, group = "BlockPercent", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(4-5)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 80, group = "BlockPercent", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["CullingStrikeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Culling Strike", statOrderKey = "1893", statOrder = { 1893 }, level = 73, group = "CullingStrike", weightKey = { "gloves_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 250, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["FrenzyChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["FrenzyChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 80, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["AddedPhysicalDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (4-5) to (6-8) Physical Damage if you've dealt a Critical Strike Recently", statOrderKey = "8579", statOrder = { 8579 }, level = 68, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["AddedPhysicalDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (6-8) to (9-11) Physical Damage if you've dealt a Critical Strike Recently", statOrderKey = "8579", statOrder = { 8579 }, level = 73, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["AddedFireDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-20) to (22-25) Fire Damage if you've dealt a Critical Strike Recently", statOrderKey = "8568", statOrder = { 8568 }, level = 68, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["AddedFireDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-25) to (26-35) Fire Damage if you've dealt a Critical Strike Recently", statOrderKey = "8568", statOrder = { 8568 }, level = 73, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["AddedColdDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-20) to (22-25) Cold Damage if you've dealt a Critical Strike Recently", statOrderKey = "8563", statOrder = { 8563 }, level = 68, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["AddedColdDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-25) to (26-35) Cold Damage if you've dealt a Critical Strike Recently", statOrderKey = "8563", statOrder = { 8563 }, level = 73, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["AddedLightningDamageCritRecentlyInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Adds 1 to (41-47) Lightning Damage if you've dealt a Critical Strike Recently", statOrderKey = "8573", statOrder = { 8573 }, level = 68, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds 1 to (48-60) Lightning Damage if you've dealt a Critical Strike Recently", statOrderKey = "8573", statOrder = { 8573 }, level = 73, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["MinionDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (18-22)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["MinionDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (23-26)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 70, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["MinionDamageInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (27-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 73, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["IncreasedAccuracyPercentInfluence1"] = { type = "Suffix", affix = "of Redemption", "(12-15)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["IncreasedAccuracyPercentInfluence2"] = { type = "Suffix", affix = "of Redemption", "(16-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 80, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["GlobalChanceToBlindOnHitInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(8-11)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["GlobalChanceToBlindOnHitInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(12-15)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 80, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["AdditionalChanceToEvadeInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(2-4)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["ChanceToIntimidateOnHitInfluence1"] = { type = "Prefix", affix = "Hunter's", "(7-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 85, group = "ChanceToIntimidateOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitInfluence1___"] = { type = "Prefix", affix = "Hunter's", "(7-10)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 85, group = "ChanceToUnnerveOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["StrikeSkillsAdditionalTargetInfluence1"] = { type = "Prefix", affix = "Hunter's", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrderKey = "8519", statOrder = { 8519 }, level = 80, group = "StrikeSkillsAdditionalTarget", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack" }, }, - ["ChanceToImpaleInfluence1"] = { type = "Prefix", affix = "Hunter's", "(13-16)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 68, group = "AttackImpaleChance", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, - ["ChanceToImpaleInfluence2"] = { type = "Prefix", affix = "Hunter's", "(17-20)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 80, group = "AttackImpaleChance", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, - ["AilmentDurationInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(10-12)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["AilmentDurationInfluence2"] = { type = "Prefix", affix = "Hunter's", "(13-15)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 80, group = "IncreasedAilmentDuration", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["PercentageDexterityInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["PercentageDexterityInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 75, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["FireDamageOverTimeMultiplierInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierInfluence2__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChaosDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["PhysicalDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["MaximumLightningResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 85, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceInfluence1New_"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceInfluence2New_"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 85, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumManaInfluence1"] = { type = "Prefix", affix = "Crusader's", "(9-11)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumManaInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(12-15)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 80, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["PhysTakenAsLightningHelmInfluence1"] = { type = "Prefix", affix = "Crusader's", "(4-6)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["PhysTakenAsLightningHelmInfluence2"] = { type = "Prefix", affix = "Crusader's", "(7-10)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 83, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["EnemyLightningResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 85, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "resistance" }, }, - ["SpellBlockPercentInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(3-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockPercentInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(5-6)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["FortifyEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+(3-4) to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 75, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["FortifyEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+(4.2-5) to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 80, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["EnergyShieldRegenInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Regenerate (1-1.5)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 75, group = "EnergyShieldRegenerationPerMinute", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["ReducedIgniteDurationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 70, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationInfluence3__"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["ReducedFreezeDurationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 70, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ReducedShockEffectInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 70, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectInfluence3_"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["MaximumPowerChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 75, group = "IncreasedMaximumPowerCharges", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PhysTakenAsFireHelmetInfluence1"] = { type = "Prefix", affix = "Warlord's", "(4-6)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["PhysTakenAsFireHelmetInfluence2"] = { type = "Prefix", affix = "Warlord's", "(7-10)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 83, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["ElementalDamageInfluence1____"] = { type = "Prefix", affix = "Warlord's", "(12-14)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(15-18)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 70, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["ElementalDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(19-22)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["WarcryAreaOfEffectInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (21-25)% increased Area of Effect", statOrderKey = "9778", statOrder = { 9778 }, level = 68, group = "WarcryAreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["WarcryAreaOfEffectInfluence2"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (26-30)% increased Area of Effect", statOrderKey = "9778", statOrder = { 9778 }, level = 75, group = "WarcryAreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["EnemyFireResistanceAuraInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 85, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "resistance" }, }, - ["CriticalStrikeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(11-13)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(14-16)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 70, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierInfluence3"] = { type = "Suffix", affix = "of the Conquest", "+(17-20)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["ManaRegenerationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(41-55)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRegenerationInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(56-70)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["GainAccuracyEqualToStrengthInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Gain Accuracy Rating equal to your Strength", statOrderKey = "6237", statOrder = { 6237 }, level = 75, group = "GainAccuracyEqualToStrength", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MinionLifeInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Minions have (21-26)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, - ["MinionLifeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Minions have (27-30)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 70, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, - ["MinionLifeInfluence3"] = { type = "Suffix", affix = "of the Conquest", "Minions have (31-35)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, - ["PowerChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PowerChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 80, group = "PowerChargeOnKillChance", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PhysTakenAsColdHelmetInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["PhysTakenAsColdHelmetInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["SpellsAdditionalUnleashSealInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Skills supported by Unleash have +1 to maximum number of Seals", statOrderKey = "9898", statOrder = { 9898 }, level = 80, group = "SpellsAdditionalUnleashSeal", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, - ["EnemyColdResistanceAuraInfluence1__"] = { type = "Suffix", affix = "of Redemption", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 85, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "resistance" }, }, - ["ReducedManaReservationInfluence1"] = { type = "Suffix", affix = "of Redemption", "(4-6)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaReservationEfficiencyInfluence1___"] = { type = "Suffix", affix = "of Redemption", "(4-6)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 68, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ReducedManaReservationInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 75, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaReservationEfficiencyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(7-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["IgniteChanceAndDamageInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(15-17)% increased Burning Damage", "(6-8)% chance to Ignite", statOrderKey = "1736,1880", statOrder = { 1736, 1880 }, level = 68, group = "IgniteChanceAndDamage", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["IgniteChanceAndDamageInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(18-20)% increased Burning Damage", "(6-8)% chance to Ignite", statOrderKey = "1736,1880", statOrder = { 1736, 1880 }, level = 75, group = "IgniteChanceAndDamage", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["FreezeChanceAndDurationInfluence1____"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Freeze Duration on Enemies", "(6-8)% chance to Freeze", statOrderKey = "1717,1883", statOrder = { 1717, 1883 }, level = 68, group = "FreezeChanceAndDuration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["FreezeChanceAndDurationInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(13-15)% increased Freeze Duration on Enemies", "(6-8)% chance to Freeze", statOrderKey = "1717,1883", statOrder = { 1717, 1883 }, level = 75, group = "FreezeChanceAndDuration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ShockChanceAndEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "(6-8)% chance to Shock", "(8-12)% increased Effect of Lightning Ailments", statOrderKey = "1887,6887", statOrder = { 1887, 6887 }, level = 68, group = "ShockChanceAndEffect", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ShockChanceAndEffectInfluence2"] = { type = "Suffix", affix = "of Redemption", "(6-8)% chance to Shock", "(13-15)% increased Effect of Lightning Ailments", statOrderKey = "1887,6887", statOrder = { 1887, 6887 }, level = 75, group = "ShockChanceAndEffect", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AddedManaRegenerationInfluence1"] = { type = "Suffix", affix = "of Redemption", "Regenerate (3-5) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AddedManaRegenerationInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Regenerate (6-8) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 75, group = "AddedManaRegeneration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["SpellAddedFireDamageInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Adds (17-22) to (33-39) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageInfluence2_"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (42-49) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 70, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Adds (25-34) to (51-59) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Adds (14-18) to (27-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (17-23) to (34-40) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 70, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (41-48) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-5) to (58-61) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (2-6) to (73-77) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 70, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (2-7) to (88-93) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedPhysicalDamageInfluence1__"] = { type = "Prefix", affix = "Hunter's", "Adds (17-22) to (33-39) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (42-49) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 70, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (25-34) to (51-59) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (14-18) to (27-32) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (17-23) to (34-40) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 70, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (41-48) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["EnemyChaosResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 85, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["PercentageIntelligenceInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["PercentageIntelligenceInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 75, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["IgnitingConfluxInfluence1"] = { type = "Suffix", affix = "of the Hunt", "You have Igniting Conflux for 3 seconds every 8 seconds", statOrderKey = "6340", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["ChillingConfluxInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "You have Chilling Conflux for 3 seconds every 8 seconds", statOrderKey = "6340", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["ShockingConfluxInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "You have Shocking Conflux for 3 seconds every 8 seconds", statOrderKey = "6340", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["PhysTakenAsLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "(8-12)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["PhysTakenAsLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "(13-15)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 83, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["ConsecratedGroundStationaryInfluence1_"] = { type = "Prefix", affix = "Crusader's", "You have Consecrated Ground around you while stationary", statOrderKey = "5440", statOrder = { 5440 }, level = 75, group = "ConsecratedGroundStationary", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["HolyPhysicalExplosionInfluence1"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill Explode, dealing 3% of their Life as Physical Damage", statOrderKey = "5922", statOrder = { 5922 }, level = 85, group = "EnemiesExplodeOnDeathPhysical", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["HolyPhysicalExplosionChanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill have a (11-20)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "3145", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["HolyPhysicalExplosionChanceInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill have a (21-30)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "3145", statOrder = { 3145 }, level = 85, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 25, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["PercentageIntelligenceBodyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(5-8)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageIntelligenceBodyInfluence2___"] = { type = "Suffix", affix = "of the Crusade", "(9-12)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 75, group = "PercentageIntelligence", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["AddPowerChargeOnCritInfluence1"] = { type = "Suffix", affix = "of the Crusade", "15% chance to gain a Power Charge on Critical Strike", statOrderKey = "1689", statOrder = { 1689 }, level = 80, group = "PowerChargeOnCriticalStrikeChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "influence_mod", "critical" }, }, - ["EnergyShieldOnKillPercentInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Recover (3-4)% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldOnKillPercentInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Recover (5-6)% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 80, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateBodyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(8-11)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(12-15)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 80, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["PhysTakenAsFireInfluence1"] = { type = "Prefix", affix = "Warlord's", "(8-12)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["PhysTakenAsFireInfluence2"] = { type = "Prefix", affix = "Warlord's", "(13-15)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 83, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["SocketedActiveGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of Socketed Skill Gems", statOrderKey = "169", statOrder = { 169 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "gem" }, }, - ["ReflectedPhysicalDamageInfluence1__"] = { type = "Prefix", affix = "Warlord's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["AllResistancesInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(10-12)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["AllResistancesInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(13-15)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 70, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["AllResistancesInfluence3_"] = { type = "Suffix", affix = "of the Conquest", "+(16-18)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["PercentageStrengthBodyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-8)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageStrengthBodyInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(9-12)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 75, group = "PercentageStrength", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["EnduranceChargeIfHitRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "6270", statOrder = { 6270 }, level = 80, group = "EnduranceChargeIfHitRecently", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["LifeOnKillPercentInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Recover (3-4)% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeOnKillPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Recover (5-6)% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 80, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRecoveryRateBodyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(8-11)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(12-15)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 80, group = "LifeRecoveryRate", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["SocketedAttacksManaCostInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Socketed Attacks have -15 to Total Mana Cost", statOrderKey = "465", statOrder = { 465 }, level = 85, group = "SocketedAttacksManaCost", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "attack", "gem" }, }, - ["PhysTakenAsColdInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["PhysTakenAsColdInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["SocketedSupportGemLevelInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+1 to Level of Socketed Support Gems", statOrderKey = "168", statOrder = { 168 }, level = 80, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "gem" }, }, - ["ReflectedElementalDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["NearbyEnemiesAreBlindedInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Nearby Enemies are Blinded", statOrderKey = "3236", statOrder = { 3236 }, level = 75, group = "NearbyEnemiesAreBlinded", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["PercentageDexterityBodyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-8)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["PercentageDexterityBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(9-12)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 75, group = "PercentageDexterity", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, - ["FrenzyChargeOnHitChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1692", statOrder = { 1692 }, level = 80, group = "FrenzyChargeOnHitChance", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["ManaOnKillPercentInfluence1"] = { type = "Suffix", affix = "of Redemption", "Recover (3-4)% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaOnKillPercentInfluence2"] = { type = "Suffix", affix = "of Redemption", "Recover (5-6)% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 80, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRecoveryRateBodyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-11)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(12-15)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 80, group = "ManaRecoveryRate", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AuraEffectBodyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-20)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "aura" }, }, - ["AuraEffectBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 80, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "aura" }, }, - ["MaximumLifeBodyInfluence1"] = { type = "Prefix", affix = "Hunter's", "(5-8)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["MaximumLifeBodyInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(9-12)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 85, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["PhysTakenAsChaosInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(8-12)% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysTakenAsChaosInfluence2"] = { type = "Prefix", affix = "Hunter's", "(13-15)% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 83, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "chaos" }, }, - ["AdditionalCurseOnEnemiesInfluence1"] = { type = "Prefix", affix = "Hunter's", "You can apply an additional Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 82, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "curse" }, }, - ["RegenerateLifeOver1SecondInfluence1"] = { type = "Prefix", affix = "Hunter's", "Every 4 seconds, Regenerate 15% of Life over one second", statOrderKey = "3619", statOrder = { 3619 }, level = 80, group = "RegenerateLifeOver1Second", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life" }, }, - ["OfferingEffectInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(16-20)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 68, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["OfferingEffectInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 80, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AdditionalCritWithAttacksInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 68, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "critical" }, }, - ["AdditionalCritWithAttacksInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Attacks have +(1.1-1.5)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 84, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "critical" }, }, - ["AdditionalCritWithSpellsInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(0.5-1)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 68, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "critical" }, }, - ["AdditionalCritWithSpellsInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(1.1-1.5)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 84, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "critical" }, }, - ["LifeRegenerationPercentBodyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1-1.5)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentBodyInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 75, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["MaximumLightningResistanceHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceHighInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 80, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceHighInfluence3_"] = { type = "Prefix", affix = "Crusader's", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 86, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["DamagePerBlockChanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "1% increased Damage per 1% Chance to Block Attack Damage", statOrderKey = "5632", statOrder = { 5632 }, level = 68, group = "DamagePerBlockChance", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["MinimumPowerChargeInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+1 to Minimum Power Charges", statOrderKey = "1672", statOrder = { 1672 }, level = 68, group = "MinimumPowerCharges", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["MinimumPowerChargeInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+2 to Minimum Power Charges", statOrderKey = "1672", statOrder = { 1672 }, level = 80, group = "MinimumPowerCharges", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["RecoverEnergyShieldPercentOnBlockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Recover (3-5)% of Energy Shield when you Block", statOrderKey = "2318", statOrder = { 2318 }, level = 68, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { "shield_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRegenHighInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Regenerate (1.5-2.5)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 75, group = "EnergyShieldRegenerationPerMinute", weightKey = { "shield_crusader", "amulet_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["ChanceToChillAttackersOnBlockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-40)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, - ["ChanceToChillAttackersOnBlockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 75, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, - ["ChanceToShockAttackersOnBlockInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(25-40)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAttackersOnBlockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 75, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["SpellBlockIfBlockedSpellsInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "+(7-9)% Chance to Block Spell Damage if you have Blocked Spell Damage Recently", statOrderKey = "9370", statOrder = { 9370 }, level = 68, group = "SpellBlockIfBlockedSpellRecently", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockIfBlockedSpellsInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+(10-12)% Chance to Block Spell Damage if you have Blocked Spell Damage Recently", statOrderKey = "9370", statOrder = { 9370 }, level = 75, group = "SpellBlockIfBlockedSpellRecently", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["WarcryBuffEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(18-21)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 68, group = "WarcryEffect", weightKey = { "shield_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["WarcryBuffEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "shield_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["MaximumFireResistanceHighInfluence1__"] = { type = "Prefix", affix = "Warlord's", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceHighInfluence2__"] = { type = "Prefix", affix = "Warlord's", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 80, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceHighInfluence3"] = { type = "Prefix", affix = "Warlord's", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 86, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AreaOfEffectInfluence1"] = { type = "Prefix", affix = "Warlord's", "(7-9)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectInfluence2"] = { type = "Prefix", affix = "Warlord's", "(10-12)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectInfluence3"] = { type = "Prefix", affix = "Warlord's", "(13-15)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 80, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["MinimumEnduranceChargeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+1 to Minimum Endurance Charges", statOrderKey = "1662", statOrder = { 1662 }, level = 68, group = "MinimumEnduranceCharges", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["MinimumEnduranceChargeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+2 to Minimum Endurance Charges", statOrderKey = "1662", statOrder = { 1662 }, level = 80, group = "MinimumEnduranceCharges", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["RecoverLifePercentOnBlockInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "Recover (3-5)% of Life when you Block", statOrderKey = "2902", statOrder = { 2902 }, level = 68, group = "RecoverLifePercentOnBlock", weightKey = { "shield_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "block", "resource", "influence_mod", "life" }, }, - ["AttackBlockIfBlockedAttacksInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(5-6)% Chance to Block Attack Damage if you have Blocked Attack Damage Recently", statOrderKey = "4930", statOrder = { 4930 }, level = 68, group = "AttackBlockIfBlockedAttackRecently", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["AttackBlockIfBlockedAttacksInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(7-8)% Chance to Block Attack Damage if you have Blocked Attack Damage Recently", statOrderKey = "4930", statOrder = { 4930 }, level = 75, group = "AttackBlockIfBlockedAttackRecently", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["AdditionalPhysicalDamageReductionHighInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 75, group = "ReducedPhysicalDamageTaken", weightKey = { "shield_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["MaximumColdResistanceHighInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceHighInfluence2"] = { type = "Prefix", affix = "Redeemer's", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 80, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceHighInfluence3__"] = { type = "Prefix", affix = "Redeemer's", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 86, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["EnergyShieldDelayHighInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(16-20)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldDelayHighInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(21-25)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldDelayHighInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 80, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["WeaponElementalDamageInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "(31-35)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 75, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, - ["WeaponElementalDamageInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "(36-40)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 80, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, - ["MinimumFrenzyChargeInfluence1"] = { type = "Suffix", affix = "of Redemption", "+1 to Minimum Frenzy Charges", statOrderKey = "1667", statOrder = { 1667 }, level = 68, group = "MinimumFrenzyCharges", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["MinimumFrenzyChargeInfluence2"] = { type = "Suffix", affix = "of Redemption", "+2 to Minimum Frenzy Charges", statOrderKey = "1667", statOrder = { 1667 }, level = 80, group = "MinimumFrenzyCharges", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["RecoverManaPercentOnBlockInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Recover (3-5)% of your maximum Mana when you Block", statOrderKey = "7594", statOrder = { 7594 }, level = 68, group = "RecoverManaPercentOnBlock", weightKey = { "shield_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "block", "resource", "influence_mod", "mana" }, }, - ["AdditionalChanceToEvadeHighInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(3-5)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "shield_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["AvoidPhysicalDamageInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to Avoid Physical Damage from Hits", statOrderKey = "3211", statOrder = { 3211 }, level = 68, group = "PhysicalDamageAvoidance", weightKey = { "shield_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["AvoidPhysicalDamageInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to Avoid Physical Damage from Hits", statOrderKey = "3211", statOrder = { 3211 }, level = 80, group = "PhysicalDamageAvoidance", weightKey = { "shield_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["CurseEffectivenessInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-11)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 73, group = "CurseEffectiveness", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseEffectivenessInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 80, group = "CurseEffectiveness", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["AuraEffectInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 73, group = "AuraEffect", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["AuraEffectInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 80, group = "AuraEffect", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["IncreasedAilmentEffectLowInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-20)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "shield_eyrie", "quiver_eyrie", "ring_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "ailment" }, }, - ["IncreasedAilmentEffectLowInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "shield_eyrie", "quiver_eyrie", "ring_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "ailment" }, }, - ["MaximumResistancesInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesInfluence2"] = { type = "Prefix", affix = "Hunter's", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 85, group = "MaximumResistances", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resistance" }, }, - ["MaximumChaosResistanceHighInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceHighInfluence2"] = { type = "Prefix", affix = "Hunter's", "+2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 80, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceHighInfluence3"] = { type = "Prefix", affix = "Hunter's", "+3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 86, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumLifeInfluence1"] = { type = "Prefix", affix = "Hunter's", "(3-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "shield_basilisk", "belt_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["MaximumLifeInfluence2"] = { type = "Prefix", affix = "Hunter's", "(7-10)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 84, group = "MaximumLifeIncreasePercent", weightKey = { "shield_basilisk", "belt_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["NoExtraDamageFromBleedMovingInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "3031", statOrder = { 3031 }, level = 75, group = "NoExtraDamageFromBleedMoving", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["GainRandomChargeOnBlockInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Gain an Endurance, Frenzy or Power charge when you Block", statOrderKey = "6333", statOrder = { 6333 }, level = 68, group = "GainRandomChargeOnBlock", weightKey = { "shield_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "block", "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["SocketedGemsReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Socketed Gems have 20% increased Reservation Efficiency", statOrderKey = "445", statOrder = { 445 }, level = 68, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "gem" }, }, - ["SocketedGemsReducedReservationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Socketed Gems have 30% increased Reservation Efficiency", statOrderKey = "445", statOrder = { 445 }, level = 80, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "gem" }, }, - ["DegenDamageTakenInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(4-6)% reduced Damage taken from Damage Over Time", statOrderKey = "2098", statOrder = { 2098 }, level = 68, group = "DegenDamageTaken", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["DegenDamageTakenInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-10)% reduced Damage taken from Damage Over Time", statOrderKey = "2098", statOrder = { 2098 }, level = 80, group = "DegenDamageTaken", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["LifeRegenerationPercentHighInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.1-1.5)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "shield_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentHighInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 80, group = "LifeRegenerationRatePercentage", weightKey = { "shield_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["PhysicalAddedAsExtraLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (5-10)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "quiver_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (11-15)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "quiver_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["AdditionalArrowInfluence1"] = { type = "Prefix", affix = "Warlord's", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 80, group = "AdditionalArrows", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["PhysicalAddedAsExtraFireInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Gain (5-10)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "quiver_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireInfluence2_____"] = { type = "Prefix", affix = "Warlord's", "Gain (11-15)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "quiver_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["MaimOnHitInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 15% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MaimOnHitInfluence2___"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 20% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["ChancetoGainPhasingOnKillInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(5-6)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChancetoGainPhasingOnKillInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(7-8)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 70, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChancetoGainPhasingOnKillInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(9-10)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 73, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["BleedOnHitDamageInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 10% chance to cause Bleeding", "(15-25)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 68, group = "BleedOnHitAndDamage", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["BleedOnHitDamageInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 15% chance to cause Bleeding", "(26-30)% increased Damage with Bleeding", statOrderKey = "2340,3008", statOrder = { 2340, 3008 }, level = 75, group = "BleedOnHitAndDamage", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["PhysicalAddedAsExtraColdInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Gain (5-10)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "quiver_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (11-15)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "quiver_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["MovementVelocityExtraInfluence1"] = { type = "Prefix", affix = "Hunter's", "(3-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityExtraInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(7-10)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 80, group = "MovementVelocity", weightKey = { "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["ManaGainPerTargetInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Gain (3-5) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves_basilisk", "quiver_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ChaosDamageOverTimeMultiplierQuiverInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Chaos Damage over Time Multiplier with Attack Skills", statOrderKey = "1126", statOrder = { 1126 }, level = 68, group = "ChaosDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChaosDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Chaos Damage over Time Multiplier with Attack Skills", statOrderKey = "1126", statOrder = { 1126 }, level = 80, group = "ChaosDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos", "attack" }, }, - ["PhysicalDamageOverTimeMultiplierQuiverInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Physical Damage over Time Multiplier with Attack Skills", statOrderKey = "1115", statOrder = { 1115 }, level = 68, group = "PhysicalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical", "attack" }, }, - ["PhysicalDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Physical Damage over Time Multiplier with Attack Skills", statOrderKey = "1115", statOrder = { 1115 }, level = 80, group = "PhysicalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical", "attack" }, }, - ["FireDamageOverTimeMultiplierQuiverInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Fire Damage over Time Multiplier with Attack Skills", statOrderKey = "1118", statOrder = { 1118 }, level = 68, group = "FireDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["FireDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Fire Damage over Time Multiplier with Attack Skills", statOrderKey = "1118", statOrder = { 1118 }, level = 80, group = "FireDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["PoisonOnHitDamageInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "15% chance to Poison on Hit", "(15-25)% increased Damage with Poison", statOrderKey = "3012,3020", statOrder = { 3012, 3020 }, level = 68, group = "PoisonOnHitAndDamage", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonOnHitDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "20% chance to Poison on Hit", "(26-30)% increased Damage with Poison", statOrderKey = "3012,3020", statOrder = { 3012, 3020 }, level = 75, group = "PoisonOnHitAndDamage", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["GlobalEnergyShieldPercentInfluence1"] = { type = "Prefix", affix = "Crusader's", "(7-9)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 68, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentInfluence2"] = { type = "Prefix", affix = "Crusader's", "(10-12)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 78, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentInfluence3"] = { type = "Prefix", affix = "Crusader's", "(13-15)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 82, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["CriticalStrikeChanceShockedEnemiesInfluence1"] = { type = "Prefix", affix = "Crusader's", "(30-34)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "5491", statOrder = { 5491 }, level = 68, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeChanceShockedEnemiesInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-39)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "5491", statOrder = { 5491 }, level = 75, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeChanceShockedEnemiesInfluence3__"] = { type = "Prefix", affix = "Crusader's", "(40-45)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "5491", statOrder = { 5491 }, level = 80, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["LightningDamageInfluence1__"] = { type = "Prefix", affix = "Crusader's", "(16-20)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningDamageInfluence2"] = { type = "Prefix", affix = "Crusader's", "(21-25)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningDamageInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(26-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 80, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["FortifyOnMeleeStunInfluence1"] = { type = "Prefix", affix = "Crusader's", "Melee Hits which Stun have (8-12)% chance to Fortify", statOrderKey = "5267", statOrder = { 5267 }, level = 68, group = "FortifyOnMeleeStun", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, - ["CooldownRecoveryHighInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-15)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, - ["CooldownRecoveryHighInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 84, group = "GlobalCooldownRecovery", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, - ["SpellDamageDuringFlaskEffectInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "(20-25)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 68, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageDuringFlaskEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 75, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% increased Spell Damage during any Flask Effect", statOrderKey = "9383", statOrder = { 9383 }, level = 80, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, - ["EnergyShieldRecoveryRateInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(7-9)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(10-12)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["RemoveShockOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Remove Shock when you use a Flask", statOrderKey = "9176", statOrder = { 9176 }, level = 75, group = "RemoveShockOnFlaskUse", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "lightning", "ailment" }, }, - ["GlobalArmourPercentInfluence1"] = { type = "Prefix", affix = "Warlord's", "(7-9)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 68, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["GlobalArmourPercentInfluence2___"] = { type = "Prefix", affix = "Warlord's", "(10-12)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 78, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["GlobalArmourPercentInfluence3"] = { type = "Prefix", affix = "Warlord's", "(13-15)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 82, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["FireDamageBurningEnemiesInfluence1"] = { type = "Prefix", affix = "Warlord's", "(22-27) to (41-46) added Fire Damage against Burning Enemies", statOrderKey = "9548", statOrder = { 9548 }, level = 68, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageBurningEnemiesInfluence2"] = { type = "Prefix", affix = "Warlord's", "(28-32) to (47-51) added Fire Damage against Burning Enemies", statOrderKey = "9548", statOrder = { 9548 }, level = 75, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageBurningEnemiesInfluence3"] = { type = "Prefix", affix = "Warlord's", "(33-39) to (52-55) added Fire Damage against Burning Enemies", statOrderKey = "9548", statOrder = { 9548 }, level = 80, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(16-20)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(21-25)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(26-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 80, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["ReducedCriticalStrikeDamageTakenInfluence1"] = { type = "Prefix", affix = "Warlord's", "You take (15-20)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 68, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["ReducedCriticalStrikeDamageTakenInfluence2_"] = { type = "Prefix", affix = "Warlord's", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 75, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["AllDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(11-15)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 75, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["AllDamageInfluence2___"] = { type = "Prefix", affix = "Warlord's", "(16-20)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 80, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["AllDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(21-25)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 85, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["MeleeDamageDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(20-25)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 68, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["MeleeDamageDuringFlaskEffectInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(26-30)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 75, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["MeleeDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(31-35)% increased Melee Damage during any Flask Effect", statOrderKey = "8524", statOrder = { 8524 }, level = 80, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["LifeRecoveryRateInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(7-9)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "belt_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRecoveryRateInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(10-12)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "belt_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["RemoveIgniteOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Remove Ignite and Burning when you use a Flask", statOrderKey = "9168", statOrder = { 9168 }, level = 75, group = "RemoveIgniteOnFlaskUse", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "fire", "ailment" }, }, - ["GlobalEvasionPercentInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(7-9)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 68, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["GlobalEvasionPercentInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(10-12)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 78, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["GlobalEvasionPercentInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 82, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, - ["DamageChilledEnemiesInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Damage with Hits against Chilled Enemies", statOrderKey = "5643", statOrder = { 5643 }, level = 68, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageChilledEnemiesInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(31-35)% increased Damage with Hits against Chilled Enemies", statOrderKey = "5643", statOrder = { 5643 }, level = 75, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageChilledEnemiesInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(36-40)% increased Damage with Hits against Chilled Enemies", statOrderKey = "5643", statOrder = { 5643 }, level = 80, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["FlaskEffectInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Flasks applied to you have (4-7)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, - ["FlaskEffectInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Flasks applied to you have (8-10)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 81, group = "FlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, - ["ColdDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(16-20)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(21-25)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdDamageInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 80, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["AttackSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "(8-14)% increased Attack Speed during any Flask Effect", statOrderKey = "3141", statOrder = { 3141 }, level = 68, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "influence_mod", "attack", "speed" }, }, - ["ProjectileAttackDamageDuringFlaskEffectInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(20-25)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 68, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageDuringFlaskEffectInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(26-30)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 75, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of Redemption", "(31-35)% increased Projectile Attack Damage during any Flask Effect", statOrderKey = "9002", statOrder = { 9002 }, level = 80, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, - ["ManaRecoveryRateInfluence1"] = { type = "Suffix", affix = "of Redemption", "(7-9)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRecoveryRateInfluence2__"] = { type = "Suffix", affix = "of Redemption", "(10-12)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["RemoveFreezeOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of Redemption", "Remove Chill and Freeze when you use a Flask", statOrderKey = "9164", statOrder = { 9164 }, level = 75, group = "RemoveFreezeOnFlaskUse", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "cold", "ailment" }, }, - ["FlaskChanceToNotConsumeChargesInfluence1"] = { type = "Prefix", affix = "Hunter's", "(6-10)% chance for Flasks you use to not consume Charges", statOrderKey = "4060", statOrder = { 4060 }, level = 80, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, - ["FlaskChargeOnCritInfluence1"] = { type = "Prefix", affix = "Hunter's", "Gain a Flask Charge when you deal a Critical Strike", statOrderKey = "3231", statOrder = { 3231 }, level = 75, group = "FlaskChargeOnCrit", weightKey = { "belt_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "critical" }, }, - ["ChaosDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "(16-20)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(21-25)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "(26-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 80, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["PercentageAllAttributesInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-9)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["PercentageAllAttributesInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(10-12)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["CastSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(8-14)% increased Cast Speed during any Flask Effect", statOrderKey = "5053", statOrder = { 5053 }, level = 68, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "caster", "speed" }, }, - ["ArmourPenetrationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits have (30-39)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (40-50)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["MovementSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-10)% increased Movement Speed during any Flask Effect", statOrderKey = "3025", statOrder = { 3025 }, level = 81, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "speed" }, }, - ["PhysicalAttackDamageTakenInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "-(35-25) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 68, group = "PhysicalAttackDamageTaken", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, - ["PhysicalAttackDamageTakenInfluence2"] = { type = "Suffix", affix = "of the Hunt", "-(45-36) Physical Damage taken from Attack Hits", statOrderKey = "2087", statOrder = { 2087 }, level = 75, group = "PhysicalAttackDamageTaken", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, - ["ChanceToShockAddedDamageInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds (3-7) to (68-73) Lightning Damage against Shocked Enemies", statOrderKey = "6388", statOrder = { 6388 }, level = 68, group = "ChanceToShockAddedDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["ChanceToShockAddedDamageInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (4-8) to (82-86) Lightning Damage against Shocked Enemies", statOrderKey = "6388", statOrder = { 6388 }, level = 75, group = "ChanceToShockAddedDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["AddedLightningDamagePerPowerChargeInfluence1__"] = { type = "Prefix", affix = "Crusader's", "1 to (6-8) Lightning Damage per Power Charge", statOrderKey = "8574", statOrder = { 8574 }, level = 75, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamagePerPowerChargeInfluence2"] = { type = "Prefix", affix = "Crusader's", "(1-2) to (9-11) Lightning Damage per Power Charge", statOrderKey = "8574", statOrder = { 8574 }, level = 80, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["SpellDamageRingInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(15-17)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageRingInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(18-21)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellDamageRingInfluence3__"] = { type = "Prefix", affix = "Crusader's", "(22-25)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 80, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["IncreasedLifeLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "(35-40)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 68, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["IncreasedLifeLeechRateInfluence2"] = { type = "Prefix", affix = "Crusader's", "(41-45)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 75, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["IncreasedLifeLeechRateInfluence3"] = { type = "Prefix", affix = "Crusader's", "(46-50)% increased total Recovery per second from Life Leech", statOrderKey = "2011", statOrder = { 2011 }, level = 80, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["ReducedCurseEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-29)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["ReducedCurseEffectInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(35-40)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 75, group = "ReducedCurseEffect", weightKey = { "ring_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitConductivityInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 75, group = "ConductivityOnHitLevel", weightKey = { "ring_crusader", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitConductivityInfluence2___"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 80, group = "ConductivityOnHitLevel", weightKey = { "ring_crusader", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["LifeGainedOnSpellHitInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (8-12) Life per Enemy Hit with Spells", statOrderKey = "1598", statOrder = { 1598 }, level = 68, group = "LifeGainedOnSpellHit", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, - ["LifeGainedOnSpellHitInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (13-15) Life per Enemy Hit with Spells", statOrderKey = "1598", statOrder = { 1598 }, level = 75, group = "LifeGainedOnSpellHit", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, - ["GlobalCriticalStrikeChanceRingInfluence1___"] = { type = "Suffix", affix = "of the Crusade", "(15-17)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["GlobalCriticalStrikeChanceRingInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(18-21)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["GlobalCriticalStrikeChanceRingInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 80, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["ChanceToIgniteAddedDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "Adds (19-26) to (38-46) Fire Damage against Ignited Enemies", statOrderKey = "6386", statOrder = { 6386 }, level = 68, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteAddedDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (23-30) to (47-54) Fire Damage against Ignited Enemies", statOrderKey = "6386", statOrder = { 6386 }, level = 75, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["AddedFireDamagePerEnduranceChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "(2-3) to (4-5) Fire Damage per Endurance Charge", statOrderKey = "8570", statOrder = { 8570 }, level = 75, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["AddedFireDamagePerEnduranceChargeInfluence2__"] = { type = "Prefix", affix = "Warlord's", "(3-4) to (6-7) Fire Damage per Endurance Charge", statOrderKey = "8570", statOrder = { 8570 }, level = 80, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["MeleeDamageRingInfluence1"] = { type = "Prefix", affix = "Warlord's", "(15-17)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageRingInfluence2"] = { type = "Prefix", affix = "Warlord's", "(18-21)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 75, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MeleeDamageRingInfluence3"] = { type = "Prefix", affix = "Warlord's", "(22-25)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 80, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["CurseOnHitFlammabilityInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 75, group = "FlammabilityOnHitLevel", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitFlammabilityInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 80, group = "FlammabilityOnHitLevel", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitVulnerabilityInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 75, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "ring_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitVulnerabilityInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2374", statOrder = { 2374 }, level = 80, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CriticalStrikeMultiplierRingInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(14-16)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierRingInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(17-19)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierRingInfluence3_"] = { type = "Suffix", affix = "of the Conquest", "+(20-22)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 80, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["BleedDamageAndDurationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(8-12)% increased Damage with Bleeding", "(5-6)% increased Bleeding Duration", statOrderKey = "3008,4706", statOrder = { 3008, 4706 }, level = 68, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["BleedDamageAndDurationInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(13-17)% increased Damage with Bleeding", "(7-8)% increased Bleeding Duration", statOrderKey = "3008,4706", statOrder = { 3008, 4706 }, level = 75, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["BleedDamageAndDurationInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(18-22)% increased Damage with Bleeding", "(9-10)% increased Bleeding Duration", statOrderKey = "3008,4706", statOrder = { 3008, 4706 }, level = 80, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, - ["ChanceToFreezeAddedDamageInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Adds (17-23) to (35-41) Cold Damage against Chilled or Frozen Enemies", statOrderKey = "6385", statOrder = { 6385 }, level = 68, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeAddedDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-26) to (41-48) Cold Damage against Chilled or Frozen Enemies", statOrderKey = "6385", statOrder = { 6385 }, level = 75, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, - ["AddedColdDamagePerFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(2-3) to (4-5) Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 75, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["AddedColdDamagePerFrenzyChargeInfluence2__"] = { type = "Prefix", affix = "Redeemer's", "(3-4) to (6-7) Added Cold Damage per Frenzy Charge", statOrderKey = "4103", statOrder = { 4103 }, level = 80, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ProjectileAttackDamageRingInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(15-17)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageRingInfluence2___"] = { type = "Prefix", affix = "Redeemer's", "(18-21)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 75, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageRingInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(22-25)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 80, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["MinionDamageRingInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (15-17)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["MinionDamageRingInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (18-21)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["MinionDamageRingInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (22-25)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 80, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["EnergyShieldRechargeDelayInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(15-20)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "ring_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRechargeDelayInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(20-24)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "ring_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["CurseOnHitFrostbiteInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 75, group = "FrostbiteOnHitLevel", weightKey = { "ring_eyrie", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitFrostbiteInfluence2"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 80, group = "FrostbiteOnHitLevel", weightKey = { "ring_eyrie", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["AttackSpeedHitRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Attack Speed if you've been Hit Recently", statOrderKey = "4615", statOrder = { 4615 }, level = 75, group = "AttackSpeedHitRecently", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["IncreasedExperienceGainInfluence1"] = { type = "Prefix", affix = "Hunter's", "(2-3)% increased Experience gain", statOrderKey = "1463", statOrder = { 1463 }, level = 85, group = "ExperienceIncrease", weightKey = { "ring_basilisk", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["ReflectedPhysicalDamageRingInfluence1"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (31-45)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["ReflectedPhysicalDamageRingInfluence2_"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (46-55)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["ReflectedElementalDamageRingInfluence1"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (31-45)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental" }, }, - ["ReflectedElementalDamageRingInfluence2"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (46-55)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental" }, }, - ["EnergyShieldDelayInfluence1"] = { type = "Prefix", affix = "Hunter's", "(15-20)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldDelayInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(20-24)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["LifeGainPerTargetInfluence1"] = { type = "Prefix", affix = "Hunter's", "Gain (10-15) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, - ["LifeGainPerTargetInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Gain (16-20) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 75, group = "LifeGainPerTarget", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, - ["ExertedAttackDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (25-27)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 68, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (28-31)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (32-35)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 80, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["CurseOnHitElementalWeaknessInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2376", statOrder = { 2376 }, level = 75, group = "CurseOnHitLevelElementalWeaknessMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["CurseOnHitElementalWeaknessInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2376", statOrder = { 2376 }, level = 80, group = "CurseOnHitLevelElementalWeaknessMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, - ["CurseOnHitDespairInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 75, group = "CurseOnHitDespairMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["CurseOnHitDespairInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 80, group = "CurseOnHitDespairMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, - ["PoisonDamageAndDurationInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(5-6)% increased Poison Duration", "(8-12)% increased Damage with Poison", statOrderKey = "3009,3020", statOrder = { 3009, 3020 }, level = 68, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamageAndDurationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-8)% increased Poison Duration", "(13-17)% increased Damage with Poison", statOrderKey = "3009,3020", statOrder = { 3009, 3020 }, level = 75, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamageAndDurationInfluence3__"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Poison Duration", "(18-22)% increased Damage with Poison", statOrderKey = "3009,3020", statOrder = { 3009, 3020 }, level = 80, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["LightningDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Crusader's", "(0.3-0.5)% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "lightning" }, }, - ["LightningDamageESLeechInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(0.2-0.4)% of Lightning Damage Leeched as Energy Shield", statOrderKey = "4725", statOrder = { 4725 }, level = 68, group = "LightningDamageESLeech", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "lightning" }, }, - ["DamagePer15IntelligenceInfluence1"] = { type = "Prefix", affix = "Crusader's", "1% increased Damage per 15 Intelligence", statOrderKey = "5630", statOrder = { 5630 }, level = 80, group = "DamagePer15Intelligence", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeInfluence1"] = { type = "Prefix", affix = "Crusader's", "(3-4)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeInfluence2"] = { type = "Prefix", affix = "Crusader's", "(5-6)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 80, group = "IncreasedDamagePerPowerCharge", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["GlobalLightningGemLevelInfluence1_"] = { type = "Prefix", affix = "Crusader's", "+1 to Level of all Lightning Skill Gems", statOrderKey = "6919", statOrder = { 6919 }, level = 82, group = "GlobalLightningGemLevel", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, - ["LightningPenetrationInfluence1__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (4-7)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningPenetrationInfluence2__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (8-10)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["MaximumLifeLeechRateHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 68, group = "MaximumLifeLeechRate", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumEnergyShieldLeechRateHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "(15-25)% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 68, group = "MaximumEnergyShieldLeechRate", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["MaximumSpellBlockChanceInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Chance to Block Spell Damage", statOrderKey = "1844", statOrder = { 1844 }, level = 68, group = "MaximumSpellBlockChance", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod" }, }, - ["WrathReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "9826", statOrder = { 9826 }, level = 75, group = "WrathReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["WrathReservationEfficiencyInfluence1________"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "9827", statOrder = { 9827 }, level = 75, group = "WrathReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["DisciplineReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Discipline has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "5748", statOrder = { 5748 }, level = 75, group = "DisciplineReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["DisciplineReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Discipline has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "5749", statOrder = { 5749 }, level = 75, group = "DisciplineReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfLightningReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Purity of Lightning has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9042", statOrder = { 9042 }, level = 75, group = "PurityOfLightningReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfLightningReservationEfficiencyInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Purity of Lightning has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9043", statOrder = { 9043 }, level = 75, group = "PurityOfLightningReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["ZealotryReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "9900", statOrder = { 9900 }, level = 75, group = "ZealotryReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["ZealotryReservationEfficiencyInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "9901", statOrder = { 9901 }, level = 75, group = "ZealotryReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["SpellBlockAmuletInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(4-5)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockAmuletInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(6-7)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["FireDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Warlord's", "(0.3-0.5)% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "fire" }, }, - ["FireDamageESLeechInfluence1"] = { type = "Prefix", affix = "Warlord's", "(0.2-0.4)% of Fire Damage Leeched as Energy Shield", statOrderKey = "4724", statOrder = { 4724 }, level = 68, group = "FireDamageESLeech", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "fire" }, }, - ["DamagePer15StrengthInfluence1"] = { type = "Prefix", affix = "Warlord's", "1% increased Damage per 15 Strength", statOrderKey = "5631", statOrder = { 5631 }, level = 80, group = "DamagePer15Strength", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerEnduranceChargeInfluence1__"] = { type = "Prefix", affix = "Warlord's", "(3-4)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerEnduranceChargeInfluence2"] = { type = "Prefix", affix = "Warlord's", "(5-6)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 80, group = "DamagePerEnduranceCharge", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["GlobalFireGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of all Fire Skill Gems", statOrderKey = "6116", statOrder = { 6116 }, level = 82, group = "GlobalFireGemLevel", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, - ["GlobalPhysicalGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of all Physical Skill Gems", statOrderKey = "8949", statOrder = { 8949 }, level = 82, group = "GlobalPhysicalGemLevel", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "gem" }, }, - ["FirePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (4-7)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FirePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (8-10)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["MaximumAttackBlockChanceInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+2% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 68, group = "MaximumBlockChance", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod" }, }, - ["AngerReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "4420", statOrder = { 4420 }, level = 75, group = "AngerReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["AngerReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "4421", statOrder = { 4421 }, level = 75, group = "AngerReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["DeterminationReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Determination has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "5736", statOrder = { 5736 }, level = 75, group = "DeterminationReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["DeterminationReservationEfficiencyInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Determination has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "5737", statOrder = { 5737 }, level = 75, group = "DeterminationReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfFireReducedReservationInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Purity of Fire has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9036", statOrder = { 9036 }, level = 75, group = "PurityOfFireReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfFireReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Purity of Fire has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9037", statOrder = { 9037 }, level = 75, group = "PurityOfFireReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PrideReducedReservationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "Pride has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "8992", statOrder = { 8992 }, level = 75, group = "PrideReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PrideReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Pride has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "8993", statOrder = { 8993 }, level = 75, group = "PrideReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["ColdDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(0.3-0.5)% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "cold" }, }, - ["ColdDamageESLeechInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(0.2-0.4)% of Cold Damage Leeched as Energy Shield", statOrderKey = "4722", statOrder = { 4722 }, level = 68, group = "ColdDamageESLeech", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "cold" }, }, - ["DamagePer15DexterityInfluence1"] = { type = "Prefix", affix = "Redeemer's", "1% increased Damage per 15 Dexterity", statOrderKey = "5629", statOrder = { 5629 }, level = 80, group = "DamagePer15Dexterity", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(3-4)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 68, group = "DamagePerFrenzyCharge", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerFrenzyChargeInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "(5-6)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 80, group = "DamagePerFrenzyCharge", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["GlobalColdGemLevelInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "+1 to Level of all Cold Skill Gems", statOrderKey = "5420", statOrder = { 5420 }, level = 82, group = "GlobalColdGemLevel", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, - ["ColdPenetrationInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (4-7)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdPenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (8-10)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["MaximumAttackDodgeChanceInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["MaximumSpellDodgeChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["SpellDamageSuppressedInfluence1"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrderKey = "1012", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, - ["HatredReducedReservationInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Hatred has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "6432", statOrder = { 6432 }, level = 75, group = "HatredReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["HatredReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "6433", statOrder = { 6433 }, level = 75, group = "HatredReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["GraceReducedReservationInfluence1"] = { type = "Suffix", affix = "of Redemption", "Grace has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "6401", statOrder = { 6401 }, level = 75, group = "GraceReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["GraceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Grace has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "6402", statOrder = { 6402 }, level = 75, group = "GraceReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfIceReducedReservationInfluence1__"] = { type = "Suffix", affix = "of Redemption", "Purity of Ice has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9039", statOrder = { 9039 }, level = 75, group = "PurityOfIceReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["PurityOfIceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Purity of Ice has (50-60)% increased Mana Reservation Efficiency", statOrderKey = "9040", statOrder = { 9040 }, level = 75, group = "PurityOfIceReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, - ["WarcrySpeedInfluence1"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["WarcrySpeedInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(26-30)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["WarcrySpeedInfluence3"] = { type = "Suffix", affix = "of Redemption", "(31-35)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 80, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["WarcrySpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-20)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 42, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 58, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 74, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEssence4_"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 82, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, - ["DoubleDamageStunnedRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to deal Double Damage if you have Stunned an Enemy Recently", statOrderKey = "5251", statOrder = { 5251 }, level = 75, group = "DoubleDamageStunnedRecently", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DoubleDamageStunnedRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to deal Double Damage if you have Stunned an Enemy Recently", statOrderKey = "5251", statOrder = { 5251 }, level = 83, group = "DoubleDamageStunnedRecently", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["PhysicalDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Hunter's", "(0.3-0.5)% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "physical" }, }, - ["ChaosDamageLifeLeechInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(0.3-0.5)% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["GlobalChaosGemLevelInfluence1__"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Chaos Skill Gems", statOrderKey = "5342", statOrder = { 5342 }, level = 82, group = "GlobalChaosGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "gem" }, }, - ["GlobalStrengthGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Strength Skill Gems", statOrderKey = "9488", statOrder = { 9488 }, level = 82, group = "GlobalStrengthGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, - ["GlobalDexterityGemLevelInfluence1_"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Dexterity Skill Gems", statOrderKey = "5741", statOrder = { 5741 }, level = 82, group = "GlobalDexterityGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, - ["GlobalIntelligenceGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Intelligence Skill Gems", statOrderKey = "6757", statOrder = { 6757 }, level = 82, group = "GlobalIntelligenceGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, - ["ElementalPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (3-4)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "amulet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (5-6)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 82, group = "ElementalPenetration", weightKey = { "amulet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["MalevolenceReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "7572", statOrder = { 7572 }, level = 75, group = "MalevolenceReservation", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "aura" }, }, - ["MalevolenceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (40-50)% increased Mana Reservation Efficiency", statOrderKey = "7573", statOrder = { 7573 }, level = 75, group = "MalevolenceReservationEfficiency", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "aura" }, }, - ["RandomChargeOnKillInfluence1___"] = { type = "Suffix", affix = "of the Hunt", "(3-6)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3448", statOrder = { 3448 }, level = 68, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["RandomChargeOnKillInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-10)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrderKey = "3448", statOrder = { 3448 }, level = 75, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["ReducedAttributeRequirementsInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Items and Gems have (5-10)% reduced Attribute Requirements", statOrderKey = "2403", statOrder = { 2403 }, level = 68, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["ReducedAttributeRequirementsInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Items and Gems have (11-15)% reduced Attribute Requirements", statOrderKey = "2403", statOrder = { 2403 }, level = 75, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence1"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1098,1510", statOrder = { 1098, 1510 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1098,1510", statOrder = { 1098, 1510 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence3"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1098,1510", statOrder = { 1098, 1510 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1098,1510", statOrder = { 1098, 1510 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence5_"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrderKey = "1098,1510", statOrder = { 1098, 1510 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence1"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrderKey = "1098,1276", statOrder = { 1098, 1276 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence2"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrderKey = "1098,1276", statOrder = { 1098, 1276 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence3"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrderKey = "1098,1276", statOrder = { 1098, 1276 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrderKey = "1098,1276", statOrder = { 1098, 1276 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrderKey = "1098,1276", statOrder = { 1098, 1276 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrderKey = "1098,1326", statOrder = { 1098, 1326 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrderKey = "1098,1326", statOrder = { 1098, 1326 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrderKey = "1098,1326", statOrder = { 1098, 1326 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrderKey = "1098,1326", statOrder = { 1098, 1326 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrderKey = "1098,1326", statOrder = { 1098, 1326 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence1"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrderKey = "1098,1350", statOrder = { 1098, 1350 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence2"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrderKey = "1098,1350", statOrder = { 1098, 1350 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrderKey = "1098,1350", statOrder = { 1098, 1350 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrderKey = "1098,1350", statOrder = { 1098, 1350 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrderKey = "1098,1350", statOrder = { 1098, 1350 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, - ["LocalIncreasedPhysicalDamagePercentAndStunInfluence1__"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrderKey = "1098,1378", statOrder = { 1098, 1378 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndStunInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrderKey = "1098,1378", statOrder = { 1098, 1378 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndStunInfluence3"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrderKey = "1098,1378", statOrder = { 1098, 1378 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 150, 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndStunInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrderKey = "1098,1378", statOrder = { 1098, 1378 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndStunInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrderKey = "1098,1378", statOrder = { 1098, 1378 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 50, 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrderKey = "1098,1739", statOrder = { 1098, 1739 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrderKey = "1098,1739", statOrder = { 1098, 1739 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrderKey = "1098,1739", statOrder = { 1098, 1739 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 150, 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrderKey = "1098,1739", statOrder = { 1098, 1739 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrderKey = "1098,1739", statOrder = { 1098, 1739 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 50, 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence1"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrderKey = "1098,1655", statOrder = { 1098, 1655 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrderKey = "1098,1655", statOrder = { 1098, 1655 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrderKey = "1098,1655", statOrder = { 1098, 1655 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrderKey = "1098,1655", statOrder = { 1098, 1655 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrderKey = "1098,1655", statOrder = { 1098, 1655 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, - ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(25-34)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrderKey = "1098,1649", statOrder = { 1098, 1649 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence2"] = { type = "Prefix", affix = "Hunter's", "(35-44)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrderKey = "1098,1649", statOrder = { 1098, 1649 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 250, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence3"] = { type = "Prefix", affix = "Hunter's", "(45-54)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrderKey = "1098,1649", statOrder = { 1098, 1649 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 150, 150, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence4_"] = { type = "Prefix", affix = "Hunter's", "(55-64)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrderKey = "1098,1649", statOrder = { 1098, 1649 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 100, 100, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence5_"] = { type = "Prefix", affix = "Hunter's", "(65-69)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrderKey = "1098,1649", statOrder = { 1098, 1649 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 50, 50, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (8-10) to (15-18) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 68, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (12-16) to (24-28) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 71, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (17-22) to (33-39) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 74, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (21-28) to (42-49) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 77, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (26-35) to (53-61) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 80, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "Adds (15-19) to (28-34) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 68, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (22-30) to (44-52) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 71, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (31-41) to (61-72) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 74, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (39-52) to (78-90) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 77, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedFireDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (49-65) to (99-114) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrderKey = "1226,3595", statOrder = { 1226, 3595 }, level = 80, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (7-9) to (14-16) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 68, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (11-14) to (22-25) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 71, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (15-20) to (30-35) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 74, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (19-25) to (38-44) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 77, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (23-32) to (48-55) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 80, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (13-16) to (26-30) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 68, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationTwoHandInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Adds (21-26) to (41-46) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 71, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Adds (28-37) to (56-65) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 74, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (35-46) to (71-81) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 77, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedColdDamageAndPenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Redeemer's", "Adds (43-59) to (89-102) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrderKey = "1235,3596", statOrder = { 1235, 3596 }, level = 80, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds 2 to (25-29) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 68, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (40-45) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 71, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (2-5) to (55-63) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 74, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (70-79) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 77, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (3-8) to (89-99) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 80, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Adds 3 to (46-53) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 68, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (2-7) to (74-84) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 71, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (3-9) to (102-117) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 74, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Crusader's", "Adds (3-12) to (130-146) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 77, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (6-15) to (165-183) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrderKey = "1246,3597", statOrder = { 1246, 3597 }, level = 80, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (5-7) to (11-13) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 68, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (9-11) to (17-20) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 71, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (12-16) to (24-28) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 74, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Hunter's", "Adds (15-20) to (30-35) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 77, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Hunter's", "Adds (18-25) to (38-44) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 80, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence1__"] = { type = "Prefix", affix = "Hunter's", "Adds (9-13) to (21-24) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 68, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (16-21) to (32-37) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 71, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (22-29) to (44-52) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 74, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Hunter's", "Adds (28-37) to (57-65) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 77, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Hunter's", "Adds (35-48) to (72-81) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrderKey = "1253,7321", statOrder = { 1253, 7321 }, level = 80, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["SpellAddedFireDamagePenetrationInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (6-8) to (12-14) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 68, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (10-13) to (19-22) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 71, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (13-18) to (27-31) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 74, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (17-22) to (33-39) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 77, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (21-28) to (42-49) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 80, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (8-11) to (17-19) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 68, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (13-17) to (26-30) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 71, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Adds (18-24) to (36-42) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 74, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (23-30) to (45-53) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 77, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamagePenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Warlord's", "Adds (28-38) to (57-66) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "1267,2827", statOrder = { 1267, 2827 }, level = 80, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamagePenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (5-7) to (10-12) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 68, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Adds (8-10) to (16-18) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 71, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (11-15) to (22-25) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 74, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (14-18) to (27-32) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 77, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (17-23) to (34-40) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 80, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (8-10) to (15-18) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 68, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (12-16) to (23-27) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 71, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-22) to (33-38) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 74, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationTwoHandInfluence4_"] = { type = "Prefix", affix = "Redeemer's", "Adds (21-27) to (41-48) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 77, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamagePenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (26-34) to (52-60) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "1268,2828", statOrder = { 1268, 2828 }, level = 80, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamagePenetrationInfluence1___"] = { type = "Prefix", affix = "Crusader's", "Adds (1-2) to (21-22) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 68, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Adds (1-3) to (33-35) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 71, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (46-49) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 74, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationInfluence4_"] = { type = "Prefix", affix = "Crusader's", "Adds (2-5) to (58-61) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 77, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (73-77) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 80, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds (1-3) to (32-34) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 68, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (49-52) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 71, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (69-73) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 74, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationTwoHandInfluence4__"] = { type = "Prefix", affix = "Crusader's", "Adds (2-7) to (87-92) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 77, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamagePenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Crusader's", "Adds (3-9) to (109-115) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "1269,2829", statOrder = { 1269, 2829 }, level = 80, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["LocalWeaponFirePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (9-10)% Fire Resistance", statOrderKey = "3595", statOrder = { 3595 }, level = 68, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalWeaponFirePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (11-12)% Fire Resistance", statOrderKey = "3595", statOrder = { 3595 }, level = 73, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalWeaponFirePenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrderKey = "3595", statOrder = { 3595 }, level = 78, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, - ["LocalWeaponColdPenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (9-10)% Cold Resistance", statOrderKey = "3596", statOrder = { 3596 }, level = 68, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalWeaponColdPenetrationInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (11-12)% Cold Resistance", statOrderKey = "3596", statOrder = { 3596 }, level = 73, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalWeaponColdPenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrderKey = "3596", statOrder = { 3596 }, level = 78, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, - ["LocalWeaponLightningPenetrationInfluence1"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (9-10)% Lightning Resistance", statOrderKey = "3597", statOrder = { 3597 }, level = 68, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalWeaponLightningPenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (11-12)% Lightning Resistance", statOrderKey = "3597", statOrder = { 3597 }, level = 73, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalWeaponLightningPenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrderKey = "3597", statOrder = { 3597 }, level = 78, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, - ["LocalWeaponChaosPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (6-7)% Chaos Resistance", statOrderKey = "7321", statOrder = { 7321 }, level = 68, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalWeaponChaosPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (8-9)% Chaos Resistance", statOrderKey = "7321", statOrder = { 7321 }, level = 73, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalWeaponChaosPenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (10-12)% Chaos Resistance", statOrderKey = "7321", statOrder = { 7321 }, level = 78, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["LocalWeaponElementalPenetrationInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (6-7)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 68, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["LocalWeaponElementalPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (8-9)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 73, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["LocalWeaponElementalPenetrationInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (10-12)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 78, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["FireResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 7% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 73, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 78, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (10-11)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (12-13)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 73, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (14-15)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 78, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["ColdResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 7% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 73, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 78, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (10-11)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (12-13)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 73, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (14-15)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 78, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["LightningResistancePenetrationInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 7% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 73, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 78, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (10-11)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (12-13)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 73, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationTwoHandInfluence3__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (14-15)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 78, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["ElementalResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 4% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancePenetrationInfluence2_"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 5% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 73, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 6% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 78, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (7-8)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (9-10)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 73, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["ElementalResistancePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (11-12)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 78, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["PhysicalAddedAsExtraFireWeaponInfluence1"] = { type = "Prefix", affix = "Warlord's", "Gain (7-12)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireWeaponInfluence2"] = { type = "Prefix", affix = "Warlord's", "Gain (13-17)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 73, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireWeaponInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Gain (18-20)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 78, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence1__"] = { type = "Prefix", affix = "Warlord's", "Gain (16-20)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence2__"] = { type = "Prefix", affix = "Warlord's", "Gain (21-26)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 73, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Warlord's", "Gain (27-30)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 78, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsExtraColdWeaponInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Gain (7-12)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdWeaponInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (13-17)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 73, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdWeaponInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Gain (18-20)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 78, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Gain (16-20)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (21-26)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 73, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Gain (27-30)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 78, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsExtraLightningWeaponInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Gain (7-12)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningWeaponInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (13-17)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 73, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningWeaponInfluence3_"] = { type = "Prefix", affix = "Crusader's", "Gain (18-20)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 78, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Gain (16-20)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (21-26)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 73, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Crusader's", "Gain (27-30)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 78, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["AddedFireDamagePerStrengthInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "sceptre_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamagePerStrengthTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrderKey = "4590", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamagePerDexterityInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamagePerDexterityTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrderKey = "4644", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamagePerIntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamagePerIntelligenceTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrderKey = "4593", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["SpellDamagePer16StrengthInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Strength", statOrderKey = "9391", statOrder = { 9391 }, level = 68, group = "SpellDamagePer16Strength", weightKey = { "sceptre_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamagePer16DexterityInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Dexterity", statOrderKey = "9389", statOrder = { 9389 }, level = 68, group = "SpellDamagePer16Dexterity", weightKey = { "rune_dagger_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamagePer16IntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Intelligence", statOrderKey = "9390", statOrder = { 9390 }, level = 68, group = "SpellDamagePer16Intelligence", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamagePer10StrengthInfluence1_"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 10 Strength", statOrderKey = "9388", statOrder = { 9388 }, level = 68, group = "SpellDamagePer10Strength", weightKey = { "staff_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamagePer10IntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 10 Intelligence", statOrderKey = "2587", statOrder = { 2587 }, level = 68, group = "SpellDamagePer10Intelligence", weightKey = { "staff_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["BurningDamagePrefixInfluence1___"] = { type = "Prefix", affix = "Warlord's", "(60-69)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 68, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixInfluence2"] = { type = "Prefix", affix = "Warlord's", "(70-79)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 71, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixInfluence3"] = { type = "Prefix", affix = "Warlord's", "(80-89)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 75, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixInfluence4"] = { type = "Prefix", affix = "Warlord's", "(90-94)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 78, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 100, 100, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "(100-109)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 68, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixTwoHandInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(110-119)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 71, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "(120-129)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 75, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BurningDamagePrefixTwoHandInfluence4_"] = { type = "Prefix", affix = "Warlord's", "(130-134)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 78, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 100, 100, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["BleedingDamagePrefixInfluence1"] = { type = "Prefix", affix = "Warlord's", "(60-69)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 68, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixInfluence2"] = { type = "Prefix", affix = "Warlord's", "(70-79)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 71, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(80-89)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 75, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixInfluence4"] = { type = "Prefix", affix = "Warlord's", "(90-94)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 78, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "(100-109)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 68, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "(110-119)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 71, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "(120-129)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 75, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["BleedingDamagePrefixTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "(130-134)% increased Physical Damage over Time", statOrderKey = "1078", statOrder = { 1078 }, level = 78, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, - ["PoisonDamagePrefixInfluence1__"] = { type = "Prefix", affix = "Hunter's", "(60-69)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 68, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(70-79)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 71, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixInfluence3"] = { type = "Prefix", affix = "Hunter's", "(80-89)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 75, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixInfluence4"] = { type = "Prefix", affix = "Hunter's", "(90-94)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 78, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "(100-109)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 68, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixTwoHandInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(110-119)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 71, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 300, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "(120-129)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 75, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["PoisonDamagePrefixTwoHandInfluence4_"] = { type = "Prefix", affix = "Hunter's", "(130-134)% increased Chaos Damage over Time", statOrderKey = "1081", statOrder = { 1081 }, level = 78, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterIgniteDamageInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (8-12)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (13-15)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (18-21)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (22-25)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterBleedDamageInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (8-12)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (13-15)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (18-21)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (22-25)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterPoisonDamageInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (8-12)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (13-15)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (18-21)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "2h_sword_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (22-25)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "2h_sword_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["ImpaleEffectWeaponInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "(12-16)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ImpaleEffectWeaponInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(17-21)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 71, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ImpaleEffectWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ImpaleEffectTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-29)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ImpaleEffectTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(30-34)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 71, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ImpaleEffectTwoHandWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(35-38)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, - ["ConvertPhysicalToFireInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "sword_crusader", "axe_crusader", "mace_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 71, group = "ConvertPhysicalToFire", weightKey = { "sword_crusader", "axe_crusader", "mace_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 71, group = "ConvertPhysicalToCold", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 71, group = "ConvertPhysicalToLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosInfluenceWeapon1"] = { type = "Suffix", affix = "of the Hunt", "(16-20)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosInfluenceWeapon2"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 71, group = "PhysicalDamageConvertedToChaos", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ArmourPenetrationWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (50-65)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "7376", statOrder = { 7376 }, level = 68, group = "LocalArmourPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ArmourPenetrationWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (66-80)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "7376", statOrder = { 7376 }, level = 71, group = "LocalArmourPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ArmourPenetrationTwoHandWeaponInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (50-65)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "7376", statOrder = { 7376 }, level = 68, group = "LocalArmourPenetration", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ArmourPenetrationTwoHandWeaponInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (66-80)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "7376", statOrder = { 7376 }, level = 71, group = "LocalArmourPenetration", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["ArmourPenetrationSpellWeaponInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "Hits have (25-29)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationSpellWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (30-35)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 71, group = "ChanceToIgnoreEnemyArmour", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationSpellTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits have (50-59)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationSpellTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (60-70)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 71, group = "ChanceToIgnoreEnemyArmour", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, - ["FireExposureOnHitWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(11-15)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 75, group = "FireExposureOnHit", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "staff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["FireExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(16-20)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 80, group = "FireExposureOnHit", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "staff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["ColdExposureOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(11-15)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 75, group = "ColdExposureOnHit", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "staff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["ColdExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(16-20)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 80, group = "ColdExposureOnHit", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "staff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["LightningExposureOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 75, group = "LightningExposureOnHit", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "staff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["LightningExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 80, group = "LightningExposureOnHit", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "staff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToUnnerveOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(7-11)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 78, group = "ChanceToUnnerveOnHit", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "staff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitWeaponInfluence2__"] = { type = "Suffix", affix = "of the Hunt", "(12-15)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 81, group = "ChanceToUnnerveOnHit", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "staff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(7-11)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 78, group = "LocalChanceToIntimidateOnHit", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack" }, }, - ["ChanceToIntimidateOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(12-15)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 81, group = "LocalChanceToIntimidateOnHit", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack" }, }, - ["DamageFromAurasWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 82, group = "IncreasedDamageFromAuras", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "influence_mod", "damage", "aura" }, }, - ["DamageFromAurasTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 82, group = "IncreasedDamageFromAuras", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 0 }, modTags = { "influence_mod", "damage", "aura" }, }, - ["LocalChanceToMaimPhysicalDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(10-13)% increased Physical Damage", "10% chance to Maim on Hit", statOrderKey = "1098,7421", statOrder = { 1098, 7421 }, level = 68, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalChanceToMaimPhysicalDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(14-16)% increased Physical Damage", "15% chance to Maim on Hit", statOrderKey = "1098,7421", statOrder = { 1098, 7421 }, level = 70, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalChanceToMaimPhysicalDamageInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(17-20)% increased Physical Damage", "20% chance to Maim on Hit", statOrderKey = "1098,7421", statOrder = { 1098, 7421 }, level = 73, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["BlindOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-18)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(19-22)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 70, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["BlindOnHitWeaponInfluence3"] = { type = "Suffix", affix = "of Redemption", "(23-25)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 73, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["OnslaugtOnKillWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-18)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 68, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["OnslaugtOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(19-22)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 70, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["OnslaugtOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of Redemption", "(23-25)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 73, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["PhasingOnKillWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(15-18)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["PhasingOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(19-22)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 70, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["PhasingOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(23-25)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 73, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(15-18)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(19-22)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 70, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["UnholyMightOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(23-25)% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 73, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, - ["BlockWhileDualWieldingInfluence1__"] = { type = "Suffix", affix = "of Redemption", "+(2-4)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 68, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockWhileDualWieldingInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(5-7)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 70, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlockWhileDualWieldingInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(8-9)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 73, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["PhysicalDamageWhileDualWieldingInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(23-27)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 68, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["PhysicalDamageWhileDualWieldingInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(28-32)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 70, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["PhysicalDamageWhileDualWieldingInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(33-37)% increased Physical Attack Damage while Dual Wielding", statOrderKey = "1143", statOrder = { 1143 }, level = 73, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, - ["LocalMeleeWeaponRangeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 68, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["LocalMeleeWeaponRangeInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+0.3 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 73, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MovementVelocityWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(3-6)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementVelocityWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(7-10)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 73, group = "MovementVelocity", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["SpellsDoubleDamageChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "Spells have a (4-5)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 75, group = "SpellsDoubleDamageChance", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellsDoubleDamageChanceInfluence2"] = { type = "Suffix", affix = "of Redemption", "Spells have a (6-7)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 80, group = "SpellsDoubleDamageChance", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellsDoubleDamageChanceTwoHandInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Spells have a (10-11)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 75, group = "SpellsDoubleDamageChance", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["SpellsDoubleDamageChanceTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "Spells have a (12-14)% chance to deal Double Damage", statOrderKey = "9373", statOrder = { 9373 }, level = 80, group = "SpellsDoubleDamageChance", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["DamagePerEnduranceChargeWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "sceptre_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerEnduranceChargeWeaponInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 73, group = "DamagePerEnduranceCharge", weightKey = { "sceptre_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerFrenzyChargeWeaponInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 68, group = "DamagePerFrenzyCharge", weightKey = { "rune_dagger_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerFrenzyChargeWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 73, group = "DamagePerFrenzyCharge", weightKey = { "rune_dagger_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeWeaponInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(5-7)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(8-10)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 73, group = "IncreasedDamagePerPowerCharge", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerEnduranceChargeTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(10-13)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerEnduranceChargeTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(14-17)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 73, group = "DamagePerEnduranceCharge", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-13)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamagePerPowerChargeTwoHandWeaponInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(14-17)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 73, group = "IncreasedDamagePerPowerCharge", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["BaseManaRegenerationInfluence1_____"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.3% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 68, group = "BaseManaRegeneration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["BaseManaRegenerationInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.4% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 73, group = "BaseManaRegeneration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["BaseManaRegenerationTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.7% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 68, group = "BaseManaRegeneration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["BaseManaRegenerationTwoHandInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.8% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 73, group = "BaseManaRegeneration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AngerAuraEffectInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (28-33)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["AngerAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Anger has (34-40)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 80, group = "AngerAuraEffect", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["AngerAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (48-54)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["AngerAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "Anger has (55-60)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 80, group = "AngerAuraEffect", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["HatredAuraEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (28-33)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["HatredAuraEffectInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Hatred has (34-40)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 80, group = "HatredAuraEffect", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["HatredAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (48-54)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["HatredAuraEffectTwoHandInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Hatred has (55-60)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 80, group = "HatredAuraEffect", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["WrathAuraEffectInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (28-33)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["WrathAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (34-40)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 80, group = "WrathAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["WrathAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (48-54)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["WrathAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (55-60)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 80, group = "WrathAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["MalevolenceAuraEffectInfluence1____"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (28-33)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (34-40)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 80, group = "MalevolenceAuraEffect", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (48-54)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (55-60)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 80, group = "MalevolenceAuraEffect", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (28-33)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["ZealotryAuraEffectInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (34-40)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 80, group = "ZealotryAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["ZealotryAuraEffectTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (48-54)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["ZealotryAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (55-60)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 80, group = "ZealotryAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, - ["DamageWhileLeechingWeaponInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(18-22)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 68, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageWhileLeechingWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 70, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageWhileLeechingWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 73, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageWhileLeechingWeaponTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(32-36)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 68, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageWhileLeechingWeaponTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(37-41)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 70, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["DamageWhileLeechingWeaponTwoHandInfluence3_"] = { type = "Suffix", affix = "of the Crusade", "(42-45)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 73, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["AttackSpeedWithFortifyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-12)% increased Attack Speed while Fortified", statOrderKey = "3055", statOrder = { 3055 }, level = 68, group = "AttackSpeedWithFortify", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedWithFortifyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(13-15)% increased Attack Speed while Fortified", statOrderKey = "3055", statOrder = { 3055 }, level = 73, group = "AttackSpeedWithFortify", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedWithFortifyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(20-22)% increased Attack Speed while Fortified", statOrderKey = "3055", statOrder = { 3055 }, level = 68, group = "AttackSpeedWithFortify", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedWithFortifyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(23-25)% increased Attack Speed while Fortified", statOrderKey = "3055", statOrder = { 3055 }, level = 73, group = "AttackSpeedWithFortify", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["MeleeWeaponRangeIfKilledRecentlyInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Melee Strike Range if you have Killed Recently", statOrderKey = "8546", statOrder = { 8546 }, level = 68, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "sword_adjudicator", "2h_sword_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["MeleeWeaponRangeIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+0.3 metres to Melee Strike Range if you have Killed Recently", statOrderKey = "8546", statOrder = { 8546 }, level = 73, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "sword_adjudicator", "2h_sword_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["TauntOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(5-6)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["TauntOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(7-8)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 70, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["TauntOnHitWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(9-10)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 73, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, - ["AttackSpeedIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(13-16)% increased Attack Speed if you've Killed Recently", statOrderKey = "4614", statOrder = { 4614 }, level = 68, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(17-20)% increased Attack Speed if you've Killed Recently", statOrderKey = "4614", statOrder = { 4614 }, level = 73, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(23-26)% increased Attack Speed if you've Killed Recently", statOrderKey = "4614", statOrder = { 4614 }, level = 68, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "2h_axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["AttackSpeedIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(27-30)% increased Attack Speed if you've Killed Recently", statOrderKey = "4614", statOrder = { 4614 }, level = 73, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "2h_axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, - ["CastSpeedIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(13-16)% increased Cast Speed if you've Killed Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 68, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, - ["CastSpeedIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(17-20)% increased Cast Speed if you've Killed Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 73, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, - ["CastSpeedIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(23-26)% increased Cast Speed if you've Killed Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 68, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, - ["CastSpeedIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "(27-30)% increased Cast Speed if you've Killed Recently", statOrderKey = "5054", statOrder = { 5054 }, level = 73, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, - ["WarcryCooldownSpeedInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(17-21)% increased Warcry Cooldown Recovery Rate", statOrderKey = "3170", statOrder = { 3170 }, level = 68, group = "WarcryCooldownSpeed", weightKey = { "axe_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WarcryCooldownSpeedInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(22-25)% increased Warcry Cooldown Recovery Rate", statOrderKey = "3170", statOrder = { 3170 }, level = 73, group = "WarcryCooldownSpeed", weightKey = { "axe_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["WarcryCooldownSpeedTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(35-40)% increased Warcry Cooldown Recovery Rate", statOrderKey = "3170", statOrder = { 3170 }, level = 68, group = "WarcryCooldownSpeed", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "shield_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, - ["WarcryCooldownSpeedTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(41-45)% increased Warcry Cooldown Recovery Rate", statOrderKey = "3170", statOrder = { 3170 }, level = 73, group = "WarcryCooldownSpeed", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "shield_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, - ["CriticalStrikeChanceIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-40)% increased Critical Strike Chance if you have Killed Recently", statOrderKey = "5503", statOrder = { 5503 }, level = 68, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeChanceIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% increased Critical Strike Chance if you have Killed Recently", statOrderKey = "5503", statOrder = { 5503 }, level = 73, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CriticalStrikeMultiplierIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(26-30)% to Critical Strike Multiplier if you've Killed Recently", statOrderKey = "5534", statOrder = { 5534 }, level = 68, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierIfKilledRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(31-35)% to Critical Strike Multiplier if you've Killed Recently", statOrderKey = "5534", statOrder = { 5534 }, level = 73, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierAgainstFullLifeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(41-50)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrderKey = "3273", statOrder = { 3273 }, level = 68, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["CriticalStrikeMultiplierAgainstFullLifeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(51-60)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrderKey = "3273", statOrder = { 3273 }, level = 73, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["GainRareMonsterModsOnKillChanceInfluence1"] = { type = "Suffix", affix = "of the Conquest", "When you Kill a Rare Monster, (21-30)% chance to gain one of its Modifiers for 10 seconds", statOrderKey = "6223", statOrder = { 6223 }, level = 68, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["GainRareMonsterModsOnKillChanceInfluence2"] = { type = "Suffix", affix = "of the Conquest", "When you Kill a Rare Monster, (31-40)% chance to gain one of its Modifiers for 10 seconds", statOrderKey = "6223", statOrder = { 6223 }, level = 73, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["StunDurationAndThresholdInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% reduced Enemy Stun Threshold", "(11-15)% increased Stun Duration on Enemies", statOrderKey = "1378,1722", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["StunDurationAndThresholdInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% reduced Enemy Stun Threshold", "(16-20)% increased Stun Duration on Enemies", statOrderKey = "1378,1722", statOrder = { 1378, 1722 }, level = 73, group = "StunDurationAndThresholdUber", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["StunDurationAndThresholdTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% reduced Enemy Stun Threshold", "(21-25)% increased Stun Duration on Enemies", statOrderKey = "1378,1722", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["StunDurationAndThresholdTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% reduced Enemy Stun Threshold", "(26-30)% increased Stun Duration on Enemies", statOrderKey = "1378,1722", statOrder = { 1378, 1722 }, level = 73, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectIfStunnedRecentlyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectIfStunnedRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 73, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectIfStunnedRecentlyTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["AreaOfEffectIfStunnedRecentlyTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(41-45)% increased Area of Effect if you have Stunned an Enemy Recently", statOrderKey = "4457", statOrder = { 4457 }, level = 73, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["EnemiesExplodeOnDeathDealingFireInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damage", statOrderKey = "2553", statOrder = { 2553 }, level = 78, group = "EnemiesExplodeOnDeath", weightKey = { "mace_eyrie", "2h_mace_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["ChanceForDoubleStunDurationInfluence1"] = { type = "Suffix", affix = "of Redemption", "(7-11)% chance to double Stun Duration", statOrderKey = "3400", statOrder = { 3400 }, level = 68, group = "ChanceForDoubleStunDuration", weightKey = { "mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceForDoubleStunDurationInfluence2"] = { type = "Suffix", affix = "of Redemption", "(12-15)% chance to double Stun Duration", statOrderKey = "3400", statOrder = { 3400 }, level = 73, group = "ChanceForDoubleStunDuration", weightKey = { "mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceForDoubleStunDurationTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(17-21)% chance to double Stun Duration", statOrderKey = "3400", statOrder = { 3400 }, level = 68, group = "ChanceForDoubleStunDuration", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["ChanceForDoubleStunDurationTwoHandInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(22-25)% chance to double Stun Duration", statOrderKey = "3400", statOrder = { 3400 }, level = 73, group = "ChanceForDoubleStunDuration", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, - ["MovementSpeedIfHitRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 68, group = "MovementSpeedIfHitRecently", weightKey = { "mace_eyrie", "sceptre_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementSpeedIfHitRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 73, group = "MovementSpeedIfHitRecently", weightKey = { "mace_eyrie", "sceptre_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementSpeedIfHitRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(10-12)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 68, group = "MovementSpeedIfHitRecently", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["MovementSpeedIfHitRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "(13-15)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 73, group = "MovementSpeedIfHitRecently", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, - ["AreaOfEffectIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(17-21)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 68, group = "AreaOfEffectIfKilledRecently", weightKey = { "mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AreaOfEffectIfKilledRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(22-25)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 73, group = "AreaOfEffectIfKilledRecently", weightKey = { "mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AreaOfEffectIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(27-31)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 68, group = "AreaOfEffectIfKilledRecently", weightKey = { "2h_mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AreaOfEffectIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(32-35)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 73, group = "AreaOfEffectIfKilledRecently", weightKey = { "2h_mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["ChanceToBlockIfDamagedRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "+(10-12)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrderKey = "3056", statOrder = { 3056 }, level = 68, group = "ChanceToBlockIfDamagedRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["ChanceToBlockIfDamagedRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(13-15)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrderKey = "3056", statOrder = { 3056 }, level = 73, group = "ChanceToBlockIfDamagedRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockChanceIfHitRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "+(10-12)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrderKey = "5241", statOrder = { 5241 }, level = 68, group = "SpellBlockChanceIfHitRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["SpellBlockChanceIfHitRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(13-15)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrderKey = "5241", statOrder = { 5241 }, level = 73, group = "SpellBlockChanceIfHitRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, - ["AdditionalProjectileWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Skills fire an additional Projectile", statOrderKey = "1651", statOrder = { 1651 }, level = 82, group = "AdditionalProjectiles", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "influence_mod" }, }, - ["SocketedSkillsChainInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Socketed Gems Chain 1 additional times", statOrderKey = "457", statOrder = { 457 }, level = 85, group = "DisplaySocketedSkillsChain", weightKey = { "bow_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, - ["SocketedSkillsForkInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Projectiles from Socketed Gems Fork", statOrderKey = "480", statOrder = { 480 }, level = 85, group = "DisplaySocketedSkillsFork", weightKey = { "bow_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, - ["ProjectileDamagePerEnemyPiercedInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (15-20)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrderKey = "9008", statOrder = { 9008 }, level = 68, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["ProjectileDamagePerEnemyPiercedInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (21-25)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrderKey = "9008", statOrder = { 9008 }, level = 70, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["ProjectileDamagePerEnemyPiercedInfluence3"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (26-30)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrderKey = "9008", statOrder = { 9008 }, level = 73, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, - ["PhysicalDamageAddedAsRandomElementInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Gain (7-8)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 68, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["PhysicalDamageAddedAsRandomElementInfluence2"] = { type = "Suffix", affix = "of the Crusade", "Gain (9-11)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 73, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["PhysicalDamageAddedAsRandomElementInfluence3"] = { type = "Suffix", affix = "of the Crusade", "Gain (12-15)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 78, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, - ["ArcaneSurgeOnCritInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(11-20)% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "6250", statOrder = { 6250 }, level = 75, group = "GainArcaneSurgeOnCrit", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["ArcaneSurgeOnCritInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(21-30)% chance to Gain Arcane Surge when you deal a Critical Strike", statOrderKey = "6250", statOrder = { 6250 }, level = 80, group = "GainArcaneSurgeOnCrit", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, - ["CurseOnHitFlammabilityWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrderKey = "2381", statOrder = { 2381 }, level = 78, group = "FlammabilityOnHitLevel", weightKey = { "wand_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitFrostbiteWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrderKey = "2382", statOrder = { 2382 }, level = 78, group = "FrostbiteOnHitLevel", weightKey = { "wand_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitConductivityWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrderKey = "2378", statOrder = { 2378 }, level = 78, group = "ConductivityOnHitLevel", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, - ["CurseOnHitDespairWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 78, group = "CurseOnHitDespair", weightKey = { "wand_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["ImpaleEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "(12-16)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 58, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ImpaleEffectEssence2__"] = { type = "Suffix", affix = "of the Essence", "(17-21)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 74, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ImpaleEffectEssence3"] = { type = "Suffix", affix = "of the Essence", "(22-25)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 82, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ImpaleEffectTwoHandEssence1"] = { type = "Suffix", affix = "of the Essence", "(25-29)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 58, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ImpaleEffectTwoHandEssence2_"] = { type = "Suffix", affix = "of the Essence", "(30-34)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 74, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["ImpaleEffectTwoHandEssence3_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 82, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["BreachBodyChaosDamageAsPortionOfFireDamage1_"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, - ["BreachBodyChaosDamageAsPortionOfColdDamage1"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, - ["BreachBodyChaosDamageAsPortionOfLightningDamage1"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, - ["BreachBodyAllDefences1"] = { type = "Prefix", affix = "Chayula's", "50% increased Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences" }, }, - ["BreachBodyLifeGainedOnHittingIgnitedEnemies1"] = { type = "Suffix", affix = "of Xoph", "Gain (20-30) Life for each Ignited Enemy hit with Attacks", statOrderKey = "1602", statOrder = { 1602 }, level = 1, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["BreachBodyNoExtraBleedDamageWhileMoving1_"] = { type = "Suffix", affix = "of Uul-Netol", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "3031", statOrder = { 3031 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["BreachBodyAddedColdDamagePerPowerCharge1"] = { type = "Prefix", affix = "Tul's", "Adds 10 to 15 Cold Damage to Spells per Power Charge", statOrderKey = "1684", statOrder = { 1684 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["BreachBodyGainPowerChargeOnKillingFrozenEnemy1"] = { type = "Suffix", affix = "of Tul", "25% chance to gain a Power Charge on Killing a Frozen Enemy", statOrderKey = "1683", statOrder = { 1683 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge" }, }, - ["BreachBodyIncreasedAttackSpeedPerDexterity1"] = { type = "Suffix", affix = "of Esh", "1% increased Attack Speed per 25 Dexterity", statOrderKey = "4622", statOrder = { 4622 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, - ["BreachBodyPhysicalDamageReductionWhileNotMoving1"] = { type = "Suffix", affix = "of Uul-Netol", "6% additional Physical Damage Reduction while stationary", statOrderKey = "4143", statOrder = { 4143 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, - ["BreachBodyAddedLightningDamagePerShockedEnemyKilled1"] = { type = "Prefix", affix = "Esh's", "Adds 1 to 5 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrderKey = "8575", statOrder = { 8575 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["BreachBodyReflectsShocks1"] = { type = "Suffix", affix = "of Esh", "Shock Reflection", statOrderKey = "9144", statOrder = { 9144 }, level = 1, group = "ReflectsShocks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["BreachBodyChaosDamageDoesNotBypassESNotLowLifeOrMana1_"] = { type = "Prefix", affix = "Esh's", "Chaos Damage taken does not bypass Energy Shield while not on Low Life", statOrderKey = "5317", statOrder = { 5317 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, - ["BreachBodyOnHitBlindChilledEnemies1"] = { type = "Suffix", affix = "of Tul", "Blind Chilled Enemies on Hit", statOrderKey = "4918", statOrder = { 4918 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["BreachBodyVulnerabilityOnHit1"] = { type = "Suffix", affix = "of Uul-Netol", "25% chance to Curse Enemies with Vulnerability on Hit", statOrderKey = "2375", statOrder = { 2375 }, level = 1, group = "CurseLevel10VulnerabilityOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["BreachBodyGrantsEnvy1"] = { type = "Prefix", affix = "Chayula's", "Grants Level 15 Envy Skill", statOrderKey = "555", statOrder = { 555 }, level = 1, group = "GrantsEnvy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, - ["BreachBodyEnemiesBlockedAreIntimidated1"] = { type = "Prefix", affix = "Uul-Netol's", "Permanently Intimidate Enemies on Block", statOrderKey = "8893", statOrder = { 8893 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["BreachBodyMinionsPoisonEnemiesOnHit1_"] = { type = "Suffix", affix = "of Chayula", "Minions have 60% chance to Poison Enemies on Hit", statOrderKey = "3013", statOrder = { 3013 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["BreachBodyArmourIncreasedByUncappedFireResistance1____"] = { type = "Prefix", affix = "Xoph's", "Armour is increased by Overcapped Fire Resistance", statOrderKey = "4489", statOrder = { 4489 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, - ["BreachBodyEvasionIncreasedByUncappedColdResistance1"] = { type = "Prefix", affix = "Tul's", "Evasion Rating is increased by Overcapped Cold Resistance", statOrderKey = "6023", statOrder = { 6023 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, - ["BreachBodyCriticalChanceIncreasedByUncappedLightningResistance1"] = { type = "Suffix", affix = "of Esh", "Critical Strike Chance is increased by Overcapped Lightning Resistance", statOrderKey = "5497", statOrder = { 5497 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["BreachBodyCoverInAshWhenHit1__"] = { type = "Prefix", affix = "Xoph's", "Cover Enemies in Ash when they Hit you", statOrderKey = "4429", statOrder = { 4429 }, level = 1, group = "CoverInAshWhenHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["BreachBodyChillEnemiesWhenHit1"] = { type = "Suffix", affix = "of Tul", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrderKey = "2979", statOrder = { 2979 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["BreachBodyArcticArmourReservationCost1"] = { type = "Suffix", affix = "of Tul", "Arctic Armour has 100% increased Mana Reservation Efficiency", statOrderKey = "4445", statOrder = { 4445 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["BreachBodyArcticArmourReservationEfficiency1"] = { type = "Suffix", affix = "of Tul", "Arctic Armour has 100% increased Mana Reservation Efficiency", statOrderKey = "4446", statOrder = { 4446 }, level = 1, group = "ArcticArmourReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["BreachBodyMaximumLifeConvertedToEnergyShield1___"] = { type = "Prefix", affix = "Chayula's", "10% of Maximum Life Converted to Energy Shield", statOrderKey = "8502", statOrder = { 8502 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LocalIncreaseSocketedActiveGemLevelUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "+1 to Level of Socketed Skill Gems", "+(5-10)% to Quality of Socketed Skill Gems", statOrderKey = "169,184", statOrder = { 169, 184 }, level = 90, group = "LocalIncreaseSocketedActiveSkillGemLevelMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, - ["LocalIncreaseSocketedSupportGemLevelUberMaven___"] = { type = "Prefix", affix = "Elevated Elder's", "+1 to Level of Socketed Support Gems", "+(5-10)% to Quality of Socketed Support Gems", statOrderKey = "168,183", statOrder = { 168, 183 }, level = 90, group = "LocalIncreaseSocketedSupportGemLevelMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, - ["PhysicalDamageTakenAsFirePercentUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(16-18)% of Physical Damage from Hits taken as Fire Damage", "(7-10)% of Fire Damage taken Recouped as Life", statOrderKey = "2298,6102", statOrder = { 2298, 6102 }, level = 94, group = "PhysicalDamageTakenAsFireUberMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdPercentUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% of Physical Damage from Hits taken as Cold Damage", "(7-10)% of Cold Damage taken Recouped as Life", statOrderKey = "2299,5402", statOrder = { 2299, 5402 }, level = 93, group = "PhysicalDamageTakenAsColdUberMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsLightningPercentUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% of Physical Damage from Hits taken as Lightning Damage", "(7-10)% of Lightning Damage taken Recouped as Life", statOrderKey = "2300,6905", statOrder = { 2300, 6905 }, level = 92, group = "PhysicalDamageTakenAsLightningUberMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "lightning" }, }, - ["ReducedElementalReflectTakenUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "(3-5)% reduced Elemental Damage taken", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrderKey = "3134,5889", statOrder = { 3134, 5889 }, level = 85, group = "ReducedElementalReflectTakenMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["ReducedPhysicalReflectTakenUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(3-5)% reduced Physical Damage taken", "You and your Minions take 100% reduced Reflected Physical Damage", statOrderKey = "2094,8948", statOrder = { 2094, 8948 }, level = 85, group = "ReducedPhysicalReflectTakenMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["MaximumLifeUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(13-15)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 95, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumManaBodyUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 85, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["DamageTakenFromManaBeforeLifeUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "(11-15)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 90, group = "DamageRemovedFromManaBeforeLife", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "mana" }, }, - ["MaximumLifeOnKillPercentUberMaven__"] = { type = "Suffix", affix = "of the Elevated Elder", "Recover (5-6)% of Life on Kill", "(5-10)% increased Life Recovery Rate if you haven't Killed Recently", statOrderKey = "1608,6847", statOrder = { 1608, 6847 }, level = 85, group = "MaximumLifeOnKillPercentMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumManaOnKillPercentUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Recover (5-6)% of Mana on Kill", "(5-10)% increased Mana Recovery Rate if you haven't Killed Recently", statOrderKey = "1610,7599", statOrder = { 1610, 7599 }, level = 85, group = "MaximumManaOnKillPercentMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["MaximumEnergyShieldOnKillPercentUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Recover (5-6)% of Energy Shield on Kill", "(5-10)% increased Energy Shield Recovery Rate if you haven't Killed Recently", statOrderKey = "1609,5992", statOrder = { 1609, 5992 }, level = 85, group = "MaximumEnergyShieldOnKillPercentMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["PercentageStrengthUberMaven__"] = { type = "Suffix", affix = "of the Elevated Elder", "+1 to Level of Socketed Strength Gems", "(9-12)% increased Strength", statOrderKey = "138,1051", statOrder = { 138, 1051 }, level = 93, group = "PercentageStrengthMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["PercentageDexterityUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+1 to Level of Socketed Dexterity Gems", "(9-12)% increased Dexterity", statOrderKey = "139,1052", statOrder = { 139, 1052 }, level = 93, group = "PercentageDexterityMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["PercentageIntelligenceUberMaven__"] = { type = "Suffix", affix = "of Elevated Shaping", "+1 to Level of Socketed Intelligence Gems", "(9-12)% increased Intelligence", statOrderKey = "140,1053", statOrder = { 140, 1053 }, level = 93, group = "PercentageIntelligenceMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["LifeRegenerationRatePercentUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Regenerate (2.1-3)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 85, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["SupportedByItemRarityUberMaven__"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 20 Item Rarity", "(19-25)% increased Rarity of Items found from Slain Unique Enemies", statOrderKey = "266,9716", statOrder = { 266, 9716 }, level = 95, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, - ["AdditionalCriticalStrikeChanceWithAttacksUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Attacks have +(1.6-2)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 94, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["AdditionalCriticalStrikeChanceWithSpellsUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(1.6-2)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 94, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, - ["MaximumManaInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(16-18)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 90, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["PhysTakenAsLightningInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(16-18)% of Physical Damage from Hits taken as Lightning Damage", "(7-10)% of Lightning Damage taken Recouped as Life", statOrderKey = "2300,6905", statOrder = { 2300, 6905 }, level = 93, group = "PhysicalDamageTakenAsLightningUberMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "lightning" }, }, - ["ConsecratedGroundStationaryInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "You have Consecrated Ground around you while stationary", "Effects of Consecrated Ground you create Linger for 1 second", statOrderKey = "5440,9874", statOrder = { 5440, 9874 }, level = 85, group = "ConsecratedGroundStationaryMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["HolyPhysicalExplosionInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Crusader's", "(8-12)% increased Area of Effect", "Enemies you Kill Explode, dealing 5% of their Life as Physical Damage", statOrderKey = "1739,5922", statOrder = { 1739, 5922 }, level = 95, group = "EnemiesExplodeOnDeathPhysicalMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["HolyPhysicalExplosionChanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(8-12)% increased Area of Effect", "Enemies you Kill have a (31-35)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "1739,3145", statOrder = { 1739, 3145 }, level = 95, group = "EnemiesExplodeOnDeathPhysicalChanceMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["PercentageIntelligenceBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "+1 to Level of Socketed Intelligence Gems", "(9-12)% increased Intelligence", statOrderKey = "140,1053", statOrder = { 140, 1053 }, level = 85, group = "PercentageIntelligenceMaven", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["AddPowerChargeOnCritInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "15% chance to gain a Power Charge on Critical Strike", "3% increased Damage per Power Charge", statOrderKey = "1689,5639", statOrder = { 1689, 5639 }, level = 90, group = "PowerChargeOnCriticalStrikeChanceMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge", "influence_mod", "critical" }, }, - ["EnergyShieldOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "Recover (5-6)% of Energy Shield on Kill", "(5-10)% increased Energy Shield Recovery Rate if you haven't Killed Recently", statOrderKey = "1609,5992", statOrder = { 1609, 5992 }, level = 90, group = "MaximumEnergyShieldOnKillPercentMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(12-15)% increased Energy Shield Recovery rate", "Regenerate (50-100) Energy Shield per second", statOrderKey = "1428,2494", statOrder = { 1428, 2494 }, level = 90, group = "EnergyShieldRecoveryRateMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["PhysTakenAsFireInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(16-18)% of Physical Damage from Hits taken as Fire Damage", "(7-10)% of Fire Damage taken Recouped as Life", statOrderKey = "2298,6102", statOrder = { 2298, 6102 }, level = 93, group = "PhysicalDamageTakenAsFireUberMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "fire" }, }, - ["SocketedActiveGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Level of Socketed Skill Gems", "+(5-10)% to Quality of Socketed Skill Gems", statOrderKey = "169,184", statOrder = { 169, 184 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevelMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, - ["ReflectedPhysicalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(3-5)% reduced Physical Damage taken", "You and your Minions take 100% reduced Reflected Physical Damage", statOrderKey = "2094,8948", statOrder = { 2094, 8948 }, level = 85, group = "ReducedPhysicalReflectTakenMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, - ["AllResistancesInfluenceMaven____"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(19-22)% to all Elemental Resistances", "+1% to all maximum Elemental Resistances", statOrderKey = "1479,1502", statOrder = { 1479, 1502 }, level = 85, group = "AllResistancesMaven", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, - ["PercentageStrengthBodyInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Conquest", "+1 to Level of Socketed Strength Gems", "(9-12)% increased Strength", statOrderKey = "138,1051", statOrder = { 138, 1051 }, level = 85, group = "PercentageStrengthMaven", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["EnduranceChargeIfHitRecentlyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "3% increased Area of Effect per Endurance Charge", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrderKey = "4462,6270", statOrder = { 4462, 6270 }, level = 90, group = "EnduranceChargeIfHitRecentlyMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["LifeOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Recover (5-6)% of Life on Kill", "(5-10)% increased Life Recovery Rate if you haven't Killed Recently", statOrderKey = "1608,6847", statOrder = { 1608, 6847 }, level = 90, group = "MaximumLifeOnKillPercentMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["LifeRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(12-15)% increased Life Recovery rate", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "1438,6804", statOrder = { 1438, 6804 }, level = 90, group = "LifeRecoveryRateMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "life" }, }, - ["SocketedAttacksManaCostInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Ignore Stuns while using Socketed Attack Skills", "Socketed Attacks have -20 to Total Mana Cost", statOrderKey = "461,465", statOrder = { 461, 465 }, level = 95, group = "SocketedAttacksManaCostMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "attack", "gem" }, }, - ["PhysTakenAsColdInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(16-18)% of Physical Damage from Hits taken as Cold Damage", "(7-10)% of Cold Damage taken Recouped as Life", statOrderKey = "2299,5402", statOrder = { 2299, 5402 }, level = 93, group = "PhysicalDamageTakenAsColdUberMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "cold" }, }, - ["SocketedSupportGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "+1 to Level of Socketed Support Gems", "+(5-10)% to Quality of Socketed Support Gems", statOrderKey = "168,183", statOrder = { 168, 183 }, level = 90, group = "LocalIncreaseSocketedSupportGemLevelMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, - ["ReflectedElementalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(3-5)% reduced Elemental Damage taken", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrderKey = "3134,5889", statOrder = { 3134, 5889 }, level = 85, group = "ReducedElementalReflectTakenMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, - ["NearbyEnemiesAreBlindedInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Cannot be Blinded", "Nearby Enemies are Blinded", statOrderKey = "2820,3236", statOrder = { 2820, 3236 }, level = 85, group = "NearbyEnemiesAreBlindedMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["PercentageDexterityBodyInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "+1 to Level of Socketed Dexterity Gems", "(9-12)% increased Dexterity", statOrderKey = "139,1052", statOrder = { 139, 1052 }, level = 85, group = "PercentageDexterityMaven", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, - ["FrenzyChargeOnHitChanceInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "1% increased Movement Speed per Frenzy Charge", "10% chance to gain a Frenzy Charge on Hit", statOrderKey = "1661,1692", statOrder = { 1661, 1692 }, level = 90, group = "FrenzyChargeOnHitChanceMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod", "speed" }, }, - ["ManaOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "Recover (5-6)% of Mana on Kill", "(5-10)% increased Mana Recovery Rate if you haven't Killed Recently", statOrderKey = "1610,7599", statOrder = { 1610, 7599 }, level = 90, group = "MaximumManaOnKillPercentMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(12-15)% increased Mana Recovery rate", "(20-35)% increased Mana Recovery from Flasks", statOrderKey = "1446,1914", statOrder = { 1446, 1914 }, level = 90, group = "ManaRecoveryRateMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, - ["AuraEffectBodyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(26-30)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 90, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "aura" }, }, - ["MaximumLifeBodyInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "(13-15)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 95, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["PhysTakenAsChaosInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "+1% to maximum Chaos Resistance", "(16-18)% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "1499,2302", statOrder = { 1499, 2302 }, level = 93, group = "PhysicalDamageTakenAsChaosUberMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "chaos", "resistance" }, }, - ["AdditionalCurseOnEnemiesInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "You can apply an additional Curse", "20% increased Mana Reservation Efficiency of Curse Aura Skills", statOrderKey = "2022,5570", statOrder = { 2022, 5570 }, level = 92, group = "OLDAdditionalCurseOnEnemiesMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "caster", "aura", "curse" }, }, - ["AdditionalCurseOnEnemiesInfluenceMavenV2___"] = { type = "Prefix", affix = "Elevated Hunter's", "You can apply an additional Curse", "20% increased Mana Reservation Efficiency of Curse Aura Skills", statOrderKey = "2022,5571", statOrder = { 2022, 5571 }, level = 92, group = "AdditionalCurseOnEnemiesMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "caster", "aura", "curse" }, }, - ["RegenerateLifeOverMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Every 4 seconds, Regenerate 25% of Life over one second", statOrderKey = "3619", statOrder = { 3619 }, level = 90, group = "RegenerateLifeOver1Second", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["OfferingEffectInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(26-35)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 90, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["AdditionalCritWithAttacksInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Attacks have +(1.6-2)% to Critical Strike Chance", statOrderKey = "4518", statOrder = { 4518 }, level = 94, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "critical" }, }, - ["AdditionalCritWithSpellsInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(1.6-2)% to Spell Critical Strike Chance", statOrderKey = "9364", statOrder = { 9364 }, level = 94, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "critical" }, }, - ["LifeRegenerationPercentBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Regenerate (2.1-3)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 85, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["AreaDamageSupportedUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Concentrated Effect", "(23-25)% increased Area Damage", statOrderKey = "372,1889", statOrder = { 372, 1889 }, level = 92, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["AreaOfEffectSupportedUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 25 Increased Area of Effect", "(13-15)% increased Area of Effect", statOrderKey = "202,1739", statOrder = { 202, 1739 }, level = 93, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["MaximumManaUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(12-15)% increased maximum Mana", "Transfiguration of Mind", statOrderKey = "1440,4359", statOrder = { 1440, 4359 }, level = 85, group = "MaximumManaIncreasePercentMaven", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "damage" }, }, - ["MinionDamageSupportedUberMaven___"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Minion Damage", "Minions deal (23-25)% increased Damage", statOrderKey = "423,1830", statOrder = { 423, 1830 }, level = 93, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, - ["MinionLifeSupportedUberMaven_"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Minion Life", "Minions have (23-25)% increased maximum Life", statOrderKey = "421,1625", statOrder = { 421, 1625 }, level = 90, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, - ["AdditionalMinesPlacedSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Blastchain Mine", "Throw an additional Mine", statOrderKey = "416,3385", statOrder = { 416, 3385 }, level = 95, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["MineDamageUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Blastchain Mine", "(31-35)% increased Mine Damage", statOrderKey = "416,1063", statOrder = { 416, 1063 }, level = 90, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["MineDamageTrapUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap And Mine Damage", "(31-35)% increased Mine Damage", statOrderKey = "376,1063", statOrder = { 376, 1063 }, level = 90, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["IncreasedChillEffectSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Hypothermia", "(17-20)% increased Effect of Cold Ailments", statOrderKey = "428,5384", statOrder = { 428, 5384 }, level = 90, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, - ["IncreasedShockEffectSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Innervate", "(17-20)% increased Effect of Lightning Ailments", statOrderKey = "438,6887", statOrder = { 438, 6887 }, level = 90, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, - ["IgniteDurationSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Immolate", "(17-20)% increased Ignite Duration on Enemies", statOrderKey = "256,1718", statOrder = { 256, 1718 }, level = 90, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, - ["IncreasedBurningDamageSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Burning Damage", "(31-35)% increased Burning Damage", statOrderKey = "259,1736", statOrder = { 259, 1736 }, level = 92, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, - ["ChanceToGainPowerChargeOnKillUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "50% increased Power Charge Duration", "(11-15)% chance to gain a Power Charge on Kill", statOrderKey = "1996,2482", statOrder = { 1996, 2482 }, level = 94, group = "PowerChargeOnKillChanceMaven", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["SupportedByLessDurationUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Less Duration", statOrderKey = "298", statOrder = { 298 }, level = 78, group = "SupportedByLessDuration", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SpellAddedFireDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (35-49) to (60-73) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 92, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Adds (29-39) to (49-61) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 93, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Adds (2-8) to (101-121) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 94, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedPhysicalDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (35-49) to (60-73) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 95, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (29-39) to (49-61) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 95, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, - ["ManaRegenerationUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "(56-70)% increased Mana Regeneration Rate", "20% increased Mana Regeneration Rate while stationary", statOrderKey = "1444,4146", statOrder = { 1444, 4146 }, level = 85, group = "ManaRegenerationMaven", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["AddedManaRegenerationUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Regenerate (6-8) Mana per second", "Mana Flasks gain 1 Charge every 3 seconds", statOrderKey = "1442,7584", statOrder = { 1442, 7584 }, level = 90, group = "AddedManaRegenerationMaven", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, - ["AdditionalSpellBlockChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(5-6)% Chance to Block Spell Damage", "+1% to maximum Chance to Block Spell Damage", statOrderKey = "1028,1844", statOrder = { 1028, 1844 }, level = 90, group = "SpellBlockPercentageMaven", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["SocketedSpellCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Spells have +4% to Critical Strike Chance", statOrderKey = "482", statOrder = { 482 }, level = 94, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, - ["SocketedAttackCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Attacks have +4% to Critical Strike Chance", statOrderKey = "463", statOrder = { 463 }, level = 93, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, - ["EnemyPhysicalDamageTakenAuraUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Nearby Enemies take 12% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 95, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["EnemyElementalDamageTakenAuraUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Nearby Enemies take 9% increased Elemental Damage", statOrderKey = "7358", statOrder = { 7358 }, level = 95, group = "NearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["LifeRegenerationPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Regenerate (1.6-2)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 83, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumLightningResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 95, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 95, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["PhysTakenAsLightningHelmInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(11-13)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 93, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, - ["EnemyLightningResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "Nearby Enemies have -12% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 95, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "resistance" }, }, - ["SpellBlockPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(5-6)% Chance to Block Spell Damage", "+1% to maximum Chance to Block Spell Damage", statOrderKey = "1028,1844", statOrder = { 1028, 1844 }, level = 90, group = "SpellBlockPercentageMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["FortifyEffectInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "+500 to Armour while Fortified", "+(4.2-5) to maximum Fortification", statOrderKey = "4493,8469", statOrder = { 4493, 8469 }, level = 90, group = "FortifyEffectMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, - ["EnergyShieldRegenInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "(15-25)% increased Energy Shield Recharge Rate", "Regenerate (1-1.5)% of Energy Shield per second", statOrderKey = "1425,2495", statOrder = { 1425, 2495 }, level = 85, group = "EnergyShieldRegenerationPerMinuteMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["ReducedIgniteDurationInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(51-60)% reduced Ignite Duration on you", "(36-50)% increased Damage if you've been Ignited Recently", statOrderKey = "1734,5618", statOrder = { 1734, 5618 }, level = 85, group = "ReducedBurnDurationMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["ReducedFreezeDurationInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Crusade", "(51-60)% reduced Freeze Duration on you", "(4-7)% reduced Damage taken if you've been Frozen Recently", statOrderKey = "1733,5685", statOrder = { 1733, 5685 }, level = 85, group = "ReducedFreezeDurationMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ReducedShockEffectInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(45-75)% increased Critical Strike Chance if you've been Shocked Recently", "(51-60)% reduced Effect of Shock on you", statOrderKey = "5504,9269", statOrder = { 5504, 9269 }, level = 85, group = "ReducedShockEffectOnSelfMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "critical", "ailment" }, }, - ["MaximumPowerChargeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Power Charges", "10% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrderKey = "1673,6299,6299.1", statOrder = { 1673, 6299, 6299.1 }, level = 85, group = "IncreasedMaximumPowerChargesMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PhysTakenAsFireHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(11-13)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 93, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, - ["ElementalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(19-22)% increased Elemental Damage", "Damage Penetrates (2-3)% of Enemy Elemental Resistances", statOrderKey = "1835,3395", statOrder = { 1835, 3395 }, level = 85, group = "ElementalDamagePercentMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, - ["WarcryAreaOfEffectInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "15% increased Warcry Buff Effect", "Warcry Skills have (26-30)% increased Area of Effect", statOrderKey = "9770,9778", statOrder = { 9770, 9778 }, level = 85, group = "WarcryAreaOfEffectMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["EnemyFireResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Nearby Enemies have -12% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 95, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "resistance" }, }, - ["CriticalStrikeMultiplierInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(21-24)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, - ["ManaRegenerationInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(56-70)% increased Mana Regeneration Rate", "20% increased Mana Regeneration Rate while stationary", statOrderKey = "1444,4146", statOrder = { 1444, 4146 }, level = 85, group = "ManaRegenerationMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["GainAccuracyEqualToStrengthInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "1% increased Critical Strike Chance per 10 Strength", "Gain Accuracy Rating equal to your Strength", statOrderKey = "5508,6237", statOrder = { 5508, 6237 }, level = 85, group = "GainAccuracyEqualToStrengthMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, - ["MinionLifeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Minions have (36-40)% increased maximum Life", "Minions Regenerate (1-1.5)% of Life per second", statOrderKey = "1625,2759", statOrder = { 1625, 2759 }, level = 85, group = "MinionLifeMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, - ["PowerChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Power Charge Duration", "(11-15)% chance to gain a Power Charge on Kill", statOrderKey = "1996,2482", statOrder = { 1996, 2482 }, level = 90, group = "PowerChargeOnKillChanceMaven", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, - ["PhysTakenAsColdHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(11-13)% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 93, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, - ["SpellsAdditionalUnleashSealInfluenceMaven___"] = { type = "Prefix", affix = "Elevated Redeemer's", "(50-75)% increased Critical Strike Chance with Spells which remove the maximum number of Seals", "Skills supported by Unleash have +1 to maximum number of Seals", statOrderKey = "9374,9898", statOrder = { 9374, 9898 }, level = 90, group = "SpellsAdditionalUnleashSealMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, - ["EnemyColdResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "Nearby Enemies have -12% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 95, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "resistance" }, }, - ["ReducedManaReservationInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(12-14)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 85, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["ManaReservationEfficiencyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(11-14)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 85, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, - ["IgniteChanceAndDamageInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Ignite", "Ignites you inflict deal Damage (10-15)% faster", statOrderKey = "1880,2415", statOrder = { 1880, 2415 }, level = 85, group = "IgniteChanceAndDamageMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, - ["FreezeChanceAndDurationInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Freeze", "Freeze Enemies as though dealing (30-50)% more Damage", statOrderKey = "1883,6585", statOrder = { 1883, 6585 }, level = 85, group = "FreezeChanceAndDurationMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ShockChanceAndEffectInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Shock", "Shock Enemies as though dealing (30-50)% more Damage", statOrderKey = "1887,6586", statOrder = { 1887, 6586 }, level = 85, group = "ShockChanceAndEffectMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AddedManaRegenerationInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "Regenerate (6-8) Mana per second", "Mana Flasks gain 1 Charge every 3 seconds", statOrderKey = "1442,7584", statOrder = { 1442, 7584 }, level = 85, group = "AddedManaRegenerationMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, - ["SpellAddedFireDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (35-49) to (60-73) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 85, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (29-39) to (49-61) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 85, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (2-8) to (101-121) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 85, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedPhysicalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (35-49) to (60-73) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 85, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (29-39) to (49-61) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["EnemyChaosResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Nearby Enemies have -12% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 95, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["PercentageIntelligenceInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 85, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, - ["IgnitingConfluxInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Ignite Duration on Enemies", "You have Igniting Conflux for 3 seconds every 8 seconds", statOrderKey = "1718,6340", statOrder = { 1718, 6340 }, level = 90, group = "IgnitingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChillingConfluxInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Chill Duration on Enemies", "You have Chilling Conflux for 3 seconds every 8 seconds", statOrderKey = "1715,6340", statOrder = { 1715, 6340 }, level = 90, group = "ChillingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ShockingConfluxInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Shock Duration on Enemies", "You have Shocking Conflux for 3 seconds every 8 seconds", statOrderKey = "1716,6340", statOrder = { 1716, 6340 }, level = 90, group = "ShockingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedAttackSpeedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Faster Attacks", "(13-14)% increased Attack Speed", statOrderKey = "388,1273", statOrder = { 388, 1273 }, level = 92, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, - ["IncreasedCastSpeedUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Faster Casting", "(13-14)% increased Cast Speed", statOrderKey = "418,1308", statOrder = { 418, 1308 }, level = 94, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, - ["IncreasedAttackAndCastSpeedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(13-14)% increased Attack and Cast Speed", "(5-10)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1900,2838", statOrder = { 1900, 2838 }, level = 95, group = "IncreasedAttackAndCastSpeedSupportedMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, - ["SupportedByManaLeechUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 20 Mana Leech", "(20-30)% increased Maximum total Mana Recovery per second from Leech", statOrderKey = "431,1592", statOrder = { 431, 1592 }, level = 78, group = "DisplaySupportedByManaLeechMaven", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "resource", "influence_mod", "mana", "gem" }, }, - ["ProjectileSpeedUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are supported by Level 25 Faster Projectiles", "(26-30)% increased Projectile Speed", statOrderKey = "401,1655", statOrder = { 401, 1655 }, level = 92, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["ProjectileDamageUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 25 Slower Projectiles", "(23-25)% increased Projectile Damage", statOrderKey = "308,1850", statOrder = { 308, 1850 }, level = 93, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["ChanceToAvoidInterruptionWhileCastingUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "(31-60)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 90, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["IncreasedMeleeWeaponRangeUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+(0.3-0.4) metres to Melee Strike Range", statOrderKey = "2385", statOrder = { 2385 }, level = 95, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["IncreasedMeleeWeaponRangeAndMeleeDamageUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "(13-16)% increased Melee Damage", "+(0.3-0.4) metres to Melee Strike Range", statOrderKey = "1100,2385", statOrder = { 1100, 2385 }, level = 95, group = "MeleeDamageAndMeleeRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["AdditionalTrapsThrownSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrderKey = "373,8816", statOrder = { 373, 8816 }, level = 94, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapDamageUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap", "(31-35)% increased Trap Damage", statOrderKey = "373,1061", statOrder = { 373, 1061 }, level = 90, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapDamageCooldownUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Advanced Traps", "(31-35)% increased Trap Damage", statOrderKey = "319,1061", statOrder = { 319, 1061 }, level = 90, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TrapSpeedCooldownUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Advanced Traps", "(17-20)% increased Trap Throwing Speed", statOrderKey = "319,1784", statOrder = { 319, 1784 }, level = 90, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["TrapDamageMineUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap And Mine Damage", "(31-35)% increased Trap Damage", statOrderKey = "376,1061", statOrder = { 376, 1061 }, level = 90, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["PoisonDamageSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance to Poison", "(31-35)% increased Damage with Poison", statOrderKey = "440,3020", statOrder = { 440, 3020 }, level = 90, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, - ["PoisonDurationSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance to Poison", "(17-20)% increased Poison Duration", statOrderKey = "440,3009", statOrder = { 440, 3009 }, level = 90, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, - ["BleedingDamageUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance To Bleed", "(31-35)% increased Damage with Bleeding", statOrderKey = "218,3008", statOrder = { 218, 3008 }, level = 90, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, - ["ChanceToGainFrenzyChargeOnKillUberElderMaven"] = { type = "Prefix", affix = "Elevated Elder's", "50% increased Frenzy Charge Duration", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "1981,2480", statOrder = { 1981, 2480 }, level = 94, group = "FrenzyChargeOnKillChanceMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["IncreasedAccuracySupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are supported by Level 25 Additional Accuracy", "(16-20)% increased Global Accuracy Rating", statOrderKey = "399,1296", statOrder = { 399, 1296 }, level = 93, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, - ["AdditionalBlockChanceUberMaven___"] = { type = "Suffix", affix = "of the Elevated Elder", "(4-5)% Chance to Block Attack Damage", "+1% to maximum Chance to Block Attack Damage", statOrderKey = "1009,1843", statOrder = { 1009, 1843 }, level = 90, group = "BlockPercentMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["BlindOnHitSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are supported by Level 25 Blind", "(9-10)% Global chance to Blind Enemies on hit", statOrderKey = "389,2804", statOrder = { 389, 2804 }, level = 90, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["SocketedSpellCriticalMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Spells have +90% to Critical Strike Multiplier", statOrderKey = "483", statOrder = { 483 }, level = 93, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, - ["SocketedAttackCriticalMultiplierUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Attacks have +90% to Critical Strike Multiplier", statOrderKey = "464", statOrder = { 464 }, level = 94, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, - ["ChaosNonAilmentDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+(17-24)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 90, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, - ["ColdDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(17-24)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 90, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["FireDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(17-24)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 90, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["PhysicalDamageOverTimeMultiplierUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "+(17-24)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 90, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, - ["AvoidStunInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "(36-50)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 85, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["MaximumColdResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 95, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 95, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["ConvertPhysicalToFireInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Fire Damage", "(22-25)% of Physical Damage Converted to Fire Damage", statOrderKey = "1789,1812", statOrder = { 1789, 1812 }, level = 81, group = "ConvertPhysicalToFireMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Cold Damage", "(22-25)% of Physical Damage Converted to Cold Damage", statOrderKey = "1790,1814", statOrder = { 1790, 1814 }, level = 81, group = "ConvertPhysicalToColdMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", "(22-25)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1791,1816", statOrder = { 1791, 1816 }, level = 81, group = "ConvertPhysicalToLightningMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["MaximumLifeLeechRateInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "20% increased Maximum total Life Recovery per second from Leech", statOrderKey = "1590", statOrder = { 1590 }, level = 85, group = "MaximumLifeLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, - ["MaximumEnergyShieldLeechRateInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Crusader's", "30% increased Maximum total Energy Shield Recovery per second from Leech", statOrderKey = "1593", statOrder = { 1593 }, level = 85, group = "MaximumEnergyShieldLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, - ["AvoidInterruptionWhileCastingInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(31-60)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 85, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["GlobalCriticalStrikeChanceInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(31-60)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 85, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "critical" }, }, - ["MaximumFrenzyChargeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Frenzy Charges", "10% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrderKey = "1668,6297", statOrder = { 1668, 6297 }, level = 85, group = "MaximumFrenzyChargesMaven", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["MeleeDamageInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 83, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["ProjectileAttackDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Projectile Attack Damage", statOrderKey = "1851", statOrder = { 1851 }, level = 83, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, - ["SpellDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 83, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, - ["DamageOverTimeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 83, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage" }, }, - ["MeleeWeaponRangeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(0.3-0.4) metres to Melee Strike Range", statOrderKey = "2385", statOrder = { 2385 }, level = 92, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["BlockPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(4-5)% Chance to Block Attack Damage", "+1% to maximum Chance to Block Attack Damage", statOrderKey = "1009,1843", statOrder = { 1009, 1843 }, level = 90, group = "BlockPercentMaven", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, - ["CullingStrikeInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "Culling Strike", "(15-25)% increased Area of Effect if you've dealt a Culling Strike Recently", statOrderKey = "1893,4454", statOrder = { 1893, 4454 }, level = 83, group = "CullingStrikeMaven", weightKey = { "gloves_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["FrenzyChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Frenzy Charge Duration", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "1981,2480", statOrder = { 1981, 2480 }, level = 90, group = "FrenzyChargeOnKillChanceMaven", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, - ["AddedPhysicalDamageCritRecentlyInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (9-12) to (13-16) Physical Damage if you've dealt a Critical Strike Recently", statOrderKey = "8579", statOrder = { 8579 }, level = 83, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, - ["AddedFireDamageCritRecentlyInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (26-30) to (36-45) Fire Damage if you've dealt a Critical Strike Recently", statOrderKey = "8568", statOrder = { 8568 }, level = 83, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, - ["AddedColdDamageCritRecentlyInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (26-30) to (36-45) Cold Damage if you've dealt a Critical Strike Recently", statOrderKey = "8563", statOrder = { 8563 }, level = 83, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, - ["AddedLightningDamageCritRecentlyInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds 1 to (61-90) Lightning Damage if you've dealt a Critical Strike Recently", statOrderKey = "8573", statOrder = { 8573 }, level = 83, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, - ["MinionDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Minions deal (31-45)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 83, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, - ["IncreasedAccuracyPercentInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "(21-30)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 90, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod", "attack" }, }, - ["GlobalChanceToBlindOnHitInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(20-30)% increased Damage with Hits and Ailments against Blinded Enemies", "(12-15)% Global chance to Blind Enemies on hit", statOrderKey = "2660,2804", statOrder = { 2660, 2804 }, level = 90, group = "GlobalChanceToBlindOnHitMaven", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "damage" }, }, - ["AdditionalChanceToEvadeInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(7-12)% increased Attack and Cast Speed if you haven't been Hit Recently", "+(2-4)% chance to Evade Attack Hits", statOrderKey = "4540,5262", statOrder = { 4540, 5262 }, level = 85, group = "AdditionalChanceToEvadeMaven", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion", "attack", "caster", "speed" }, }, - ["ChanceToIntimidateOnHitInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 95, group = "ChanceToIntimidateOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 95, group = "ChanceToUnnerveOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["StrikeSkillsAdditionalTargetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 90, group = "StrikeSkillsAdditionalTarget", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, - ["ChanceToImpaleInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "(21-25)% chance to Impale Enemies on Hit with Attacks", "Adds (1-2) to (3-5) Physical Damage for each Impale on Enemy", statOrderKey = "4638,8581", statOrder = { 4638, 8581 }, level = 90, group = "AttackImpaleChanceMaven", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "attack" }, }, - ["AilmentDurationInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "(13-15)% increased Duration of Ailments on Enemies", "(13-15)% increased Effect of Non-Damaging Ailments", statOrderKey = "1719,8793", statOrder = { 1719, 8793 }, level = 90, group = "IncreasedAilmentDurationMaven", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "ailment" }, }, - ["PercentageDexterityInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 85, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, - ["FireDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 90, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamageOverTimeMultiplierInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 90, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChaosDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 90, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["PhysicalDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 90, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["ManaGainPerTargetInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Gain (3-5) Mana per Enemy Hit with Attacks", "(10-20)% increased Attack Speed while not on Low Mana", statOrderKey = "1603,4626", statOrder = { 1603, 4626 }, level = 78, group = "ManaGainPerTargetMaven", weightKey = { "gloves_basilisk", "quiver_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack", "speed" }, }, - ["IncreasedDurationBootsUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 20 More Duration", "(10-15)% increased Skill Effect Duration", statOrderKey = "261,1754", statOrder = { 261, 1754 }, level = 78, group = "SkillEffectDurationSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["IncreasedCooldownRecoveryBootsUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "(16-20)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 90, group = "GlobalCooldownRecovery", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["SupportedByFortifyUberMaven_"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Fortify", statOrderKey = "415", statOrder = { 415 }, level = 78, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["ImmuneToChilledGroundUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Unaffected by Chill", statOrderKey = "9675", statOrder = { 9675 }, level = 78, group = "ChilledGroundEffectEffectivenessMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["ImmuneToBurningGroundUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "Unaffected by Ignite", statOrderKey = "9690", statOrder = { 9690 }, level = 78, group = "BurningGroundEffectEffectivenessMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["ImmuneToShockedGroundUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Unaffected by Shock", statOrderKey = "9694", statOrder = { 9694 }, level = 78, group = "ShockedGroundEffectEffectivenessMaven", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["ImmuneToDesecratedGroundUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Unaffected by Poison", statOrderKey = "4761", statOrder = { 4761 }, level = 78, group = "DesecratedGroundEffectEffectivenessMaven", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "influence_mod", "chaos", "ailment" }, }, - ["ChanceToDodgeUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(16-18)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 94, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "+(16-18)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 93, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidStunUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(36-50)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 92, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToAvoidElementalAilmentsUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "(36-45)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 91, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["ChanceToAvoidProjectilesUberMaven___"] = { type = "Suffix", affix = "of Elevated Shaping", "(11-15)% chance to avoid Projectiles if you've taken Projectile Damage Recently", "(10-12)% chance to avoid Projectiles", statOrderKey = "4665,4705", statOrder = { 4665, 4705 }, level = 94, group = "ChanceToAvoidProjectilesMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToGainEnduranceChargeOnKillUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "50% increased Endurance Charge Duration", "(7-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "1979,2478", statOrder = { 1979, 2478 }, level = 93, group = "EnduranceChargeOnKillChanceMaven", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["TotemDamageSpellUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Spell Totem", "(31-35)% increased Totem Damage", statOrderKey = "383,1060", statOrder = { 383, 1060 }, level = 90, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemSpeedSpellUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Spell Totem", "(17-20)% increased Totem Placement speed", statOrderKey = "383,2429", statOrder = { 383, 2429 }, level = 90, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["TotemDamageAttackUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Ballista Totem", "(31-35)% increased Totem Damage", statOrderKey = "295,1060", statOrder = { 295, 1060 }, level = 90, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, - ["TotemSpeedAttackUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Ballista Totem", "(17-20)% increased Totem Placement speed", statOrderKey = "295,2429", statOrder = { 295, 2429 }, level = 90, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, - ["SupportedByLifeLeechUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are supported by Level 20 Life Leech", statOrderKey = "402", statOrder = { 402 }, level = 78, group = "SupportedByLifeLeech", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, - ["GrantsDecoyTotemSkillUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Grants Level 25 Decoy Totem Skill", statOrderKey = "597", statOrder = { 597 }, level = 78, group = "DecoyTotemSkill", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod" }, }, - ["GlobalRaiseSpectreGemLevelUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+2 to Level of all Raise Spectre Gems", statOrderKey = "1476", statOrder = { 1476 }, level = 85, group = "MinionGlobalSkillLevel", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "minion", "gem" }, }, - ["UnaffectedByShockedGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Unaffected by Shock", statOrderKey = "9694", statOrder = { 9694 }, level = 78, group = "ShockedGroundEffectEffectivenessMaven", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["SocketedLightningGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+2 to Level of Socketed Lightning Gems", "+(3-7)% to Quality of Socketed Lightning Gems", statOrderKey = "148,194", statOrder = { 148, 194 }, level = 78, group = "LocalIncreaseSocketedLightningGemLevelMaven", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, - ["MaximumFireResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 95, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 95, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["PhysicalAddedAsExtraLightningBootsInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (9-11)% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 85, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, - ["CooldownRecoveryInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "(16-20)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 90, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["AvoidIgniteInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 85, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["AvoidFreezeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 85, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["AvoidShockInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 85, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, - ["AvoidProjectilesInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "(11-15)% chance to avoid Projectiles if you've taken Projectile Damage Recently", "(10-12)% chance to avoid Projectiles", statOrderKey = "4665,4705", statOrder = { 4665, 4705 }, level = 83, group = "ChanceToAvoidProjectilesMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["UnaffectedByBurningGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "Unaffected by Ignite", statOrderKey = "9690", statOrder = { 9690 }, level = 78, group = "BurningGroundEffectEffectivenessMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, - ["SocketedFireGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+2 to Level of Socketed Fire Gems", "+(3-7)% to Quality of Socketed Fire Gems", statOrderKey = "146,192", statOrder = { 146, 192 }, level = 78, group = "LocalIncreaseSocketedFireGemLevelMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, - ["MaximumEnduranceChargeInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Endurance Charges", "10% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrderKey = "1663,4069", statOrder = { 1663, 4069 }, level = 85, group = "MaximumEnduranceChargesMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["PhysicalAddedAsExtraFireBootsInfluenceMaven___"] = { type = "Prefix", affix = "Elevated Warlord's", "Gain (9-11)% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 85, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, - ["AvoidFireDamageInfluenceMaven_____"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Fire Resistance", "(8-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "1485,3213", statOrder = { 1485, 3213 }, level = 90, group = "FireDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, - ["AvoidColdDamageInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Cold Resistance", "(8-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "1491,3214", statOrder = { 1491, 3214 }, level = 90, group = "ColdDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, - ["AvoidLightningDamageInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Lightning Resistance", "(8-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "1496,3215", statOrder = { 1496, 3215 }, level = 90, group = "LightningDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, - ["AdditionalPhysicalDamageReductionInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(15-20)% increased Armour", "(2-4)% additional Physical Damage Reduction", statOrderKey = "1402,2125", statOrder = { 1402, 2125 }, level = 85, group = "ReducedPhysicalDamageTakenMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "armour", "physical" }, }, - ["UnaffectedByChilledGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Unaffected by Chill", statOrderKey = "9675", statOrder = { 9675 }, level = 78, group = "ChilledGroundEffectEffectivenessMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, - ["SocketedColdGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "+2 to Level of Socketed Cold Gems", "+(3-7)% to Quality of Socketed Cold Gems", statOrderKey = "147,189", statOrder = { 147, 189 }, level = 78, group = "LocalIncreaseSocketedColdGemLevelMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, - ["EnduranceChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Endurance Charge Duration", "(7-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "1979,2478", statOrder = { 1979, 2478 }, level = 90, group = "EnduranceChargeOnKillChanceMaven", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, - ["PhysicalAddedAsExtraColdBootsInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Gain (9-11)% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 85, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, - ["ElusiveOnCriticalStrikeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(11-20)% chance to gain Elusive on Critical Strike", "(5-10)% increased Elusive Effect", statOrderKey = "4110,5904", statOrder = { 4110, 5904 }, level = 85, group = "ElusiveOnCriticalStrikeMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "critical" }, }, - ["ChanceToDodgeAttacksInfluenceMaven__"] = { type = "Suffix", affix = "of Elevated Redemption", "+(16-18)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 90, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["ChanceToDodgeSpellsInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "+(16-18)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 90, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, - ["IncreasedAilmentEffectOnEnemiesInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(41-60)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 83, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "ailment" }, }, - ["OnslaughtOnKillInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(8-10)% chance to gain Onslaught for 4 seconds on Kill", "(3-10)% increased Attack, Cast and Movement Speed while you have Onslaught", statOrderKey = "2838,4562", statOrder = { 2838, 4562 }, level = 90, group = "ChanceToGainOnslaughtOnKillMaven", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, - ["UnaffectedByDesecratedGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Unaffected by Poison", statOrderKey = "4761", statOrder = { 4761 }, level = 78, group = "DesecratedGroundEffectEffectivenessMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["SocketedChaosGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "+2 to Level of Socketed Chaos Gems", "+(3-7)% to Quality of Socketed Chaos Gems", statOrderKey = "149,188", statOrder = { 149, 188 }, level = 78, group = "LocalIncreaseSocketedChaosGemLevelMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "gem" }, }, - ["AdditionalPierceInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "Projectiles Pierce (3-5) additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 90, group = "AdditionalPierce", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["PercentageStrengthInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 85, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, - ["AvoidBleedAndPoisonInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(61-70)% chance to Avoid being Poisoned", "(61-70)% chance to Avoid Bleeding", statOrderKey = "1708,4046", statOrder = { 1708, 4046 }, level = 85, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, - ["TailwindOnCriticalStrikeInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-25)% increased Effect of Tailwind on you", "You have Tailwind if you have dealt a Critical Strike Recently", statOrderKey = "9573,9575", statOrder = { 9573, 9575 }, level = 85, group = "TailwindOnCriticalStrikeMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["FasterIgniteInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Ignite Duration on Enemies", "Ignites you inflict deal Damage (11-15)% faster", statOrderKey = "1718,2415", statOrder = { 1718, 2415 }, level = 83, group = "FasterIgniteDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterBleedInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Bleeding Duration", "Bleeding you inflict deals Damage (11-15)% faster", statOrderKey = "4706,6075", statOrder = { 4706, 6075 }, level = 83, group = "FasterBleedDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterPoisonInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Poison Duration", "Poisons you inflict deal Damage (11-15)% faster", statOrderKey = "3009,6076", statOrder = { 3009, 6076 }, level = 83, group = "FasterPoisonDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["LocalIncreasedWard1"] = { type = "Prefix", affix = "Farrier's", "+(5-9) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 3, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard2"] = { type = "Prefix", affix = "Brownsmith's", "+(10-15) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 11, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard3_"] = { type = "Prefix", affix = "Coppersmith's", "+(16-23) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 17, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard4"] = { type = "Prefix", affix = "Blacksmith's", "+(24-35) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 23, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard5___"] = { type = "Prefix", affix = "Silversmith's", "+(36-52) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 29, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard6_"] = { type = "Prefix", affix = "Goldsmith's", "+(52-69) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 35, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard7"] = { type = "Prefix", affix = "Whitesmith's", "+(70-84) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 43, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard8__"] = { type = "Prefix", affix = "Engraver's", "+(85-99) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 51, group = "LocalWard", weightKey = { "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard9"] = { type = "Prefix", affix = "Runesmith's", "+(100-119) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 60, group = "LocalWard", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard10____"] = { type = "Prefix", affix = "Runemaster's", "+(120-139) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 69, group = "LocalWard", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWard11"] = { type = "Prefix", affix = "Artificer's", "+(140-159) to Ward", statOrderKey = "1389", statOrder = { 1389 }, level = 75, group = "LocalWard", weightKey = { "shield", "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent1"] = { type = "Prefix", affix = "Chiseled", "(11-28)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 3, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent2"] = { type = "Prefix", affix = "Etched", "(27-42)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 18, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent3"] = { type = "Prefix", affix = "Engraved", "(43-55)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 30, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent4"] = { type = "Prefix", affix = "Embedded", "(56-67)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 44, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent5"] = { type = "Prefix", affix = "Inscribed", "(68-79)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 60, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent6"] = { type = "Prefix", affix = "Lettered", "(80-91)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 72, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent7"] = { type = "Prefix", affix = "Runed", "(92-100)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 84, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercent8"] = { type = "Prefix", affix = "Calligraphic", "(101-110)% increased Ward", statOrderKey = "1391", statOrder = { 1391 }, level = 86, group = "LocalWardPercent", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery1______"] = { type = "Prefix", affix = "Improved", "(6-13)% increased Ward", "(6-7)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 3, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery2_"] = { type = "Prefix", affix = "Enhanced", "(14-20)% increased Ward", "(8-9)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 18, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery3"] = { type = "Prefix", affix = "Bolstered", "(21-26)% increased Ward", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 30, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery4"] = { type = "Prefix", affix = "Elegant", "(27-32)% increased Ward", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 44, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery5"] = { type = "Prefix", affix = "Exquisite", "(33-38)% increased Ward", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 60, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalIncreasedWardPercentAndStunRecovery6_"] = { type = "Prefix", affix = "Masterwork", "(39-42)% increased Ward", "(16-17)% increased Stun and Block Recovery", statOrderKey = "1391,1759", statOrder = { 1391, 1759 }, level = 78, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["LocalBaseWardAndLife1__"] = { type = "Prefix", affix = "Annest's", "+(15-20) to Ward", "+(18-23) to maximum Life", statOrderKey = "1389,1429", statOrder = { 1389, 1429 }, level = 30, group = "LocalBaseWardAndLife", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "defences" }, }, - ["LocalBaseWardAndLife2"] = { type = "Prefix", affix = "Owen's", "+(21-30) to Ward", "+(24-28) to maximum Life", statOrderKey = "1389,1429", statOrder = { 1389, 1429 }, level = 46, group = "LocalBaseWardAndLife", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "defences" }, }, - ["LocalBaseWardAndLife3_"] = { type = "Prefix", affix = "Gwayne's", "+(31-40) to Ward", "+(29-33) to maximum Life", statOrderKey = "1389,1429", statOrder = { 1389, 1429 }, level = 62, group = "LocalBaseWardAndLife", weightKey = { "boots", "gloves", "ward_armour", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "resource", "life", "defences" }, }, - ["LocalBaseWardAndLife4_"] = { type = "Prefix", affix = "Cadigan's", "+(41-50) to Ward", "+(34-38) to maximum Life", statOrderKey = "1389,1429", statOrder = { 1389, 1429 }, level = 78, group = "LocalBaseWardAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "ward_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "resource", "life", "defences" }, }, - ["FasterStartOfWardRecharge1"] = { type = "Suffix", affix = "of Artifice", "(33-37)% faster Restoration of Ward", statOrderKey = "1392", statOrder = { 1392 }, level = 46, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["FasterStartOfWardRecharge2"] = { type = "Suffix", affix = "of Etching", "(38-42)% faster Restoration of Ward", statOrderKey = "1392", statOrder = { 1392 }, level = 57, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["FasterStartOfWardRecharge3"] = { type = "Suffix", affix = "of Engraving", "(43-47)% faster Restoration of Ward", statOrderKey = "1392", statOrder = { 1392 }, level = 68, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["FasterStartOfWardRecharge4"] = { type = "Suffix", affix = "of Inscription", "(48-52)% faster Restoration of Ward", statOrderKey = "1392", statOrder = { 1392 }, level = 76, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["FasterStartOfWardRecharge5"] = { type = "Suffix", affix = "of Runes", "(53-58)% faster Restoration of Ward", statOrderKey = "1392", statOrder = { 1392 }, level = 85, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, - ["HellscapeUpsideIncreasedLife1__"] = { type = "ScourgeUpside", affix = "", "+(23-25) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideIncreasedLife2_"] = { type = "ScourgeUpside", affix = "", "+(28-30) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 45, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideIncreasedLife3_"] = { type = "ScourgeUpside", affix = "", "+(33-35) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideIncreasedLife4"] = { type = "ScourgeUpside", affix = "", "+(38-40) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots1__"] = { type = "ScourgeUpside", affix = "", "+(30-33) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots2"] = { type = "ScourgeUpside", affix = "", "+(34-37) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots3"] = { type = "ScourgeUpside", affix = "", "+(38-41) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots4_"] = { type = "ScourgeUpside", affix = "", "+(42-45) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield1"] = { type = "ScourgeUpside", affix = "", "+(33-39) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield2__"] = { type = "ScourgeUpside", affix = "", "+(40-46) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(47-53) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield4_"] = { type = "ScourgeUpside", affix = "", "+(54-60) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(31-60) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour2"] = { type = "ScourgeUpside", affix = "", "+(61-90) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour3"] = { type = "ScourgeUpside", affix = "", "+(91-120) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour4_"] = { type = "ScourgeUpside", affix = "", "+(121-150) to Armour", statOrderKey = "1401", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideLocalEvasionRatingGlovesBoots1"] = { type = "ScourgeUpside", affix = "", "+(30-33) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingGlovesBoots2___"] = { type = "ScourgeUpside", affix = "", "+(34-37) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingGlovesBoots3_"] = { type = "ScourgeUpside", affix = "", "+(38-41) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingGlovesBoots4_"] = { type = "ScourgeUpside", affix = "", "+(42-45) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingHelmetShield1"] = { type = "ScourgeUpside", affix = "", "+(33-39) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingHelmetShield2"] = { type = "ScourgeUpside", affix = "", "+(40-46) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(47-53) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingHelmetShield4"] = { type = "ScourgeUpside", affix = "", "+(54-60) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(31-60) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingBodyArmour2"] = { type = "ScourgeUpside", affix = "", "+(61-90) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingBodyArmour3"] = { type = "ScourgeUpside", affix = "", "+(91-120) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideLocalEvasionRatingBodyArmour4_"] = { type = "ScourgeUpside", affix = "", "+(121-150) to Evasion Rating", statOrderKey = "1409", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideEnergyShieldGlovesBoots1_"] = { type = "ScourgeUpside", affix = "", "+(8-9) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldGlovesBoots2__"] = { type = "ScourgeUpside", affix = "", "+(10-11) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldGlovesBoots3"] = { type = "ScourgeUpside", affix = "", "+(12-13) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldGlovesBoots4"] = { type = "ScourgeUpside", affix = "", "+(14-15) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldHelmetShield1_"] = { type = "ScourgeUpside", affix = "", "+(11-12) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldHelmetShield2"] = { type = "ScourgeUpside", affix = "", "+(13-14) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(15-16) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldHelmetShield4"] = { type = "ScourgeUpside", affix = "", "+(17-18) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(15-18) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldBodyArmour2_"] = { type = "ScourgeUpside", affix = "", "+(19-22) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldBodyArmour3_"] = { type = "ScourgeUpside", affix = "", "+(23-26) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldBodyArmour4"] = { type = "ScourgeUpside", affix = "", "+(27-30) to maximum Energy Shield", statOrderKey = "1419", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsFirePercent3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsFirePercent4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsCold3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsCold", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsCold4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsCold", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsLightningPercent3_"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsLightningPercent4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsChaos3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 68, group = "PhysicalDamageTakenAsChaos", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "chaos" }, }, - ["HellscapeUpsidePhysicalDamageTakenAsChaos4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 68, group = "PhysicalDamageTakenAsChaos", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "chaos" }, }, - ["HellscapeUpsideBaseFreezeDurationOnSelf3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideBaseFreezeDurationOnSelf4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillEffectivenessOnSelf3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Effect of Chill on you", statOrderKey = "1504", statOrder = { 1504 }, level = 68, group = "ChillEffectivenessOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillEffectivenessOnSelf4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Effect of Chill on you", statOrderKey = "1504", statOrder = { 1504 }, level = 68, group = "ChillEffectivenessOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideReducedShockEffectOnSelf3"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideReducedShockEffectOnSelf4"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideReducedCurseEffect3"] = { type = "ScourgeUpside", affix = "", "(16-20)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideReducedCurseEffect4"] = { type = "ScourgeUpside", affix = "", "(21-25)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCannotGainCorruptedBloodWhileYouHaveAtLeast5Stacks1"] = { type = "ScourgeUpside", affix = "", "Corrupted Blood cannot be inflicted on you if you have at least 5 Corrupted Blood Debuffs on you", statOrderKey = "5026", statOrder = { 5026 }, level = 45, group = "CannotGainCorruptedBloodWhileYouHaveAtLeast5Stacks", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideReducedBurnDuration3__"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideReducedBurnDuration4"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidBleeding2_"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 45, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidBleeding3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 68, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidBleeding4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 68, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChillEnemiesWhenHit3"] = { type = "ScourgeUpside", affix = "", "Chill Enemy for 4 seconds when Hit, reducing their Action Speed by 30%", statOrderKey = "2979", statOrder = { 2979 }, level = 68, group = "ChillEnemiesWhenHit", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillEnemiesWhenHit4"] = { type = "ScourgeUpside", affix = "", "Chill Enemy for 5 seconds when Hit, reducing their Action Speed by 30%", statOrderKey = "2979", statOrder = { 2979 }, level = 68, group = "ChillEnemiesWhenHit", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideDamageTakenGainedAsLife2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideDamageTakenGainedAsLife3___"] = { type = "ScourgeUpside", affix = "", "(9-10)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideDamageTakenGainedAsLife4"] = { type = "ScourgeUpside", affix = "", "(11-12)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage1h2__"] = { type = "ScourgeUpside", affix = "", "3% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 45, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage1h3__"] = { type = "ScourgeUpside", affix = "", "4% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage1h4__"] = { type = "ScourgeUpside", affix = "", "5% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage2h2__"] = { type = "ScourgeUpside", affix = "", "5% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 45, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage2h3_"] = { type = "ScourgeUpside", affix = "", "6% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideBaseChanceToDealTripleDamage2h4"] = { type = "ScourgeUpside", affix = "", "7% chance to deal Triple Damage", statOrderKey = "4712", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideOnslaughtWhenHitForDuration2"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 2 seconds when Hit", statOrderKey = "2675", statOrder = { 2675 }, level = 45, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideOnslaughtWhenHitForDuration3"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 3 seconds when Hit", statOrderKey = "2675", statOrder = { 2675 }, level = 68, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideOnslaughtWhenHitForDuration4"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 4 seconds when Hit", statOrderKey = "2675", statOrder = { 2675 }, level = 68, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit2"] = { type = "ScourgeUpside", affix = "", "Deal (8-11)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3620", statOrder = { 3620 }, level = 45, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit3"] = { type = "ScourgeUpside", affix = "", "Deal (12-15)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3620", statOrder = { 3620 }, level = 68, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit4"] = { type = "ScourgeUpside", affix = "", "Deal (16-19)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrderKey = "3620", statOrder = { 3620 }, level = 68, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideConsecrateGroundFor3SecondsWhenHit1"] = { type = "ScourgeUpside", affix = "", "Create Consecrated Ground when Hit, lasting 8 seconds", statOrderKey = "3389", statOrder = { 3389 }, level = 45, group = "ConsecrateGroundFor3SecondsWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance1h2"] = { type = "ScourgeUpside", affix = "", "5% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 45, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance1h3"] = { type = "ScourgeUpside", affix = "", "6% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance1h4___"] = { type = "ScourgeUpside", affix = "", "7% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance2h2_"] = { type = "ScourgeUpside", affix = "", "8% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 45, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance2h3_"] = { type = "ScourgeUpside", affix = "", "9% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideUnholyMightOnKillPercentChance2h4"] = { type = "ScourgeUpside", affix = "", "10% chance to gain Unholy Might for 3 seconds on Kill", statOrderKey = "3217", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideElusiveEffect2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 45, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideElusiveEffect3___"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 68, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideElusiveEffect4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 68, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideBasePenetrateElementalResistances2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% of Enemy Elemental Resistances", statOrderKey = "3395", statOrder = { 3395 }, level = 45, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, - ["HellscapeUpsideBasePenetrateElementalResistances3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% of Enemy Elemental Resistances", statOrderKey = "3395", statOrder = { 3395 }, level = 68, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, - ["HellscapeUpsideBasePenetrateElementalResistances4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% of Enemy Elemental Resistances", statOrderKey = "3395", statOrder = { 3395 }, level = 68, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, - ["HellscapeUpsideMinimumEnduranceCharges1"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Endurance Charges", statOrderKey = "1662", statOrder = { 1662 }, level = 68, group = "MinimumEnduranceCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeUpsideMinimumPowerCharges1"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Power Charges", statOrderKey = "1672", statOrder = { 1672 }, level = 68, group = "MinimumPowerCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "power_charge" }, }, - ["HellscapeUpsideMinimumFrenzyCharges1___"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Frenzy Charges", statOrderKey = "1667", statOrder = { 1667 }, level = 68, group = "MinimumFrenzyCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeUpsideCannotBeSlowedBelowValue3"] = { type = "ScourgeUpside", affix = "", "Action Speed cannot be modified to below (75-79)% of base value", statOrderKey = "3034", statOrder = { 3034 }, level = 68, group = "CannotBeSlowedBelowValue", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideCannotBeSlowedBelowValue4_"] = { type = "ScourgeUpside", affix = "", "Action Speed cannot be modified to below (70-74)% of base value", statOrderKey = "3034", statOrder = { 3034 }, level = 68, group = "CannotBeSlowedBelowValue", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMonsterNemesisOndarsGuile1__"] = { type = "ScourgeUpside", affix = "", "Arrow Dancing", statOrderKey = "9954", statOrder = { 9954 }, level = 68, group = "MonsterNemesisOndarsGuile", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideConduit1"] = { type = "ScourgeUpside", affix = "", "Conduit", statOrderKey = "9928", statOrder = { 9928 }, level = 68, group = "Conduit", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["HellscapeUpsideIronReflexes1__"] = { type = "ScourgeUpside", affix = "", "Iron Reflexes", statOrderKey = "9945", statOrder = { 9945 }, level = 68, group = "IronReflexes", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["HellscapeUpsideUnwaveringStance1"] = { type = "ScourgeUpside", affix = "", "Unwavering Stance", statOrderKey = "9968", statOrder = { 9968 }, level = 68, group = "UnwaveringStance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideEternalYouth1_"] = { type = "ScourgeUpside", affix = "", "Eternal Youth", statOrderKey = "9937", statOrder = { 9937 }, level = 68, group = "EternalYouth", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["HellscapeUpsideWindDancer1"] = { type = "ScourgeUpside", affix = "", "Wind Dancer", statOrderKey = "9972", statOrder = { 9972 }, level = 68, group = "WindDancer", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, - ["HellscapeUpsideGlancingBlows1"] = { type = "ScourgeUpside", affix = "", "Glancing Blows", statOrderKey = "9941", statOrder = { 9941 }, level = 68, group = "GlancingBlows", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideSacredBastion1_"] = { type = "ScourgeUpside", affix = "", "Imbalanced Guard", statOrderKey = "9959", statOrder = { 9959 }, level = 68, group = "SacredBastion", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "armour" }, }, - ["HellscapeUpsideManaShield1_"] = { type = "ScourgeUpside", affix = "", "Mind Over Matter", statOrderKey = "9948", statOrder = { 9948 }, level = 68, group = "ManaShield", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana" }, }, - ["HellscapeUpsideWickedWard1"] = { type = "ScourgeUpside", affix = "", "Wicked Ward", statOrderKey = "9971", statOrder = { 9971 }, level = 68, group = "WickedWard", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideZealotsOath1"] = { type = "ScourgeUpside", affix = "", "Zealot's Oath", statOrderKey = "9956", statOrder = { 9956 }, level = 68, group = "ZealotsOath", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["HellscapeUpsideBlindEnemiesWhenHit2"] = { type = "ScourgeUpside", affix = "", "(11-20)% chance to Blind Enemies when they Hit you", statOrderKey = "4922", statOrder = { 4922 }, level = 45, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideBlindEnemiesWhenHit3_"] = { type = "ScourgeUpside", affix = "", "(21-30)% chance to Blind Enemies when they Hit you", statOrderKey = "4922", statOrder = { 4922 }, level = 68, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideBlindEnemiesWhenHit4"] = { type = "ScourgeUpside", affix = "", "(31-40)% chance to Blind Enemies when they Hit you", statOrderKey = "4922", statOrder = { 4922 }, level = 68, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideGuardSkillCooldownRecovery3"] = { type = "ScourgeUpside", affix = "", "Guard Skills have (14-16)% increased Cooldown Recovery Rate", statOrderKey = "6413", statOrder = { 6413 }, level = 68, group = "GuardSkillCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideGuardSkillCooldownRecovery4___"] = { type = "ScourgeUpside", affix = "", "Guard Skills have (17-19)% increased Cooldown Recovery Rate", statOrderKey = "6413", statOrder = { 6413 }, level = 68, group = "GuardSkillCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideMinionChanceToTauntOnHit2___"] = { type = "ScourgeUpside", affix = "", "Minions have (11-13)% chance to Taunt on Hit with Attacks", statOrderKey = "3271", statOrder = { 3271 }, level = 45, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, - ["HellscapeUpsideMinionChanceToTauntOnHit3"] = { type = "ScourgeUpside", affix = "", "Minions have (14-16)% chance to Taunt on Hit with Attacks", statOrderKey = "3271", statOrder = { 3271 }, level = 68, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, - ["HellscapeUpsideMinionChanceToTauntOnHit4"] = { type = "ScourgeUpside", affix = "", "Minions have (17-19)% chance to Taunt on Hit with Attacks", statOrderKey = "3271", statOrder = { 3271 }, level = 68, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, - ["HellscapeUpsideIncreaseSocketedSupportGemQuality3"] = { type = "ScourgeUpside", affix = "", "+(9-10)% to Quality of Socketed Support Gems", statOrderKey = "183", statOrder = { 183 }, level = 68, group = "IncreaseSocketedSupportGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 500, 250, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideIncreaseSocketedSupportGemQuality4_"] = { type = "ScourgeUpside", affix = "", "+(11-12)% to Quality of Socketed Support Gems", statOrderKey = "183", statOrder = { 183 }, level = 68, group = "IncreaseSocketedSupportGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 500, 250, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideGainManaAsExtraEnergyShield3"] = { type = "ScourgeUpside", affix = "", "Gain 5% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 68, group = "GainManaAsExtraEnergyShield", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideGainManaAsExtraEnergyShield4_"] = { type = "ScourgeUpside", affix = "", "Gain 6% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 68, group = "GainManaAsExtraEnergyShield", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideAreaOfEffect1_"] = { type = "ScourgeUpside", affix = "", "10% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideAreaOfEffect2"] = { type = "ScourgeUpside", affix = "", "11% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 45, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideAreaOfEffect3____"] = { type = "ScourgeUpside", affix = "", "12% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideAreaOfEffect4"] = { type = "ScourgeUpside", affix = "", "13% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideProjectileSpeed1"] = { type = "ScourgeUpside", affix = "", "(14-16)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideProjectileSpeed2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 45, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideProjectileSpeed3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 68, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideProjectileSpeed4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 68, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMinionLife2___"] = { type = "ScourgeUpside", affix = "", "Minions have (10-11)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 45, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLife3"] = { type = "ScourgeUpside", affix = "", "Minions have (12-13)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLife4_"] = { type = "ScourgeUpside", affix = "", "Minions have (14-15)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideFireResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideFireResistance2"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 45, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideFireResistance3_"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideFireResistance4__"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideColdResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideColdResistance2"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 45, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideColdResistance3_"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideColdResistance4"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideLightningResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideLightningResistance2__"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 45, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideLightningResistance3"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideLightningResistance4"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideElementalResistance1__"] = { type = "ScourgeUpside", affix = "", "+6% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideElementalResistance2"] = { type = "ScourgeUpside", affix = "", "+8% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 45, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideElementalResistance3"] = { type = "ScourgeUpside", affix = "", "+10% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideElementalResistance4_"] = { type = "ScourgeUpside", affix = "", "+12% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideChaosResistance1_"] = { type = "ScourgeUpside", affix = "", "+(10-13)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeUpsideChaosResistance2_"] = { type = "ScourgeUpside", affix = "", "+(14-17)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 45, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeUpsideChaosResistance3_"] = { type = "ScourgeUpside", affix = "", "+(18-21)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeUpsideChaosResistance4_"] = { type = "ScourgeUpside", affix = "", "+(22-25)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeUpsideMinionElementalResistance2"] = { type = "ScourgeUpside", affix = "", "Minions have +(10-11)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 45, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["HellscapeUpsideMinionElementalResistance3"] = { type = "ScourgeUpside", affix = "", "Minions have +(12-13)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["HellscapeUpsideMinionElementalResistance4"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-15)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["HellscapeUpsideMinionChaosResistance2__"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-17)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 45, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["HellscapeUpsideMinionChaosResistance3_"] = { type = "ScourgeUpside", affix = "", "Minions have +(18-21)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["HellscapeUpsideMinionChaosResistance4"] = { type = "ScourgeUpside", affix = "", "Minions have +(22-25)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["HellscapeUpsideStunAndBlockRecovery2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 45, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideStunAndBlockRecovery3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 68, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideStunAndBlockRecovery4__"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 68, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToAvoidFreezeAndChill2_"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Chilled", "(26-30)% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 45, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidFreezeAndChill3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Chilled", "(31-35)% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 68, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidFreezeAndChill4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Chilled", "(36-40)% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 68, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidShock2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 45, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidShock3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidShock4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidIgniteAndBurning2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 45, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidIgniteAndBurning3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidIgniteAndBurning4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidPoison2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 45, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidPoison3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 68, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidPoison4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 68, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideChanceToAvoidStun2"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 45, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToAvoidStun3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToAvoidStun4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideAvoidElementalStatusAilments2__"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["HellscapeUpsideAvoidElementalStatusAilments3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["HellscapeUpsideAvoidElementalStatusAilments4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["HellscapeUpsideReducedDurationOfElementalStatusAilments2"] = { type = "ScourgeUpside", affix = "", "(17-19)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 45, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, - ["HellscapeUpsideReducedDurationOfElementalStatusAilments3"] = { type = "ScourgeUpside", affix = "", "(20-22)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, - ["HellscapeUpsideReducedDurationOfElementalStatusAilments4"] = { type = "ScourgeUpside", affix = "", "(23-25)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, - ["HellscapeUpsideGainLifeOnBlock2"] = { type = "ScourgeUpside", affix = "", "(31-40) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 45, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, - ["HellscapeUpsideGainLifeOnBlock3_"] = { type = "ScourgeUpside", affix = "", "(41-50) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, - ["HellscapeUpsideGainLifeOnBlock4___"] = { type = "ScourgeUpside", affix = "", "(51-60) Life gained when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, - ["HellscapeUpsideGainManaOnBlock2"] = { type = "ScourgeUpside", affix = "", "(31-40) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 45, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, - ["HellscapeUpsideGainManaOnBlock3"] = { type = "ScourgeUpside", affix = "", "(41-50) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, - ["HellscapeUpsideGainManaOnBlock4"] = { type = "ScourgeUpside", affix = "", "(51-60) Mana gained when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, - ["HellscapeUpsideGainEnergyShieldOnBlock2"] = { type = "ScourgeUpside", affix = "", "Gain (31-40) Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 45, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, - ["HellscapeUpsideGainEnergyShieldOnBlock3___"] = { type = "ScourgeUpside", affix = "", "Gain (41-50) Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, - ["HellscapeUpsideGainEnergyShieldOnBlock4_"] = { type = "ScourgeUpside", affix = "", "Gain (51-60) Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, - ["HellscapeUpsideBlockAttacks1"] = { type = "ScourgeUpside", affix = "", "+(2-3)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockAttacks2_"] = { type = "ScourgeUpside", affix = "", "+(4-5)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 45, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockAttacks3"] = { type = "ScourgeUpside", affix = "", "+(6-7)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockAttacks4__"] = { type = "ScourgeUpside", affix = "", "+(8-9)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockSpells2"] = { type = "ScourgeUpside", affix = "", "+(4-5)% Chance to Block Spell Damage", statOrderKey = "1026", statOrder = { 1026 }, level = 45, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockSpells3_"] = { type = "ScourgeUpside", affix = "", "+(6-7)% Chance to Block Spell Damage", statOrderKey = "1026", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideBlockSpells4"] = { type = "ScourgeUpside", affix = "", "+(8-9)% Chance to Block Spell Damage", statOrderKey = "1026", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideMinionBlockAttacks2"] = { type = "ScourgeUpside", affix = "", "Minions have +(11-13)% Chance to Block Attack Damage", statOrderKey = "2751", statOrder = { 2751 }, level = 45, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideMinionBlockAttacks3"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-16)% Chance to Block Attack Damage", statOrderKey = "2751", statOrder = { 2751 }, level = 68, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideMinionBlockAttacks4"] = { type = "ScourgeUpside", affix = "", "Minions have +(17-19)% Chance to Block Attack Damage", statOrderKey = "2751", statOrder = { 2751 }, level = 68, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideMinionBlockSpells2__"] = { type = "ScourgeUpside", affix = "", "Minions have +(11-13)% Chance to Block Spell Damage", statOrderKey = "2752", statOrder = { 2752 }, level = 45, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideMinionBlockSpells3"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-16)% Chance to Block Spell Damage", statOrderKey = "2752", statOrder = { 2752 }, level = 68, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideMinionBlockSpells4"] = { type = "ScourgeUpside", affix = "", "Minions have +(17-19)% Chance to Block Spell Damage", statOrderKey = "2752", statOrder = { 2752 }, level = 68, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, - ["HellscapeUpsideChanceToSuppressSpells2"] = { type = "ScourgeUpside", affix = "", "+(5-6)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToSuppressSpells3_"] = { type = "ScourgeUpside", affix = "", "+(7-8)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToSuppressSpells4_"] = { type = "ScourgeUpside", affix = "", "+(9-10)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, - ["HellscapeUpsideAttackerTakesDamageNoRange1_"] = { type = "ScourgeUpside", affix = "", "Reflects (20-40) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideAttackerTakesDamageNoRange2_"] = { type = "ScourgeUpside", affix = "", "Reflects (41-60) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideAttackerTakesDamageNoRange3"] = { type = "ScourgeUpside", affix = "", "Reflects (61-80) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 68, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideAttackerTakesDamageNoRange4"] = { type = "ScourgeUpside", affix = "", "Reflects (81-100) Physical Damage to Melee Attackers", statOrderKey = "2056", statOrder = { 2056 }, level = 68, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideLocalColdDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (10-13) to (18-23) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (19-24) to (28-33) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage1h3__"] = { type = "ScourgeUpside", affix = "", "Adds (27-33) to (38-43) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage1h4_"] = { type = "ScourgeUpside", affix = "", "Adds (37-43) to (51-57) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamageRanged1_"] = { type = "ScourgeUpside", affix = "", "Adds (16-20) to (30-35) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamageRanged2_____"] = { type = "ScourgeUpside", affix = "", "Adds (24-29) to (41-46) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamageRanged3___"] = { type = "ScourgeUpside", affix = "", "Adds (31-36) to (50-57) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamageRanged4"] = { type = "ScourgeUpside", affix = "", "Adds (37-45) to (60-67) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (19-24) to (35-39) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage2h2_____"] = { type = "ScourgeUpside", affix = "", "Adds (30-35) to (53-61) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage2h3__"] = { type = "ScourgeUpside", affix = "", "Adds (41-48) to (63-72) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalColdDamage2h4__"] = { type = "ScourgeUpside", affix = "", "Adds (50-61) to (75-87) Cold Damage", statOrderKey = "1235", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["HellscapeUpsideLocalFireDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (11-14) to (23-27) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (21-26) to (31-38) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage1h3___"] = { type = "ScourgeUpside", affix = "", "Adds (29-35) to (43-48) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (40-45) to (56-62) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamageRanged1__"] = { type = "ScourgeUpside", affix = "", "Adds (18-22) to (35-39) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamageRanged2"] = { type = "ScourgeUpside", affix = "", "Adds (27-34) to (46-53) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamageRanged3_"] = { type = "ScourgeUpside", affix = "", "Adds (36-41) to (56-64) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamageRanged4______"] = { type = "ScourgeUpside", affix = "", "Adds (43-57) to (66-72) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (22-26) to (38-44) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage2h2__"] = { type = "ScourgeUpside", affix = "", "Adds (34-43) to (59-67) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage2h3______"] = { type = "ScourgeUpside", affix = "", "Adds (48-56) to (69-78) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalFireDamage2h4______"] = { type = "ScourgeUpside", affix = "", "Adds (59-72) to (80-91) Fire Damage", statOrderKey = "1226", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (1-3) to (40-45) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (2-4) to (54-68) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage1h3"] = { type = "ScourgeUpside", affix = "", "Adds (3-6) to (76-90) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (4-8) to (98-111) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamageRanged1__"] = { type = "ScourgeUpside", affix = "", "Adds (1-5) to (60-66) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamageRanged2_"] = { type = "ScourgeUpside", affix = "", "Adds (3-6) to (81-102) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamageRanged3___"] = { type = "ScourgeUpside", affix = "", "Adds (4-9) to (114-134) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamageRanged4_"] = { type = "ScourgeUpside", affix = "", "Adds (5-12) to (147-166) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage2h1__"] = { type = "ScourgeUpside", affix = "", "Adds (2-6) to (74-86) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (4-8) to (103-129) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage2h3_"] = { type = "ScourgeUpside", affix = "", "Adds (5-10) to (145-170) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalLightningDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (6-15) to (186-211) Lightning Damage", statOrderKey = "1246", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (1-2) to (6-7) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (3-4) to (8-9) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 45, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage1h3__"] = { type = "ScourgeUpside", affix = "", "Adds (5-6) to (10-11) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (7-8) to (12-13) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (2-4) to (11-13) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (6-8) to (15-17) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 45, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage2h3__"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (19-21) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalPhysicalDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (14-16) to (23-25) Physical Damage", statOrderKey = "1140", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (5-6) to (13-17) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (19-21) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage1h3____"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (23-27) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (29-33) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamageRanged1_"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (19-25) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamageRanged2"] = { type = "ScourgeUpside", affix = "", "Adds (10-14) to (28-31) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamageRanged3_"] = { type = "ScourgeUpside", affix = "", "Adds (15-19) to (34-40) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamageRanged4"] = { type = "ScourgeUpside", affix = "", "Adds (20-22) to (43-49) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (10-11) to (25-32) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage2h2"] = { type = "ScourgeUpside", affix = "", "Adds (13-17) to (36-40) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage2h3_____"] = { type = "ScourgeUpside", affix = "", "Adds (19-23) to (44-51) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideLocalChaosDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (25-29) to (55-63) Chaos Damage", statOrderKey = "1253", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["HellscapeUpsideIncreasedWeaponElementalDamagePercent1"] = { type = "ScourgeUpside", affix = "", "(8-12)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["HellscapeUpsideIncreasedWeaponElementalDamagePercent2_"] = { type = "ScourgeUpside", affix = "", "(13-16)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["HellscapeUpsideIncreasedWeaponElementalDamagePercent3"] = { type = "ScourgeUpside", affix = "", "(17-20)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["HellscapeUpsideIncreasedWeaponElementalDamagePercent4"] = { type = "ScourgeUpside", affix = "", "(21-24)% increased Elemental Damage with Attack Skills", statOrderKey = "5876", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["HellscapeUpsideSpellAddedColdDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 45, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (33-36) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (37-40) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 45, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedColdDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 45, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage1h3"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (33-36) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (37-40) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage2h2"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 45, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage2h3_"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedFireDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (4-6) to (31-34) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (36-39) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 45, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (42-45) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage1h4_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (47-50) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (6-9) to (46-51) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (10-13) to (54-59) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 45, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (15-18) to (63-67) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedLightningDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (70-75) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (32-36) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (36-40) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellAddedPhysicalDamage2h4__"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["HellscapeUpsideSpellDamage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage1h2b___"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage1h4_"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h1___"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h2_"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideSpellDamage2h4___"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideColdDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage1h2_"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage1h3___"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h1_"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideFireDamagePercentage1h1__"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage1h2___"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage1h2b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage1h3__"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h1b____"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h2__"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideLightningDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage1h1b__"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage1h2b__"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h3"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h2__"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h2b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h2b__"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h3_"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideElementalDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage1h3_"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h1_"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h3"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideElementalDamagePercentage2h4__"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideChaosDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage1h1b_"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage1h2_"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage1h4_"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h2b___"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h3_"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideMinionDamagePercentage1__"] = { type = "ScourgeUpside", affix = "", "Minions deal (8-9)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeUpsideMinionDamagePercentage2"] = { type = "ScourgeUpside", affix = "", "Minions deal (10-11)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 45, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeUpsideMinionDamagePercentage3__"] = { type = "ScourgeUpside", affix = "", "Minions deal (12-13)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeUpsideMinionDamagePercentage4_"] = { type = "ScourgeUpside", affix = "", "Minions deal (14-15)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeUpsideProjectileDamagePercentage1"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 1, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideProjectileDamagePercentage2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 45, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideProjectileDamagePercentage3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideProjectileDamagePercentage4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideCriticalStrikeChance2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 45, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, - ["HellscapeUpsideCriticalStrikeChance3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, - ["HellscapeUpsideCriticalStrikeChance4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplier2_"] = { type = "ScourgeUpside", affix = "", "+(17-19)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplier3"] = { type = "ScourgeUpside", affix = "", "+(20-22)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplier4"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideCriticalStrikeChanceWithBows2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 45, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeUpsideCriticalStrikeChanceWithBows3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeUpsideCriticalStrikeChanceWithBows4_"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplierWithBows2"] = { type = "ScourgeUpside", affix = "", "+(17-19)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplierWithBows3__"] = { type = "ScourgeUpside", affix = "", "+(20-22)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["HellscapeUpsideCriticalStrikeMultiplierWithBows4"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["HellscapeUpsideFireDamageOverTimeMultiplier1h3_"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamageOverTimeMultiplier1h4__"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideColdDamageOverTimeMultiplier1h3___"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamageOverTimeMultiplier1h4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsidePhysicalDamageOverTimeMultiplier1h3____"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamageOverTimeMultiplier1h4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamageOverTimeMultiplier2h3_"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsidePhysicalDamageOverTimeMultiplier2h4_"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideChaosDamageOverTimeMultiplier1h3__"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamageOverTimeMultiplier1h4___"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideChaosDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["HellscapeUpsideDamageOverTimeMultiplier2_"] = { type = "ScourgeUpside", affix = "", "+(8-10)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 45, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, - ["HellscapeUpsideDamageOverTimeMultiplier3_"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, - ["HellscapeUpsideDamageOverTimeMultiplier4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, - ["HellscapeUpsideIncreasedAttackSpeed1_"] = { type = "ScourgeUpside", affix = "", "4% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeUpsideIncreasedAttackSpeed2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 45, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeUpsideIncreasedAttackSpeed3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeUpsideIncreasedAttackSpeed4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeUpsideIncreasedCastSpeed1"] = { type = "ScourgeUpside", affix = "", "5% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeUpsideIncreasedCastSpeed2"] = { type = "ScourgeUpside", affix = "", "6% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeUpsideIncreasedCastSpeed3_"] = { type = "ScourgeUpside", affix = "", "7% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeUpsideIncreasedCastSpeed4_"] = { type = "ScourgeUpside", affix = "", "8% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeUpsideMinionAttackAndCastSpeed1"] = { type = "ScourgeUpside", affix = "", "Minions have 5% increased Attack Speed", "Minions have 5% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeUpsideMinionAttackAndCastSpeed2"] = { type = "ScourgeUpside", affix = "", "Minions have 6% increased Attack Speed", "Minions have 6% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 45, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeUpsideMinionAttackAndCastSpeed3____"] = { type = "ScourgeUpside", affix = "", "Minions have (7-8)% increased Attack Speed", "Minions have (7-8)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeUpsideMinionAttackAndCastSpeed4_"] = { type = "ScourgeUpside", affix = "", "Minions have (9-10)% increased Attack Speed", "Minions have (9-10)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeUpsideMaximumLifeOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideMaximumLifeOnKillPercent4___"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideMaximumManaOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideMaximumManaOnKillPercent4"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideMaximumEnergyShieldOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideMaximumEnergyShieldOnKillPercent4"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideIncreasedAccuracyPercent2"] = { type = "ScourgeUpside", affix = "", "(11-14)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideIncreasedAccuracyPercent3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideIncreasedAccuracyPercent4__"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideLocalIncreaseSocketedAreaOfEffectGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed AoE Gems", statOrderKey = "155", statOrder = { 155 }, level = 68, group = "IncreasedSocketedAoEGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedAuraGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Aura Gems", statOrderKey = "160", statOrder = { 160 }, level = 68, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "aura", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedCurseGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Curse Gems", statOrderKey = "163", statOrder = { 163 }, level = 68, group = "IncreaseSocketedCurseGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "caster", "gem", "curse" }, }, - ["HellscapeUpsideLocalIncreaseSocketedDurationGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Duration Gems", statOrderKey = "154", statOrder = { 154 }, level = 68, group = "IncreaseSocketedDurationGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 68, group = "LocalIncreaseSocketedGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 5, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedProjectileGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Projectile Gems", statOrderKey = "156", statOrder = { 156 }, level = 68, group = "LocalIncreaseSocketedProjectileGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedTrapAndMineGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Trap or Mine Gems", statOrderKey = "166", statOrder = { 166 }, level = 68, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedWarcryGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Warcry Gems", statOrderKey = "171", statOrder = { 171 }, level = 68, group = "LocalSocketedWarcryGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedSupportGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Support Gems", statOrderKey = "168", statOrder = { 168 }, level = 68, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedLightningGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 68, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedChaosGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 68, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "chaos", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedFireGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 68, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedColdGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 68, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedMinionGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Minion Gems", statOrderKey = "159", statOrder = { 159 }, level = 68, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "minion", "gem" }, }, - ["HellscapeUpsideLocalIncreaseSocketedMeleeGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Melee Gems", statOrderKey = "158", statOrder = { 158 }, level = 68, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "attack", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseChaosSpellSkillGemLevel1h"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Chaos Spell Skill Gems", statOrderKey = "1473", statOrder = { 1473 }, level = 68, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "chaos", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseChaosSpellSkillGemLevel2h__"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrderKey = "1473", statOrder = { 1473 }, level = 68, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "chaos", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseLightningSpellSkillGemLevel1h_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Lightning Spell Skill Gems", statOrderKey = "1472", statOrder = { 1472 }, level = 68, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseLightningSpellSkillGemLevel2h_"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrderKey = "1472", statOrder = { 1472 }, level = 68, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseFireSpellSkillGemLevel1h"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrderKey = "1470", statOrder = { 1470 }, level = 68, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseFireSpellSkillGemLevel2h_"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrderKey = "1470", statOrder = { 1470 }, level = 68, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseColdSpellSkillGemLevel1h_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Cold Spell Skill Gems", statOrderKey = "1471", statOrder = { 1471 }, level = 68, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreaseColdSpellSkillGemLevel2h"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrderKey = "1471", statOrder = { 1471 }, level = 68, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreasePhysicalSpellSkillGemLevel1h__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Physical Spell Skill Gems", statOrderKey = "1469", statOrder = { 1469 }, level = 68, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "physical", "caster", "gem" }, }, - ["HellscapeUpsideGlobalIncreasePhysicalSpellSkillGemLevel2h"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Physical Spell Skill Gems", statOrderKey = "1469", statOrder = { 1469 }, level = 68, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "physical", "caster", "gem" }, }, - ["HellscapeUpsideAdditionalRaisedZombie1_"] = { type = "ScourgeUpside", affix = "", "+1 to maximum number of Raised Zombies", statOrderKey = "2014", statOrder = { 2014 }, level = 45, group = "MaximumZombieCount", weightKey = { "boots", "default", }, weightVal = { 100, 0 }, modTags = { "minion" }, }, - ["HellscapeUpsideAdditionalSkeleton1__"] = { type = "ScourgeUpside", affix = "", "+1 to maximum number of Skeletons", statOrderKey = "2016", statOrder = { 2016 }, level = 45, group = "MaximumSkeletonCount", weightKey = { "boots", "default", }, weightVal = { 100, 0 }, modTags = { "minion" }, }, - ["HellscapeUpsideWeaponRange1"] = { type = "ScourgeUpside", affix = "", "+0.1 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideWeaponRange2"] = { type = "ScourgeUpside", affix = "", "+0.2 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 45, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideWeaponRange3"] = { type = "ScourgeUpside", affix = "", "+0.3 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 68, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideWeaponRange4"] = { type = "ScourgeUpside", affix = "", "+0.4 metres to Weapon Range", statOrderKey = "2594", statOrder = { 2594 }, level = 68, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideAreaDamage1"] = { type = "ScourgeUpside", affix = "", "(11-15)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideAreaDamage2_"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 45, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideAreaDamage3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideAreaDamage4"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideReducedAttributeRequirement2"] = { type = "ScourgeUpside", affix = "", "(12-14)% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 45, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideReducedAttributeRequirement3"] = { type = "ScourgeUpside", affix = "", "(15-17)% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 68, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideReducedAttributeRequirement4"] = { type = "ScourgeUpside", affix = "", "(18-20)% reduced Attribute Requirements", statOrderKey = "946", statOrder = { 946 }, level = 68, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideRarityOfItemsFound1_"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, - ["HellscapeUpsideRarityOfItemsFound2_"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 45, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, - ["HellscapeUpsideRarityOfItemsFound3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, - ["HellscapeUpsideRarityOfItemsFound4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, - ["HellscapeUpsideLifeRegenerationRate2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 45, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifeRegenerationRate3"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifeRegenerationRate4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration1"] = { type = "ScourgeUpside", affix = "", "Regenerate (10.8-11.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration1b_"] = { type = "ScourgeUpside", affix = "", "Regenerate (12.5-13.3) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 25, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration1c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (14.2-15) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 35, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration2_"] = { type = "ScourgeUpside", affix = "", "Regenerate (15.8-16.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 45, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration2b"] = { type = "ScourgeUpside", affix = "", "Regenerate (17.5-18.3) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 52, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration2c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (19.2-20) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 59, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration3__"] = { type = "ScourgeUpside", affix = "", "Regenerate (20.8-21.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration3b"] = { type = "ScourgeUpside", affix = "", "Regenerate (22.5-23.3) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 200 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration3c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (24.2-25) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 100 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideLifeRegeneration4_"] = { type = "ScourgeUpside", affix = "", "Regenerate (25.8-26.7) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["HellscapeUpsideMinionLifeRegenPercentage2"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 2% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 45, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLifeRegenPercentage2b_"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 2.5% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 55, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLifeRegenPercentage3__"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 3% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 68, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLifeRegenPercentage4_"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 3.5% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 68, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideEnergyShieldRechargeRate2"] = { type = "ScourgeUpside", affix = "", "(11-15)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldRechargeRate3"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldRechargeRate4"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideMovementVelocity1"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMovementVelocity2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMovementVelocity3_"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMovementVelocity4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMaximumMana1__"] = { type = "ScourgeUpside", affix = "", "+(23-25) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideMaximumMana2"] = { type = "ScourgeUpside", affix = "", "+(28-30) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 45, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideMaximumMana3"] = { type = "ScourgeUpside", affix = "", "+(33-35) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideMaximumMana4_"] = { type = "ScourgeUpside", affix = "", "+(38-40) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration1"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration2"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 45, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration2b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration3"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration3b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegeneration4"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat1"] = { type = "ScourgeUpside", affix = "", "Regenerate 0.8 Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat1b"] = { type = "ScourgeUpside", affix = "", "Regenerate (1.5-1.7) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 15, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat1c"] = { type = "ScourgeUpside", affix = "", "Regenerate (2.6-2.8) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 25, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat1d__"] = { type = "ScourgeUpside", affix = "", "Regenerate (4-4.3) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 35, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat2_"] = { type = "ScourgeUpside", affix = "", "Regenerate (5.1-5.7) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 45, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat2b"] = { type = "ScourgeUpside", affix = "", "Regenerate (6.3-6.7) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 55, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat3"] = { type = "ScourgeUpside", affix = "", "Regenerate (8-8.3) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRegenFlat4"] = { type = "ScourgeUpside", affix = "", "Regenerate (8.8-9.2) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideAttackLifeLeech2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 45, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["HellscapeUpsideAttackLifeLeech3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["HellscapeUpsideAttackLifeLeech4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["HellscapeUpsideAttackManaLifeLeech2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 45, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["HellscapeUpsideAttackManaLifeLeech3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["HellscapeUpsideAttackManaLifeLeech4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["HellscapeUpsideMinionLifeLeech2"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.2-0.3)% of Damage as Life", statOrderKey = "2758", statOrder = { 2758 }, level = 45, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLifeLeech3_"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.4-0.5)% of Damage as Life", statOrderKey = "2758", statOrder = { 2758 }, level = 68, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideMinionLifeLeech4___"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.6-0.7)% of Damage as Life", statOrderKey = "2758", statOrder = { 2758 }, level = 68, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeUpsideFlaskChargesGained2_"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 45, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeUpsideFlaskChargesGained3_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeUpsideFlaskChargesGained4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeUpsideStunThreshold2"] = { type = "ScourgeUpside", affix = "", "(5-6)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 45, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideStunThreshold3____"] = { type = "ScourgeUpside", affix = "", "(7-8)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 68, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideStunThreshold4"] = { type = "ScourgeUpside", affix = "", "(9-10)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 68, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideStunDuration2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 45, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideStunDuration3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 68, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideStunDuration4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 68, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideFlaskLifeRecoveryRate2_"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 45, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["HellscapeUpsideFlaskLifeRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 68, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["HellscapeUpsideFlaskLifeRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Life Recovery rate", statOrderKey = "2043", statOrder = { 2043 }, level = 68, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["HellscapeUpsideFlaskManaRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 45, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["HellscapeUpsideFlaskManaRecoveryRate3_"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 68, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["HellscapeUpsideFlaskManaRecoveryRate4_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Mana Recovery rate", statOrderKey = "2044", statOrder = { 2044 }, level = 68, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["HellscapeUpsideAdditionalDexterity1__"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalDexterity2"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 45, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalDexterity3"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 68, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalDexterity4_"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 68, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalIntelligence1"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalIntelligence2__"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 45, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalIntelligence3_"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 68, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalIntelligence4"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 68, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalStrength1"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalStrength2"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 45, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalStrength3"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 68, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideAdditionalStrength4"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 68, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideChanceToFreeze1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToFreeze1h3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToFreeze1h4_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToFreeze2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToFreeze2h3__"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToFreeze2h4"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite1h3_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite1h4___"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite2h3"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToIgnite2h4___"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideChanceToShock1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToShock1h3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToShock1h4"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToShock2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToShock2h3"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToShock2h4"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideChanceToBleed2__"] = { type = "ScourgeUpside", affix = "", "Attacks have (12-14)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 45, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChanceToBleed3_"] = { type = "ScourgeUpside", affix = "", "Attacks have (15-17)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 68, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChanceToBleed4"] = { type = "ScourgeUpside", affix = "", "Attacks have (18-20)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 68, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideChanceToPoison2"] = { type = "ScourgeUpside", affix = "", "(12-14)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 45, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideChanceToPoison3"] = { type = "ScourgeUpside", affix = "", "(15-17)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 68, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideChanceToPoison4"] = { type = "ScourgeUpside", affix = "", "(18-20)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 68, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["HellscapeUpsideLightRadius1_"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 1, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideLightRadius2_"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 45, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideLightRadius3______"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 68, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideLightRadius4"] = { type = "ScourgeUpside", affix = "", "(31-35)% increased Light Radius", statOrderKey = "2351", statOrder = { 2351 }, level = 68, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideCooldownRecoveryRate3_"] = { type = "ScourgeUpside", affix = "", "(3-4)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideCooldownRecoveryRate4_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToNotConsumeFlaskCharges3"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance for Flasks you use to not consume Charges", statOrderKey = "4060", statOrder = { 4060 }, level = 68, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["HellscapeUpsideChanceToNotConsumeFlaskCharges4_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance for Flasks you use to not consume Charges", statOrderKey = "4060", statOrder = { 4060 }, level = 68, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, - ["HellscapeUpsideLifePercentage3_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifePercentage4"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideManaPercentage3"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaPercentage4"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideReducedReflectedPhysicalDamage3_"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (41-50)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideReducedReflectedPhysicalDamage4_"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (51-60)% reduced Reflected Physical Damage", statOrderKey = "8948", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideReducedReflectedElementalDamage3_____"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (41-50)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental" }, }, - ["HellscapeUpsideReducedReflectedElementalDamage4"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (51-60)% reduced Reflected Elemental Damage", statOrderKey = "5889", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental" }, }, - ["HellscapeUpsideChanceToGainOnslaughtOnKill2__"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 45, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToGainOnslaughtOnKill3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 68, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToGainOnslaughtOnKill4_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 68, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToGainPhasingOnKill2"] = { type = "ScourgeUpside", affix = "", "(11-15)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 45, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToGainPhasingOnKill3"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToGainPhasingOnKill4"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToTauntOnHit2__"] = { type = "ScourgeUpside", affix = "", "(11-15)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 45, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideChanceToTauntOnHit3"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideChanceToTauntOnHit4___"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideMaximumColdResistance1_"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideMaximumFireResistance1__"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideMaximumLightningResistance1_"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideMaximumChaosResistance1__"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeUpsideMaximumElementalResistance1"] = { type = "ScourgeUpside", affix = "", "+1% to all maximum Elemental Resistances", statOrderKey = "1502", statOrder = { 1502 }, level = 68, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 50, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideTotemPlacementSpeed2"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 45, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideTotemPlacementSpeed3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 68, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideTotemPlacementSpeed4"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 68, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideTotemElementalResistances2"] = { type = "ScourgeUpside", affix = "", "Totems gain +(21-25)% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 45, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideTotemElementalResistances3"] = { type = "ScourgeUpside", affix = "", "Totems gain +(26-30)% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 68, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideTotemElementalResistances4"] = { type = "ScourgeUpside", affix = "", "Totems gain +(31-35)% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 68, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeUpsideTotemDuration2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Totem Duration", statOrderKey = "1637", statOrder = { 1637 }, level = 45, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemDuration3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Totem Duration", statOrderKey = "1637", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemDuration4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Totem Duration", statOrderKey = "1637", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemPhysicalDamageReduction2___"] = { type = "ScourgeUpside", affix = "", "Totems have (11-15)% additional Physical Damage Reduction", statOrderKey = "2638", statOrder = { 2638 }, level = 45, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemPhysicalDamageReduction3___"] = { type = "ScourgeUpside", affix = "", "Totems have (16-20)% additional Physical Damage Reduction", statOrderKey = "2638", statOrder = { 2638 }, level = 68, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemPhysicalDamageReduction4_"] = { type = "ScourgeUpside", affix = "", "Totems have (21-25)% additional Physical Damage Reduction", statOrderKey = "2638", statOrder = { 2638 }, level = 68, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideTotemLife2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 45, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideTotemLife3__"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideTotemLife4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideBrandDuration2"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (12-14)% increased Duration", statOrderKey = "9288", statOrder = { 9288 }, level = 45, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideBrandDuration3"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (15-17)% increased Duration", statOrderKey = "9288", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideBrandDuration4"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (18-20)% increased Duration", statOrderKey = "9288", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideBrandAttachmentRange2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 45, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideBrandAttachmentRange3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 68, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideBrandAttachmentRange4_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 68, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideLifeRecoveryRate2_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 45, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifeRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideLifeRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideManaRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 45, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideManaRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideEnergyShieldRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 45, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideEnergyShieldRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes2"] = { type = "ScourgeUpside", affix = "", "You take (13-15)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes3"] = { type = "ScourgeUpside", affix = "", "You take (18-20)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes4"] = { type = "ScourgeUpside", affix = "", "You take (23-25)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeUpsideChanceToBlindOnHit2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 45, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToBlindOnHit3___"] = { type = "ScourgeUpside", affix = "", "(9-10)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToBlindOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToMaimOnHit2"] = { type = "ScourgeUpside", affix = "", "Attacks have (7-8)% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 45, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideChanceToMaimOnHit3_"] = { type = "ScourgeUpside", affix = "", "Attacks have (9-10)% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideChanceToMaimOnHit4"] = { type = "ScourgeUpside", affix = "", "Attacks have (11-12)% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideChanceToHinderOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 45, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideChanceToHinderOnHit3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 68, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideChanceToHinderOnHit4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 68, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideChanceToIntimidateOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 45, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToIntimidateOnHit3_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 68, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToIntimidateOnHit4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 68, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToUnnerveOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 45, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToUnnerveOnHit3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 68, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToUnnerveOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 68, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChanceToImpaleOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 45, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, - ["HellscapeUpsideChanceToImpaleOnHit3__"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 68, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, - ["HellscapeUpsideChanceToImpaleOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 68, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, - ["HellscapeUpsideEnemiesExplodeOnDeathPhysical4_"] = { type = "ScourgeUpside", affix = "", "Enemies you Kill have a 15% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrderKey = "3145", statOrder = { 3145 }, level = 68, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideColdPenetration1h2_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdPenetration1h4__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdPenetration2h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdPenetration2h3_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideColdPenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeUpsideFirePenetration1h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFirePenetration1h3___"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFirePenetration1h4__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFirePenetration2h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFirePenetration2h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideFirePenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideLightningPenetration1h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningPenetration1h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningPenetration2h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningPenetration2h3_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningPenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeUpsideChaosPenetration1h2_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, - ["HellscapeUpsideChaosPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, - ["HellscapeUpsideChaosPenetration1h4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, - ["HellscapeUpsideChaosPenetration2h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["HellscapeUpsideChaosPenetration2h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["HellscapeUpsideChaosPenetration2h4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Chaos Resistance", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["HellscapeUpsideCullingStrike1"] = { type = "ScourgeUpside", affix = "", "Culling Strike", statOrderKey = "1893", statOrder = { 1893 }, level = 1, group = "CullingStrike", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeUpsideCurseOnHitDespair1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Despair on Hit", statOrderKey = "2366", statOrder = { 2366 }, level = 68, group = "CurseOnHitDespairChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitElementalWeakness1___"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrderKey = "2367", statOrder = { 2367 }, level = 68, group = "CurseOnHitLevelElementalWeaknessChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitEnfeeble1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Enfeeble on Hit", statOrderKey = "2364", statOrder = { 2364 }, level = 68, group = "EnfeebleOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitTemporalChains1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrderKey = "2370", statOrder = { 2370 }, level = 68, group = "TemporalChainsOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitVulnerability1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Vulnerability on Hit", statOrderKey = "2371", statOrder = { 2371 }, level = 68, group = "VulnerabilityOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitConductivity1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Conductivity on Hit", statOrderKey = "2365", statOrder = { 2365 }, level = 68, group = "CurseOnHitConductivityChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitFlammability1______"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Flammability on Hit", statOrderKey = "2368", statOrder = { 2368 }, level = 68, group = "FlammabilityOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseOnHitFrostbite1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Frostbite on Hit", statOrderKey = "2369", statOrder = { 2369 }, level = 68, group = "FrostbiteOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideChanceToGainEnduranceChargeOnKill1__"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeUpsideChanceToGainEnduranceChargeOnKill2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 45, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeUpsideChanceToGainEnduranceChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeUpsideChanceToGainEnduranceChargeOnKill4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain an Endurance Charge on Kill", statOrderKey = "2478", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeUpsideChanceToGainPowerChargeOnKill1"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, - ["HellscapeUpsideChanceToGainPowerChargeOnKill2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 45, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, - ["HellscapeUpsideChanceToGainPowerChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, - ["HellscapeUpsideChanceToGainPowerChargeOnKill4___"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain a Power Charge on Kill", statOrderKey = "2482", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, - ["HellscapeUpsideChanceToGainFrenzyChargeOnKill1"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeUpsideChanceToGainFrenzyChargeOnKill2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 45, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeUpsideChanceToGainFrenzyChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeUpsideChanceToGainFrenzyChargeOnKill4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain a Frenzy Charge on Kill", statOrderKey = "2480", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeUpsideTrapThrowingSpeed2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 45, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideTrapThrowingSpeed3"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 68, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideTrapThrowingSpeed4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 68, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMineThrowingSpeed2___"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 45, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMineThrowingSpeed3_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 68, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideMineThrowingSpeed4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 68, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideAdditionalArrow1"] = { type = "ScourgeUpside", affix = "", "Bow Attacks fire an additional Arrow", statOrderKey = "1653", statOrder = { 1653 }, level = 68, group = "AdditionalArrows", weightKey = { "bow", "quiver", "default", }, weightVal = { 50, 5, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideAdditionalChainChance1__"] = { type = "ScourgeUpside", affix = "", "Skills Chain +1 times", statOrderKey = "1648", statOrder = { 1648 }, level = 68, group = "AdditionalChain", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, - ["HellscapeUpsideAdditionalPierceChance1__"] = { type = "ScourgeUpside", affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, - ["HellscapeUpsideAdditionalSplitChance1_"] = { type = "ScourgeUpside", affix = "", "Projectiles Split towards +1 targets", statOrderKey = "9014", statOrder = { 9014 }, level = 68, group = "ProjectilesSplitCount", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, - ["HellscapeUpsideAdditionalReturn1___"] = { type = "ScourgeUpside", affix = "", "Attack Projectiles Return to you", statOrderKey = "2672", statOrder = { 2672 }, level = 68, group = "ReturningAttackProjectiles", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { "attack" }, }, - ["HellscapeUpsideStrengthPercent3"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideStrengthPercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideDexterityPercent3_"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideDexterityPercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Dexterity", statOrderKey = "1052", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideIntelligencePercent3"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsideIntelligencePercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Intelligence", statOrderKey = "1053", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["HellscapeUpsidePoisonDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (4-5)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 45, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsidePoisonDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (6-7)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsidePoisonDamageFaster1h4"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (8-9)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsidePoisonDamageFaster2h2"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (8-9)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 45, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsidePoisonDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (10-11)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsidePoisonDamageFaster2h4_"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (12-13)% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (4-5)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 45, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (6-7)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster1h4__"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (8-9)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster2h2_"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (8-9)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 45, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (10-11)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideIgniteDamageFaster2h4"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (12-13)% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (4-5)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 45, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (6-7)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster1h4_"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (8-9)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster2h2"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (8-9)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 45, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (10-11)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideBleedingDamageFaster2h4"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (12-13)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsidePhysicalConvertedToCold1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["HellscapeUpsidePhysicalConvertedToFire1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["HellscapeUpsidePhysicalConvertedToLightning1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["HellscapeUpsidePhysicalConvertedToChaos1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["HellscapeUpsideAilmentDuration2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 45, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideAilmentDuration3"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideAilmentDuration4"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideNonDamagingAilmentEffect2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 45, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideNonDamagingAilmentEffect3"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideNonDamagingAilmentEffect4_"] = { type = "ScourgeUpside", affix = "", "(16-18)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedPhysicalDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies take 3% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedPhysicalDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies take 4% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage3__"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedColdDamage3___"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedColdDamage4__"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedLightningDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedLightningDamage4_"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedChaosDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["HellscapeUpsideNearbyEnemiesTakeIncreasedChaosDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["HellscapeUpsideCurseEffect3_"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideCurseEffect4"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeUpsideNonCurseAuraEffect2"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 45, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, - ["HellscapeUpsideNonCurseAuraEffect3__"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, - ["HellscapeUpsideNonCurseAuraEffect4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, - ["HellscapeUpsideImpaleEffect1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 45, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideImpaleEffect1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideImpaleEffect1h4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideImpaleEffect2h2__"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 45, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideImpaleEffect2h3"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideImpaleEffect2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, - ["HellscapeUpsideInflictColdExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 45, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictColdExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictColdExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictColdExposureOnHit2h2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 45, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictColdExposureOnHit2h3"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictColdExposureOnHit2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Cold Exposure on Hit", statOrderKey = "4733", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 45, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit2h2__"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 45, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit2h3_____"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictFireExposureOnHit2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Fire Exposure on Hit", statOrderKey = "4734", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 45, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit2h2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 45, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit2h3__"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideInflictLightningExposureOnHit2h4__"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Lightning Exposure on Hit", statOrderKey = "4735", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["HellscapeUpsideKnockbackOnHit2"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to Knock Enemies Back on hit", statOrderKey = "1849", statOrder = { 1849 }, level = 45, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideKnockbackOnHit3__"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to Knock Enemies Back on hit", statOrderKey = "1849", statOrder = { 1849 }, level = 68, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideKnockbackOnHit4"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Knock Enemies Back on hit", statOrderKey = "1849", statOrder = { 1849 }, level = 68, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeUpsideReservationEfficiency3__"] = { type = "ScourgeUpside", affix = "", "(6-8)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideReservationEfficiency4_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeUpsideWarcrySpeed2__"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 45, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideWarcrySpeed3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideWarcrySpeed4_"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, - ["HellscapeUpsideColdDamageLeechedAsLife2_"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 45, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["HellscapeUpsideColdDamageLeechedAsLife4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["HellscapeUpsideFireDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 45, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["HellscapeUpsideFireDamageLeechedAsLife4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["HellscapeUpsideLightningDamageLeechedAsLife2__"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 45, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamageLeechedAsLife3_"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["HellscapeUpsideLightningDamageLeechedAsLife4_"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["HellscapeUpsideChaosDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 45, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["HellscapeUpsideChaosDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["HellscapeUpsideChaosDamageLeechedAsLife4__"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["HellscapeUpsidePhysicalDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 45, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, - ["HellscapeUpsidePhysicalDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, - ["HellscapeUpsidePhysicalDamageLeechedAsLife4____"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, - ["HellscapeUpsideKeystoneMinionInstability"] = { type = "ScourgeUpside", affix = "", "Minion Instability", statOrderKey = "9949", statOrder = { 9949 }, level = 68, group = "MinionInstability", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["HellscapeUpsideKeystoneResoluteTechnique"] = { type = "ScourgeUpside", affix = "", "Resolute Technique", statOrderKey = "9975", statOrder = { 9975 }, level = 68, group = "ResoluteTechnique", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeUpsideKeystoneBloodMagic"] = { type = "ScourgeUpside", affix = "", "Blood Magic", statOrderKey = "9925", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana" }, }, - ["HellscapeUpsideKeystonePainAttunement"] = { type = "ScourgeUpside", affix = "", "Pain Attunement", statOrderKey = "9951", statOrder = { 9951 }, level = 68, group = "PainAttunement", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeUpsideKeystoneElementalEquilibrium_"] = { type = "ScourgeUpside", affix = "", "Elemental Equilibrium", statOrderKey = "9934", statOrder = { 9934 }, level = 68, group = "ElementalEquilibrium", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeUpsideKeystoneIronGrip"] = { type = "ScourgeUpside", affix = "", "Iron Grip", statOrderKey = "9965", statOrder = { 9965 }, level = 68, group = "IronGrip", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "attack" }, }, - ["HellscapeUpsideKeystonePointBlank"] = { type = "ScourgeUpside", affix = "", "Point Blank", statOrderKey = "9952", statOrder = { 9952 }, level = 68, group = "PointBlank", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "attack" }, }, - ["HellscapeUpsideKeystoneAcrobatics___"] = { type = "ScourgeUpside", affix = "", "Acrobatics", statOrderKey = "9920", statOrder = { 9920 }, level = 68, group = "Acrobatics", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, - ["HellscapeUpsideKeystoneGhostReaver"] = { type = "ScourgeUpside", affix = "", "Ghost Reaver", statOrderKey = "9940", statOrder = { 9940 }, level = 68, group = "KeystoneGhostReaver", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["HellscapeUpsideKeystoneVaalPact"] = { type = "ScourgeUpside", affix = "", "Vaal Pact", statOrderKey = "9969", statOrder = { 9969 }, level = 68, group = "VaalPact", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeUpsideKeystoneElementalOverload"] = { type = "ScourgeUpside", affix = "", "Elemental Overload", statOrderKey = "9935", statOrder = { 9935 }, level = 68, group = "ElementalOverload", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["HellscapeUpsideKeystoneAvatarOfFire"] = { type = "ScourgeUpside", affix = "", "Avatar of Fire", statOrderKey = "9923", statOrder = { 9923 }, level = 68, group = "AvatarOfFire", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeUpsideKeystoneEldritchBattery_"] = { type = "ScourgeUpside", affix = "", "Eldritch Battery", statOrderKey = "9933", statOrder = { 9933 }, level = 68, group = "EldritchBattery", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideKeystoneAncestralBond"] = { type = "ScourgeUpside", affix = "", "Ancestral Bond", statOrderKey = "9922", statOrder = { 9922 }, level = 68, group = "AncestralBond", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage" }, }, - ["HellscapeUpsideKeystoneCrimsonDance_"] = { type = "ScourgeUpside", affix = "", "Crimson Dance", statOrderKey = "9930", statOrder = { 9930 }, level = 68, group = "CrimsonDance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["HellscapeUpsideKeystonePerfectAgony_"] = { type = "ScourgeUpside", affix = "", "Perfect Agony", statOrderKey = "9921", statOrder = { 9921 }, level = 68, group = "PerfectAgony", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "critical", "ailment" }, }, - ["HellscapeUpsideKeystoneRunebinder___"] = { type = "ScourgeUpside", affix = "", "Runebinder", statOrderKey = "9958", statOrder = { 9958 }, level = 68, group = "Runebinder", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideKeystoneMortalConviction_"] = { type = "ScourgeUpside", affix = "", "Blood Magic", statOrderKey = "9925", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["HellscapeUpsideKeystoneCallToArms"] = { type = "ScourgeUpside", affix = "", "Call to Arms", statOrderKey = "9926", statOrder = { 9926 }, level = 68, group = "CallToArms", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, - ["HellscapeUpsideKeystoneTheAgnostic_"] = { type = "ScourgeUpside", affix = "", "The Agnostic", statOrderKey = "9950", statOrder = { 9950 }, level = 68, group = "TheAgnostic", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, - ["HellscapeUpsideKeystoneSupremeEgo_"] = { type = "ScourgeUpside", affix = "", "Supreme Ego", statOrderKey = "9966", statOrder = { 9966 }, level = 68, group = "SupremeEgo", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "mana", "aura" }, }, - ["HellscapeUpsideKeystoneTheImpaler_"] = { type = "ScourgeUpside", affix = "", "The Impaler", statOrderKey = "9944", statOrder = { 9944 }, level = 68, group = "Impaler", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeUpsideKeystoneDoomsday"] = { type = "ScourgeUpside", affix = "", "Hex Master", statOrderKey = "9942", statOrder = { 9942 }, level = 68, group = "HexMaster", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "curse" }, }, - ["HellscapeUpsideKeystoneLetheShade1_"] = { type = "ScourgeUpside", affix = "", "Lethe Shade", statOrderKey = "9946", statOrder = { 9946 }, level = 68, group = "LetheShade", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideKeystoneGhostDance"] = { type = "ScourgeUpside", affix = "", "Ghost Dance", statOrderKey = "9939", statOrder = { 9939 }, level = 68, group = "GhostDance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["HellscapeUpsideKeystoneVersatileCombatant___"] = { type = "ScourgeUpside", affix = "", "Versatile Combatant", statOrderKey = "9970", statOrder = { 9970 }, level = 68, group = "VersatileCombatant", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "block" }, }, - ["HellscapeUpsideKeystoneMagebane"] = { type = "ScourgeUpside", affix = "", "Magebane", statOrderKey = "9947", statOrder = { 9947 }, level = 68, group = "Magebane", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, - ["HellscapeUpsideKeystoneSolipsism"] = { type = "ScourgeUpside", affix = "", "Solipsism", statOrderKey = "9963", statOrder = { 9963 }, level = 68, group = "Solipsism", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "ailment" }, }, - ["HellscapeUpsideKeystoneDivineShield"] = { type = "ScourgeUpside", affix = "", "Divine Shield", statOrderKey = "9932", statOrder = { 9932 }, level = 68, group = "DivineShield", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeUpsideKeystoneIronWill"] = { type = "ScourgeUpside", affix = "", "Iron Will", statOrderKey = "9976", statOrder = { 9976 }, level = 68, group = "IronWill", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster" }, }, - ["HellscapeUpsideLifeGainOnHitWithAttacks1"] = { type = "ScourgeUpside", affix = "", "Gain 2 Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, - ["HellscapeUpsideLifeGainOnHitWithAttacks2_"] = { type = "ScourgeUpside", affix = "", "Gain (3-4) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 45, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, - ["HellscapeUpsideLifeGainOnHitWithAttacks3"] = { type = "ScourgeUpside", affix = "", "Gain (5-7) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, - ["HellscapeUpsideLifeGainOnHitWithAttacks4_"] = { type = "ScourgeUpside", affix = "", "Gain (8-10) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, - ["HellscapeUpsideManaGainOnHitWithAttacks1"] = { type = "ScourgeUpside", affix = "", "Gain 2 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["HellscapeUpsideManaGainOnHitWithAttacks2__"] = { type = "ScourgeUpside", affix = "", "Gain 3 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 45, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["HellscapeUpsideManaGainOnHitWithAttacks3_"] = { type = "ScourgeUpside", affix = "", "Gain 4 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["HellscapeUpsideManaGainOnHitWithAttacks4__"] = { type = "ScourgeUpside", affix = "", "Gain 5 Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Lightning Damage", statOrderKey = "386", statOrder = { 386 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedLightningDamage_"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Lightning Damage", statOrderKey = "386", statOrder = { 386 }, level = 45, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrderKey = "386", statOrder = { 386 }, level = 68, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Lightning Damage", statOrderKey = "386", statOrder = { 386 }, level = 68, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedColdDamage_"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Cold Damage", statOrderKey = "435", statOrder = { 435 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrderKey = "435", statOrder = { 435 }, level = 45, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrderKey = "435", statOrder = { 435 }, level = 68, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Cold Damage", statOrderKey = "435", statOrder = { 435 }, level = 68, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedChaosDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Chaos Damage", statOrderKey = "377", statOrder = { 377 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedChaosDamage_____"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrderKey = "377", statOrder = { 377 }, level = 45, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedChaosDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrderKey = "377", statOrder = { 377 }, level = 68, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedChaosDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Chaos Damage", statOrderKey = "377", statOrder = { 377 }, level = 68, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, - ["HellscapeUpsideCannotBeFrozen___"] = { type = "ScourgeUpside", affix = "", "Cannot be Frozen", statOrderKey = "1697", statOrder = { 1697 }, level = 1, group = "CannotBeFrozen", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideGainLifeChargeEvery3Seconds"] = { type = "ScourgeUpside", affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrderKey = "6804", statOrder = { 6804 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideGainManaChargeEvery3Seconds"] = { type = "ScourgeUpside", affix = "", "Mana Flasks gain 1 Charge every 3 seconds", statOrderKey = "7584", statOrder = { 7584 }, level = 1, group = "ManaFlaskPassiveChargeGain", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeUpsideChillOnBlock1"] = { type = "ScourgeUpside", affix = "", "(14-16)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillOnBlock2"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 45, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillOnBlock3"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideChillOnBlock4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Chill Attackers for 4 seconds on Block", statOrderKey = "5352", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, - ["HellscapeUpsideShockOnBlock1"] = { type = "ScourgeUpside", affix = "", "(14-16)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideShockOnBlock2___"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 45, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideShockOnBlock3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideShockOnBlock4__"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Shock Attackers for 4 seconds on Block", statOrderKey = "9255", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, - ["HellscapeUpsideSocketedStrengthGems___"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, - ["HellscapeUpsideSocketedDexterityGems"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "LocalIncreaseSocketedDexterityGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, - ["HellscapeUpsideSocketedIntelligenceGems__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "LocalIncreaseSocketedIntelligenceGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, - ["HellscapeUpsideGrantsLevel1HeraldOfIce__"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Ice Skill", statOrderKey = "603", statOrder = { 603 }, level = 1, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Ice Skill", statOrderKey = "603", statOrder = { 603 }, level = 45, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Ice Skill", statOrderKey = "603", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Ice Skill", statOrderKey = "603", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel1HeraldOfAsh"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Ash Skill", statOrderKey = "602", statOrder = { 602 }, level = 1, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10HeraldOfAsh_"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Ash Skill", statOrderKey = "602", statOrder = { 602 }, level = 45, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20HeraldOfAsh"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Ash Skill", statOrderKey = "602", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22HeraldOfAsh_"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Ash Skill", statOrderKey = "602", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel1HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Thunder Skill", statOrderKey = "605", statOrder = { 605 }, level = 1, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Thunder Skill", statOrderKey = "605", statOrder = { 605 }, level = 45, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20HeraldOfThunder_"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Thunder Skill", statOrderKey = "605", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Thunder Skill", statOrderKey = "605", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel1HeraldOfPurity"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Purity Skill", statOrderKey = "604", statOrder = { 604 }, level = 1, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10HeraldOfPurity"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Purity Skill", statOrderKey = "604", statOrder = { 604 }, level = 45, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20HeraldOfPurity_____"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Purity Skill", statOrderKey = "604", statOrder = { 604 }, level = 68, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22HeraldOfPurity_"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Purity Skill", statOrderKey = "604", statOrder = { 604 }, level = 68, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel1HeraldOfAgony"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Agony Skill", statOrderKey = "601", statOrder = { 601 }, level = 1, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10HeraldOfAgony"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Agony Skill", statOrderKey = "601", statOrder = { 601 }, level = 45, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20HeraldOfAgony__"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Agony Skill", statOrderKey = "601", statOrder = { 601 }, level = 68, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22HeraldOfAgony__"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Agony Skill", statOrderKey = "601", statOrder = { 601 }, level = 68, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel1SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Sniper's Mark Skill", statOrderKey = "558", statOrder = { 558 }, level = 1, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel10SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Sniper's Mark Skill", statOrderKey = "558", statOrder = { 558 }, level = 45, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel20SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Sniper's Mark Skill", statOrderKey = "558", statOrder = { 558 }, level = 68, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideGrantsLevel22SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Sniper's Mark Skill", statOrderKey = "558", statOrder = { 558 }, level = 68, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, - ["HellscapeUpsideDaytimeFishSize___"] = { type = "ScourgeUpside", affix = "", "(10-30)% increased Size of Fish caught during Daytime", statOrderKey = "5697", statOrder = { 5697 }, level = 1, group = "DaytimeFishSize", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideFishingCastDistance"] = { type = "ScourgeUpside", affix = "", "(13-16)% increased Fishing Range", statOrderKey = "2695", statOrder = { 2695 }, level = 45, group = "FishingCastDistance", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideFishingRarity"] = { type = "ScourgeUpside", affix = "", "(20-25)% increased Rarity of Fish Caught", statOrderKey = "2697", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, - ["HellscapeUpsideStrengthAppliesToFishingReelSpeed_"] = { type = "ScourgeUpside", affix = "", "Strength's Damage bonus also applies to Reeling Speed at 20% of its value", statOrderKey = "9486", statOrder = { 9486 }, level = 1, group = "StrengthAppliesToFishingReelSpeed", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["HellscapeUpsideCanCatchScourgedFish"] = { type = "ScourgeUpside", affix = "", "You can catch Scourged Fish", statOrderKey = "4981", statOrder = { 4981 }, level = 68, group = "CanCatchScourgedFish", weightKey = { "fishing_rod", "default", }, weightVal = { 1, 0 }, modTags = { }, }, - ["HellscapeDownsideStrengthRequirement0_"] = { type = "ScourgeDownside", affix = "", "+(21-30) Strength Requirement", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideStrengthRequirement1"] = { type = "ScourgeDownside", affix = "", "+(36-50) Strength Requirement", statOrderKey = "956", statOrder = { 956 }, level = 1, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideStrengthRequirement2"] = { type = "ScourgeDownside", affix = "", "+(75-125) Strength Requirement", statOrderKey = "956", statOrder = { 956 }, level = 45, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideStrengthRequirement3"] = { type = "ScourgeDownside", affix = "", "+(150-200) Strength Requirement", statOrderKey = "956", statOrder = { 956 }, level = 68, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideDexterityRequirement0__"] = { type = "ScourgeDownside", affix = "", "+(21-30) Dexterity Requirement", statOrderKey = "948", statOrder = { 948 }, level = 1, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideDexterityRequirement1_"] = { type = "ScourgeDownside", affix = "", "+(36-50) Dexterity Requirement", statOrderKey = "948", statOrder = { 948 }, level = 1, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideDexterityRequirement2_"] = { type = "ScourgeDownside", affix = "", "+(75-125) Dexterity Requirement", statOrderKey = "948", statOrder = { 948 }, level = 45, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideDexterityRequirement3__"] = { type = "ScourgeDownside", affix = "", "+(150-200) Dexterity Requirement", statOrderKey = "948", statOrder = { 948 }, level = 68, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideIntelligenceRequirement0_"] = { type = "ScourgeDownside", affix = "", "+(21-30) Intelligence Requirement", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideIntelligenceRequirement1_"] = { type = "ScourgeDownside", affix = "", "+(36-50) Intelligence Requirement", statOrderKey = "950", statOrder = { 950 }, level = 1, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideIntelligenceRequirement2"] = { type = "ScourgeDownside", affix = "", "+(75-125) Intelligence Requirement", statOrderKey = "950", statOrder = { 950 }, level = 45, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideIntelligenceRequirement3"] = { type = "ScourgeDownside", affix = "", "+(150-200) Intelligence Requirement", statOrderKey = "950", statOrder = { 950 }, level = 68, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotCrit_"] = { type = "ScourgeDownside", affix = "", "Never deal Critical Strikes", statOrderKey = "2032", statOrder = { 2032 }, level = 45, group = "HellscapeDownsideCannotCrit", weightKey = { "body_armour", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotBlock"] = { type = "ScourgeDownside", affix = "", "Cannot Block Attack Damage", "Cannot Block Spell Damage", statOrderKey = "2110,5021", statOrder = { 2110, 5021 }, level = 45, group = "HellscapeDownsideCannotBlock", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotEvade_"] = { type = "ScourgeDownside", affix = "", "Cannot Evade Enemy Attacks", statOrderKey = "1775", statOrder = { 1775 }, level = 45, group = "HellscapeDownsideCannotEvade", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideReducedFireResistance0"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeDownsideReducedFireResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeDownsideReducedFireResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 45, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeDownsideReducedFireResistance3_"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["HellscapeDownsideReducedColdResistance0"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeDownsideReducedColdResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeDownsideReducedColdResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 45, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeDownsideReducedColdResistance3"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["HellscapeDownsideReducedLightningResistance0_"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeDownsideReducedLightningResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeDownsideReducedLightningResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 45, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeDownsideReducedLightningResistance3"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["HellscapeDownsideReducedChaosResistance0_"] = { type = "ScourgeDownside", affix = "", "-(13-10)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeDownsideReducedChaosResistance1"] = { type = "ScourgeDownside", affix = "", "-(17-14)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeDownsideReducedChaosResistance2_"] = { type = "ScourgeDownside", affix = "", "-(21-18)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 45, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeDownsideReducedChaosResistance3___"] = { type = "ScourgeDownside", affix = "", "-(25-22)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeDownsideReducedElementalResistances0_"] = { type = "ScourgeDownside", affix = "", "-5% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeDownsideReducedElementalResistances1_"] = { type = "ScourgeDownside", affix = "", "-(7-6)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeDownsideReducedElementalResistances2_"] = { type = "ScourgeDownside", affix = "", "-(9-8)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 45, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 750, 750, 750, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeDownsideReducedElementalResistances3_"] = { type = "ScourgeDownside", affix = "", "-(11-10)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeDownsideMinusMaximumLife0"] = { type = "ScourgeDownside", affix = "", "-(20-16) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideMinusMaximumLife1_"] = { type = "ScourgeDownside", affix = "", "-(25-21) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideMinusMaximumLife2"] = { type = "ScourgeDownside", affix = "", "-(30-26) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 45, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideMinusMaximumLife3_"] = { type = "ScourgeDownside", affix = "", "-(35-31) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideMinusMaximumMana0_"] = { type = "ScourgeDownside", affix = "", "-(25-21) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideMinusMaximumMana1"] = { type = "ScourgeDownside", affix = "", "-(30-26) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideMinusMaximumMana2__"] = { type = "ScourgeDownside", affix = "", "-(35-31) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 45, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideMinusMaximumMana3_"] = { type = "ScourgeDownside", affix = "", "-(40-36) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideReducedGlobalDefences0"] = { type = "ScourgeDownside", affix = "", "(6-10)% reduced Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideReducedGlobalDefences1"] = { type = "ScourgeDownside", affix = "", "(11-15)% reduced Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideReducedGlobalDefences2"] = { type = "ScourgeDownside", affix = "", "(16-20)% reduced Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 45, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideReducedGlobalDefences3__"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 68, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideDealNoDamageYourself_"] = { type = "ScourgeDownside", affix = "", "You can't deal Damage with your Skills yourself", statOrderKey = "2103", statOrder = { 2103 }, level = 68, group = "HellscapeDownsideDealNoDamageYourself", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideReducedMinionLife2_"] = { type = "ScourgeDownside", affix = "", "Minions have (30-33)% reduced maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 45, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeDownsideReducedMinionLife3_"] = { type = "ScourgeDownside", affix = "", "Minions have (36-39)% reduced maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["HellscapeDownsideReservationEfficiency3"] = { type = "ScourgeDownside", affix = "", "(18-24)% reduced Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 68, group = "ManaReservationEfficiency", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideIncreasedChanceToBeCrit3__"] = { type = "ScourgeDownside", affix = "", "Hits have +10% additional Critical Strike Chance against you", statOrderKey = "2970", statOrder = { 2970 }, level = 68, group = "HellscapeDownsideIncreasedChanceToBeCrit", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideHinderedOnHitBySpells3__"] = { type = "ScourgeDownside", affix = "", "Spell Hits Hinder you", statOrderKey = "5230", statOrder = { 5230 }, level = 68, group = "HellscapeDownsideHinderedOnHitBySpells", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideChanceToBeSilencedWhenHit3__"] = { type = "ScourgeDownside", affix = "", "(21-30)% chance to Curse you with Silence when Hit", statOrderKey = "5583", statOrder = { 5583 }, level = 68, group = "HellscapeDownsideChanceToBeSilencedWhenHit", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent0__"] = { type = "ScourgeDownside", affix = "", "(21-30)% reduced Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent1_"] = { type = "ScourgeDownside", affix = "", "(31-40)% reduced Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent2_"] = { type = "ScourgeDownside", affix = "", "(41-50)% reduced Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 45, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent3"] = { type = "ScourgeDownside", affix = "", "(51-60)% reduced Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 68, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["HellscapeDownsideMaximumElementalResistance1"] = { type = "ScourgeDownside", affix = "", "-1% to all maximum Elemental Resistances", statOrderKey = "1502", statOrder = { 1502 }, level = 68, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["HellscapeDownsideMaximumChaosResistance1"] = { type = "ScourgeDownside", affix = "", "-1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos", "resistance" }, }, - ["HellscapeDownsideElementalResistanceMinion2__"] = { type = "ScourgeDownside", affix = "", "Minions have -(33-30)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 45, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["HellscapeDownsideElementalResistanceMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have -(39-36)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["HellscapeDownsideChaosResistanceMinion2"] = { type = "ScourgeDownside", affix = "", "Minions have -(51-42)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 45, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["HellscapeDownsideChaosResistanceMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have -(63-54)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["HellscapeDownsideAllAilmentDuration2"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 45, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "ailment" }, }, - ["HellscapeDownsideAllAilmentDuration3__"] = { type = "ScourgeDownside", affix = "", "(26-30)% reduced Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "ailment" }, }, - ["HellscapeDownsideElementalDurationOnSelf2"] = { type = "ScourgeDownside", affix = "", "(17-19)% increased Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 45, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["HellscapeDownsideElementalDurationOnSelf3__"] = { type = "ScourgeDownside", affix = "", "(20-22)% increased Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["HellscapeDownsideLifeOnBlock2__"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Life when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 45, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, - ["HellscapeDownsideLifeOnBlock3"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Life when you Block", statOrderKey = "1616", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, - ["HellscapeDownsideManaOnBlock2_"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Mana when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 45, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, - ["HellscapeDownsideManaOnBlock3_____"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Mana when you Block", statOrderKey = "1617", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, - ["HellscapeDownsideEnergyShieldOnBlock2___"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 45, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, - ["HellscapeDownsideEnergyShieldOnBlock3"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Energy Shield when you Block", statOrderKey = "1618", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, - ["HellscapeDownsideChanceToBlockAttacks2"] = { type = "ScourgeDownside", affix = "", "-(10-8)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 45, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["HellscapeDownsideChanceToBlockAttacks3"] = { type = "ScourgeDownside", affix = "", "-(14-12)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, - ["HellscapeDownsideChanceToBlockSpells2"] = { type = "ScourgeDownside", affix = "", "-(10-8)% Chance to Block Spell Damage", statOrderKey = "1026", statOrder = { 1026 }, level = 45, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "block" }, }, - ["HellscapeDownsideChanceToBlockSpells3"] = { type = "ScourgeDownside", affix = "", "-(14-12)% Chance to Block Spell Damage", statOrderKey = "1026", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "block" }, }, - ["HellscapeDownsideChanceToSuppressSpells2"] = { type = "ScourgeDownside", affix = "", "-(18-15)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { }, }, - ["HellscapeDownsideChanceToSuppressSpells3"] = { type = "ScourgeDownside", affix = "", "-(24-21)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { }, }, - ["HellscapeDownsideSpellDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage1h1_"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage1h1b_"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage1h3_"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h1_"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h1b_"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h2____"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideSpellDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["HellscapeDownsideColdDamage1h0_"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage1h2b_______"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h0__"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h2b_"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdDamage2h3__"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideFireDamage1h0_"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage1h1_"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage1h3_"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h1__"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFireDamage2h3____"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideLightningDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage1h1b___"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage1h2b_"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h2___"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamage2h3__"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsidePhysicalDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage1h1b___"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage1h2_"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h1_"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h2"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h2b__"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsidePhysicalDamage2h3______"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsideElementalDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage1h1b__"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage1h3__"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h2"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideElementalDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["HellscapeDownsideChaosDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage1h2_"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideChaosDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideMinionDamage0"] = { type = "ScourgeDownside", affix = "", "Minions deal (18-21)% reduced Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeDownsideMinionDamage1"] = { type = "ScourgeDownside", affix = "", "Minions deal (24-27)% reduced Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeDownsideMinionDamage2"] = { type = "ScourgeDownside", affix = "", "Minions deal (30-33)% reduced Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 45, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeDownsideMinionDamage3"] = { type = "ScourgeDownside", affix = "", "Minions deal (36-39)% reduced Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, - ["HellscapeDownsideProjectileDamagePercentage0"] = { type = "ScourgeDownside", affix = "", "(18-21)% reduced Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 1, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideProjectileDamagePercentage1__"] = { type = "ScourgeDownside", affix = "", "(24-27)% reduced Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 45, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideProjectileDamagePercentage2_"] = { type = "ScourgeDownside", affix = "", "(30-33)% reduced Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideProjectileDamagePercentage3_"] = { type = "ScourgeDownside", affix = "", "(36-39)% reduced Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideCriticalStrikeChance2"] = { type = "ScourgeDownside", affix = "", "(51-57)% reduced Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 45, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "critical" }, }, - ["HellscapeDownsideCriticalStrikeChance3_"] = { type = "ScourgeDownside", affix = "", "(60-66)% reduced Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "critical" }, }, - ["HellscapeDownsideCriticalStrikeMultiplier2"] = { type = "ScourgeDownside", affix = "", "-(57-51)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeDownsideCriticalStrikeMultiplier3__"] = { type = "ScourgeDownside", affix = "", "-(66-60)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeDownsideCriticalStrikeChanceWithBows2"] = { type = "ScourgeDownside", affix = "", "(51-57)% reduced Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 45, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeDownsideCriticalStrikeChanceWithBows3"] = { type = "ScourgeDownside", affix = "", "(60-66)% reduced Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, - ["HellscapeDownsideCriticalStrikeMultiplierWithBows2"] = { type = "ScourgeDownside", affix = "", "-(57-51)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["HellscapeDownsideCriticalStrikeMultiplierWithBows3"] = { type = "ScourgeDownside", affix = "", "-(66-60)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["HellscapeDownsideDamageOverTimeMultiplier2"] = { type = "ScourgeDownside", affix = "", "-(30-24)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 45, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "dot_multi", "damage" }, }, - ["HellscapeDownsideDamageOverTimeMultiplier3"] = { type = "ScourgeDownside", affix = "", "-(39-33)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "dot_multi", "damage" }, }, - ["HellscapeDownsideAttackSpeed0"] = { type = "ScourgeDownside", affix = "", "(9-12)% reduced Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeDownsideAttackSpeed1__"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeDownsideAttackSpeed2_"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 45, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeDownsideAttackSpeed3"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["HellscapeDownsideCastSpeed0"] = { type = "ScourgeDownside", affix = "", "12% reduced Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeDownsideCastSpeed1_"] = { type = "ScourgeDownside", affix = "", "15% reduced Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeDownsideCastSpeed2"] = { type = "ScourgeDownside", affix = "", "18% reduced Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeDownsideCastSpeed3"] = { type = "ScourgeDownside", affix = "", "21% reduced Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, - ["HellscapeDownsideAttackAndCastSpeedMinion2_"] = { type = "ScourgeDownside", affix = "", "Minions have (21-24)% reduced Attack Speed", "Minions have (21-24)% reduced Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 45, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeDownsideAttackAndCastSpeedMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have (27-30)% reduced Attack Speed", "Minions have (27-30)% reduced Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["HellscapeDownsideLifeOnKill3__"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Life on Kill", statOrderKey = "1608", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideManaOnKill3"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Mana on Kill", statOrderKey = "1610", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideEnergyShieldOnKill3"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Energy Shield on Kill", statOrderKey = "1609", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeDownsideAccuracyPercent2"] = { type = "ScourgeDownside", affix = "", "(33-42)% reduced Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 250, 250, 0 }, modTags = { "attack" }, }, - ["HellscapeDownsideAccuracyPercent3__"] = { type = "ScourgeDownside", affix = "", "(45-51)% reduced Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 250, 250, 0 }, modTags = { "attack" }, }, - ["HellscapeDownsideLocalIncreaseSocketedGemLevel"] = { type = "ScourgeDownside", affix = "", "-2 to Level of Socketed Gems", statOrderKey = "141", statOrder = { 141 }, level = 68, group = "LocalIncreaseSocketedGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "gem" }, }, - ["HellscapeDownsideGlobalIncreaseSpellSpellSkillGemLevel1h"] = { type = "ScourgeDownside", affix = "", "-2 to Level of all Spell Skill Gems", statOrderKey = "1468", statOrder = { 1468 }, level = 68, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "dagger", "focus", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "caster", "gem" }, }, - ["HellscapeDownsideGlobalIncreaseSpellSpellSkillGemLevel2h"] = { type = "ScourgeDownside", affix = "", "-4 to Level of all Spell Skill Gems", statOrderKey = "1468", statOrder = { 1468 }, level = 68, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "gem" }, }, - ["HellscapeDownsideAdditionalRaisedZombie1"] = { type = "ScourgeDownside", affix = "", "-2 to maximum number of Raised Zombies", statOrderKey = "2014", statOrder = { 2014 }, level = 45, group = "MaximumZombieCount", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "minion" }, }, - ["HellscapeDownsideAdditionalSkeleton1"] = { type = "ScourgeDownside", affix = "", "-2 to maximum number of Skeletons", statOrderKey = "2016", statOrder = { 2016 }, level = 45, group = "MaximumSkeletonCount", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "minion" }, }, - ["HellscapeDownsideAreaDamage0___"] = { type = "ScourgeDownside", affix = "", "(24-30)% reduced Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideAreaDamage1"] = { type = "ScourgeDownside", affix = "", "(33-45)% reduced Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideAreaDamage2_"] = { type = "ScourgeDownside", affix = "", "(48-60)% reduced Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 45, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideAreaDamage3"] = { type = "ScourgeDownside", affix = "", "(63-75)% reduced Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["HellscapeDownsideRarityOfItemsFound0"] = { type = "ScourgeDownside", affix = "", "(18-21)% reduced Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, - ["HellscapeDownsideRarityOfItemsFound1_"] = { type = "ScourgeDownside", affix = "", "(24-27)% reduced Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, - ["HellscapeDownsideRarityOfItemsFound2"] = { type = "ScourgeDownside", affix = "", "(30-33)% reduced Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 45, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, - ["HellscapeDownsideRarityOfItemsFound3"] = { type = "ScourgeDownside", affix = "", "(36-39)% reduced Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, - ["HellscapeDownsideLifeRegeneration2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 45, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideLifeRegeneration3"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideMovementVelocity0"] = { type = "ScourgeDownside", affix = "", "(6-7)% reduced Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeDownsideMovementVelocity1_"] = { type = "ScourgeDownside", affix = "", "(8-9)% reduced Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeDownsideMovementVelocity2"] = { type = "ScourgeDownside", affix = "", "(10-11)% reduced Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeDownsideMovementVelocity3"] = { type = "ScourgeDownside", affix = "", "(12-13)% reduced Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, - ["HellscapeDownsideMovementSkillsAreDisabled1_"] = { type = "ScourgeDownside", affix = "", "Your Movement Skills are Disabled", statOrderKey = "9877", statOrder = { 9877 }, level = 68, group = "MovementSkillsAreDisabled", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegeneration0"] = { type = "ScourgeDownside", affix = "", "(16-20)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegeneration1"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegeneration2__"] = { type = "ScourgeDownside", affix = "", "(26-30)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 45, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegeneration2b"] = { type = "ScourgeDownside", affix = "", "(31-35)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegeneration3"] = { type = "ScourgeDownside", affix = "", "(36-40)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegeneration3b"] = { type = "ScourgeDownside", affix = "", "(46-50)% reduced Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRegenFlat0________"] = { type = "ScourgeDownside", affix = "", "Lose (3.3-4.2) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 1, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat1"] = { type = "ScourgeDownside", affix = "", "Lose (4.6-5.7) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 1, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat1b_"] = { type = "ScourgeDownside", affix = "", "Lose (5.8-6.7) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 15, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat1c"] = { type = "ScourgeDownside", affix = "", "Lose (7.7-8.3) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 25, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat1d"] = { type = "ScourgeDownside", affix = "", "Lose (9.3-10) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 35, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat2"] = { type = "ScourgeDownside", affix = "", "Lose (11-11.7) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 45, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat2b"] = { type = "ScourgeDownside", affix = "", "Lose (12.7-13.3) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 55, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideManaRegenFlat3"] = { type = "ScourgeDownside", affix = "", "Lose (14.3-15) Mana per Second", statOrderKey = "7581", statOrder = { 7581 }, level = 68, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotLeechLife1"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Life", statOrderKey = "2418", statOrder = { 2418 }, level = 68, group = "CannotLeechLife", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideCannotLeechMana1_"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Mana", statOrderKey = "2419", statOrder = { 2419 }, level = 68, group = "CannotLeechMana", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotLeechEnergyShield1"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Energy Shield", statOrderKey = "4711", statOrder = { 4711 }, level = 68, group = "CannotLeechEnergyShield", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideFlaskChargesGained2_"] = { type = "ScourgeDownside", affix = "", "(22-30)% reduced Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 45, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeDownsideFlaskChargesGained3__"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Flask Charges gained", statOrderKey = "2037", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeDownsideFlaskChargesUsed2"] = { type = "ScourgeDownside", affix = "", "(32-40)% increased Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 45, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeDownsideFlaskChargesUsed3"] = { type = "ScourgeDownside", affix = "", "(42-50)% increased Flask Charges used", statOrderKey = "2038", statOrder = { 2038 }, level = 68, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, - ["HellscapeDownsideFlaskLifeRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(24-28)% reduced Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 45, group = "BeltFlaskLifeRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["HellscapeDownsideFlaskLifeRecoveryRate3_"] = { type = "ScourgeDownside", affix = "", "(30-34)% reduced Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 68, group = "BeltFlaskLifeRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, - ["HellscapeDownsideFlaskManaRecoveryRate2_"] = { type = "ScourgeDownside", affix = "", "(24-28)% reduced Mana Recovery from Flasks", statOrderKey = "1914", statOrder = { 1914 }, level = 45, group = "BeltFlaskManaRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["HellscapeDownsideFlaskManaRecoveryRate3___"] = { type = "ScourgeDownside", affix = "", "(30-34)% reduced Mana Recovery from Flasks", statOrderKey = "1914", statOrder = { 1914 }, level = 68, group = "BeltFlaskManaRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, - ["HellscapeDownsideCannotApplyBleed1"] = { type = "ScourgeDownside", affix = "", "Attacks cannot cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 68, group = "CannotCauseBleeding", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotApplyPoison1_"] = { type = "ScourgeDownside", affix = "", "Your Chaos Damage cannot Poison", "Your Physical Damage cannot Poison", statOrderKey = "2736,2738", statOrder = { 2736, 2738 }, level = 68, group = "CannotCausePoison", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotApplyStun1"] = { type = "ScourgeDownside", affix = "", "Your Hits cannot Stun Enemies", statOrderKey = "1714", statOrder = { 1714 }, level = 68, group = "CannotStun", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCooldownRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(12-16)% reduced Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideLifePercentage3"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideManaPercentage3"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideCursedWithDespair1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Despair", statOrderKey = "9841", statOrder = { 9841 }, level = 68, group = "SelfCurseDespair", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithElementalWeakness1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Elemental Weakness", statOrderKey = "9842", statOrder = { 9842 }, level = 68, group = "SelfCurseElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithEnfeeble1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Enfeeble", statOrderKey = "9843", statOrder = { 9843 }, level = 68, group = "SelfCurseEnfeeble", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithTemporalChains1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Temporal Chains", statOrderKey = "9846", statOrder = { 9846 }, level = 68, group = "SelfCurseTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithVulnerability1____"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Vulnerability", statOrderKey = "9847", statOrder = { 9847 }, level = 68, group = "SelfCurseVulnerability", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithConductivity1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Conductivity", statOrderKey = "9840", statOrder = { 9840 }, level = 68, group = "SelfCurseConductivity", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithFlammability1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Flammability", statOrderKey = "9844", statOrder = { 9844 }, level = 68, group = "SelfCurseFlammability", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsideCursedWithFrostbite1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Frostbite", statOrderKey = "9845", statOrder = { 9845 }, level = 68, group = "SelfCurseFrostbite", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["HellscapeDownsidePhysicalDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Physical Damage taken", statOrderKey = "2094", statOrder = { 2094 }, level = 45, group = "PhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "physical" }, }, - ["HellscapeDownsidePhysicalDamageTaken3____"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Physical Damage taken", statOrderKey = "2094", statOrder = { 2094 }, level = 68, group = "PhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "physical" }, }, - ["HellscapeDownsideFireDamageTaken2_"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Fire Damage taken", statOrderKey = "2095", statOrder = { 2095 }, level = 45, group = "FireDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire" }, }, - ["HellscapeDownsideFireDamageTaken3_"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Fire Damage taken", statOrderKey = "2095", statOrder = { 2095 }, level = 68, group = "FireDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire" }, }, - ["HellscapeDownsideColdDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Cold Damage taken", statOrderKey = "3229", statOrder = { 3229 }, level = 45, group = "ColdDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold" }, }, - ["HellscapeDownsideColdDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Cold Damage taken", statOrderKey = "3229", statOrder = { 3229 }, level = 68, group = "ColdDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold" }, }, - ["HellscapeDownsideLightningDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Lightning Damage taken", statOrderKey = "3228", statOrder = { 3228 }, level = 45, group = "LightningDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning" }, }, - ["HellscapeDownsideLightningDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Lightning Damage taken", statOrderKey = "3228", statOrder = { 3228 }, level = 68, group = "LightningDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning" }, }, - ["HellscapeDownsideChaosDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Chaos Damage taken", statOrderKey = "2096", statOrder = { 2096 }, level = 45, group = "ChaosDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos" }, }, - ["HellscapeDownsideChaosDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Chaos Damage taken", statOrderKey = "2096", statOrder = { 2096 }, level = 68, group = "ChaosDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos" }, }, - ["HellscapeDownsideTotemDuration2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Totem Duration", statOrderKey = "1637", statOrder = { 1637 }, level = 45, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["HellscapeDownsideTotemDuration3_"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Totem Duration", statOrderKey = "1637", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["HellscapeDownsideTotemLife2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 45, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideTotemLife3"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideBrandDuration2"] = { type = "ScourgeDownside", affix = "", "Brand Skills have (36-42)% reduced Duration", statOrderKey = "9288", statOrder = { 9288 }, level = 45, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "caster" }, }, - ["HellscapeDownsideBrandDuration3_"] = { type = "ScourgeDownside", affix = "", "Brand Skills have (45-51)% reduced Duration", statOrderKey = "9288", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "caster" }, }, - ["HellscapeDownsideNoLifeRegeneration1__"] = { type = "ScourgeDownside", affix = "", "You have no Life Regeneration", statOrderKey = "2123", statOrder = { 2123 }, level = 45, group = "NoLifeRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideNoManaRegeneration1"] = { type = "ScourgeDownside", affix = "", "You have no Mana Regeneration", statOrderKey = "2124", statOrder = { 2124 }, level = 45, group = "NoManaRegeneration", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideNoEnergyShieldRegeneration1"] = { type = "ScourgeDownside", affix = "", "You cannot Regenerate Energy Shield", statOrderKey = "5036", statOrder = { 5036 }, level = 45, group = "NoEnergyShieldRegen", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeDownsideNoEnergyShieldRecharge1"] = { type = "ScourgeDownside", affix = "", "You cannot Recharge Energy Shield", statOrderKey = "5035", statOrder = { 5035 }, level = 45, group = "NoEnergyShieldRecharge", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeDownsideLifeRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 45, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideLifeRecoveryRate3_"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["HellscapeDownsideManaRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 45, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideManaRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, - ["HellscapeDownsideEnergyShieldRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 45, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeDownsideEnergyShieldRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["HellscapeDownsideExtraDamageTakenFromCriticalStrikes2_"] = { type = "ScourgeDownside", affix = "", "You take (22-30)% increased Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeDownsideExtraDamageTakenFromCriticalStrikes3"] = { type = "ScourgeDownside", affix = "", "You take (32-40)% increased Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "damage", "critical" }, }, - ["HellscapeDownsideDamageIsUnlucky1___"] = { type = "ScourgeDownside", affix = "", "Damage with Hits is Unlucky", statOrderKey = "4727", statOrder = { 4727 }, level = 45, group = "DamageIsUnlucky", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideColdPenetration1h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrderKey = "2828", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdPenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 14% higher than actual value", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 16% higher than actual value", statOrderKey = "2828", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideColdPenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 20% higher than actual value", statOrderKey = "2828", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideFirePenetration1h2_"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 10% higher than actual value", statOrderKey = "2827", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFirePenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 14% higher than actual value", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFirePenetration2h2_"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 16% higher than actual value", statOrderKey = "2827", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideFirePenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 20% higher than actual value", statOrderKey = "2827", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["HellscapeDownsideLightningPenetration1h2__"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 10% higher than actual value", statOrderKey = "2829", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningPenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 14% higher than actual value", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 16% higher than actual value", statOrderKey = "2829", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideLightningPenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 20% higher than actual value", statOrderKey = "2829", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["HellscapeDownsideChaosPenetration1h2___"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 10% higher than actual value", statOrderKey = "9135", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { }, }, - ["HellscapeDownsideChaosPenetration1h3__"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 14% higher than actual value", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { }, }, - ["HellscapeDownsideChaosPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 16% higher than actual value", statOrderKey = "9135", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideChaosPenetration2h3_____"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 20% higher than actual value", statOrderKey = "9135", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotCurse"] = { type = "ScourgeDownside", affix = "", "Cannot inflict Curses", statOrderKey = "9851", statOrder = { 9851 }, level = 45, group = "CannotCurse", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotApplyAilments1___"] = { type = "ScourgeDownside", affix = "", "Cannot inflict Elemental Ailments", statOrderKey = "1721", statOrder = { 1721 }, level = 45, group = "CannotApplyFireAilments", weightKey = { "sceptre", "wand", "staff", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { }, }, - ["HellscapeDownsideAdditionalTraps1"] = { type = "ScourgeDownside", affix = "", "Can have 5 fewer Traps placed at a time", statOrderKey = "2108", statOrder = { 2108 }, level = 45, group = "TrapsAllowed", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["HellscapeDownsideAdditionalMines1_"] = { type = "ScourgeDownside", affix = "", "Can have 5 fewer Remote Mines placed at a time", statOrderKey = "2109", statOrder = { 2109 }, level = 45, group = "AdditionalRemoteMinesAllowed", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["HellscapeDownsideEffectOfNonDamagingAilments2"] = { type = "ScourgeDownside", affix = "", "(30-40)% reduced Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 45, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeDownsideEffectOfNonDamagingAilments3"] = { type = "ScourgeDownside", affix = "", "(50-60)% reduced Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, - ["HellscapeDownsideNearbyEnemiesTakeReducedPhysicalDamage3"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies take 9% reduced Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsideNearbyEnemiesTakeReducedFireDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["HellscapeDownsideNearbyEnemiesTakeReducedColdDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["HellscapeDownsideNearbyEnemiesTakeReducedLightningDamage3"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["HellscapeDownsideNearbyEnemiesTakeReducedChaosDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["HellscapeDownsideCurseEffect2_"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 45, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeDownsideCurseEffect3__"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeDownsideAuraEffectOfNonCurseSkills2"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 45, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, - ["HellscapeDownsideAuraEffectOfNonCurseSkills3"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, - ["HellscapeDownsideAdditionalCurse1__"] = { type = "ScourgeDownside", affix = "", "You can apply one fewer Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 68, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, - ["HellscapeDownsideMaximumEnduranceCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 68, group = "MaximumEnduranceCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge" }, }, - ["HellscapeDownsideMaximumFrenzyCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 68, group = "MaximumFrenzyCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge" }, }, - ["HellscapeDownsideMaximumPowerCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 68, group = "IncreasedMaximumPowerCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge" }, }, - ["HellscapeDownsideDealNoPhysicalDamage___"] = { type = "ScourgeDownside", affix = "", "Deal no Physical Damage", statOrderKey = "2639", statOrder = { 2639 }, level = 1, group = "DealNoPhysicalDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["HellscapeDownsideDealNoFireDamage"] = { type = "ScourgeDownside", affix = "", "Deal no Fire Damage", statOrderKey = "4719", statOrder = { 4719 }, level = 1, group = "DealNoFireDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { }, }, - ["HellscapeDownsideDealNoColdDamage_"] = { type = "ScourgeDownside", affix = "", "Deal no Cold Damage", statOrderKey = "2641", statOrder = { 2641 }, level = 1, group = "DealNoColdDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HellscapeDownsideDealNoLightningDamage"] = { type = "ScourgeDownside", affix = "", "Deal no Lightning Damage", statOrderKey = "4720", statOrder = { 4720 }, level = 1, group = "DealNoLightningDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { }, }, - ["HellscapeDownsideDealNoChaosDamage_"] = { type = "ScourgeDownside", affix = "", "Deal no Chaos Damage", statOrderKey = "4718", statOrder = { 4718 }, level = 1, group = "DealNoChaosDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["HellscapeDownsideCannotGainCharges"] = { type = "ScourgeDownside", affix = "", "Cannot gain Charges", statOrderKey = "5025", statOrder = { 5025 }, level = 68, group = "CannotGainCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["HellscapeDownsideCriticalStrikesDealNoExtraDamage"] = { type = "ScourgeDownside", affix = "", "Your Critical Strikes do not deal extra Damage", statOrderKey = "2525", statOrder = { 2525 }, level = 45, group = "CriticalStrikesDealNoExtraDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideDamageTakenOnFullLife2"] = { type = "ScourgeDownside", affix = "", "12% increased Damage taken while on Full Life", statOrderKey = "5687", statOrder = { 5687 }, level = 45, group = "DamageTakenOnFullLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideDamageTakenOnFullLife3_"] = { type = "ScourgeDownside", affix = "", "20% increased Damage taken while on Full Life", statOrderKey = "5687", statOrder = { 5687 }, level = 68, group = "DamageTakenOnFullLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideFishingLineStrength"] = { type = "ScourgeDownside", affix = "", "(30-40)% reduced Fishing Line Strength", statOrderKey = "2691", statOrder = { 2691 }, level = 1, group = "FishingLineStrength", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideFishingPoolConsumption"] = { type = "ScourgeDownside", affix = "", "(50-100)% increased Fishing Pool Consumption", statOrderKey = "2692", statOrder = { 2692 }, level = 45, group = "FishingPoolConsumption", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["HellscapeDownsideFishRotWhenCaught"] = { type = "ScourgeDownside", affix = "", "Fish Rot upon being Caught", statOrderKey = "6128", statOrder = { 6128 }, level = 1, group = "FishRotWhenCaught", weightKey = { "fishing_rod", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideFishingReelStability"] = { type = "ScourgeDownside", affix = "", "(30-60)% reduced Reeling Stability", statOrderKey = "6141", statOrder = { 6141 }, level = 1, group = "FishingReelStability", weightKey = { "fishing_rod", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["HellscapeDownsideCannotFishFromWater_______"] = { type = "ScourgeDownside", affix = "", "Cannot Fish while standing in Water", statOrderKey = "5024", statOrder = { 5024 }, level = 68, group = "CannotFishFromWater", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["IncreasedAttackSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, - ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-21)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit2"] = { type = "Exarch", affix = "", "(22-24)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit3"] = { type = "Exarch", affix = "", "(25-27)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit4"] = { type = "Exarch", affix = "", "(28-30)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit5"] = { type = "Exarch", affix = "", "(31-33)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicit6"] = { type = "Exarch", affix = "", "(34-36)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, - ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Critical Strike Chance for Attacks", statOrderKey = "4567", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, - ["AddedPhysicalDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (3-5) to (7-9) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (4-5) to (8-9) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (4-6) to (9-10) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (5-6) to (10-11) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (6-7) to (12-14) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (5-6) to (10-11) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (5-7) to (11-12) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-7) to (12-14) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-9) to (13-15) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-9) to (14-17) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-10) to (16-18) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (6-9) to (13-15) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (7-9) to (14-17) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (8-10) to (16-18) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (9-12) to (18-21) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-14) to (21-24) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedPhysicalDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-15) to (24-28) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AddedFireDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (6-8) to (13-15) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (7-9) to (14-16) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (8-10) to (15-18) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-20) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (9-12) to (19-22) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (10-13) to (21-24) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-11) to (17-20) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-12) to (19-22) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (21-24) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-26) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-29) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (11-15) to (23-26) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-16) to (25-29) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-20) to (32-37) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-42) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedFireDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (21-27) to (42-49) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AddedColdDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (6-7) to (11-13) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (6-8) to (12-15) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (7-9) to (13-16) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (7-10) to (15-18) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-19) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (9-12) to (18-22) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-10) to (15-18) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-11) to (17-19) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-12) to (18-22) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (20-24) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (22-26) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (12-16) to (24-29) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-13) to (20-24) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (11-15) to (22-26) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-16) to (24-29) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (14-18) to (28-33) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-21) to (32-38) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedColdDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-44) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AddedLightningDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (1-2) to (22-24) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (1-3) to (24-26) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (1-3) to (27-28) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (2-4) to (32-35) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (2-4) to (36-38) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (32-35) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (36-38) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (39-42) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (43-47) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (48-51) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-4) to (39-42) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-4) to (43-47) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-5) to (48-51) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-6) to (55-59) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-6) to (63-68) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedLightningDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AddedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (5-6) to (10-11) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (5-7) to (11-12) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (6-7) to (12-14) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (6-9) to (13-15) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (7-9) to (14-17) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (8-10) to (16-18) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-9) to (13-15) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-9) to (14-17) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-10) to (16-18) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-11) to (17-20) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (19-22) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-14) to (21-24) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (9-11) to (17-20) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-13) to (19-22) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-14) to (21-24) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-15) to (24-28) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AddedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-20) to (32-37) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["HeraldBonusAshEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Ash has (15-17)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Ash has (18-20)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Ash has (21-23)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Ash has (24-26)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Ash has (27-28)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Ash has (29-30)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (24-26)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (27-29)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (30-32)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (33-35)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (36-37)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (38-39)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (33-35)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (36-38)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (39-41)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (42-44)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (45-46)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (47-48)% increased Buff Effect", statOrderKey = "6594", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Ice has (15-17)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Ice has (18-20)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Ice has (21-23)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Ice has (24-26)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Ice has (27-28)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Ice has (29-30)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (24-26)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (27-29)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (30-32)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (33-35)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (36-37)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (38-39)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (33-35)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (36-38)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (39-41)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (42-44)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (45-46)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (47-48)% increased Buff Effect", statOrderKey = "6598", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Thunder has (15-17)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Thunder has (18-20)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Thunder has (21-23)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Thunder has (24-26)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Thunder has (27-28)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Thunder has (29-30)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (24-26)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (27-29)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (30-32)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (33-35)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (36-37)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (38-39)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (33-35)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (36-38)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (39-41)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (42-44)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (45-46)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (47-48)% increased Buff Effect", statOrderKey = "6608", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Purity has (15-17)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Purity has (18-20)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Purity has (21-23)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Purity has (24-26)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Purity has (27-28)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Purity has (29-30)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (24-26)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (27-29)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (30-32)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (33-35)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (36-37)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (38-39)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (33-35)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (36-38)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (39-41)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (42-44)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (45-46)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (47-48)% increased Buff Effect", statOrderKey = "6602", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Agony has (15-17)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Agony has (18-20)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Agony has (21-23)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Agony has (24-26)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Agony has (27-28)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Agony has (29-30)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (24-26)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (27-29)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (30-32)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (33-35)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (36-37)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (38-39)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (33-35)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (36-38)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (39-41)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (42-44)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (45-46)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (47-48)% increased Buff Effect", statOrderKey = "6590", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IgniteProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.2 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.3 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.4 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 2 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.1 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.2 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["IgniteProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.3 metres", statOrderKey = "2071", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FreezeProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.2 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.3 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.4 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FreezeProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 2 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.1 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.2 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["FreezeProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.3 metres", statOrderKey = "2074", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ShockProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.2 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.3 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.4 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.5 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.6 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.7 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 2 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 1.8 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 1.9 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.1 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.2 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ShockProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.3 metres", statOrderKey = "2075", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["StunThresholdReductionEldritchImplicit1"] = { type = "Exarch", affix = "", "(6-7)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicit2"] = { type = "Exarch", affix = "", "(8-9)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicit3"] = { type = "Exarch", affix = "", "(10-11)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicit4"] = { type = "Exarch", affix = "", "(12-13)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicit5"] = { type = "Exarch", affix = "", "(14-15)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicit6"] = { type = "Exarch", affix = "", "(16-17)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (12-13)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["StunThresholdReductionEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% reduced Enemy Stun Threshold", statOrderKey = "1378", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["MinionDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions deal (14-16)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions deal (17-19)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions deal (20-22)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions deal (23-25)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions deal (26-27)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions deal (28-29)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (26-28)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (29-31)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (32-34)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (35-37)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (38-39)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (40-41)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (38-40)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (41-43)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (44-46)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (47-49)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (50-51)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, - ["MinionDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (52-53)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, - ["TrapThrowSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["TrapThrowSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["MineLayingSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["ExtinguishOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["ExtinguishOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 100% chance to Extinguish Enemies on Hit", statOrderKey = "6064", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["DamagePerFrenzyChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit1"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit2"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit3"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit4"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit5"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicit6"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 4 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, - ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 4 additional nearby Enemies", statOrderKey = "8519", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnHitImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrderKey = "6391", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 4 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, - ["RageOnAttackHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 4 Rage on Attack Hit", statOrderKey = "6353", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, - ["ChanceToIntimidateOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidate Enemies for 4 seconds on Hit", statOrderKey = "5303", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Unnerve Enemies for 4 seconds on Hit", statOrderKey = "5313", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit1"] = { type = "Eater", affix = "", "+5% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit2"] = { type = "Eater", affix = "", "+6% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit3"] = { type = "Eater", affix = "", "+7% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit4"] = { type = "Eater", affix = "", "+8% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit5"] = { type = "Eater", affix = "", "+9% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicit6"] = { type = "Eater", affix = "", "+10% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +7% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +8% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +9% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +10% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +11% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +12% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +10% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +11% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +12% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +13% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +14% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, - ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +15% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Evasion Rating from Equipped Helmet and Boots", statOrderKey = "6022", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["FireExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -11% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -12% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -13% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -14% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -15% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -16% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -14% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -15% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -16% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -17% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -18% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -19% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -17% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -18% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -19% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -20% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -21% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, - ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -22% to Fire Resistance", statOrderKey = "6109", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, - ["ColdExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -11% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -12% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -13% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -14% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -15% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -16% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -14% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -15% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -16% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -17% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -18% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -19% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -17% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -18% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -19% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -20% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -21% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, - ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -22% to Cold Resistance", statOrderKey = "5407", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, - ["LightningExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -11% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -12% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -13% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -14% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -15% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -16% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -14% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -15% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -16% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -17% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -18% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -19% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -17% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -18% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -19% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -20% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -21% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, - ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -22% to Lightning Resistance", statOrderKey = "6912", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, - ["ArmourPenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Hits have (30-34)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Hits have (35-38)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Hits have (39-42)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Hits have (43-45)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Hits have (46-48)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Hits have (49-50)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (43-45)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (46-48)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (49-52)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (53-56)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (57-60)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (61-63)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (53-56)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (57-60)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (61-63)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (64-68)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (69-73)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, - ["ArmourPenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (74-78)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, - ["WitherExpireSpeedEldritchImplicit1"] = { type = "Eater", affix = "", "Withered you Inflict expires (10-12)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicit2"] = { type = "Eater", affix = "", "Withered you Inflict expires (13-15)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicit3"] = { type = "Eater", affix = "", "Withered you Inflict expires (16-18)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicit4"] = { type = "Eater", affix = "", "Withered you Inflict expires (19-20)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicit5"] = { type = "Eater", affix = "", "Withered you Inflict expires (21-22)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicit6"] = { type = "Eater", affix = "", "Withered you Inflict expires (23-24)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (19-21)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (22-24)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (25-27)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (28-29)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (30-31)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (32-33)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (28-30)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (31-33)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (34-36)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (37-39)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (40-42)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, - ["WitherExpireSpeedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (43-45)% slower", statOrderKey = "9822", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, - ["ConvertPhysicalToFireEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ConvertPhysicalToColdEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["ConvertPhysicalToLightningEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["ConvertPhysicalToChaosEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Chaos Damage", statOrderKey = "1819", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["FireDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["FireDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Fire Damage Leeched as Life", statOrderKey = "1531", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Cold Damage Leeched as Life", statOrderKey = "1536", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Lightning Damage Leeched as Life", statOrderKey = "1540", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Physical Damage Leeched as Life", statOrderKey = "1527", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Chaos Damage Leeched as Life", statOrderKey = "1543", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100STREldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100STREldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Strength", statOrderKey = "5627", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100DEXEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Dexterity", statOrderKey = "5625", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["DamagePer100INTEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["DamagePer100INTEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Intelligence", statOrderKey = "5626", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, - ["BlindEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BlindEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Blind Effect", statOrderKey = "4921", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ExertedAttackDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Exerted Attacks deal (20-22)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Exerted Attacks deal (23-25)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Exerted Attacks deal (26-28)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Exerted Attacks deal (29-31)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Exerted Attacks deal (32-33)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Exerted Attacks deal (34-35)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (26-28)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (29-31)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (32-34)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (35-37)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (38-39)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (40-41)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (32-34)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (35-37)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (38-40)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (41-43)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (44-45)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, - ["ExertedAttackDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (46-47)% increased Damage", statOrderKey = "5908", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks have 15% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks have 20% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks have 25% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks have 30% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks have 35% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks have 40% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 45% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 50% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 55% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 60% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 65% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 70% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 75% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 80% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 85% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 90% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 95% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, - ["GlobalMaimOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks always Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit1"] = { type = "Eater", affix = "", "15% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit2"] = { type = "Eater", affix = "", "20% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit3"] = { type = "Eater", affix = "", "25% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit4"] = { type = "Eater", affix = "", "30% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit5"] = { type = "Eater", affix = "", "35% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicit6"] = { type = "Eater", affix = "", "40% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, - ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, - ["IncreasedAccuracyPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(9-10)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(11-12)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(13-14)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(15-16)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(17-18)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(19-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (13-14)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (15-16)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (17-18)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["MarkEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, - ["MarkEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit1"] = { type = "Eater", affix = "", "+(43-45) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit2"] = { type = "Eater", affix = "", "+(46-48) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit3"] = { type = "Eater", affix = "", "+(49-51) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit4"] = { type = "Eater", affix = "", "+(52-54) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit5"] = { type = "Eater", affix = "", "+(55-57) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicit6"] = { type = "Eater", affix = "", "+(58-60) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(49-51) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(52-54) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(55-57) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(58-60) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(61-63) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(64-66) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(55-57) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(58-60) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(61-63) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(64-66) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(67-69) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(70-72) to Accuracy Rating per Frenzy Charge", statOrderKey = "4287", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, - ["AdditionalPierceEldritchImplicit1"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicit2"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicit3"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicit4"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicit5"] = { type = "Eater", affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicit6"] = { type = "Eater", affix = "", "Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 4 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AdditionalPierceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 4 additional Targets", statOrderKey = "1649", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["PoisonOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["PoisonOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToBleedEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks have 5% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks have 10% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks have 15% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks have 20% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks have 25% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks have 30% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 15% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 20% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 25% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 30% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 35% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 40% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 25% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 30% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 35% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 40% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 45% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToBleedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 50% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrderKey = "4364", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AttackImpaleChanceEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, - ["AttackImpaleChanceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, - ["IncreasedCastSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, - ["IncreasedCastSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit1"] = { type = "Exarch", affix = "", "(28-30)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit2"] = { type = "Exarch", affix = "", "(31-33)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit3"] = { type = "Exarch", affix = "", "(34-36)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit4"] = { type = "Exarch", affix = "", "(37-39)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit5"] = { type = "Exarch", affix = "", "(40-42)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicit6"] = { type = "Exarch", affix = "", "(43-45)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, - ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, - ["SpellAddedFireDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (10-13) to (20-23) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-25) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (11-15) to (24-27) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (13-16) to (26-30) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (14-18) to (29-33) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (15-20) to (32-36) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (26-30) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (29-33) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (32-36) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (17-22) to (34-40) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (19-24) to (38-43) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (17-22) to (34-40) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (19-24) to (38-43) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (23-31) to (47-55) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (27-35) to (54-63) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedFireDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (31-40) to (63-72) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (9-11) to (17-20) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (10-12) to (19-22) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-24) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (11-15) to (23-27) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (13-16) to (25-30) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (14-18) to (28-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-27) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-30) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (28-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (30-36) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (17-21) to (34-39) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (18-24) to (37-43) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-20) to (30-36) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (17-21) to (34-39) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-43) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (21-27) to (42-50) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (24-32) to (48-57) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedColdDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (28-36) to (56-65) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (2-4) to (34-36) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (2-4) to (37-40) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (2-4) to (41-44) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (2-5) to (45-48) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (2-5) to (50-53) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (2-6) to (54-59) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (45-48) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (50-53) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-6) to (54-59) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-6) to (60-64) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-7) to (66-70) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-6) to (60-64) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-7) to (66-70) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (4-8) to (83-90) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (4-10) to (96-103) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (5-11) to (110-119) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (8-10) to (15-18) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-20) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (9-12) to (19-22) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (10-13) to (21-24) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (11-15) to (23-26) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (13-16) to (25-29) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (21-24) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-26) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-29) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-18) to (28-32) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-19) to (31-35) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (16-22) to (33-39) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-19) to (31-35) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-22) to (33-39) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (19-25) to (39-44) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (22-28) to (45-51) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (25-33) to (51-59) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (7-10) to (15-17) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (8-10) to (16-19) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (9-11) to (18-20) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (10-13) to (20-23) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-25) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (11-15) to (24-27) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (20-23) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-14) to (21-25) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (24-27) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (26-30) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (29-33) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (32-36) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-16) to (26-30) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (14-18) to (29-33) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-20) to (32-36) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-23) to (36-41) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (20-27) to (41-48) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (23-31) to (47-55) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Fire Damage taken Recouped as Life", statOrderKey = "6102", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Cold Damage taken Recouped as Life", statOrderKey = "5402", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Lightning Damage taken Recouped as Life", statOrderKey = "6905", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, - ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Physical Damage taken Recouped as Life", statOrderKey = "8941", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, - ["CurseEffectFlammabilityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Flammability Curse Effect", statOrderKey = "3845", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Frostbite Curse Effect", statOrderKey = "3846", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectConductivityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Conductivity Curse Effect", statOrderKey = "3842", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Vulnerability Curse Effect", statOrderKey = "3848", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Elemental Weakness Curse Effect", statOrderKey = "3843", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectDespairEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Despair Curse Effect", statOrderKey = "5732", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Temporal Chains Curse Effect", statOrderKey = "3840", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Enfeeble Curse Effect", statOrderKey = "3844", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["CurseEffectPunishmentEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Punishment Curse Effect", statOrderKey = "3847", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, - ["ReducedAttackManaCostEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-20)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicit2"] = { type = "Exarch", affix = "", "(21-22)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicit3"] = { type = "Exarch", affix = "", "(23-24)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicit4"] = { type = "Exarch", affix = "", "(25-26)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-32)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["ReducedAttackManaCostEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% reduced Mana Cost of Attacks", statOrderKey = "4589", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["MinionLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions have (14-16)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions have (17-19)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions have (20-22)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions have (23-25)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions have (26-27)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions have (28-29)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (20-22)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (23-25)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (26-28)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (29-31)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (32-33)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (34-35)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (26-28)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (29-31)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (32-34)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (35-37)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (38-39)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (40-41)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, - ["MinionRunSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions have (11-12)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions have (13-14)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions have (15-16)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions have (17-18)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions have (19-20)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions have (21-22)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (13-15)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (16-18)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (19-21)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (22-24)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (25-26)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (27-28)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (19-21)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (22-24)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (25-27)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (28-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (31-32)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, - ["MinionRunSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (33-34)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, - ["AreaOfEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["EnergyShieldRegenerationEldritchImplicit1"] = { type = "Eater", affix = "", "21% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicit2"] = { type = "Eater", affix = "", "22% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicit3"] = { type = "Eater", affix = "", "23% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicit4"] = { type = "Eater", affix = "", "24% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicit5"] = { type = "Eater", affix = "", "25% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicit6"] = { type = "Eater", affix = "", "26% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 24% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 26% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 27% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 28% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 29% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 27% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 28% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 29% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 31% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 32% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrderKey = "5974", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["FireResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["IncreasedAilmentDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(13-14)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(15-16)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(17-18)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(19-20)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(21-22)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(23-24)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Duration of Ailments on Enemies", statOrderKey = "1719", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-22)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-25)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-33)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (34-35)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-28)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-31)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (32-34)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-37)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-39)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (40-41)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Cold Damage", statOrderKey = "2299", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2300", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Chaos Damage", statOrderKey = "2302", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, - ["ManaReservationEfficiencyEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, - ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, - ["ChanceToIgniteEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToIgniteEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToFreezeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToShockEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ChanceToShockEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["ManaRegenerationEldritchImplicit1"] = { type = "Eater", affix = "", "(19-21)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicit2"] = { type = "Eater", affix = "", "(22-24)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicit3"] = { type = "Eater", affix = "", "(25-27)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicit4"] = { type = "Eater", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicit5"] = { type = "Eater", affix = "", "(31-33)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicit6"] = { type = "Eater", affix = "", "(34-36)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRegenerationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["EnemyLifeRegenerationRateEldritchImplicit1"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (65-67)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicit2"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (68-70)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicit3"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (71-73)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicit4"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (74-76)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicit5"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (77-79)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicit6"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (80-82)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (74-76)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (77-79)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (80-82)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (83-85)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (86-88)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (89-91)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (83-85)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (86-88)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (89-91)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (92-94)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (95-97)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (98-100)% reduced Life Regeneration rate", statOrderKey = "5968", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit1"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit2"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit3"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit4"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit5"] = { type = "Eater", affix = "", "6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit6"] = { type = "Eater", affix = "", "6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Mana Regeneration Rate per Power Charge", statOrderKey = "1834", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, - ["AttackDamageEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-34)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (35-37)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (38-39)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-41)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-40)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-43)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (44-46)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (47-49)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (50-51)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, - ["AttackDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-53)% increased Attack Damage", statOrderKey = "1065", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, - ["SpellDamageEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-34)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (35-37)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (38-39)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-41)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-40)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-43)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (44-46)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (47-49)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (50-51)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["SpellDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-53)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ArcaneSurgeEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["MovementVelocityEldritchImplicit1"] = { type = "Exarch", affix = "", "5% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicit2"] = { type = "Exarch", affix = "", "6% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicit3"] = { type = "Exarch", affix = "", "7% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicit4"] = { type = "Exarch", affix = "", "8% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicit5"] = { type = "Exarch", affix = "", "9% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicit6"] = { type = "Exarch", affix = "", "10% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 8% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 9% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, - ["MovementVelocityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Movement Speed", statOrderKey = "1657", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, - ["ActionSpeedImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Action Speed", statOrderKey = "4295", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, - ["ScorchedGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 2 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 3 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 5 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 6 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 7 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 4 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 5 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 6 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 7 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 8 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 9 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 6 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 7 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 8 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 9 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 10 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 11 seconds", statOrderKey = "4960", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 2 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 3 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 4 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 5 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 6 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 7 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 4 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 5 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 6 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 7 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 8 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 9 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 6 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 7 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 8 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 9 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 10 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 11 seconds", statOrderKey = "4958", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 2 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 3 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 4 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 5 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 6 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 7 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 4 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 5 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 6 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 7 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 8 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 9 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 6 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 7 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 8 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 9 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 10 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 11 seconds", statOrderKey = "4959", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, - ["FireResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["FireResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["ColdResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["LightningResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["ChaosResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(6-7)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-9)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(10-11)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(12-13)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(14-15)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(16-17)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(12-13)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-15)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(16-17)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(18-19)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-21)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(22-23)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(18-19)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(20-21)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(22-23)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(24-25)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-27)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, - ["ChaosResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(28-29)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, - ["DamagePerEnduranceChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["SummonTotemCastSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["BrandAttachmentRangeEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["BrandAttachmentRangeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FireGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Flame Golems", statOrderKey = "3928", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IceGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Ice Golems", statOrderKey = "3929", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Lightning Golems", statOrderKey = "3930", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RockGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Stone Golems", statOrderKey = "3927", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Chaos Golems", statOrderKey = "3931", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Carrion Golems", statOrderKey = "4709", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flesh Offering has (6-7)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flesh Offering has (8-9)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flesh Offering has (10-11)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flesh Offering has (12-13)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flesh Offering has (14-15)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flesh Offering has (16-17)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (12-13)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (14-15)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (16-17)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (18-19)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (20-21)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (22-23)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (18-19)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (20-21)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (22-23)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (24-25)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (26-27)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (28-29)% increased Effect", statOrderKey = "1040", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Bone Offering has (6-7)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Bone Offering has (8-9)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Bone Offering has (10-11)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Bone Offering has (12-13)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Bone Offering has (14-15)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Bone Offering has (16-17)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (12-13)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (14-15)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (16-17)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (18-19)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (20-21)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (22-23)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (18-19)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (20-21)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (22-23)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (24-25)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (26-27)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BoneOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (28-29)% increased Effect", statOrderKey = "1039", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Spirit Offering has (6-7)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Spirit Offering has (8-9)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Spirit Offering has (10-11)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Spirit Offering has (12-13)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Spirit Offering has (14-15)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Spirit Offering has (16-17)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (12-13)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (14-15)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (16-17)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (18-19)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (20-21)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (22-23)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (18-19)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (20-21)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (22-23)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (24-25)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (26-27)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SpiritOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (28-29)% increased Effect", statOrderKey = "1041", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AvoidIgniteEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidIgniteEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidFreezeEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidFreezeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidShockEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidShockEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidStunEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-29)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicit6"] = { type = "Exarch", affix = "", "(30-32)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-35)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (36-38)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (39-41)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AvoidStunEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(6-7)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(8-9)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(10-11)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(12-13)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(14-15)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(16-17)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["OnslaughtEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["LifeRegenerationRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, - ["ArmourFromHelmetGlovesEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, - ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Armour from Equipped Helmet and Gloves", statOrderKey = "4488", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, - ["FasterIgniteDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 5% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 6% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 7% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 8% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 9% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 10% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 8% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 9% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 10% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 11% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 12% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 13% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 11% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 12% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 13% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 14% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 15% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterIgniteDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 16% faster", statOrderKey = "2415", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 5% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 6% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 7% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 8% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 9% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 10% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 8% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 9% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 10% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 11% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 12% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 13% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 11% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 12% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 13% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 14% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 15% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterPoisonDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 16% faster", statOrderKey = "6076", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 5% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 6% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 7% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 8% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 9% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 10% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 8% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 9% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 10% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 11% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 12% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 13% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 11% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 12% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 13% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 14% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 15% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["FasterBleedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 16% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["PhysicalAddedAsFireEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Fire Damage", statOrderKey = "1789", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, - ["PhysicalAddedAsColdEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Cold Damage", statOrderKey = "1790", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, - ["PhysicalAddedAsLightningEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Lightning Damage", statOrderKey = "1791", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, - ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit1"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit2"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit3"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit4"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit5"] = { type = "Eater", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit6"] = { type = "Eater", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.5% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, - ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.5% of Life per second per Endurance Charge", statOrderKey = "1436", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, - ["IncreasedStunThresholdEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["IncreasedStunThresholdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Cooldown Recovery Rate of Travel Skills", statOrderKey = "4211", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["WarcrySpeedEldritchImplicit1"] = { type = "Eater", affix = "", "(15-16)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicit2"] = { type = "Eater", affix = "", "(17-18)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicit3"] = { type = "Eater", affix = "", "(19-20)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicit4"] = { type = "Eater", affix = "", "(21-22)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicit5"] = { type = "Eater", affix = "", "(23-24)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicit6"] = { type = "Eater", affix = "", "(25-26)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["WarcrySpeedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Warcry Speed", statOrderKey = "3118", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "Enduring Cry has (15-17)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "Enduring Cry has (18-20)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "Enduring Cry has (21-23)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "Enduring Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "Enduring Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "Enduring Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (42-44)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (45-47)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (48-50)% increased Cooldown Recovery Rate", statOrderKey = "3719", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "Intimidating Cry has (15-17)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "Intimidating Cry has (18-20)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "Intimidating Cry has (21-23)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "Intimidating Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "Intimidating Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "Intimidating Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (42-44)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (45-47)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (48-50)% increased Cooldown Recovery Rate", statOrderKey = "6764", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (20-22)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (23-25)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (26-28)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (29-31)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (32-33)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (34-35)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (26-28)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (29-31)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (32-34)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (35-37)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (38-39)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (40-41)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (32-34)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (35-37)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (38-40)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (41-43)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (44-45)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (46-47)% increased Damage", statOrderKey = "9220", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (20-22)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (23-25)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (26-28)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (29-31)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (32-33)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (34-35)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (26-28)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (29-31)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (32-34)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (35-37)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (38-39)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (40-41)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (32-34)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (35-37)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (38-40)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (41-43)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (44-45)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (46-47)% increased Damage", statOrderKey = "4405", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Rallying Cry Buff Effect", statOrderKey = "3945", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Battlemage's Cry Buff Effect", statOrderKey = "4764", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Infernal Cry has (15-17)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Infernal Cry has (18-20)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Infernal Cry has (21-23)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Infernal Cry has (24-26)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Infernal Cry has (27-29)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Infernal Cry has (30-32)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (24-26)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (27-29)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (30-32)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (33-35)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (36-38)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (39-41)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (33-35)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (36-38)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (39-41)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (42-44)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (45-47)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (48-50)% increased Area of Effect", statOrderKey = "6736", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "General's Cry has (15-17)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "General's Cry has (18-20)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "General's Cry has (21-23)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "General's Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "General's Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "General's Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (24-26)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (27-29)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (30-32)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (33-35)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (36-38)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (39-41)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (42-44)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (45-47)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (48-50)% increased Cooldown Recovery Rate", statOrderKey = "6367", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, - ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% chance to Avoid Elemental Ailments", statOrderKey = "1702", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["GlobalCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "5% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "6% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "7% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "8% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "9% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "10% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ElusiveEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(20-21)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(22-23)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(24-25)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(26-27)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(28-29)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(30-31)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(30-31)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(32-33)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(34-35)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(36-37)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-33)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(34-35)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(36-37)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(38-39)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(40-41)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(42-43)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(20-21)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(22-23)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(24-25)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(26-27)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(28-29)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(30-31)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(30-31)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(32-33)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(34-35)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(36-37)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-33)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(34-35)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(36-37)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(38-39)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(40-41)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(42-43)% to Critical Strike Multiplier for Attack Damage", statOrderKey = "1352", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["FireDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["FireDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ColdDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["LightningDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["IncreasedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["IncreasedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["PhysicalDamagePercentEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PhysicalDamagePercentEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["ArcticArmourBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-29)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(30-32)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Arctic Armour Buff Effect", statOrderKey = "3854", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flesh and Stone has (15-17)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flesh and Stone has (18-20)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flesh and Stone has (21-23)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flesh and Stone has (24-26)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flesh and Stone has (27-29)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flesh and Stone has (30-32)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (24-26)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (27-29)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (30-32)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (33-35)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (36-38)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (39-41)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (33-35)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (36-38)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (39-41)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (42-44)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (45-47)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (48-50)% increased Area of Effect", statOrderKey = "6178", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Tempest Shield has (15-17)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Tempest Shield has (18-20)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Tempest Shield has (21-23)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Tempest Shield has (24-26)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Tempest Shield has (27-29)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Tempest Shield has (30-32)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (24-26)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (27-29)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (30-32)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (33-35)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (36-38)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (39-41)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (33-35)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (36-38)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (39-41)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (42-44)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (45-47)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (48-50)% increased Buff Effect", statOrderKey = "9591", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "5% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "6% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "7% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "8% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "9% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "10% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 8% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 9% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-21)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit2"] = { type = "Exarch", affix = "", "(22-24)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit3"] = { type = "Exarch", affix = "", "(25-27)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit4"] = { type = "Exarch", affix = "", "(28-30)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit5"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicit6"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(9-10)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(11-12)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(13-14)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(15-16)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(17-18)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(19-20)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, - ["AuraEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["AuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, - ["CurseEffectivenessEldritchImplicit1"] = { type = "Exarch", affix = "", "7% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicit2"] = { type = "Exarch", affix = "", "8% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicit3"] = { type = "Exarch", affix = "", "9% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicit4"] = { type = "Exarch", affix = "", "10% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicit5"] = { type = "Exarch", affix = "", "11% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicit6"] = { type = "Exarch", affix = "", "12% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, - ["CurseEffectivenessEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, - ["OfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(13-14)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(15-16)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(17-18)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(19-20)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(21-22)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(23-24)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["OfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased effect of Offerings", statOrderKey = "3894", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-20)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(21-22)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(23-24)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(25-26)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["WarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FlaskEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flasks applied to you have (6-7)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flasks applied to you have (8-9)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flasks applied to you have (10-11)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flasks applied to you have (12-13)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flasks applied to you have (14-15)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flasks applied to you have (16-17)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (12-13)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (14-15)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (16-17)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (18-19)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (20-21)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (22-23)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (18-19)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (20-21)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (22-23)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (24-25)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (26-27)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, - ["FlaskEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (28-29)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(8-9)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(10-11)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(12-13)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(14-15)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(16-17)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(18-19)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-25)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-31)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["FlaskGainPerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 4 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FlaskGainPerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 4 Charges every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["MaximumResistancesEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, - ["MaximumResistancesEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to all maximum Resistances", statOrderKey = "1501", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Chaos Resistance", statOrderKey = "1499", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["EnduranceChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 15 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 14 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 13 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 12 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 11 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 10 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 11 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 10 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 9 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 8 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 7 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 6 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 7 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 6 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 5 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 4 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 3 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 2 seconds", statOrderKey = "4947", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 15 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 14 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 13 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 12 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 11 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 10 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 11 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 10 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 9 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 8 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 7 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 6 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 7 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 6 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 5 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 4 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 3 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 2 seconds", statOrderKey = "4948", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain a Power Charge every 15 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain a Power Charge every 14 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain a Power Charge every 13 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain a Power Charge every 12 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain a Power Charge every 11 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain a Power Charge every 10 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 11 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 10 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 9 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 8 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 7 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 6 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 7 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 6 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 5 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 4 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 3 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["PowerChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 2 seconds", statOrderKey = "4949", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicit1"] = { type = "Eater", affix = "", "5% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicit2"] = { type = "Eater", affix = "", "6% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicit3"] = { type = "Eater", affix = "", "7% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicit4"] = { type = "Eater", affix = "", "8% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicit5"] = { type = "Eater", affix = "", "9% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicit6"] = { type = "Eater", affix = "", "10% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["BlockPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["BlockPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicit1"] = { type = "Eater", affix = "", "5% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicit2"] = { type = "Eater", affix = "", "6% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicit3"] = { type = "Eater", affix = "", "7% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicit4"] = { type = "Eater", affix = "", "8% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicit5"] = { type = "Eater", affix = "", "9% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicit6"] = { type = "Eater", affix = "", "10% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["SpellBlockPercentageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(17-18)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(19-20)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(21-22)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(23-24)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(25-26)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(27-28)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(17-18)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(19-20)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(21-22)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(23-24)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(25-26)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(27-28)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["PlayerReflectedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "45% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "50% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "55% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "60% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "65% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "70% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 60% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 65% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 70% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 75% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 80% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 85% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["PlayerReflectedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 100% reduced Reflected Damage taken", statOrderKey = "4099", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Minions take 45% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Minions take 50% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Minions take 55% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Minions take 60% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Minions take 65% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Minions take 70% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 60% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 65% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 70% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 75% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 80% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 85% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 75% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 80% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 85% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 90% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 95% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["MinionReflectedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 100% reduced Reflected Damage", statOrderKey = "8679", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Anger has (19-21)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Anger has (22-24)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Anger has (25-27)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Anger has (28-30)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Anger has (31-33)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Anger has (34-36)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (31-33)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (34-36)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (37-39)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (40-42)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (43-45)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (46-48)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (43-45)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (46-48)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (49-51)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (52-54)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (55-57)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["AngerAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (58-60)% increased Aura Effect", statOrderKey = "3196", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Hatred has (19-21)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Hatred has (22-24)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Hatred has (25-27)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Hatred has (28-30)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Hatred has (31-33)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Hatred has (34-36)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (31-33)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (34-36)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (37-39)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (40-42)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (43-45)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (46-48)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (43-45)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (46-48)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (49-51)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (52-54)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (55-57)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HatredAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (58-60)% increased Aura Effect", statOrderKey = "3206", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Wrath has (19-21)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Wrath has (22-24)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Wrath has (25-27)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Wrath has (28-30)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Wrath has (31-33)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Wrath has (34-36)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (31-33)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (34-36)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (37-39)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (40-42)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (43-45)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (46-48)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (43-45)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (46-48)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (49-51)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (52-54)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (55-57)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["WrathAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (58-60)% increased Aura Effect", statOrderKey = "3201", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Malevolence has (19-21)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Malevolence has (22-24)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Malevolence has (25-27)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Malevolence has (28-30)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Malevolence has (31-33)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Malevolence has (34-36)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (31-33)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (34-36)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (37-39)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (40-42)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (43-45)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (46-48)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (43-45)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (46-48)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (49-51)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (52-54)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (55-57)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (58-60)% increased Aura Effect", statOrderKey = "5725", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Zealotry has (19-21)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Zealotry has (22-24)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Zealotry has (25-27)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Zealotry has (28-30)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Zealotry has (31-33)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Zealotry has (34-36)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (31-33)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (34-36)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (37-39)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (40-42)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (43-45)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (46-48)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (43-45)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (46-48)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (49-51)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (52-54)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (55-57)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["ZealotryAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (58-60)% increased Aura Effect", statOrderKey = "9899", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Pride has (19-21)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Pride has (22-24)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Pride has (25-27)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Pride has (28-30)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Pride has (31-33)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Pride has (34-36)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (31-33)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (34-36)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (37-39)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (40-42)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (43-45)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (46-48)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (43-45)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (46-48)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (49-51)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (52-54)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (55-57)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PrideAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (58-60)% increased Aura Effect", statOrderKey = "8988", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Determination has (19-21)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Determination has (22-24)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Determination has (25-27)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Determination has (28-30)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Determination has (31-33)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Determination has (34-36)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (31-33)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (34-36)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (37-39)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (40-42)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (43-45)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (46-48)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (43-45)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (46-48)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (49-51)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (52-54)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (55-57)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DeterminationAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (58-60)% increased Aura Effect", statOrderKey = "3207", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Grace has (19-21)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Grace has (22-24)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Grace has (25-27)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Grace has (28-30)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Grace has (31-33)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Grace has (34-36)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (31-33)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (34-36)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (37-39)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (40-42)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (43-45)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (46-48)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (43-45)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (46-48)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (49-51)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (52-54)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (55-57)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["GraceAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (58-60)% increased Aura Effect", statOrderKey = "3203", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Discipline has (19-21)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Discipline has (22-24)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Discipline has (25-27)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Discipline has (28-30)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Discipline has (31-33)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Discipline has (34-36)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (31-33)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (34-36)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (37-39)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (40-42)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (43-45)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (46-48)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (43-45)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (46-48)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (49-51)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (52-54)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (55-57)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["DisciplineAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (58-60)% increased Aura Effect", statOrderKey = "3208", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Haste has (19-21)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Haste has (22-24)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Haste has (25-27)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Haste has (28-30)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Haste has (31-33)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Haste has (34-36)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (31-33)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (34-36)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (37-39)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (40-42)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (43-45)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (46-48)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (43-45)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (46-48)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (49-51)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (52-54)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (55-57)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["HasteAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (58-60)% increased Aura Effect", statOrderKey = "3204", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Elements has (19-21)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Elements has (22-24)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Elements has (25-27)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Elements has (28-30)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Elements has (31-33)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Elements has (34-36)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (31-33)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (34-36)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (37-39)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (40-42)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (43-45)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (46-48)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (43-45)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (46-48)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (49-51)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (52-54)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (55-57)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfElementsEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (58-60)% increased Aura Effect", statOrderKey = "3197", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Fire has (19-21)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Fire has (22-24)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Fire has (25-27)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Fire has (28-30)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Fire has (31-33)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Fire has (34-36)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (31-33)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (34-36)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (37-39)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (40-42)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (43-45)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (46-48)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (43-45)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (46-48)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (49-51)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (52-54)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (55-57)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfFireEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (58-60)% increased Aura Effect", statOrderKey = "3198", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Ice has (19-21)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Ice has (22-24)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Ice has (25-27)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Ice has (28-30)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Ice has (31-33)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Ice has (34-36)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (31-33)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (34-36)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (37-39)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (40-42)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (43-45)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (46-48)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (43-45)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (46-48)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (49-51)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (52-54)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (55-57)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfIceEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (58-60)% increased Aura Effect", statOrderKey = "3199", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Lightning has (19-21)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Lightning has (22-24)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Lightning has (25-27)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Lightning has (28-30)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Lightning has (31-33)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Lightning has (34-36)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (31-33)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (34-36)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (37-39)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (40-42)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (43-45)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (46-48)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (43-45)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (46-48)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (49-51)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (52-54)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (55-57)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["PurityOfLightningEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (58-60)% increased Aura Effect", statOrderKey = "3200", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, - ["FortifyOnMeleeHitEldritchImplicit1"] = { type = "Eater", affix = "", "Melee Hits have (6-7)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicit2"] = { type = "Eater", affix = "", "Melee Hits have (8-9)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicit3"] = { type = "Eater", affix = "", "Melee Hits have (10-11)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicit4"] = { type = "Eater", affix = "", "Melee Hits have (12-13)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicit5"] = { type = "Eater", affix = "", "Melee Hits have (14-15)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicit6"] = { type = "Eater", affix = "", "Melee Hits have (16-17)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (12-13)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (14-15)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (16-17)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (18-19)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (20-21)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (22-23)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (18-19)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (20-21)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (22-23)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (24-25)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (26-27)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, - ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (28-29)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, - ["AllResistancesEldritchImplicit1"] = { type = "Eater", affix = "", "+(5-6)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicit2"] = { type = "Eater", affix = "", "+(7-8)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicit3"] = { type = "Eater", affix = "", "+(9-10)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicit4"] = { type = "Eater", affix = "", "+(11-12)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicit5"] = { type = "Eater", affix = "", "+(13-14)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicit6"] = { type = "Eater", affix = "", "+(15-16)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(11-12)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(13-14)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(15-16)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(17-18)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(17-18)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(19-20)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(21-22)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-24)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, - ["AllResistancesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, - ["LifeRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["LifeRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Life Recovery rate", statOrderKey = "1438", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, - ["ManaRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, - ["ManaRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Energy Shield Recovery rate", statOrderKey = "1428", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DamageTakenPerStrengthEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Strength", statOrderKey = "4946", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Dexterity", statOrderKey = "4944", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Intelligence", statOrderKey = "4945", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(7-8)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(9-10)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(11-12)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(13-14)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(15-16)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(17-18)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence1"] = { type = "Eater", affix = "", "(13-14)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence2"] = { type = "Eater", affix = "", "(15-16)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence3"] = { type = "Eater", affix = "", "(17-18)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence4"] = { type = "Eater", affix = "", "(19-20)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence5"] = { type = "Eater", affix = "", "(21-22)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["SkillEffectDurationUniquePresence6"] = { type = "Eater", affix = "", "(23-24)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence1"] = { type = "Eater", affix = "", "(19-20)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence2"] = { type = "Eater", affix = "", "(21-22)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence3"] = { type = "Eater", affix = "", "(23-24)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence4"] = { type = "Eater", affix = "", "(25-26)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence5"] = { type = "Eater", affix = "", "(27-28)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["SkillEffectDurationPinnaclePresence6"] = { type = "Eater", affix = "", "(29-30)% increased Skill Effect Duration", statOrderKey = "1754", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, - ["RecombinatorSpecialMaximumEnduranceCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 68, group = "MaximumEnduranceCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge" }, }, - ["RecombinatorSpecialMaximumFrenzyCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 68, group = "MaximumFrenzyCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "frenzy_charge" }, }, - ["RecombinatorSpecialMaximumPowerCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 68, group = "IncreasedMaximumPowerCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge" }, }, - ["RecombinatorSpecialKeystoneMinionInstability"] = { type = "Suffix", affix = "of the Sentinel", "Minion Instability", statOrderKey = "9949", statOrder = { 9949 }, level = 68, group = "MinionInstability", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["RecombinatorSpecialKeystoneResoluteTechnique"] = { type = "Suffix", affix = "of the Sentinel", "Resolute Technique", statOrderKey = "9975", statOrder = { 9975 }, level = 68, group = "ResoluteTechnique", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "critical" }, }, - ["RecombinatorSpecialKeystoneBloodMagic"] = { type = "Suffix", affix = "of the Sentinel", "Blood Magic", statOrderKey = "9925", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, - ["RecombinatorSpecialKeystonePainAttunement"] = { type = "Suffix", affix = "of the Sentinel", "Pain Attunement", statOrderKey = "9951", statOrder = { 9951 }, level = 68, group = "PainAttunement", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["RecombinatorSpecialKeystoneElementalEquilibrium"] = { type = "Suffix", affix = "of the Sentinel", "Elemental Equilibrium", statOrderKey = "9934", statOrder = { 9934 }, level = 68, group = "ElementalEquilibrium", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["RecombinatorSpecialKeystoneIronGrip"] = { type = "Suffix", affix = "of the Sentinel", "Iron Grip", statOrderKey = "9965", statOrder = { 9965 }, level = 68, group = "IronGrip", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["RecombinatorSpecialKeystonePointBlank"] = { type = "Suffix", affix = "of the Sentinel", "Point Blank", statOrderKey = "9952", statOrder = { 9952 }, level = 68, group = "PointBlank", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, - ["RecombinatorSpecialKeystoneAcrobatics"] = { type = "Suffix", affix = "of the Sentinel", "Acrobatics", statOrderKey = "9920", statOrder = { 9920 }, level = 68, group = "Acrobatics", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialKeystoneGhostReaver"] = { type = "Suffix", affix = "of the Sentinel", "Ghost Reaver", statOrderKey = "9940", statOrder = { 9940 }, level = 68, group = "KeystoneGhostReaver", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["RecombinatorSpecialKeystoneVaalPact"] = { type = "Suffix", affix = "of the Sentinel", "Vaal Pact", statOrderKey = "9969", statOrder = { 9969 }, level = 68, group = "VaalPact", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["RecombinatorSpecialKeystoneElementalOverload"] = { type = "Suffix", affix = "of the Sentinel", "Elemental Overload", statOrderKey = "9935", statOrder = { 9935 }, level = 68, group = "ElementalOverload", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["RecombinatorSpecialKeystoneAvatarOfFire"] = { type = "Suffix", affix = "of the Sentinel", "Avatar of Fire", statOrderKey = "9923", statOrder = { 9923 }, level = 68, group = "AvatarOfFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["RecombinatorSpecialKeystoneEldritchBattery"] = { type = "Suffix", affix = "of the Sentinel", "Eldritch Battery", statOrderKey = "9933", statOrder = { 9933 }, level = 68, group = "EldritchBattery", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["RecombinatorSpecialKeystoneAncestralBond"] = { type = "Suffix", affix = "of the Sentinel", "Ancestral Bond", statOrderKey = "9922", statOrder = { 9922 }, level = 68, group = "AncestralBond", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["RecombinatorSpecialKeystoneCrimsonDance"] = { type = "Suffix", affix = "of the Sentinel", "Crimson Dance", statOrderKey = "9930", statOrder = { 9930 }, level = 68, group = "CrimsonDance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["RecombinatorSpecialKeystonePerfectAgony"] = { type = "Suffix", affix = "of the Sentinel", "Perfect Agony", statOrderKey = "9921", statOrder = { 9921 }, level = 68, group = "PerfectAgony", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical", "ailment" }, }, - ["RecombinatorSpecialKeystoneRunebinder"] = { type = "Suffix", affix = "of the Sentinel", "Runebinder", statOrderKey = "9958", statOrder = { 9958 }, level = 68, group = "Runebinder", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster" }, }, - ["RecombinatorSpecialKeystoneMortalConviction"] = { type = "Suffix", affix = "of the Sentinel", "Blood Magic", statOrderKey = "9925", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, - ["RecombinatorSpecialKeystoneCallToArms"] = { type = "Suffix", affix = "of the Sentinel", "Call to Arms", statOrderKey = "9926", statOrder = { 9926 }, level = 68, group = "CallToArms", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialKeystoneTheAgnostic"] = { type = "Suffix", affix = "of the Sentinel", "The Agnostic", statOrderKey = "9950", statOrder = { 9950 }, level = 68, group = "TheAgnostic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, - ["RecombinatorSpecialKeystoneSupremeEgo"] = { type = "Suffix", affix = "of the Sentinel", "Supreme Ego", statOrderKey = "9966", statOrder = { 9966 }, level = 68, group = "SupremeEgo", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "aura" }, }, - ["RecombinatorSpecialKeystoneTheImpaler"] = { type = "Suffix", affix = "of the Sentinel", "The Impaler", statOrderKey = "9944", statOrder = { 9944 }, level = 68, group = "Impaler", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["RecombinatorSpecialKeystoneDoomsday"] = { type = "Suffix", affix = "of the Sentinel", "Hex Master", statOrderKey = "9942", statOrder = { 9942 }, level = 68, group = "HexMaster", weightKey = { "default", }, weightVal = { 0 }, modTags = { "curse" }, }, - ["RecombinatorSpecialKeystoneLetheShade1"] = { type = "Suffix", affix = "of the Sentinel", "Lethe Shade", statOrderKey = "9946", statOrder = { 9946 }, level = 68, group = "LetheShade", weightKey = { "default", }, weightVal = { 0 }, modTags = { "ailment" }, }, - ["RecombinatorSpecialKeystoneGhostDance"] = { type = "Suffix", affix = "of the Sentinel", "Ghost Dance", statOrderKey = "9939", statOrder = { 9939 }, level = 68, group = "GhostDance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["RecombinatorSpecialKeystoneVersatileCombatant"] = { type = "Suffix", affix = "of the Sentinel", "Versatile Combatant", statOrderKey = "9970", statOrder = { 9970 }, level = 68, group = "VersatileCombatant", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, - ["RecombinatorSpecialKeystoneMagebane"] = { type = "Suffix", affix = "of the Sentinel", "Magebane", statOrderKey = "9947", statOrder = { 9947 }, level = 68, group = "Magebane", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialKeystoneSolipsism"] = { type = "Suffix", affix = "of the Sentinel", "Solipsism", statOrderKey = "9963", statOrder = { 9963 }, level = 68, group = "Solipsism", weightKey = { "default", }, weightVal = { 0 }, modTags = { "ailment" }, }, - ["RecombinatorSpecialKeystoneDivineShield"] = { type = "Suffix", affix = "of the Sentinel", "Divine Shield", statOrderKey = "9932", statOrder = { 9932 }, level = 68, group = "DivineShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["RecombinatorSpecialKeystoneIronWill"] = { type = "Suffix", affix = "of the Sentinel", "Iron Will", statOrderKey = "9976", statOrder = { 9976 }, level = 68, group = "IronWill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster" }, }, - ["RecombinatorSpecialMagicUtilityFlaskEffect"] = { type = "Prefix", affix = "Sentinel's", "Magic Utility Flasks applied to you have (20-25)% increased Effect", statOrderKey = "2592", statOrder = { 2592 }, level = 68, group = "MagicUtilityFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, - ["RecombinatorSpecialAuraEffect"] = { type = "Suffix", affix = "of the Sentinel", "(15-20)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, - ["RecombinatorSpecialFireDamageToAttacksPerStrength"] = { type = "Prefix", affix = "Sentinel's", "Adds 2 to 4 Fire Damage to Attacks per 10 Strength", statOrderKey = "8571", statOrder = { 8571 }, level = 68, group = "FireDamageToAttacksPerStrength", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "attack" }, }, - ["RecombinatorSpecialColdDamageToAttacksPerDexterity"] = { type = "Prefix", affix = "Sentinel's", "Adds 2 to 4 Cold Damage to Attacks per 10 Dexterity", statOrderKey = "8564", statOrder = { 8564 }, level = 68, group = "ColdDamageToAttacksPerDexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "attack" }, }, - ["RecombinatorSpecialLightningDamageToAttacksPerIntelligence"] = { type = "Prefix", affix = "Sentinel's", "Adds 1 to 5 Lightning Damage to Attacks per 10 Intelligence", statOrderKey = "8576", statOrder = { 8576 }, level = 68, group = "LightningDamageToAttacksPerIntelligence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "attack" }, }, - ["RecombinatorSpecialAllFireDamageCanShock"] = { type = "Suffix", affix = "of the Sentinel", "Your Fire Damage can Shock", statOrderKey = "2724", statOrder = { 2724 }, level = 68, group = "AllFireDamageCanShock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, - ["RecombinatorSpecialAllColdDamageCanIgnite"] = { type = "Suffix", affix = "of the Sentinel", "Your Cold Damage can Ignite", statOrderKey = "2719", statOrder = { 2719 }, level = 68, group = "AllColdDamageCanIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "ailment" }, }, - ["RecombinatorSpecialAllLightningDamageCanFreeze"] = { type = "Suffix", affix = "of the Sentinel", "Your Lightning Damage can Freeze", statOrderKey = "2731", statOrder = { 2731 }, level = 68, group = "AllLightningDamageCanFreeze", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, - ["RecombinatorSpecialMarkEffect"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 68, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["RecombinatorSpecialArcaneSurgeEffect1H"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 68, group = "ArcaneSurgeEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialArcaneSurgeEffect2H"] = { type = "Suffix", affix = "of the Sentinel", "(50-70)% increased Effect of Arcane Surge on you", statOrderKey = "3129", statOrder = { 3129 }, level = 68, group = "ArcaneSurgeEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialOnslaughtEffect1H"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 68, group = "OnslaughtEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialOnslaughtEffect2H"] = { type = "Suffix", affix = "of the Sentinel", "(50-70)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 68, group = "OnslaughtEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["RecombinatorSpecialIncreasedDamageVsWarcryTauntedEnemies1H"] = { type = "Suffix", affix = "of the Sentinel", "Enemies Taunted by your Warcries take (10-15)% increased Damage", statOrderKey = "9582", statOrder = { 9582 }, level = 68, group = "WarcryTauntedEnemiesTakeIncreasedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["RecombinatorSpecialIncreasedDamageVsWarcryTauntedEnemies2H"] = { type = "Suffix", affix = "of the Sentinel", "Enemies Taunted by your Warcries take (20-25)% increased Damage", statOrderKey = "9582", statOrder = { 9582 }, level = 68, group = "WarcryTauntedEnemiesTakeIncreasedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["RecombinatorSpecialSupportedByLevelFourEnlighten"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Enlighten", statOrderKey = "238", statOrder = { 238 }, level = 68, group = "SupportedByEnlighten", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, - ["RecombinatorSpecialSupportedByLevelFourEnhance"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Enhance", statOrderKey = "237", statOrder = { 237 }, level = 68, group = "SupportedByEnhance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, - ["RecombinatorSpecialSupportedByLevelFourEmpower"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Empower", statOrderKey = "235", statOrder = { 235 }, level = 68, group = "SupportedByEmpower", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, - ["RecombinatorSpecialTriggerSkillsDoubleDamage"] = { type = "Prefix", affix = "Sentinel's", "Socketed Triggered Skills deal Double Damage", statOrderKey = "328", statOrder = { 328 }, level = 68, group = "SocketedTriggeredSkillsDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "damage", "gem" }, }, - ["LifeRegeneration1Inverted"] = { type = "Suffix", affix = "of the Newt", "Lose (1-2) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 1, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration2Inverted"] = { type = "Suffix", affix = "of the Lizard", "Lose (2.1-8) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 7, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration3Inverted"] = { type = "Suffix", affix = "of the Flatworm", "Lose (8.1-16) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 19, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration4Inverted"] = { type = "Suffix", affix = "of the Starfish", "Lose (16.1-24) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 31, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration5Inverted"] = { type = "Suffix", affix = "of the Hydra", "Lose (24.1-32) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 44, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration6Inverted"] = { type = "Suffix", affix = "of the Troll", "Lose (32.1-48) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 55, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration7Inverted"] = { type = "Suffix", affix = "of Ryslatha", "Lose (48.1-64) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 68, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["LifeRegeneration8Inverted"] = { type = "Suffix", affix = "of the Phoenix", "Lose (64.1-96) Life per second", statOrderKey = "1435", statOrder = { 1435 }, level = 74, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["AddedPhysicalDamage1Inverted"] = { type = "Prefix", affix = "Glinting", "Adds 1 to 2 Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 5, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage2Inverted"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-5) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 13, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage3Inverted"] = { type = "Prefix", affix = "Polished", "Adds (3-4) to (6-7) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 19, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage4Inverted"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (9-10) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 28, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage5Inverted"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (11-12) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 35, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage6Inverted"] = { type = "Prefix", affix = "Annealed", "Adds (6-9) to (13-15) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 44, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage7Inverted"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-10) to (15-18) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 52, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage8Inverted"] = { type = "Prefix", affix = "Tempered", "Adds (9-12) to (19-22) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 64, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamage9Inverted"] = { type = "Prefix", affix = "Flaring", "Adds (11-15) to (22-26) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 76, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamage1Inverted"] = { type = "Prefix", affix = "Heated", "Adds 1 to 2 Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 1, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage2Inverted"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (7-8) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 12, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage3Inverted"] = { type = "Prefix", affix = "Smoking", "Adds (5-7) to (11-13) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 20, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage4Inverted"] = { type = "Prefix", affix = "Burning", "Adds (7-10) to (15-18) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 28, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage5Inverted"] = { type = "Prefix", affix = "Flaming", "Adds (9-12) to (19-22) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 35, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage6Inverted"] = { type = "Prefix", affix = "Scorching", "Adds (11-15) to (23-27) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 44, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage7Inverted"] = { type = "Prefix", affix = "Incinerating", "Adds (13-18) to (27-31) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 52, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage8Inverted"] = { type = "Prefix", affix = "Blasting", "Adds (16-22) to (32-38) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 64, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedFireDamage9Inverted"] = { type = "Prefix", affix = "Cremating", "Adds (19-25) to (39-45) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 76, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamage1Inverted"] = { type = "Prefix", affix = "Frosted", "Adds 1 to 2 Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 2, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage2Inverted"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (7-8) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 13, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage3Inverted"] = { type = "Prefix", affix = "Icy", "Adds (5-7) to (10-12) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 21, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage4Inverted"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (13-16) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 29, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage5Inverted"] = { type = "Prefix", affix = "Freezing", "Adds (8-11) to (16-19) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 36, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage6Inverted"] = { type = "Prefix", affix = "Frozen", "Adds (10-13) to (20-24) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 45, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage7Inverted"] = { type = "Prefix", affix = "Glaciated", "Adds (12-16) to (24-28) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 53, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage8Inverted"] = { type = "Prefix", affix = "Polar", "Adds (14-19) to (29-34) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 65, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedColdDamage9Inverted"] = { type = "Prefix", affix = "Entombing", "Adds (17-22) to (34-40) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 77, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamage1Inverted"] = { type = "Prefix", affix = "Humming", "Adds 1 to 5 Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 3, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage2Inverted"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-15) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 13, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage3Inverted"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (22-23) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 22, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage4Inverted"] = { type = "Prefix", affix = "Crackling", "Adds (1-2) to (27-28) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 28, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage5Inverted"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (33-34) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 35, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage6Inverted"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (40-43) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 44, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage7Inverted"] = { type = "Prefix", affix = "Shocking", "Adds (2-5) to (47-50) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 52, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage8Inverted"] = { type = "Prefix", affix = "Discharging", "Adds (3-6) to (57-61) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 64, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AddedLightningDamage9Inverted"] = { type = "Prefix", affix = "Electrocuting", "Adds (3-7) to (68-72) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 76, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["LifeLeechPermyriad1Inverted"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched by Enemy as Life", statOrderKey = "1507", statOrder = { 1507 }, level = 50, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad2Inverted"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched by Enemy as Life", statOrderKey = "1507", statOrder = { 1507 }, level = 60, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["LifeLeechPermyriad3Inverted"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched by Enemy as Life", statOrderKey = "1507", statOrder = { 1507 }, level = 70, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechPermyriad1Inverted"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched by Enemy as Mana", statOrderKey = "1557", statOrder = { 1557 }, level = 50, group = "EnemyManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["ManaLeechPermyriad2Inverted"] = { type = "Prefix", affix = "Parched", "(0.6-0.8)% of Physical Attack Damage Leeched by Enemy as Mana", statOrderKey = "1557", statOrder = { 1557 }, level = 70, group = "EnemyManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["LifeRegenerationEnhancedLevel50ModInverted"] = { type = "Suffix", affix = "of Guatelitzi", "Lose (32-40) Life per second", "Lose 0.4% of Life per second", statOrderKey = "1435,1800", statOrder = { 1435, 1800 }, level = 50, group = "LifeDegenerationAndPercentGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["IncreasedEnergyShieldEnhancedLevel50ModRegenInverted"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Lose 0.4% of Energy Shield per second", statOrderKey = "1418,2496", statOrder = { 1418, 2496 }, level = 50, group = "EnergyShieldAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["FireResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched by Enemy as Life", statOrderKey = "1485,1530", statOrder = { 1485, 1530 }, level = 50, group = "FireResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["ColdResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched by Enemy as Life", statOrderKey = "1491,1535", statOrder = { 1491, 1535 }, level = 50, group = "ColdResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, - ["LightningResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched by Enemy as Life", statOrderKey = "1496,1539", statOrder = { 1496, 1539 }, level = 50, group = "LightningResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, - ["IncreasedManaEnhancedLevel50ModRegenInverted"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Lose (5-7) Mana per second", statOrderKey = "1439,1443", statOrder = { 1439, 1443 }, level = 50, group = "IncreasedManaAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaEnhancedLevel50ModCostNewInverted"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Non-Channelling Skills Cost -(8-6) Mana", statOrderKey = "1439,9311", statOrder = { 1439, 9311 }, level = 50, group = "IncreasedManaAndBaseCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["AddedPhysicalDamageEssenceAmulet7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (16-18) to (27-30) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 82, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing5Inverted"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-13) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 58, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing6Inverted"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-15) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 74, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedPhysicalDamageEssenceRing7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (10-11) to (16-17) Physical Damage to Attacks against you", statOrderKey = "1132", statOrder = { 1132 }, level = 82, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AddedFireDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (23-27) to (43-48) Fire Damage to Attacks against you", statOrderKey = "1225", statOrder = { 1225 }, level = 82, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AddedColdDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (20-24) to (38-44) Cold Damage to Attacks against you", statOrderKey = "1234", statOrder = { 1234 }, level = 82, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AddedLightningDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (4-8) to (71-76) Lightning Damage to Attacks against you", statOrderKey = "1245", statOrder = { 1245 }, level = 82, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["FireDamageAsPortionOfPhysicalDamageEssence1Inverted"] = { type = "Prefix", affix = "Essences", "Hits against you gain 10% of Physical Damage as Extra Fire Damage", statOrderKey = "1788", statOrder = { 1788 }, level = 63, group = "SelfPhysAsExtraFireTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AddedColdDamagePerFrenzyChargeEssence1Inverted"] = { type = "Prefix", affix = "Essences", "Adds 4 to 7 Cold Damage to Hits against you per Frenzy Charge", statOrderKey = "4102", statOrder = { 4102 }, level = 63, group = "SelfColdDamageTakenPerFrenzy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["ChanceToRecoverManaOnSkillUseEssence1Inverted"] = { type = "Suffix", affix = "of the Essence", "10% chance to lose 10% of Mana when you use a Skill", statOrderKey = "3311", statOrder = { 3311 }, level = 63, group = "ChanceToLoseManaOnSkillUse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["PhysicalDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Physical Damage Leeched by Enemy as Life", statOrderKey = "1526", statOrder = { 1526 }, level = 60, group = "EnemyPhysicalDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["FireDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Fire Damage Leeched by Enemy as Life", statOrderKey = "1530", statOrder = { 1530 }, level = 60, group = "EnemyFireDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ColdDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Cold Damage Leeched by Enemy as Life", statOrderKey = "1535", statOrder = { 1535 }, level = 60, group = "EnemyColdDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["LightningDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Lightning Damage Leeched by Enemy as Life", statOrderKey = "1539", statOrder = { 1539 }, level = 60, group = "EnemyLightningDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChaosDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Chaos Damage Leeched by Enemy as Life", statOrderKey = "1542", statOrder = { 1542 }, level = 60, group = "EnemyChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["AddedManaRegenerationDelveInverted"] = { type = "Suffix", affix = "of the Underground", "Lose (3-5) Mana per second", statOrderKey = "1443", statOrder = { 1443 }, level = 60, group = "ManaDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["NecropolisCraftingAllResistancesWithChaos"] = { type = "Suffix", affix = "of Haunting", "+(12-16)% to All Resistances", statOrderKey = "9181", statOrder = { 9181 }, level = 12, group = "AllResistancesWithChaos", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "resistance" }, }, - ["NecropolisCraftingFireResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Fire Resistance cannot be Penetrated", statOrderKey = "6114", statOrder = { 6114 }, level = 68, group = "FireResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "resistance" }, }, - ["NecropolisCraftingColdResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Cold Resistance cannot be Penetrated", statOrderKey = "5418", statOrder = { 5418 }, level = 68, group = "ColdResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "resistance" }, }, - ["NecropolisCraftingLightningResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Lightning Resistance cannot be Penetrated", statOrderKey = "6916", statOrder = { 6916 }, level = 68, group = "LightningResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "resistance" }, }, - ["NecropolisCraftingLocalNoAttributeRequirements"] = { type = "Suffix", affix = "of Haunting", "Has no Attribute Requirements", statOrderKey = "953", statOrder = { 953 }, level = 50, group = "LocalNoAttributeRequirements", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingDamageTakenGainedAsLife"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, - ["NecropolisCraftingPercentDamageGoesToMana"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingLocalCanSocketIgnoringColour"] = { type = "Suffix", affix = "of Haunting", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingReducedExtraDamageFromCrits"] = { type = "Suffix", affix = "of Haunting", "You take (40-60)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 24, group = "ReducedExtraDamageFromCrits", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, - ["NecropolisCraftingManaReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(10-15)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 24, group = "ManaReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingLifeReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(20-30)% increased Life Reservation Efficiency of Skills", statOrderKey = "2079", statOrder = { 2079 }, level = 34, group = "LifeReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, - ["NecropolisCraftingCorruptedBloodImmunity"] = { type = "Suffix", affix = "of Haunting", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, - ["NecropolisCraftingIncreasedStunThreshold"] = { type = "Suffix", affix = "of Haunting", "(80-120)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "necropolis_boots", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCannotBeKnockedBack"] = { type = "Prefix", affix = "Haunted", "Cannot be Knocked Back", statOrderKey = "1382", statOrder = { 1382 }, level = 50, group = "CannotBeKnockedBack", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingMaximumEnduranceCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 16, group = "MaximumEnduranceCharges", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingNoExtraBleedDamageWhileMoving"] = { type = "Suffix", affix = "of Haunting", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "3031", statOrder = { 3031 }, level = 34, group = "NoExtraBleedDamageWhileMoving", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingAvoidIgnite"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 16, group = "AvoidIgnite", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "ailment" }, }, - ["NecropolisCraftingAvoidFreeze"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 16, group = "AvoidFreeze", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, - ["NecropolisCraftingAvoidShock"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 16, group = "AvoidShock", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, - ["NecropolisCraftingReducedBleedDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Bleed Duration on you", statOrderKey = "9222", statOrder = { 9222 }, level = 24, group = "ReducedBleedDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, - ["NecropolisCraftingReducedPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Poison Duration on you", statOrderKey = "9230", statOrder = { 9230 }, level = 24, group = "ReducedPoisonDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingBurningGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Burning Ground", statOrderKey = "9673", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire" }, }, - ["NecropolisCraftingShockedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Shocked Ground", statOrderKey = "9698", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, - ["NecropolisCraftingChilledGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Chilled Ground", statOrderKey = "9678", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, - ["NecropolisCraftingDesecratedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Desecrated Ground", statOrderKey = "9684", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "chaos" }, }, - ["NecropolisCraftingMovementCannotBeSlowedBelowBase"] = { type = "Prefix", affix = "Haunted", "Movement Speed cannot be modified to below Base Value", statOrderKey = "3035", statOrder = { 3035 }, level = 45, group = "MovementCannotBeSlowedBelowBase", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "speed" }, }, - ["NecropolisCraftingWarcriesOpenChests"] = { type = "Prefix", affix = "Haunted", "Your Warcries open Chests", statOrderKey = "8842", statOrder = { 8842 }, level = 24, group = "WarcriesOpenChests", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingIncreasedMaximumPowerCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 16, group = "IncreasedMaximumPowerCharges", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCriticalStrikeChance"] = { type = "Suffix", affix = "of Haunting", "(30-50)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "critical" }, }, - ["NecropolisCraftingManaRegeneration"] = { type = "Suffix", affix = "of Haunting", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingImmunityToBlind"] = { type = "Suffix", affix = "of Haunting", "Cannot be Blinded", statOrderKey = "2820", statOrder = { 2820 }, level = 38, group = "ImmunityToBlind", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingManaPer2Intelligence"] = { type = "Prefix", affix = "Haunted", "+1 to maximum Mana per 2 Intelligence", statOrderKey = "8510", statOrder = { 8510 }, level = 68, group = "ManaPer2Intelligence", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingAccuracyPer2Dexterity"] = { type = "Suffix", affix = "of Haunting", "+2 to Accuracy Rating per 2 Dexterity", statOrderKey = "4286", statOrder = { 4286 }, level = 68, group = "AccuracyPer2Dexterity", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellDamage"] = { type = "Prefix", affix = "Haunted", "(20-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "caster_damage", "necropolis_exclusive_mod", "damage", "caster" }, }, - ["NecropolisCraftingIncreasedCastSpeed"] = { type = "Suffix", affix = "of Haunting", "(8-12)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "speed" }, }, - ["NecropolisCraftingArcaneSurgeOnSpendingMana"] = { type = "Suffix", affix = "of Haunting", "Gain Arcane Surge after Spending a total of 400 Mana", statOrderKey = "6623", statOrder = { 6623 }, level = 34, group = "ArcaneSurgeOnSpendingMana", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingAreaOfEffect"] = { type = "Suffix", affix = "of Haunting", "(15-25)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 12, group = "AreaOfEffect", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCurseEffectiveness"] = { type = "Suffix", affix = "of Haunting", "(5-8)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 24, group = "CurseEffectiveness", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "curse" }, }, - ["NecropolisCraftingMaximumFrenzyCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 16, group = "MaximumFrenzyCharges", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingChaosDamage"] = { type = "Prefix", affix = "Haunted", "Adds (13-17) to (23-29) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 750, 0 }, modTags = { "chaos_damage", "necropolis_exclusive_mod", "damage", "chaos", "attack" }, }, - ["NecropolisCraftingCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Haunting", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, - ["NecropolisCraftingPoisonOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 16, group = "PoisonOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(12-20)% increased Poison Duration", statOrderKey = "3009", statOrder = { 3009 }, level = 38, group = "PoisonDuration", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingChanceToBleed"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 16, group = "ChanceToBleed", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingFasterBleedDamage"] = { type = "Suffix", affix = "of Haunting", "Bleeding you inflict deals Damage (12-20)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 38, group = "FasterBleedDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "physical_damage", "bleed", "necropolis_exclusive_mod", "damage", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingGlobalChanceToBlindOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 16, group = "GlobalChanceToBlindOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingGlobalMaimOnHit"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 34, group = "GlobalMaimOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellsHinderOnHitChance"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 34, group = "SpellsHinderOnHitChance", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, - ["NecropolisCraftingMeleeKnockback"] = { type = "Suffix", affix = "of Haunting", "Melee Attacks Knock Enemies Back on Hit", statOrderKey = "8527", statOrder = { 8527 }, level = 45, group = "MeleeKnockback", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingIntimidateOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "4640", statOrder = { 4640 }, level = 38, group = "IntimidateOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellUnnerveOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Unnerve Enemies for 4 seconds on Hit with Spells", statOrderKey = "5314", statOrder = { 5314 }, level = 38, group = "SpellUnnerveOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, - ["WeaponSpellDamageTriggerSkillOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", "(70-74)% increased Spell Damage", statOrderKey = "713,713.1,1090", statOrder = { 713, 713.1, 1090 }, level = 50, group = "WeaponSpellDamageTriggerSkill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["WeaponSpellDamageTriggerSkillOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", "(105-110)% increased Spell Damage", statOrderKey = "713,713.1,1090", statOrder = { 713, 713.1, 1090 }, level = 50, group = "WeaponSpellDamageTriggerSkill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["Strength1"] = { type = "Suffix", affix = "of the Brute", "+(8-12) to Strength", statOrder = { 1044 }, level = 1, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength2"] = { type = "Suffix", affix = "of the Wrestler", "+(13-17) to Strength", statOrder = { 1044 }, level = 11, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength3"] = { type = "Suffix", affix = "of the Bear", "+(18-22) to Strength", statOrder = { 1044 }, level = 22, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength4"] = { type = "Suffix", affix = "of the Lion", "+(23-27) to Strength", statOrder = { 1044 }, level = 33, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength5"] = { type = "Suffix", affix = "of the Gorilla", "+(28-32) to Strength", statOrder = { 1044 }, level = 44, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength6"] = { type = "Suffix", affix = "of the Goliath", "+(33-37) to Strength", statOrder = { 1044 }, level = 55, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength7"] = { type = "Suffix", affix = "of the Leviathan", "+(38-42) to Strength", statOrder = { 1044 }, level = 66, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength8"] = { type = "Suffix", affix = "of the Titan", "+(43-50) to Strength", statOrder = { 1044 }, level = 74, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength9"] = { type = "Suffix", affix = "of the Gods", "+(51-55) to Strength", statOrder = { 1044 }, level = 82, group = "Strength", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Strength10"] = { type = "Suffix", affix = "of the Godslayer", "+(56-60) to Strength", statOrder = { 1044 }, level = 85, group = "Strength", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "attribute" }, }, + ["StrengthEssence7_"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Strength", statOrder = { 1044 }, level = 82, group = "Strength", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, + ["Dexterity1"] = { type = "Suffix", affix = "of the Mongoose", "+(8-12) to Dexterity", statOrder = { 1045 }, level = 1, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity2"] = { type = "Suffix", affix = "of the Lynx", "+(13-17) to Dexterity", statOrder = { 1045 }, level = 11, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity3"] = { type = "Suffix", affix = "of the Fox", "+(18-22) to Dexterity", statOrder = { 1045 }, level = 22, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity4"] = { type = "Suffix", affix = "of the Falcon", "+(23-27) to Dexterity", statOrder = { 1045 }, level = 33, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity5"] = { type = "Suffix", affix = "of the Panther", "+(28-32) to Dexterity", statOrder = { 1045 }, level = 44, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity6"] = { type = "Suffix", affix = "of the Leopard", "+(33-37) to Dexterity", statOrder = { 1045 }, level = 55, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity7"] = { type = "Suffix", affix = "of the Jaguar", "+(38-42) to Dexterity", statOrder = { 1045 }, level = 66, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity8"] = { type = "Suffix", affix = "of the Phantom", "+(43-50) to Dexterity", statOrder = { 1045 }, level = 74, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity9"] = { type = "Suffix", affix = "of the Wind", "+(51-55) to Dexterity", statOrder = { 1045 }, level = 82, group = "Dexterity", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Dexterity10"] = { type = "Suffix", affix = "of the Blur", "+(56-60) to Dexterity", statOrder = { 1045 }, level = 85, group = "Dexterity", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["DexterityEssence7"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Dexterity", statOrder = { 1045 }, level = 82, group = "Dexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, + ["Intelligence1"] = { type = "Suffix", affix = "of the Pupil", "+(8-12) to Intelligence", statOrder = { 1046 }, level = 1, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence2"] = { type = "Suffix", affix = "of the Student", "+(13-17) to Intelligence", statOrder = { 1046 }, level = 11, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence3"] = { type = "Suffix", affix = "of the Prodigy", "+(18-22) to Intelligence", statOrder = { 1046 }, level = 22, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence4"] = { type = "Suffix", affix = "of the Augur", "+(23-27) to Intelligence", statOrder = { 1046 }, level = 33, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence5"] = { type = "Suffix", affix = "of the Philosopher", "+(28-32) to Intelligence", statOrder = { 1046 }, level = 44, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence6"] = { type = "Suffix", affix = "of the Sage", "+(33-37) to Intelligence", statOrder = { 1046 }, level = 55, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence7"] = { type = "Suffix", affix = "of the Savant", "+(38-42) to Intelligence", statOrder = { 1046 }, level = 66, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence8"] = { type = "Suffix", affix = "of the Virtuoso", "+(43-50) to Intelligence", statOrder = { 1046 }, level = 74, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence9"] = { type = "Suffix", affix = "of the Genius", "+(51-55) to Intelligence", statOrder = { 1046 }, level = 82, group = "Intelligence", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["Intelligence10"] = { type = "Suffix", affix = "of the Polymath", "+(56-60) to Intelligence", statOrder = { 1046 }, level = 85, group = "Intelligence", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "attribute" }, }, + ["IntelligenceEssence7"] = { type = "Suffix", affix = "of the Essence", "+(51-58) to Intelligence", statOrder = { 1046 }, level = 82, group = "Intelligence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attribute" }, }, + ["AllAttributes1"] = { type = "Suffix", affix = "of the Clouds", "+(1-4) to all Attributes", statOrder = { 1043 }, level = 1, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, + ["AllAttributes2"] = { type = "Suffix", affix = "of the Sky", "+(5-8) to all Attributes", statOrder = { 1043 }, level = 11, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, + ["AllAttributes3"] = { type = "Suffix", affix = "of the Meteor", "+(9-12) to all Attributes", statOrder = { 1043 }, level = 22, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, + ["AllAttributes4"] = { type = "Suffix", affix = "of the Comet", "+(13-16) to all Attributes", statOrder = { 1043 }, level = 33, group = "AllAttributes", weightKey = { "amulet", "ring", "default", }, weightVal = { 800, 400, 0 }, modTags = { "attribute" }, }, + ["AllAttributes5"] = { type = "Suffix", affix = "of the Heavens", "+(17-20) to all Attributes", statOrder = { 1043 }, level = 44, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, + ["AllAttributes6"] = { type = "Suffix", affix = "of the Galaxy", "+(21-24) to all Attributes", statOrder = { 1043 }, level = 55, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, + ["AllAttributes7"] = { type = "Suffix", affix = "of the Universe", "+(25-28) to all Attributes", statOrder = { 1043 }, level = 66, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, + ["AllAttributes8"] = { type = "Suffix", affix = "of the Infinite", "+(29-32) to all Attributes", statOrder = { 1043 }, level = 77, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, + ["AllAttributes9_"] = { type = "Suffix", affix = "of the Multiverse", "+(33-35) to all Attributes", statOrder = { 1043 }, level = 85, group = "AllAttributes", weightKey = { "amulet", "default", }, weightVal = { 800, 0 }, modTags = { "attribute" }, }, + ["IncreasedLife0"] = { type = "Prefix", affix = "Hale", "+(3-9) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife1"] = { type = "Prefix", affix = "Healthy", "+(10-24) to maximum Life", statOrder = { 1429 }, level = 5, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife2"] = { type = "Prefix", affix = "Sanguine", "+(25-39) to maximum Life", statOrder = { 1429 }, level = 11, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife3"] = { type = "Prefix", affix = "Stalwart", "+(40-54) to maximum Life", statOrder = { 1429 }, level = 18, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife4"] = { type = "Prefix", affix = "Stout", "+(55-69) to maximum Life", statOrder = { 1429 }, level = 24, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife5"] = { type = "Prefix", affix = "Robust", "+(70-84) to maximum Life", statOrder = { 1429 }, level = 30, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife6"] = { type = "Prefix", affix = "Rotund", "+(85-99) to maximum Life", statOrder = { 1429 }, level = 36, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife7"] = { type = "Prefix", affix = "Virile", "+(100-114) to maximum Life", statOrder = { 1429 }, level = 44, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "default", }, weightVal = { 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife8"] = { type = "Prefix", affix = "Athlete's", "+(115-129) to maximum Life", statOrder = { 1429 }, level = 54, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "ring", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife9"] = { type = "Prefix", affix = "Fecund", "+(130-144) to maximum Life", statOrder = { 1429 }, level = 64, group = "IncreasedLife", weightKey = { "fishing_rod", "boots", "gloves", "weapon", "ring", "amulet", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["IncreasedLife10"] = { type = "Prefix", affix = "Vigorous", "+(145-159) to maximum Life", statOrder = { 1429 }, level = 73, group = "IncreasedLife", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife11"] = { type = "Prefix", affix = "Rapturous", "+(160-174) to maximum Life", statOrder = { 1429 }, level = 81, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLife12"] = { type = "Prefix", affix = "Prime", "+(175-189) to maximum Life", statOrder = { 1429 }, level = 86, group = "IncreasedLife", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence1_"] = { type = "Prefix", affix = "Essences", "+(5-14) to maximum Life", statOrder = { 1429 }, level = 3, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence2"] = { type = "Prefix", affix = "Essences", "+(15-30) to maximum Life", statOrder = { 1429 }, level = 10, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence3"] = { type = "Prefix", affix = "Essences", "+(31-45) to maximum Life", statOrder = { 1429 }, level = 26, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence4"] = { type = "Prefix", affix = "Essences", "+(46-60) to maximum Life", statOrder = { 1429 }, level = 42, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence5"] = { type = "Prefix", affix = "Essences", "+(61-75) to maximum Life", statOrder = { 1429 }, level = 58, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssence6"] = { type = "Prefix", affix = "Essences", "+(76-90) to maximum Life", statOrder = { 1429 }, level = 74, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssenceChest1"] = { type = "Prefix", affix = "Essences", "+(120-126) to maximum Life", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssenceShield1"] = { type = "Prefix", affix = "Essences", "+(110-116) to maximum Life", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssenceHelm1"] = { type = "Prefix", affix = "Essences", "+(100-106) to maximum Life", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEssenceBootsGloves1"] = { type = "Prefix", affix = "Essences", "+(91-105) to maximum Life", statOrder = { 1429 }, level = 82, group = "IncreasedLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEnhancedMod"] = { type = "Prefix", affix = "Guatelitzi's", "+(70-79) to maximum Life", "(3-5)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEnhancedBodyMod___"] = { type = "Prefix", affix = "Guatelitzi's", "+(110-119) to maximum Life", "(8-10)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedMana1"] = { type = "Prefix", affix = "Beryl", "+(15-19) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana2"] = { type = "Prefix", affix = "Cobalt", "+(20-24) to maximum Mana", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana3"] = { type = "Prefix", affix = "Azure", "+(25-29) to maximum Mana", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana4"] = { type = "Prefix", affix = "Sapphire", "+(30-34) to maximum Mana", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana5"] = { type = "Prefix", affix = "Cerulean", "+(35-39) to maximum Mana", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana6"] = { type = "Prefix", affix = "Aqua", "+(40-44) to maximum Mana", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana7"] = { type = "Prefix", affix = "Opalescent", "+(45-49) to maximum Mana", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana8"] = { type = "Prefix", affix = "Gentian", "+(50-54) to maximum Mana", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana9"] = { type = "Prefix", affix = "Chalybeous", "+(55-59) to maximum Mana", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana10"] = { type = "Prefix", affix = "Mazarine", "+(60-64) to maximum Mana", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana11"] = { type = "Prefix", affix = "Blue", "+(65-68) to maximum Mana", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana12"] = { type = "Prefix", affix = "Zaffre", "+(69-73) to maximum Mana", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "ring", "amulet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedMana13"] = { type = "Prefix", affix = "Ultramarine", "+(74-78) to maximum Mana", statOrder = { 1439 }, level = 85, group = "IncreasedMana", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEssence7"] = { type = "Prefix", affix = "Essences", "+(69-77) to maximum Mana", statOrder = { 1439 }, level = 82, group = "IncreasedMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedModPercent"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(7-10)% increased maximum Mana", statOrder = { 1439, 1440 }, level = 1, group = "IncreasedManaAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedModOnHit_"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrder = { 1439, 1603 }, level = 1, group = "IncreasedManaAndOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, }, + ["IncreasedManaEnhancedModRegen"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Regenerate (5-7) Mana per second", statOrder = { 1439, 1442 }, level = 1, group = "IncreasedManaAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedModReservation"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 1439, 2085 }, level = 1, group = "IncreasedManaAndReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedModCost"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "-(8-6) to Total Mana Cost of Skills", statOrder = { 1439, 1750 }, level = 1, group = "IncreasedManaAndCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon1"] = { type = "Prefix", affix = "Beryl", "+(30-39) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon2__"] = { type = "Prefix", affix = "Cobalt", "+(40-49) to maximum Mana", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon3_"] = { type = "Prefix", affix = "Azure", "+(50-59) to maximum Mana", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(60-69) to maximum Mana", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(70-79) to maximum Mana", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon6"] = { type = "Prefix", affix = "Aqua", "+(80-89) to maximum Mana", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(90-99) to maximum Mana", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon8"] = { type = "Prefix", affix = "Gentian", "+(100-109) to maximum Mana", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon9___"] = { type = "Prefix", affix = "Chalybeous", "+(110-119) to maximum Mana", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(120-129) to maximum Mana", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 800, 800, 800, 800, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon11"] = { type = "Prefix", affix = "Blue", "+(130-139) to maximum Mana", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 600, 600, 600, 600, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(140-159) to maximum Mana", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "sceptre", "wand", "claw", "dagger", "default", }, weightVal = { 400, 400, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon1"] = { type = "Prefix", affix = "Beryl", "+(40-49) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon2_"] = { type = "Prefix", affix = "Cobalt", "+(50-59) to maximum Mana", statOrder = { 1439 }, level = 11, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon3_"] = { type = "Prefix", affix = "Azure", "+(60-69) to maximum Mana", statOrder = { 1439 }, level = 17, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon4"] = { type = "Prefix", affix = "Sapphire", "+(70-79) to maximum Mana", statOrder = { 1439 }, level = 23, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon5"] = { type = "Prefix", affix = "Cerulean", "+(80-89) to maximum Mana", statOrder = { 1439 }, level = 29, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon6"] = { type = "Prefix", affix = "Aqua", "+(90-99) to maximum Mana", statOrder = { 1439 }, level = 35, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon7"] = { type = "Prefix", affix = "Opalescent", "+(100-119) to maximum Mana", statOrder = { 1439 }, level = 42, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon8_"] = { type = "Prefix", affix = "Gentian", "+(120-139) to maximum Mana", statOrder = { 1439 }, level = 51, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon9"] = { type = "Prefix", affix = "Chalybeous", "+(140-159) to maximum Mana", statOrder = { 1439 }, level = 60, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon10"] = { type = "Prefix", affix = "Mazarine", "+(160-179) to maximum Mana", statOrder = { 1439 }, level = 69, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon11"] = { type = "Prefix", affix = "Blue", "+(180-199) to maximum Mana", statOrder = { 1439 }, level = 75, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 600, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaTwoHandWeapon12"] = { type = "Prefix", affix = "Zaffre", "+(200-229) to maximum Mana", statOrder = { 1439 }, level = 81, group = "IncreasedMana", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(1-3) to maximum Energy Shield", statOrder = { 1418 }, level = 3, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(4-8) to maximum Energy Shield", statOrder = { 1418 }, level = 11, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(9-12) to maximum Energy Shield", statOrder = { 1418 }, level = 17, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(13-15) to maximum Energy Shield", statOrder = { 1418 }, level = 23, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(16-19) to maximum Energy Shield", statOrder = { 1418 }, level = 29, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(20-22) to maximum Energy Shield", statOrder = { 1418 }, level = 35, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield7"] = { type = "Prefix", affix = "Seething", "+(23-26) to maximum Energy Shield", statOrder = { 1418 }, level = 42, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield8"] = { type = "Prefix", affix = "Blazing", "+(27-31) to maximum Energy Shield", statOrder = { 1418 }, level = 50, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(32-37) to maximum Energy Shield", statOrder = { 1418 }, level = 59, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(38-43) to maximum Energy Shield", statOrder = { 1418 }, level = 68, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(44-47) to maximum Energy Shield", statOrder = { 1418 }, level = 74, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShield12"] = { type = "Prefix", affix = "Dazzling", "+(48-51) to maximum Energy Shield", statOrder = { 1418 }, level = 80, group = "EnergyShield", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldEnhancedModES"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "(7-10)% increased maximum Energy Shield", statOrder = { 1418, 1421 }, level = 1, group = "EnergyShieldAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldEnhancedModRegen_"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Regenerate 0.4% of Energy Shield per second", statOrder = { 1418, 2495 }, level = 1, group = "EnergyShieldAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield1"] = { type = "Prefix", affix = "Shining", "+(3-5) to maximum Energy Shield", statOrder = { 1419 }, level = 3, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield2"] = { type = "Prefix", affix = "Glimmering", "+(6-11) to maximum Energy Shield", statOrder = { 1419 }, level = 11, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield3"] = { type = "Prefix", affix = "Glittering", "+(12-16) to maximum Energy Shield", statOrder = { 1419 }, level = 17, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield4"] = { type = "Prefix", affix = "Glowing", "+(17-23) to maximum Energy Shield", statOrder = { 1419 }, level = 23, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield5"] = { type = "Prefix", affix = "Radiating", "+(24-30) to maximum Energy Shield", statOrder = { 1419 }, level = 29, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield6"] = { type = "Prefix", affix = "Pulsing", "+(31-38) to maximum Energy Shield", statOrder = { 1419 }, level = 35, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield7"] = { type = "Prefix", affix = "Seething", "+(39-49) to maximum Energy Shield", statOrder = { 1419 }, level = 43, group = "LocalEnergyShield", weightKey = { "int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield8"] = { type = "Prefix", affix = "Blazing", "+(50-61) to maximum Energy Shield", statOrder = { 1419 }, level = 51, group = "LocalEnergyShield", weightKey = { "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield9"] = { type = "Prefix", affix = "Scintillating", "+(62-76) to maximum Energy Shield", statOrder = { 1419 }, level = 60, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield10"] = { type = "Prefix", affix = "Incandescent", "+(77-90) to maximum Energy Shield", statOrder = { 1419 }, level = 69, group = "LocalEnergyShield", weightKey = { "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShield11"] = { type = "Prefix", affix = "Resplendent", "+(91-100) to maximum Energy Shield", statOrder = { 1419 }, level = 75, group = "LocalEnergyShield", weightKey = { "shield", "helmet", "gloves", "boots", "int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceChest5"] = { type = "Prefix", affix = "Essences", "+(62-72) to maximum Energy Shield", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceChest6"] = { type = "Prefix", affix = "Essences", "+(73-82) to maximum Energy Shield", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceChest7__"] = { type = "Prefix", affix = "Essences", "+(88-95) to maximum Energy Shield", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceShield5"] = { type = "Prefix", affix = "Essences", "+(50-59) to maximum Energy Shield", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(60-69) to maximum Energy Shield", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceShield7"] = { type = "Prefix", affix = "Essences", "+(75-85) to maximum Energy Shield", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceBootsGloves4"] = { type = "Prefix", affix = "Essences", "+(18-26) to maximum Energy Shield", statOrder = { 1419 }, level = 42, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceBootsGloves5"] = { type = "Prefix", affix = "Essences", "+(27-32) to maximum Energy Shield", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceBootsGloves6"] = { type = "Prefix", affix = "Essences", "+(28-35) to maximum Energy Shield", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceBootsGloves7"] = { type = "Prefix", affix = "Essences", "+(38-45) to maximum Energy Shield", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(39-45) to maximum Energy Shield", statOrder = { 1419 }, level = 58, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceHelm6"] = { type = "Prefix", affix = "Essences", "+(46-51) to maximum Energy Shield", statOrder = { 1419 }, level = 74, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldEssenceHelm7"] = { type = "Prefix", affix = "Essences", "+(52-58) to maximum Energy Shield", statOrder = { 1419 }, level = 82, group = "LocalEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["AddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds 1 to 2 Physical Damage to Attacks", statOrder = { 1131 }, level = 5, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-5) Physical Damage to Attacks", statOrder = { 1131 }, level = 13, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (3-4) to (6-7) Physical Damage to Attacks", statOrder = { 1131 }, level = 19, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (9-10) Physical Damage to Attacks", statOrder = { 1131 }, level = 28, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrder = { 1131 }, level = 35, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (6-9) to (13-15) Physical Damage to Attacks", statOrder = { 1131 }, level = 44, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-10) to (15-18) Physical Damage to Attacks", statOrder = { 1131 }, level = 52, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (9-12) to (19-22) Physical Damage to Attacks", statOrder = { 1131 }, level = 64, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (11-15) to (22-26) Physical Damage to Attacks", statOrder = { 1131 }, level = 76, group = "PhysicalDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 0, 1000, 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver1"] = { type = "Prefix", affix = "Glinting", "Adds (1-2) to 3 Physical Damage to Attacks", statOrder = { 1131 }, level = 5, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver2"] = { type = "Prefix", affix = "Burnished", "Adds (3-4) to (6-8) Physical Damage to Attacks", statOrder = { 1131 }, level = 13, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver3"] = { type = "Prefix", affix = "Polished", "Adds (5-6) to (9-10) Physical Damage to Attacks", statOrder = { 1131 }, level = 19, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver4"] = { type = "Prefix", affix = "Honed", "Adds (6-9) to (13-16) Physical Damage to Attacks", statOrder = { 1131 }, level = 28, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver5"] = { type = "Prefix", affix = "Gleaming", "Adds (8-11) to (16-18) Physical Damage to Attacks", statOrder = { 1131 }, level = 35, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver6"] = { type = "Prefix", affix = "Annealed", "Adds (10-13) to (19-23) Physical Damage to Attacks", statOrder = { 1131 }, level = 44, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (11-16) to (23-26) Physical Damage to Attacks", statOrder = { 1131 }, level = 52, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver8"] = { type = "Prefix", affix = "Tempered", "Adds (14-19) to (28-33) Physical Damage to Attacks", statOrder = { 1131 }, level = 64, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageQuiver9"] = { type = "Prefix", affix = "Flaring", "Adds (17-23) to (34-39) Physical Damage to Attacks", statOrder = { 1131 }, level = 76, group = "PhysicalDamage", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceAmulet7"] = { type = "Prefix", affix = "Essences", "Adds (16-18) to (27-30) Physical Damage to Attacks", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-13) Physical Damage to Attacks", statOrder = { 1131 }, level = 58, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing6"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-15) Physical Damage to Attacks", statOrder = { 1131 }, level = 74, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing7"] = { type = "Prefix", affix = "Essences", "Adds (10-11) to (16-17) Physical Damage to Attacks", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceGlovesQuiver4"] = { type = "Prefix", affix = "Essences", "Adds (3-5) to (7-8) Physical Damage to Attacks", statOrder = { 1131 }, level = 42, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceGlovesQuiver5"] = { type = "Prefix", affix = "Essences", "Adds (4-5) to (8-9) Physical Damage to Attacks", statOrder = { 1131 }, level = 58, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceGlovesQuiver6"] = { type = "Prefix", affix = "Essences", "Adds (5-6) to (9-10) Physical Damage to Attacks", statOrder = { 1131 }, level = 74, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceGlovesQuiver7"] = { type = "Prefix", affix = "Essences", "Adds (6-7) to (10-11) Physical Damage to Attacks", statOrder = { 1131 }, level = 82, group = "PhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds 1 to 2 Fire Damage to Attacks", statOrder = { 1224 }, level = 1, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (7-8) Fire Damage to Attacks", statOrder = { 1224 }, level = 12, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (5-7) to (11-13) Fire Damage to Attacks", statOrder = { 1224 }, level = 20, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (7-10) to (15-18) Fire Damage to Attacks", statOrder = { 1224 }, level = 28, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (9-12) to (19-22) Fire Damage to Attacks", statOrder = { 1224 }, level = 35, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (11-15) to (23-27) Fire Damage to Attacks", statOrder = { 1224 }, level = 44, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (13-18) to (27-31) Fire Damage to Attacks", statOrder = { 1224 }, level = 52, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (16-22) to (32-38) Fire Damage to Attacks", statOrder = { 1224 }, level = 64, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (19-25) to (39-45) Fire Damage to Attacks", statOrder = { 1224 }, level = 76, group = "FireDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to 3 Fire Damage to Attacks", statOrder = { 1224 }, level = 1, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver2"] = { type = "Prefix", affix = "Smouldering", "Adds (5-7) to (10-12) Fire Damage to Attacks", statOrder = { 1224 }, level = 12, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver3"] = { type = "Prefix", affix = "Smoking", "Adds (8-10) to (15-18) Fire Damage to Attacks", statOrder = { 1224 }, level = 20, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver4"] = { type = "Prefix", affix = "Burning", "Adds (11-14) to (21-25) Fire Damage to Attacks", statOrder = { 1224 }, level = 28, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver5_"] = { type = "Prefix", affix = "Flaming", "Adds (13-18) to (27-31) Fire Damage to Attacks", statOrder = { 1224 }, level = 35, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver6"] = { type = "Prefix", affix = "Scorching", "Adds (17-22) to (33-38) Fire Damage to Attacks", statOrder = { 1224 }, level = 44, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver7"] = { type = "Prefix", affix = "Incinerating", "Adds (20-27) to (40-47) Fire Damage to Attacks", statOrder = { 1224 }, level = 52, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver8__"] = { type = "Prefix", affix = "Blasting", "Adds (27-35) to (53-62) Fire Damage to Attacks", statOrder = { 1224 }, level = 64, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiver9"] = { type = "Prefix", affix = "Cremating", "Adds (37-50) to (74-87) Fire Damage to Attacks", statOrder = { 1224 }, level = 76, group = "FireDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageQuiverEssence10"] = { type = "Prefix", affix = "Essences", "Adds (41-55) to (81-96) Fire Damage to Attacks", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (23-27) to (43-48) Fire Damage to Attacks", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEssenceGlovesQuiver4"] = { type = "Prefix", affix = "Essences", "Adds (5-7) to (11-14) Fire Damage to Attacks", statOrder = { 1224 }, level = 42, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEssenceGlovesQuiver5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (13-17) Fire Damage to Attacks", statOrder = { 1224 }, level = 58, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEssenceGlovesQuiver6"] = { type = "Prefix", affix = "Essences", "Adds (8-10) to (16-18) Fire Damage to Attacks", statOrder = { 1224 }, level = 74, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEssenceGlovesQuiver7"] = { type = "Prefix", affix = "Essences", "Adds (9-11) to (17-21) Fire Damage to Attacks", statOrder = { 1224 }, level = 82, group = "FireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to 2 Cold Damage to Attacks", statOrder = { 1233 }, level = 2, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (7-8) Cold Damage to Attacks", statOrder = { 1233 }, level = 13, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (5-7) to (10-12) Cold Damage to Attacks", statOrder = { 1233 }, level = 21, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (13-16) Cold Damage to Attacks", statOrder = { 1233 }, level = 29, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (8-11) to (16-19) Cold Damage to Attacks", statOrder = { 1233 }, level = 36, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (10-13) to (20-24) Cold Damage to Attacks", statOrder = { 1233 }, level = 45, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (12-16) to (24-28) Cold Damage to Attacks", statOrder = { 1233 }, level = 53, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (14-19) to (29-34) Cold Damage to Attacks", statOrder = { 1233 }, level = 65, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (17-22) to (34-40) Cold Damage to Attacks", statOrder = { 1233 }, level = 77, group = "ColdDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to 3 Cold Damage to Attacks", statOrder = { 1233 }, level = 2, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver2"] = { type = "Prefix", affix = "Chilled", "Adds (5-6) to (9-10) Cold Damage to Attacks", statOrder = { 1233 }, level = 13, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver3_"] = { type = "Prefix", affix = "Icy", "Adds (7-9) to (14-16) Cold Damage to Attacks", statOrder = { 1233 }, level = 21, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver4__"] = { type = "Prefix", affix = "Frigid", "Adds (10-13) to (19-22) Cold Damage to Attacks", statOrder = { 1233 }, level = 29, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver5"] = { type = "Prefix", affix = "Freezing", "Adds (12-16) to (24-28) Cold Damage to Attacks", statOrder = { 1233 }, level = 36, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver6"] = { type = "Prefix", affix = "Frozen", "Adds (15-20) to (30-35) Cold Damage to Attacks", statOrder = { 1233 }, level = 45, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver7"] = { type = "Prefix", affix = "Glaciated", "Adds (18-24) to (36-42) Cold Damage to Attacks", statOrder = { 1233 }, level = 53, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver8"] = { type = "Prefix", affix = "Polar", "Adds (23-32) to (48-55) Cold Damage to Attacks", statOrder = { 1233 }, level = 65, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiver9_"] = { type = "Prefix", affix = "Entombing", "Adds (33-45) to (67-78) Cold Damage to Attacks", statOrder = { 1233 }, level = 77, group = "ColdDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageQuiverEssence10"] = { type = "Prefix", affix = "Essences", "Adds (36-50) to (74-86) Cold Damage to Attacks", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (20-24) to (38-44) Cold Damage to Attacks", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEssenceQuiverGloves4"] = { type = "Prefix", affix = "Essences", "Adds (6-7) to (11-14) Cold Damage to Attacks", statOrder = { 1233 }, level = 42, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEssenceQuiverGloves5"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-15) Cold Damage to Attacks", statOrder = { 1233 }, level = 58, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEssenceQuiverGloves6"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-16) Cold Damage to Attacks", statOrder = { 1233 }, level = 74, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEssenceQuiverGloves7"] = { type = "Prefix", affix = "Essences", "Adds (8-10) to (14-17) Cold Damage to Attacks", statOrder = { 1233 }, level = 82, group = "ColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to 5 Lightning Damage to Attacks", statOrder = { 1244 }, level = 3, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-15) Lightning Damage to Attacks", statOrder = { 1244 }, level = 13, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (22-23) Lightning Damage to Attacks", statOrder = { 1244 }, level = 22, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-2) to (27-28) Lightning Damage to Attacks", statOrder = { 1244 }, level = 28, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (33-34) Lightning Damage to Attacks", statOrder = { 1244 }, level = 35, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (40-43) Lightning Damage to Attacks", statOrder = { 1244 }, level = 44, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-5) to (47-50) Lightning Damage to Attacks", statOrder = { 1244 }, level = 52, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (3-6) to (57-61) Lightning Damage to Attacks", statOrder = { 1244 }, level = 64, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 100, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (3-7) to (68-72) Lightning Damage to Attacks", statOrder = { 1244 }, level = 76, group = "LightningDamage", weightKey = { "ring", "amulet", "gloves", "default", }, weightVal = { 50, 250, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (3-4) Lightning Damage to Attacks", statOrder = { 1244 }, level = 3, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver2"] = { type = "Prefix", affix = "Buzzing", "Adds 2 to (16-18) Lightning Damage to Attacks", statOrder = { 1244 }, level = 13, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver3"] = { type = "Prefix", affix = "Snapping", "Adds (1-3) to (25-28) Lightning Damage to Attacks", statOrder = { 1244 }, level = 22, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver4"] = { type = "Prefix", affix = "Crackling", "Adds (2-3) to (35-40) Lightning Damage to Attacks", statOrder = { 1244 }, level = 28, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver5_"] = { type = "Prefix", affix = "Sparking", "Adds (2-4) to (44-50) Lightning Damage to Attacks", statOrder = { 1244 }, level = 35, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver6___"] = { type = "Prefix", affix = "Arcing", "Adds (2-5) to (56-62) Lightning Damage to Attacks", statOrder = { 1244 }, level = 44, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver7"] = { type = "Prefix", affix = "Shocking", "Adds (2-6) to (66-75) Lightning Damage to Attacks", statOrder = { 1244 }, level = 52, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver8"] = { type = "Prefix", affix = "Discharging", "Adds (3-8) to (89-99) Lightning Damage to Attacks", statOrder = { 1244 }, level = 64, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiver9"] = { type = "Prefix", affix = "Electrocuting", "Adds (5-11) to (124-140) Lightning Damage to Attacks", statOrder = { 1244 }, level = 76, group = "LightningDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageQuiverEssence10__"] = { type = "Prefix", affix = "Essences", "Adds (6-13) to (136-155) Lightning Damage to Attacks", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-8) to (71-76) Lightning Damage to Attacks", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssenceQuiverGloves3_"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (21-22) Lightning Damage to Attacks", statOrder = { 1244 }, level = 26, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssenceQuiverGloves4"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (23-24) Lightning Damage to Attacks", statOrder = { 1244 }, level = 42, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssenceQuiverGloves5"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (25-26) Lightning Damage to Attacks", statOrder = { 1244 }, level = 58, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssenceQuiverGloves6"] = { type = "Prefix", affix = "Essences", "Adds (1-2) to (27-28) Lightning Damage to Attacks", statOrder = { 1244 }, level = 74, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEssenceQuiverGloves7"] = { type = "Prefix", affix = "Essences", "Adds (1-3) to (29-30) Lightning Damage to Attacks", statOrder = { 1244 }, level = 82, group = "LightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedChaosDamageQuiver1"] = { type = "Prefix", affix = "Malicious", "Adds (27-41) to (55-69) Chaos Damage to Attacks", statOrder = { 1251 }, level = 83, group = "ChaosDamage", weightKey = { "quiver", "default", }, weightVal = { 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedFireDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (11-13) Fire Damage to Attacks", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1224, 1812 }, level = 1, group = "FireDamagePhysConvertedToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AddedColdDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (10-12) Cold Damage to Attacks", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1233, 1814 }, level = 1, group = "ColdDamagePhysConvertedToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (1-2) to (22-23) Lightning Damage to Attacks", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1244, 1816 }, level = 1, group = "LightningDamagePhysConvertedToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["LifeLeech1"] = { type = "Prefix", affix = "Remora's", "(1-2)% of Physical Attack Damage Leeched as Life", statOrder = { 1506 }, level = 9, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech2"] = { type = "Prefix", affix = "Lamprey's", "(3-4)% of Physical Attack Damage Leeched as Life", statOrder = { 1506 }, level = 25, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeech3"] = { type = "Prefix", affix = "Vampire's", "(5-6)% of Physical Attack Damage Leeched as Life", statOrder = { 1506 }, level = 72, group = "LifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad1"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 50, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad2"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 60, group = "LifeLeechPermyriad", weightKey = { "ranged", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad3"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 70, group = "LifeLeechPermyriad", weightKey = { "ranged", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence1"] = { type = "Prefix", affix = "Essences", "(0.5-0.7)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence2"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 10, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence3_"] = { type = "Prefix", affix = "Essences", "(0.7-0.9)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 26, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence4"] = { type = "Prefix", affix = "Essences", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 42, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence5"] = { type = "Prefix", affix = "Essences", "(0.9-1.1)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 58, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence6"] = { type = "Prefix", affix = "Essences", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 74, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(1.1-1.3)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 82, group = "LifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ElementalDamagePercent1"] = { type = "Prefix", affix = "Augur's", "(4-8)% increased Elemental Damage", statOrder = { 1835 }, level = 4, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercent2"] = { type = "Prefix", affix = "Auspex's", "(9-16)% increased Elemental Damage", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercent3"] = { type = "Prefix", affix = "Druid's", "(17-24)% increased Elemental Damage", statOrder = { 1835 }, level = 30, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercent4"] = { type = "Prefix", affix = "Haruspex's", "(25-29)% increased Elemental Damage", statOrder = { 1835 }, level = 60, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalDamagePercent5"] = { type = "Prefix", affix = "Harbinger's", "(30-34)% increased Elemental Damage", statOrder = { 1835 }, level = 81, group = "ElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating1"] = { type = "Prefix", affix = "Squire's", "(15-19)% increased Physical Damage", "+(16-20) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 1, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating2"] = { type = "Prefix", affix = "Journeyman's", "(20-24)% increased Physical Damage", "+(21-46) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 11, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating3"] = { type = "Prefix", affix = "Reaver's", "(25-34)% increased Physical Damage", "+(47-72) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 23, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating4"] = { type = "Prefix", affix = "Mercenary's", "(35-44)% increased Physical Damage", "+(73-97) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 35, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating5"] = { type = "Prefix", affix = "Champion's", "(45-54)% increased Physical Damage", "+(98-123) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 46, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating6"] = { type = "Prefix", affix = "Conqueror's", "(55-64)% increased Physical Damage", "+(124-149) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 60, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating7"] = { type = "Prefix", affix = "Emperor's", "(65-74)% increased Physical Damage", "+(150-174) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 73, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAccuracyRating8"] = { type = "Prefix", affix = "Dictator's", "(75-79)% increased Physical Damage", "+(175-200) to Accuracy Rating", statOrder = { 1098, 1878 }, level = 83, group = "LocalIncreasedPhysicalDamagePercentAndAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 25, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(40-49)% increased Physical Damage", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(50-64)% increased Physical Damage", statOrder = { 1098 }, level = 11, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(65-84)% increased Physical Damage", statOrder = { 1098 }, level = 23, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Vicious", "(85-109)% increased Physical Damage", statOrder = { 1098 }, level = 35, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent5"] = { type = "Prefix", affix = "Bloodthirsty", "(110-134)% increased Physical Damage", statOrder = { 1098 }, level = 46, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent6"] = { type = "Prefix", affix = "Cruel", "(135-154)% increased Physical Damage", statOrder = { 1098 }, level = 60, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent7"] = { type = "Prefix", affix = "Tyrannical", "(155-169)% increased Physical Damage", statOrder = { 1098 }, level = 73, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercent8"] = { type = "Prefix", affix = "Merciless", "(170-179)% increased Physical Damage", statOrder = { 1098 }, level = 83, group = "LocalPhysicalDamagePercent", weightKey = { "weapon", "default", }, weightVal = { 25, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamageEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(155-169)% increased Physical Damage", "Gain (9-10)% of Physical Damage as Extra Chaos Damage", statOrder = { 1098, 1792 }, level = 1, group = "LocalPhysicalDamagePercentAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, + ["IncreasedPhysicalDamagePercent1"] = { type = "Prefix", affix = "Heavy", "(8-12)% increased Global Physical Damage", statOrder = { 1097 }, level = 4, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercent2"] = { type = "Prefix", affix = "Serrated", "(13-17)% increased Global Physical Damage", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercent3"] = { type = "Prefix", affix = "Wicked", "(18-22)% increased Global Physical Damage", statOrder = { 1097 }, level = 30, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercent4"] = { type = "Prefix", affix = "Cruel", "(23-28)% increased Global Physical Damage", statOrder = { 1097 }, level = 60, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["IncreasedPhysicalDamagePercent5__"] = { type = "Prefix", affix = "Merciless", "(29-33)% increased Global Physical Damage", statOrder = { 1097 }, level = 81, group = "PhysicalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["LocalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Glinting", "Adds 1 to (2-3) Physical Damage", statOrder = { 1140 }, level = 2, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage2"] = { type = "Prefix", affix = "Burnished", "Adds (4-5) to (8-9) Physical Damage", statOrder = { 1140 }, level = 13, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage3"] = { type = "Prefix", affix = "Polished", "Adds (6-9) to (13-15) Physical Damage", statOrder = { 1140 }, level = 21, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage4"] = { type = "Prefix", affix = "Honed", "Adds (8-12) to (17-20) Physical Damage", statOrder = { 1140 }, level = 29, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage5"] = { type = "Prefix", affix = "Gleaming", "Adds (11-14) to (21-25) Physical Damage", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage6"] = { type = "Prefix", affix = "Annealed", "Adds (13-18) to (27-31) Physical Damage", statOrder = { 1140 }, level = 46, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 800, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (16-21) to (32-38) Physical Damage", statOrder = { 1140 }, level = 54, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage8"] = { type = "Prefix", affix = "Tempered", "Adds (19-25) to (39-45) Physical Damage", statOrder = { 1140 }, level = 65, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamage9"] = { type = "Prefix", affix = "Flaring", "Adds (22-29) to (45-52) Physical Damage", statOrder = { 1140 }, level = 77, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageEssenceNew7"] = { type = "Prefix", affix = "Essences", "Adds (20-26) to (40-47) Physical Damage", statOrder = { 1140 }, level = 82, group = "LocalPhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand1"] = { type = "Prefix", affix = "Glinting", "Adds 2 to (4-5) Physical Damage", statOrder = { 1140 }, level = 2, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand2"] = { type = "Prefix", affix = "Burnished", "Adds (6-8) to (12-15) Physical Damage", statOrder = { 1140 }, level = 13, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand3"] = { type = "Prefix", affix = "Polished", "Adds (10-13) to (21-25) Physical Damage", statOrder = { 1140 }, level = 21, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand4"] = { type = "Prefix", affix = "Honed", "Adds (13-17) to (28-32) Physical Damage", statOrder = { 1140 }, level = 29, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand5"] = { type = "Prefix", affix = "Gleaming", "Adds (16-22) to (35-40) Physical Damage", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand6"] = { type = "Prefix", affix = "Annealed", "Adds (20-28) to (43-51) Physical Damage", statOrder = { 1140 }, level = 46, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 800, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand7"] = { type = "Prefix", affix = "Razor-sharp", "Adds (25-33) to (52-61) Physical Damage", statOrder = { 1140 }, level = 54, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand8"] = { type = "Prefix", affix = "Tempered", "Adds (30-40) to (63-73) Physical Damage", statOrder = { 1140 }, level = 65, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHand9"] = { type = "Prefix", affix = "Flaring", "Adds (34-47) to (72-84) Physical Damage", statOrder = { 1140 }, level = 77, group = "LocalPhysicalDamageTwoHanded", weightKey = { "two_hand_weapon", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedPhysicalDamageTwoHandEssenceNew7__"] = { type = "Prefix", affix = "Essences", "Adds (31-42) to (65-75) Physical Damage", statOrder = { 1140 }, level = 82, group = "LocalPhysicalDamageTwoHanded", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(11-28)% increased Energy Shield", statOrder = { 1420 }, level = 3, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(27-42)% increased Energy Shield", statOrder = { 1420 }, level = 18, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(43-55)% increased Energy Shield", statOrder = { 1420 }, level = 30, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(56-67)% increased Energy Shield", statOrder = { 1420 }, level = 44, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(68-79)% increased Energy Shield", statOrder = { 1420 }, level = 60, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(80-91)% increased Energy Shield", statOrder = { 1420 }, level = 72, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent7_"] = { type = "Prefix", affix = "Unassailable", "(92-100)% increased Energy Shield", statOrder = { 1420 }, level = 84, group = "LocalEnergyShieldPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercent8"] = { type = "Prefix", affix = "Unfaltering", "(101-110)% increased Energy Shield", statOrder = { 1420 }, level = 86, group = "LocalEnergyShieldPercent", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(15-26)% increased Armour", statOrder = { 1403 }, level = 3, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(27-42)% increased Armour", statOrder = { 1403 }, level = 17, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(43-55)% increased Armour", statOrder = { 1403 }, level = 29, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(56-67)% increased Armour", statOrder = { 1403 }, level = 42, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(68-79)% increased Armour", statOrder = { 1403 }, level = 60, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(80-91)% increased Armour", statOrder = { 1403 }, level = 72, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(92-100)% increased Armour", statOrder = { 1403 }, level = 84, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercent8_"] = { type = "Prefix", affix = "Impenetrable", "(101-110)% increased Armour", statOrder = { 1403 }, level = 86, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "dex_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Shade's", "(15-26)% increased Evasion Rating", statOrder = { 1411 }, level = 3, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Ghost's", "(27-42)% increased Evasion Rating", statOrder = { 1411 }, level = 19, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Spectre's", "(43-55)% increased Evasion Rating", statOrder = { 1411 }, level = 30, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Wraith's", "(56-67)% increased Evasion Rating", statOrder = { 1411 }, level = 44, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Phantasm's", "(68-79)% increased Evasion Rating", statOrder = { 1411 }, level = 60, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Nightmare's", "(80-91)% increased Evasion Rating", statOrder = { 1411 }, level = 72, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Mirage's", "(92-100)% increased Evasion Rating", statOrder = { 1411 }, level = 84, group = "LocalEvasionRatingIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercent8"] = { type = "Prefix", affix = "Illusion's", "(101-110)% increased Evasion Rating", statOrder = { 1411 }, level = 86, group = "LocalEvasionRatingIncreasePercent", weightKey = { "int_armour", "str_dex_armour", "str_int_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedArmourAndEnergyShield1"] = { type = "Prefix", affix = "Infixed", "(15-26)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 3, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield2"] = { type = "Prefix", affix = "Ingrained", "(27-42)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 19, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield3"] = { type = "Prefix", affix = "Instilled", "(43-55)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 30, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield4"] = { type = "Prefix", affix = "Infused", "(56-67)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 44, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield5"] = { type = "Prefix", affix = "Inculcated", "(68-79)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 60, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield6"] = { type = "Prefix", affix = "Interpolated", "(80-91)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 72, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield7"] = { type = "Prefix", affix = "Inspired", "(92-100)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 84, group = "LocalArmourAndEnergyShield", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShield8"] = { type = "Prefix", affix = "Interpermeated", "(101-110)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 86, group = "LocalArmourAndEnergyShield", weightKey = { "int_armour", "str_dex_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEvasion1"] = { type = "Prefix", affix = "Scrapper's", "(15-26)% increased Armour and Evasion", statOrder = { 1414 }, level = 3, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion2"] = { type = "Prefix", affix = "Brawler's", "(27-42)% increased Armour and Evasion", statOrder = { 1414 }, level = 19, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion3"] = { type = "Prefix", affix = "Fencer's", "(43-55)% increased Armour and Evasion", statOrder = { 1414 }, level = 30, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion4"] = { type = "Prefix", affix = "Gladiator's", "(56-67)% increased Armour and Evasion", statOrder = { 1414 }, level = 44, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion5"] = { type = "Prefix", affix = "Duelist's", "(68-79)% increased Armour and Evasion", statOrder = { 1414 }, level = 60, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion6"] = { type = "Prefix", affix = "Hero's", "(80-91)% increased Armour and Evasion", statOrder = { 1414 }, level = 72, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion7"] = { type = "Prefix", affix = "Legend's", "(92-100)% increased Armour and Evasion", statOrder = { 1414 }, level = 84, group = "LocalArmourAndEvasion", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasion8"] = { type = "Prefix", affix = "Victor's", "(101-110)% increased Armour and Evasion", statOrder = { 1414 }, level = 86, group = "LocalArmourAndEvasion", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "dex_int_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedEvasionAndEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(15-26)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 3, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(27-42)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 19, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(43-55)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 30, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(56-67)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 44, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield5_"] = { type = "Prefix", affix = "Evanescent", "(68-79)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 60, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(80-91)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 72, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield7"] = { type = "Prefix", affix = "Illusory", "(92-100)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 84, group = "LocalEvasionAndEnergyShield", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShield8"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 86, group = "LocalEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "str_dex_int_armour", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield1"] = { type = "Prefix", affix = "Shadowy", "(27-42)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 3, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield2"] = { type = "Prefix", affix = "Ethereal", "(43-55)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 19, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield3"] = { type = "Prefix", affix = "Unworldly", "(56-67)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 30, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield4"] = { type = "Prefix", affix = "Ephemeral", "(68-79)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 44, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield5"] = { type = "Prefix", affix = "Evanescent", "(80-91)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 60, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield6"] = { type = "Prefix", affix = "Unreal", "(92-100)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 72, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShield7__"] = { type = "Prefix", affix = "Incorporeal", "(101-110)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 85, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "int_armour", "str_int_armour", "dex_armour", "str_armour", "str_dex_armour", "dex_int_armour", "body_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 3, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 18, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 30, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 44, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 60, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedEnergyShieldPercentAndStunRecovery6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrder = { 1420, 1759 }, level = 78, group = "LocalEnergyShieldAndStunRecoveryPercent", weightKey = { "int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour", "(6-7)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 1, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour", "(8-9)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 17, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour", "(10-11)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 29, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour", "(12-13)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 42, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour", "(14-15)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 60, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndStunRecovery6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour", "(16-17)% increased Stun and Block Recovery", statOrder = { 1403, 1759 }, level = 78, group = "LocalPhysicalDamageReductionRatingAndStunRecoveryPercent", weightKey = { "str_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndAdditionalBlockChance1"] = { type = "Prefix", affix = "Reliable", "(25-30)% increased Armour", "+2% Chance to Block", statOrder = { 1403, 2102 }, level = 45, group = "LocalPhysicalDamageReductionRatingPercentAndBlockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingPercentAndAdditionalBlockChance2"] = { type = "Prefix", affix = "Unfailing", "(31-36)% increased Armour", "+3% Chance to Block", statOrder = { 1403, 2102 }, level = 78, group = "LocalPhysicalDamageReductionRatingPercentAndBlockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "defences", "armour" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion Rating", "(6-7)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 2, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion Rating", "(8-9)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 19, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion Rating", "(10-11)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 30, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion Rating", "(12-13)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 44, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion Rating", "(14-15)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 60, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingPercentAndStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion Rating", "(16-17)% increased Stun and Block Recovery", statOrder = { 1411, 1759 }, level = 78, group = "LocalEvasionRatingAndStunRecoveryIncreasePercent", weightKey = { "dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery1"] = { type = "Prefix", affix = "Pixie's", "(6-13)% increased Armour and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 2, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery2"] = { type = "Prefix", affix = "Gremlin's", "(14-20)% increased Armour and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 19, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery3"] = { type = "Prefix", affix = "Boggart's", "(21-26)% increased Armour and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 30, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery4"] = { type = "Prefix", affix = "Naga's", "(27-32)% increased Armour and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 44, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery5"] = { type = "Prefix", affix = "Djinn's", "(33-38)% increased Armour and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 60, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEnergyShieldAndStunRecovery6"] = { type = "Prefix", affix = "Seraphim's", "(39-42)% increased Armour and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrder = { 1413, 1759 }, level = 78, group = "LocalArmourAndEnergyShieldAndStunRecovery", weightKey = { "str_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery1"] = { type = "Prefix", affix = "Beetle's", "(6-13)% increased Armour and Evasion", "(6-7)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 2, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery2"] = { type = "Prefix", affix = "Crab's", "(14-20)% increased Armour and Evasion", "(8-9)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 19, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery3"] = { type = "Prefix", affix = "Armadillo's", "(21-26)% increased Armour and Evasion", "(10-11)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 30, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery4"] = { type = "Prefix", affix = "Rhino's", "(27-32)% increased Armour and Evasion", "(12-13)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 44, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery5"] = { type = "Prefix", affix = "Elephant's", "(33-38)% increased Armour and Evasion", "(14-15)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 60, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedArmourAndEvasionAndStunRecovery6"] = { type = "Prefix", affix = "Mammoth's", "(39-42)% increased Armour and Evasion", "(16-17)% increased Stun and Block Recovery", statOrder = { 1414, 1759 }, level = 78, group = "LocalArmourAndEvasionAndStunRecovery", weightKey = { "str_dex_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Evasion and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 2, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Evasion and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 19, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Evasion and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 30, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Evasion and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 44, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Evasion and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 60, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedEvasionAndEnergyShieldAndStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Evasion and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrder = { 1415, 1759 }, level = 78, group = "LocalEvasionAndEnergyShieldAndStunRecovery", weightKey = { "dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery1"] = { type = "Prefix", affix = "Mosquito's", "(6-13)% increased Armour, Evasion and Energy Shield", "(6-7)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 2, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery2"] = { type = "Prefix", affix = "Moth's", "(14-20)% increased Armour, Evasion and Energy Shield", "(8-9)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 19, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery3"] = { type = "Prefix", affix = "Butterfly's", "(21-26)% increased Armour, Evasion and Energy Shield", "(10-11)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 30, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery4"] = { type = "Prefix", affix = "Wasp's", "(27-32)% increased Armour, Evasion and Energy Shield", "(12-13)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 44, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery5"] = { type = "Prefix", affix = "Dragonfly's", "(33-38)% increased Armour, Evasion and Energy Shield", "(14-15)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 60, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalIncreasedArmourEvasionEnergyShieldStunRecovery6"] = { type = "Prefix", affix = "Hummingbird's", "(39-42)% increased Armour, Evasion and Energy Shield", "(16-17)% increased Stun and Block Recovery", statOrder = { 1416, 1759 }, level = 78, group = "LocalArmourAndEvasionAndEnergyShieldAndStunRecovery", weightKey = { "str_dex_int_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["LocalAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-10) to (15-18) Fire Damage", statOrder = { 1226 }, level = 11, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (12-17) to (25-29) Fire Damage", statOrder = { 1226 }, level = 18, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (17-24) to (35-41) Fire Damage", statOrder = { 1226 }, level = 26, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (24-33) to (49-57) Fire Damage", statOrder = { 1226 }, level = 33, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (34-46) to (68-80) Fire Damage", statOrder = { 1226 }, level = 42, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (46-62) to (93-107) Fire Damage", statOrder = { 1226 }, level = 51, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (59-81) to (120-140) Fire Damage", statOrder = { 1226 }, level = 62, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (74-101) to (150-175) Fire Damage", statOrder = { 1226 }, level = 74, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamage10_"] = { type = "Prefix", affix = "Carbonising", "Adds (89-121) to (180-210) Fire Damage", statOrder = { 1226 }, level = 82, group = "LocalFireDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (80-109) to (162-189) Fire Damage", statOrder = { 1226 }, level = 82, group = "LocalFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageEnhancedMod_"] = { type = "Prefix", affix = "Topotante's", "Adds (59-79) to (118-138) Fire Damage", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrder = { 1226, 3595 }, level = 1, group = "LocalFireDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (3-5) to (6-7) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (14-20) to (29-33) Fire Damage", statOrder = { 1226 }, level = 11, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (23-31) to (47-54) Fire Damage", statOrder = { 1226 }, level = 18, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (32-44) to (65-76) Fire Damage", statOrder = { 1226 }, level = 26, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (45-61) to (91-106) Fire Damage", statOrder = { 1226 }, level = 33, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand6"] = { type = "Prefix", affix = "Scorching", "Adds (63-85) to (128-148) Fire Damage", statOrder = { 1226 }, level = 42, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (85-115) to (172-200) Fire Damage", statOrder = { 1226 }, level = 51, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand8_"] = { type = "Prefix", affix = "Blasting", "Adds (110-150) to (223-260) Fire Damage", statOrder = { 1226 }, level = 62, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (137-188) to (279-325) Fire Damage", statOrder = { 1226 }, level = 74, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHand10"] = { type = "Prefix", affix = "Carbonising", "Adds (165-225) to (335-390) Fire Damage", statOrder = { 1226 }, level = 82, group = "LocalFireDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged1"] = { type = "Prefix", affix = "Heated", "Adds (3-5) to (6-7) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged2"] = { type = "Prefix", affix = "Smouldering", "Adds (14-20) to (29-33) Fire Damage", statOrder = { 1226 }, level = 11, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged3"] = { type = "Prefix", affix = "Smoking", "Adds (23-31) to (47-54) Fire Damage", statOrder = { 1226 }, level = 18, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged4"] = { type = "Prefix", affix = "Burning", "Adds (32-44) to (65-76) Fire Damage", statOrder = { 1226 }, level = 26, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged5"] = { type = "Prefix", affix = "Flaming", "Adds (45-61) to (91-106) Fire Damage", statOrder = { 1226 }, level = 33, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged6"] = { type = "Prefix", affix = "Scorching", "Adds (63-85) to (128-148) Fire Damage", statOrder = { 1226 }, level = 42, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged7"] = { type = "Prefix", affix = "Incinerating", "Adds (85-115) to (172-200) Fire Damage", statOrder = { 1226 }, level = 51, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged8"] = { type = "Prefix", affix = "Blasting", "Adds (110-150) to (223-260) Fire Damage", statOrder = { 1226 }, level = 62, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged9_"] = { type = "Prefix", affix = "Cremating", "Adds (137-188) to (279-325) Fire Damage", statOrder = { 1226 }, level = 74, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageRanged10"] = { type = "Prefix", affix = "Carbonising", "Adds (165-225) to (335-390) Fire Damage", statOrder = { 1226 }, level = 82, group = "LocalFireDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (149-203) to (302-351) Fire Damage", statOrder = { 1226 }, level = 82, group = "LocalFireDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (109-147) to (220-256) Fire Damage", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrder = { 1226, 3595 }, level = 1, group = "LocalFireDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage", statOrder = { 1235 }, level = 2, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (7-9) to (14-16) Cold Damage", statOrder = { 1235 }, level = 12, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (11-15) to (23-26) Cold Damage", statOrder = { 1235 }, level = 19, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (16-21) to (31-37) Cold Damage", statOrder = { 1235 }, level = 27, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (22-30) to (44-51) Cold Damage", statOrder = { 1235 }, level = 34, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage6"] = { type = "Prefix", affix = "Frozen", "Adds (31-42) to (62-71) Cold Damage", statOrder = { 1235 }, level = 43, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (41-57) to (83-97) Cold Damage", statOrder = { 1235 }, level = 52, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (54-74) to (108-126) Cold Damage", statOrder = { 1235 }, level = 63, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (68-92) to (136-157) Cold Damage", statOrder = { 1235 }, level = 75, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamage10__"] = { type = "Prefix", affix = "Crystalising", "Adds (81-111) to (163-189) Cold Damage", statOrder = { 1235 }, level = 82, group = "LocalColdDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (73-100) to (147-170) Cold Damage", statOrder = { 1235 }, level = 82, group = "LocalColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (53-72) to (107-124) Cold Damage", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrder = { 1235, 3596 }, level = 1, group = "LocalColdDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (6-7) Cold Damage", statOrder = { 1235 }, level = 2, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (12-17) to (26-30) Cold Damage", statOrder = { 1235 }, level = 12, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (21-28) to (42-48) Cold Damage", statOrder = { 1235 }, level = 19, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (29-40) to (58-68) Cold Damage", statOrder = { 1235 }, level = 27, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (41-55) to (81-95) Cold Damage", statOrder = { 1235 }, level = 34, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (57-77) to (114-132) Cold Damage", statOrder = { 1235 }, level = 43, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (77-104) to (154-178) Cold Damage", statOrder = { 1235 }, level = 52, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (99-136) to (200-232) Cold Damage", statOrder = { 1235 }, level = 63, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (124-170) to (250-290) Cold Damage", statOrder = { 1235 }, level = 75, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHand10"] = { type = "Prefix", affix = "Crystalising", "Adds (149-204) to (300-348) Cold Damage", statOrder = { 1235 }, level = 82, group = "LocalColdDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged1"] = { type = "Prefix", affix = "Frosted", "Adds (2-3) to (6-7) Cold Damage", statOrder = { 1235 }, level = 2, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged2"] = { type = "Prefix", affix = "Chilled", "Adds (12-17) to (26-30) Cold Damage", statOrder = { 1235 }, level = 12, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged3"] = { type = "Prefix", affix = "Icy", "Adds (21-28) to (42-48) Cold Damage", statOrder = { 1235 }, level = 19, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged4"] = { type = "Prefix", affix = "Frigid", "Adds (29-40) to (58-68) Cold Damage", statOrder = { 1235 }, level = 27, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged5"] = { type = "Prefix", affix = "Freezing", "Adds (41-55) to (81-95) Cold Damage", statOrder = { 1235 }, level = 34, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged6"] = { type = "Prefix", affix = "Frozen", "Adds (57-77) to (114-132) Cold Damage", statOrder = { 1235 }, level = 43, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged7"] = { type = "Prefix", affix = "Glaciated", "Adds (77-104) to (154-178) Cold Damage", statOrder = { 1235 }, level = 52, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged8"] = { type = "Prefix", affix = "Polar", "Adds (99-136) to (200-232) Cold Damage", statOrder = { 1235 }, level = 63, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged9"] = { type = "Prefix", affix = "Entombing", "Adds (124-170) to (250-290) Cold Damage", statOrder = { 1235 }, level = 75, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageRanged10"] = { type = "Prefix", affix = "Crystalising", "Adds (149-204) to (300-348) Cold Damage", statOrder = { 1235 }, level = 82, group = "LocalColdDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (134-184) to (270-313) Cold Damage", statOrder = { 1235 }, level = 82, group = "LocalColdDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (100-132) to (197-230) Cold Damage", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrder = { 1235, 3596 }, level = 1, group = "LocalColdDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (5-6) Lightning Damage", statOrder = { 1246 }, level = 3, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds 2 to (25-29) Lightning Damage", statOrder = { 1246 }, level = 13, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds 2 to (41-48) Lightning Damage", statOrder = { 1246 }, level = 19, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds 3 to (57-67) Lightning Damage", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (4-5) to (80-94) Lightning Damage", statOrder = { 1246 }, level = 34, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (5-8) to (112-131) Lightning Damage", statOrder = { 1246 }, level = 42, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (8-10) to (152-176) Lightning Damage", statOrder = { 1246 }, level = 51, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 2000, 1200, 1200, 800, 500, 500, 1200, 1200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (10-14) to (197-229) Lightning Damage", statOrder = { 1246 }, level = 63, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 1600, 960, 960, 640, 400, 400, 960, 960, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (13-17) to (247-286) Lightning Damage", statOrder = { 1246 }, level = 74, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 700, 420, 420, 280, 175, 175, 420, 420, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamage10"] = { type = "Prefix", affix = "Vapourising", "Adds (15-21) to (296-344) Lightning Damage", statOrder = { 1246 }, level = 82, group = "LocalLightningDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 180, 108, 108, 72, 45, 45, 108, 108, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (13-19) to (266-310) Lightning Damage", statOrder = { 1246 }, level = 82, group = "LocalLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "Adds (7-17) to (198-224) Lightning Damage", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 1, group = "LocalLightningDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand1_"] = { type = "Prefix", affix = "Humming", "Adds 2 to (10-11) Lightning Damage", statOrder = { 1246 }, level = 3, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds 3 to (46-53) Lightning Damage", statOrder = { 1246 }, level = 13, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (4-5) to (76-88) Lightning Damage", statOrder = { 1246 }, level = 19, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (5-8) to (106-123) Lightning Damage", statOrder = { 1246 }, level = 31, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (8-10) to (148-173) Lightning Damage", statOrder = { 1246 }, level = 34, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (11-14) to (208-242) Lightning Damage", statOrder = { 1246 }, level = 42, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (14-20) to (281-327) Lightning Damage", statOrder = { 1246 }, level = 51, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1400, 1200, 1200, 500, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (19-25) to (366-425) Lightning Damage", statOrder = { 1246 }, level = 63, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 1120, 960, 960, 400, 480, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand9"] = { type = "Prefix", affix = "Electrocuting", "Adds (23-32) to (458-531) Lightning Damage", statOrder = { 1246 }, level = 74, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 490, 420, 420, 175, 210, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHand10"] = { type = "Prefix", affix = "Vapourising", "Adds (28-38) to (549-638) Lightning Damage", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 126, 108, 108, 45, 54, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged1"] = { type = "Prefix", affix = "Humming", "Adds 2 to (10-11) Lightning Damage", statOrder = { 1246 }, level = 3, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged2"] = { type = "Prefix", affix = "Buzzing", "Adds 3 to (46-53) Lightning Damage", statOrder = { 1246 }, level = 13, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged3___"] = { type = "Prefix", affix = "Snapping", "Adds (4-5) to (76-88) Lightning Damage", statOrder = { 1246 }, level = 19, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged4"] = { type = "Prefix", affix = "Crackling", "Adds (5-8) to (106-123) Lightning Damage", statOrder = { 1246 }, level = 31, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged5"] = { type = "Prefix", affix = "Sparking", "Adds (8-10) to (148-173) Lightning Damage", statOrder = { 1246 }, level = 34, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged6_"] = { type = "Prefix", affix = "Arcing", "Adds (11-14) to (208-242) Lightning Damage", statOrder = { 1246 }, level = 42, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged7"] = { type = "Prefix", affix = "Shocking", "Adds (14-20) to (281-327) Lightning Damage", statOrder = { 1246 }, level = 51, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged8"] = { type = "Prefix", affix = "Discharging", "Adds (19-25) to (366-425) Lightning Damage", statOrder = { 1246 }, level = 63, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged9"] = { type = "Prefix", affix = "Electrocuting", "Adds (23-32) to (458-531) Lightning Damage", statOrder = { 1246 }, level = 74, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageRanged10_"] = { type = "Prefix", affix = "Vapourising", "Adds (28-38) to (549-638) Lightning Damage", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageRanged", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (25-34) to (494-575) Lightning Damage", statOrder = { 1246 }, level = 82, group = "LocalLightningDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageEnhancedTwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (12-31) to (367-415) Lightning Damage", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 1, group = "LocalLightningDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent1"] = { type = "Prefix", affix = "Reinforced", "(4-8)% increased Armour", statOrder = { 1402 }, level = 2, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent2"] = { type = "Prefix", affix = "Layered", "(9-13)% increased Armour", statOrder = { 1402 }, level = 18, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent3"] = { type = "Prefix", affix = "Lobstered", "(14-18)% increased Armour", statOrder = { 1402 }, level = 30, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent4"] = { type = "Prefix", affix = "Buttressed", "(19-23)% increased Armour", statOrder = { 1402 }, level = 42, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent5"] = { type = "Prefix", affix = "Thickened", "(24-28)% increased Armour", statOrder = { 1402 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent6"] = { type = "Prefix", affix = "Girded", "(29-32)% increased Armour", statOrder = { 1402 }, level = 70, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercent7"] = { type = "Prefix", affix = "Impregnable", "(33-36)% increased Armour", statOrder = { 1402 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentEssence6"] = { type = "Prefix", affix = "Essences", "(29-31)% increased Armour", statOrder = { 1402 }, level = 77, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingPercentEssence7"] = { type = "Prefix", affix = "Essences", "(32-33)% increased Armour", statOrder = { 1402 }, level = 82, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedEvasionRatingPercent1"] = { type = "Prefix", affix = "Agile", "(4-8)% increased Evasion Rating", statOrder = { 1410 }, level = 2, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent2"] = { type = "Prefix", affix = "Dancer's", "(9-13)% increased Evasion Rating", statOrder = { 1410 }, level = 19, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent3"] = { type = "Prefix", affix = "Acrobat's", "(14-18)% increased Evasion Rating", statOrder = { 1410 }, level = 30, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent4"] = { type = "Prefix", affix = "Fleet", "(19-23)% increased Evasion Rating", statOrder = { 1410 }, level = 42, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent5"] = { type = "Prefix", affix = "Blurred", "(24-28)% increased Evasion Rating", statOrder = { 1410 }, level = 56, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent6"] = { type = "Prefix", affix = "Phased", "(29-32)% increased Evasion Rating", statOrder = { 1410 }, level = 70, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercent7"] = { type = "Prefix", affix = "Vaporous", "(33-36)% increased Evasion Rating", statOrder = { 1410 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercentEssence6"] = { type = "Prefix", affix = "Essences", "(29-31)% increased Evasion Rating", statOrder = { 1410 }, level = 77, group = "GlobalEvasionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingPercentEssence7"] = { type = "Prefix", affix = "Essences", "(32-33)% increased Evasion Rating", statOrder = { 1410 }, level = 82, group = "GlobalEvasionRatingPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEnergyShieldPercent1"] = { type = "Prefix", affix = "Protective", "(2-4)% increased maximum Energy Shield", statOrder = { 1421 }, level = 3, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent2"] = { type = "Prefix", affix = "Strong-Willed", "(5-7)% increased maximum Energy Shield", statOrder = { 1421 }, level = 18, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent3"] = { type = "Prefix", affix = "Resolute", "(8-10)% increased maximum Energy Shield", statOrder = { 1421 }, level = 30, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent4"] = { type = "Prefix", affix = "Fearless", "(11-13)% increased maximum Energy Shield", statOrder = { 1421 }, level = 42, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent5"] = { type = "Prefix", affix = "Dauntless", "(14-16)% increased maximum Energy Shield", statOrder = { 1421 }, level = 56, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent6"] = { type = "Prefix", affix = "Indomitable", "(17-19)% increased maximum Energy Shield", statOrder = { 1421 }, level = 70, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercent7"] = { type = "Prefix", affix = "Unassailable", "(20-22)% increased maximum Energy Shield", statOrder = { 1421 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentEssence1"] = { type = "Prefix", affix = "Essences", "(4-6)% increased maximum Energy Shield", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentEssence4"] = { type = "Prefix", affix = "Essences", "(11-13)% increased maximum Energy Shield", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentEssence5"] = { type = "Prefix", affix = "Essences", "(14-16)% increased maximum Energy Shield", statOrder = { 1421 }, level = 10, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentEssence6"] = { type = "Prefix", affix = "Essences", "(17-18)% increased maximum Energy Shield", statOrder = { 1421 }, level = 77, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldPercentEssence7_"] = { type = "Prefix", affix = "Essences", "(18-19)% increased maximum Energy Shield", statOrder = { 1421 }, level = 82, group = "GlobalEnergyShieldPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(3-10) to Evasion Rating", statOrder = { 1405 }, level = 1, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(11-35) to Evasion Rating", statOrder = { 1405 }, level = 18, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(36-60) to Evasion Rating", statOrder = { 1405 }, level = 29, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(61-80) to Evasion Rating", statOrder = { 1405 }, level = 42, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(81-120) to Evasion Rating", statOrder = { 1405 }, level = 58, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(121-150) to Evasion Rating", statOrder = { 1405 }, level = 72, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRating7"] = { type = "Prefix", affix = "Vaporous", "+(151-170) to Evasion Rating", statOrder = { 1405 }, level = 84, group = "EvasionRating", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedEvasionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(151-180) to Evasion Rating", statOrder = { 1405 }, level = 82, group = "EvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating1"] = { type = "Prefix", affix = "Agile", "+(6-12) to Evasion Rating", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating2"] = { type = "Prefix", affix = "Dancer's", "+(13-35) to Evasion Rating", statOrder = { 1409 }, level = 11, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating3"] = { type = "Prefix", affix = "Acrobat's", "+(36-63) to Evasion Rating", statOrder = { 1409 }, level = 17, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating4"] = { type = "Prefix", affix = "Fleet", "+(64-82) to Evasion Rating", statOrder = { 1409 }, level = 23, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating5"] = { type = "Prefix", affix = "Blurred", "+(83-101) to Evasion Rating", statOrder = { 1409 }, level = 29, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating6"] = { type = "Prefix", affix = "Phased", "+(102-120) to Evasion Rating", statOrder = { 1409 }, level = 35, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating7_"] = { type = "Prefix", affix = "Vaporous", "+(121-150) to Evasion Rating", statOrder = { 1409 }, level = 43, group = "LocalEvasionRating", weightKey = { "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating8"] = { type = "Prefix", affix = "Elusory", "+(151-200) to Evasion Rating", statOrder = { 1409 }, level = 51, group = "LocalEvasionRating", weightKey = { "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating9___"] = { type = "Prefix", affix = "Adroit", "+(201-300) to Evasion Rating", statOrder = { 1409 }, level = 60, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating10"] = { type = "Prefix", affix = "Lissome", "+(301-400) to Evasion Rating", statOrder = { 1409 }, level = 69, group = "LocalEvasionRating", weightKey = { "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRating11"] = { type = "Prefix", affix = "Fugitive", "+(401-500) to Evasion Rating", statOrder = { 1409 }, level = 77, group = "LocalEvasionRating", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(390-475) to Evasion Rating", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceHelm4__"] = { type = "Prefix", affix = "Essences", "+(40-49) to Evasion Rating", statOrder = { 1409 }, level = 42, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(121-140) to Evasion Rating", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceHelm6"] = { type = "Prefix", affix = "Essences", "+(141-160) to Evasion Rating", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceHelm7"] = { type = "Prefix", affix = "Essences", "+(161-180) to Evasion Rating", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceGlovesBoots3"] = { type = "Prefix", affix = "Essences", "+(21-25) to Evasion Rating", statOrder = { 1409 }, level = 26, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceGlovesBoots4"] = { type = "Prefix", affix = "Essences", "+(81-90) to Evasion Rating", statOrder = { 1409 }, level = 42, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceGlovesBoots5"] = { type = "Prefix", affix = "Essences", "+(91-105) to Evasion Rating", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceGlovesBoots6"] = { type = "Prefix", affix = "Essences", "+(106-120) to Evasion Rating", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceGlovesBoots7"] = { type = "Prefix", affix = "Essences", "+(121-135) to Evasion Rating", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceShield5"] = { type = "Prefix", affix = "Essences", "+(151-225) to Evasion Rating", statOrder = { 1409 }, level = 58, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(226-300) to Evasion Rating", statOrder = { 1409 }, level = 74, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["LocalIncreasedEvasionRatingEssenceShield7____"] = { type = "Prefix", affix = "Essences", "+(301-375) to Evasion Rating", statOrder = { 1409 }, level = 82, group = "LocalEvasionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["IncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(3-10) to Armour", statOrder = { 1400 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(11-35) to Armour", statOrder = { 1400 }, level = 18, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(36-60) to Armour", statOrder = { 1400 }, level = 30, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(61-138) to Armour", statOrder = { 1400 }, level = 44, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(139-322) to Armour", statOrder = { 1400 }, level = 57, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(323-400) to Armour", statOrder = { 1400 }, level = 71, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating7"] = { type = "Prefix", affix = "Encased", "+(401-460) to Armour", statOrder = { 1400 }, level = 83, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRating8_"] = { type = "Prefix", affix = "Enveloped", "+(461-540) to Armour", statOrder = { 1400 }, level = 86, group = "PhysicalDamageReductionRating", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(481-520) to Armour", statOrder = { 1400 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingEssenceRing5"] = { type = "Prefix", affix = "Essences", "+(80-120) to Armour", statOrder = { 1400 }, level = 58, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingEssenceRing6"] = { type = "Prefix", affix = "Essences", "+(121-200) to Armour", statOrder = { 1400 }, level = 74, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["IncreasedPhysicalDamageReductionRatingEssenceRing7"] = { type = "Prefix", affix = "Essences", "+(201-300) to Armour", statOrder = { 1400 }, level = 82, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Lacquered", "+(6-12) to Armour", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating2"] = { type = "Prefix", affix = "Studded", "+(13-35) to Armour", statOrder = { 1401 }, level = 11, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating3"] = { type = "Prefix", affix = "Ribbed", "+(36-63) to Armour", statOrder = { 1401 }, level = 17, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating4"] = { type = "Prefix", affix = "Fortified", "+(64-82) to Armour", statOrder = { 1401 }, level = 23, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating5"] = { type = "Prefix", affix = "Plated", "+(83-101) to Armour", statOrder = { 1401 }, level = 29, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating6"] = { type = "Prefix", affix = "Carapaced", "+(102-120) to Armour", statOrder = { 1401 }, level = 35, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating7__"] = { type = "Prefix", affix = "Encased", "+(121-150) to Armour", statOrder = { 1401 }, level = 43, group = "LocalPhysicalDamageReductionRating", weightKey = { "str_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating8"] = { type = "Prefix", affix = "Enveloped", "+(151-200) to Armour", statOrder = { 1401 }, level = 51, group = "LocalPhysicalDamageReductionRating", weightKey = { "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating9_"] = { type = "Prefix", affix = "Abating", "+(201-300) to Armour", statOrder = { 1401 }, level = 60, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating10"] = { type = "Prefix", affix = "Unmoving", "+(301-400) to Armour", statOrder = { 1401 }, level = 69, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRating11"] = { type = "Prefix", affix = "Impervious", "+(401-500) to Armour", statOrder = { 1401 }, level = 77, group = "LocalPhysicalDamageReductionRating", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssence7"] = { type = "Prefix", affix = "Essences", "+(390-475) to Armour", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm5"] = { type = "Prefix", affix = "Essences", "+(121-140) to Armour", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm6_"] = { type = "Prefix", affix = "Essences", "+(141-160) to Armour", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceHelm7_"] = { type = "Prefix", affix = "Essences", "+(161-180) to Armour", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves5"] = { type = "Prefix", affix = "Essences", "+(91-105) to Armour", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves6"] = { type = "Prefix", affix = "Essences", "+(106-120) to Armour", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceBootsGloves7"] = { type = "Prefix", affix = "Essences", "+(121-135) to Armour", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield5_"] = { type = "Prefix", affix = "Essences", "+(151-225) to Armour", statOrder = { 1401 }, level = 58, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield6"] = { type = "Prefix", affix = "Essences", "+(226-300) to Armour", statOrder = { 1401 }, level = 74, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalIncreasedPhysicalDamageReductionRatingEssenceShield7____"] = { type = "Prefix", affix = "Essences", "+(301-375) to Armour", statOrder = { 1401 }, level = 82, group = "LocalPhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["LocalBaseArmourAndEvasionRating1"] = { type = "Prefix", affix = "Supple", "+(5-9) to Armour", "+(5-9) to Evasion Rating", statOrder = { 1401, 1409 }, level = 1, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating2"] = { type = "Prefix", affix = "Pliant", "+(10-27) to Armour", "+(10-27) to Evasion Rating", statOrder = { 1401, 1409 }, level = 18, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating3"] = { type = "Prefix", affix = "Flexible", "+(28-48) to Armour", "+(28-48) to Evasion Rating", statOrder = { 1401, 1409 }, level = 30, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating4"] = { type = "Prefix", affix = "Durable", "+(49-85) to Armour", "+(49-85) to Evasion Rating", statOrder = { 1401, 1409 }, level = 38, group = "LocalBaseArmourAndEvasionRating", weightKey = { "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating5"] = { type = "Prefix", affix = "Sturdy", "+(86-145) to Armour", "+(86-145) to Evasion Rating", statOrder = { 1401, 1409 }, level = 46, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating6_"] = { type = "Prefix", affix = "Resilient", "+(146-220) to Armour", "+(146-220) to Evasion Rating", statOrder = { 1401, 1409 }, level = 58, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating7"] = { type = "Prefix", affix = "Adaptable", "+(221-300) to Armour", "+(221-300) to Evasion Rating", statOrder = { 1401, 1409 }, level = 69, group = "LocalBaseArmourAndEvasionRating", weightKey = { "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRating8"] = { type = "Prefix", affix = "Versatile", "+(301-375) to Armour", "+(301-375) to Evasion Rating", statOrder = { 1401, 1409 }, level = 79, group = "LocalBaseArmourAndEvasionRating", weightKey = { "shield", "boots", "gloves", "helmet", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEnergyShield1"] = { type = "Prefix", affix = "Blessed", "+(5-9) to Armour", "+(3-4) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 1, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield2_"] = { type = "Prefix", affix = "Anointed", "+(10-27) to Armour", "+(5-12) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 18, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield3"] = { type = "Prefix", affix = "Sanctified", "+(28-48) to Armour", "+(13-22) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 30, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield4"] = { type = "Prefix", affix = "Hallowed", "+(49-85) to Armour", "+(23-28) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 38, group = "LocalBaseArmourAndEnergyShield", weightKey = { "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield5"] = { type = "Prefix", affix = "Beatified", "+(86-145) to Armour", "+(29-48) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 46, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield6"] = { type = "Prefix", affix = "Consecrated", "+(146-220) to Armour", "+(49-60) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 58, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield7"] = { type = "Prefix", affix = "Saintly", "+(221-300) to Armour", "+(61-72) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 69, group = "LocalBaseArmourAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShield8"] = { type = "Prefix", affix = "Godly", "+(301-375) to Armour", "+(73-80) to maximum Energy Shield", statOrder = { 1401, 1419 }, level = 79, group = "LocalBaseArmourAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield1"] = { type = "Prefix", affix = "Will-o-wisp's", "+(5-9) to Evasion Rating", "+(3-4) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 1, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield2"] = { type = "Prefix", affix = "Nymph's", "+(10-27) to Evasion Rating", "+(5-12) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 18, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield3"] = { type = "Prefix", affix = "Sylph's", "+(28-48) to Evasion Rating", "+(13-22) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 30, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield4"] = { type = "Prefix", affix = "Cherub's", "+(49-85) to Evasion Rating", "+(23-28) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 38, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield5_"] = { type = "Prefix", affix = "Spirit's", "+(86-145) to Evasion Rating", "+(29-48) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 46, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield6"] = { type = "Prefix", affix = "Eidolon's", "+(146-220) to Evasion Rating", "+(49-60) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 58, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield7___"] = { type = "Prefix", affix = "Apparition's", "+(221-300) to Evasion Rating", "+(61-72) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 69, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShield8___"] = { type = "Prefix", affix = "Phantasm's", "+(301-375) to Evasion Rating", "+(73-80) to maximum Energy Shield", statOrder = { 1409, 1419 }, level = 79, group = "LocalBaseEvasionRatingAndEnergyShield", weightKey = { "shield", "boots", "gloves", "helmet", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 166, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["LocalBaseArmourAndEvasionRatingAndLife1"] = { type = "Prefix", affix = "Rhoa's", "+(8-10) to Armour", "+(8-10) to Evasion Rating", "+(18-23) to maximum Life", statOrder = { 1401, 1409, 1429 }, level = 30, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRatingAndLife2"] = { type = "Prefix", affix = "Rhex's", "+(11-21) to Armour", "+(11-21) to Evasion Rating", "+(24-28) to maximum Life", statOrder = { 1401, 1409, 1429 }, level = 46, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRatingAndLife3"] = { type = "Prefix", affix = "Chimeral's", "+(22-48) to Armour", "+(22-48) to Evasion Rating", "+(29-33) to maximum Life", statOrder = { 1401, 1409, 1429 }, level = 62, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEvasionRatingAndLife4"] = { type = "Prefix", affix = "Bull's", "+(49-60) to Armour", "+(49-60) to Evasion Rating", "+(34-38) to maximum Life", statOrder = { 1401, 1409, 1429 }, level = 78, group = "LocalBaseArmourEvasionRatingAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "evasion" }, }, + ["LocalBaseArmourAndEnergyShieldAndLife1_"] = { type = "Prefix", affix = "Coelacanth's", "+(8-10) to Armour", "+(3-5) to maximum Energy Shield", "+(18-23) to maximum Life", statOrder = { 1401, 1419, 1429 }, level = 30, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShieldAndLife2_"] = { type = "Prefix", affix = "Swordfish's", "+(11-21) to Armour", "+(6-8) to maximum Energy Shield", "+(24-28) to maximum Life", statOrder = { 1401, 1419, 1429 }, level = 46, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Shark's", "+(22-48) to Armour", "+(9-12) to maximum Energy Shield", "+(29-33) to maximum Life", statOrder = { 1401, 1419, 1429 }, level = 62, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, + ["LocalBaseArmourAndEnergyShieldAndLife4_"] = { type = "Prefix", affix = "Whale's", "+(49-60) to Armour", "+(13-15) to maximum Energy Shield", "+(34-38) to maximum Life", statOrder = { 1401, 1419, 1429 }, level = 78, group = "LocalBaseArmourEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "armour", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShieldAndLife1"] = { type = "Prefix", affix = "Vulture's", "+(8-10) to Evasion Rating", "+(3-5) to maximum Energy Shield", "+(18-23) to maximum Life", statOrder = { 1409, 1419, 1429 }, level = 30, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShieldAndLife2"] = { type = "Prefix", affix = "Kingfisher's", "+(11-21) to Evasion Rating", "+(6-8) to maximum Energy Shield", "+(24-28) to maximum Life", statOrder = { 1409, 1419, 1429 }, level = 46, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShieldAndLife3"] = { type = "Prefix", affix = "Owl's", "+(22-48) to Evasion Rating", "+(9-12) to maximum Energy Shield", "+(29-33) to maximum Life", statOrder = { 1409, 1419, 1429 }, level = 62, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, + ["LocalBaseEvasionRatingAndEnergyShieldAndLife4"] = { type = "Prefix", affix = "Eagle's", "+(49-60) to Evasion Rating", "+(13-15) to maximum Energy Shield", "+(34-38) to maximum Life", statOrder = { 1409, 1419, 1429 }, level = 78, group = "LocalBaseEvasionRatingEnergyShieldAndLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "evasion", "energy_shield" }, }, + ["LocalBaseArmourAndLife1"] = { type = "Prefix", affix = "Oyster's", "+(20-32) to Armour", "+(18-23) to maximum Life", statOrder = { 1401, 1429 }, level = 30, group = "LocalBaseArmourAndLife", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, + ["LocalBaseArmourAndLife2"] = { type = "Prefix", affix = "Urchin's", "+(33-48) to Armour", "+(24-28) to maximum Life", statOrder = { 1401, 1429 }, level = 46, group = "LocalBaseArmourAndLife", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, + ["LocalBaseArmourAndLife3"] = { type = "Prefix", affix = "Nautilus's", "+(49-96) to Armour", "+(29-33) to maximum Life", statOrder = { 1401, 1429 }, level = 62, group = "LocalBaseArmourAndLife", weightKey = { "boots", "gloves", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, + ["LocalBaseArmourAndLife4"] = { type = "Prefix", affix = "Crocodile's", "+(97-144) to Armour", "+(34-38) to maximum Life", statOrder = { 1401, 1429 }, level = 78, group = "LocalBaseArmourAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "armour" }, }, + ["LocalBaseEvasionRatingAndLife1"] = { type = "Prefix", affix = "Flea's", "+(14-20) to Evasion Rating", "+(18-23) to maximum Life", statOrder = { 1409, 1429 }, level = 30, group = "LocalBaseEvasionRatingAndLife", weightKey = { "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, + ["LocalBaseEvasionRatingAndLife2"] = { type = "Prefix", affix = "Fawn's", "+(21-42) to Evasion Rating", "+(24-28) to maximum Life", statOrder = { 1409, 1429 }, level = 46, group = "LocalBaseEvasionRatingAndLife", weightKey = { "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, + ["LocalBaseEvasionRatingAndLife3"] = { type = "Prefix", affix = "Ram's", "+(43-95) to Evasion Rating", "+(29-33) to maximum Life", statOrder = { 1409, 1429 }, level = 62, group = "LocalBaseEvasionRatingAndLife", weightKey = { "boots", "gloves", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, + ["LocalBaseEvasionRatingAndLife4"] = { type = "Prefix", affix = "Ibex's", "+(96-120) to Evasion Rating", "+(34-38) to maximum Life", statOrder = { 1409, 1429 }, level = 78, group = "LocalBaseEvasionRatingAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "evasion" }, }, + ["LocalBaseEnergyShieldAndLife1"] = { type = "Prefix", affix = "Monk's", "+(8-10) to maximum Energy Shield", "+(18-23) to maximum Life", statOrder = { 1419, 1429 }, level = 30, group = "LocalBaseEnergyShieldAndLife", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndLife2"] = { type = "Prefix", affix = "Prior's", "+(11-15) to maximum Energy Shield", "+(24-28) to maximum Life", statOrder = { 1419, 1429 }, level = 46, group = "LocalBaseEnergyShieldAndLife", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndLife3_"] = { type = "Prefix", affix = "Abbot's", "+(16-25) to maximum Energy Shield", "+(29-33) to maximum Life", statOrder = { 1419, 1429 }, level = 62, group = "LocalBaseEnergyShieldAndLife", weightKey = { "boots", "gloves", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndLife4_"] = { type = "Prefix", affix = "Exarch's", "+(26-30) to maximum Energy Shield", "+(34-38) to maximum Life", statOrder = { 1419, 1429 }, level = 78, group = "LocalBaseEnergyShieldAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndMana1"] = { type = "Prefix", affix = "Acolyte's", "+(8-10) to maximum Energy Shield", "+(11-15) to maximum Mana", statOrder = { 1419, 1439 }, level = 30, group = "LocalBaseEnergyShieldAndMana", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndMana2"] = { type = "Prefix", affix = "Deacon's", "+(11-15) to maximum Energy Shield", "+(16-19) to maximum Mana", statOrder = { 1419, 1439 }, level = 46, group = "LocalBaseEnergyShieldAndMana", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndMana3"] = { type = "Prefix", affix = "Priest's", "+(16-25) to maximum Energy Shield", "+(20-22) to maximum Mana", statOrder = { 1419, 1439 }, level = 62, group = "LocalBaseEnergyShieldAndMana", weightKey = { "boots", "gloves", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 1000, 500, 500, 333, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, + ["LocalBaseEnergyShieldAndMana4"] = { type = "Prefix", affix = "Bishop's", "+(26-30) to maximum Energy Shield", "+(23-25) to maximum Mana", statOrder = { 1419, 1439 }, level = 78, group = "LocalBaseEnergyShieldAndMana", weightKey = { "shield", "boots", "gloves", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 250, 250, 166, 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, + ["MovementVelocity1"] = { type = "Prefix", affix = "Runner's", "10% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity2"] = { type = "Prefix", affix = "Sprinter's", "15% increased Movement Speed", statOrder = { 1657 }, level = 15, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity2Royale"] = { type = "Prefix", affix = "Sprinter's", "(15-25)% increased Movement Speed", statOrder = { 1657 }, level = 5, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity3"] = { type = "Prefix", affix = "Stallion's", "20% increased Movement Speed", statOrder = { 1657 }, level = 30, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity4"] = { type = "Prefix", affix = "Gazelle's", "25% increased Movement Speed", statOrder = { 1657 }, level = 40, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity5"] = { type = "Prefix", affix = "Cheetah's", "30% increased Movement Speed", statOrder = { 1657 }, level = 55, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocity6"] = { type = "Prefix", affix = "Hellion's", "35% increased Movement Speed", statOrder = { 1657 }, level = 86, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEssence7"] = { type = "Prefix", affix = "Essences", "32% increased Movement Speed", statOrder = { 1657 }, level = 82, group = "MovementVelocity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MovementVelocityEnhancedModSpeed"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "5% increased Movement Speed if you haven't been Hit Recently", statOrder = { 1657, 3084 }, level = 1, group = "MovementVelocitySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MovementVelocityEnhancedModDodge_"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid Bleeding", statOrder = { 1657, 4046 }, level = 1, group = "MovementVelocityDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MovementVelocityEnhancedModSpellDodge_"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid being Poisoned", statOrder = { 1657, 1708 }, level = 1, group = "MovementVelocitySpellDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["SpellDamage1"] = { type = "Prefix", affix = "Chanter's", "(3-7)% increased Spell Damage", statOrder = { 1090 }, level = 5, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage2"] = { type = "Prefix", affix = "Mage's", "(8-12)% increased Spell Damage", statOrder = { 1090 }, level = 20, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage3"] = { type = "Prefix", affix = "Sorcerer's", "(13-17)% increased Spell Damage", statOrder = { 1090 }, level = 38, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage4"] = { type = "Prefix", affix = "Thaumaturgist's", "(18-22)% increased Spell Damage", statOrder = { 1090 }, level = 56, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamage5"] = { type = "Prefix", affix = "Wizard's", "(23-26)% increased Spell Damage", statOrder = { 1090 }, level = 76, group = "SpellDamage", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(10-19)% increased Spell Damage", statOrder = { 1090 }, level = 2, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon2"] = { type = "Prefix", affix = "Adept's", "(20-29)% increased Spell Damage", statOrder = { 1090 }, level = 11, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon3"] = { type = "Prefix", affix = "Scholar's", "(30-39)% increased Spell Damage", statOrder = { 1090 }, level = 23, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1500, 1500, 1500, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon4"] = { type = "Prefix", affix = "Professor's", "(40-54)% increased Spell Damage", statOrder = { 1090 }, level = 35, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 600, 600, 600, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon5"] = { type = "Prefix", affix = "Occultist's", "(55-69)% increased Spell Damage", statOrder = { 1090 }, level = 46, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 300, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon6"] = { type = "Prefix", affix = "Incanter's", "(70-84)% increased Spell Damage", statOrder = { 1090 }, level = 58, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 150, 150, 150, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon7"] = { type = "Prefix", affix = "Glyphic", "(85-99)% increased Spell Damage", statOrder = { 1090 }, level = 64, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 80, 80, 80, 80, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeapon8_"] = { type = "Prefix", affix = "Runic", "(100-109)% increased Spell Damage", statOrder = { 1090 }, level = 84, group = "WeaponSpellDamage", weightKey = { "attack_dagger", "focus", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 40, 40, 40, 40, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponEssence5_"] = { type = "Prefix", affix = "Essences", "(50-66)% increased Spell Damage", statOrder = { 1090 }, level = 58, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponEssence6"] = { type = "Prefix", affix = "Essences", "(67-82)% increased Spell Damage", statOrder = { 1090 }, level = 74, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponEssence7"] = { type = "Prefix", affix = "Essences", "(83-94)% increased Spell Damage", statOrder = { 1090 }, level = 82, group = "WeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(70-74)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 1, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Apprentice's", "(15-29)% increased Spell Damage", statOrder = { 1090 }, level = 2, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Adept's", "(30-44)% increased Spell Damage", statOrder = { 1090 }, level = 11, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Scholar's", "(45-59)% increased Spell Damage", statOrder = { 1090 }, level = 23, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Professor's", "(60-84)% increased Spell Damage", statOrder = { 1090 }, level = 35, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon5"] = { type = "Prefix", affix = "Occultist's", "(85-104)% increased Spell Damage", statOrder = { 1090 }, level = 46, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon6"] = { type = "Prefix", affix = "Incanter's", "(105-124)% increased Spell Damage", statOrder = { 1090 }, level = 58, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon7"] = { type = "Prefix", affix = "Glyphic", "(125-149)% increased Spell Damage", statOrder = { 1090 }, level = 79, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 80, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeapon8"] = { type = "Prefix", affix = "Runic", "(150-164)% increased Spell Damage", statOrder = { 1090 }, level = 84, group = "TwoHandWeaponSpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 40, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeaponEssence5"] = { type = "Prefix", affix = "Essences", "(85-106)% increased Spell Damage", statOrder = { 1090 }, level = 58, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeaponEssence6"] = { type = "Prefix", affix = "Essences", "(107-122)% increased Spell Damage", statOrder = { 1090 }, level = 74, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeaponEssence7"] = { type = "Prefix", affix = "Essences", "(123-144)% increased Spell Damage", statOrder = { 1090 }, level = 82, group = "TwoHandWeaponSpellDamage", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Tacati's", "(105-110)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 1, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Caster's", "(5-9)% increased Spell Damage", "+(17-20) to maximum Mana", statOrder = { 1090, 1439 }, level = 2, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(10-14)% increased Spell Damage", "+(21-24) to maximum Mana", statOrder = { 1090, 1439 }, level = 11, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Wizard's", "(15-19)% increased Spell Damage", "+(25-28) to maximum Mana", statOrder = { 1090, 1439 }, level = 23, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 750, 750, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon4"] = { type = "Prefix", affix = "Warlock's", "(20-24)% increased Spell Damage", "+(29-33) to maximum Mana", statOrder = { 1090, 1439 }, level = 35, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 600, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Mage's", "(25-29)% increased Spell Damage", "+(34-37) to maximum Mana", statOrder = { 1090, 1439 }, level = 46, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 400, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Archmage's", "(30-34)% increased Spell Damage", "+(38-41) to maximum Mana", statOrder = { 1090, 1439 }, level = 58, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 150, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnWeapon7"] = { type = "Prefix", affix = "Lich's", "(35-39)% increased Spell Damage", "+(42-45) to maximum Mana", statOrder = { 1090, 1439 }, level = 80, group = "WeaponSpellDamageAndMana", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 100, 75, 75, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon1"] = { type = "Prefix", affix = "Caster's", "(8-14)% increased Spell Damage", "+(26-30) to maximum Mana", statOrder = { 1090, 1439 }, level = 2, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon2"] = { type = "Prefix", affix = "Conjuror's", "(15-22)% increased Spell Damage", "+(31-35) to maximum Mana", statOrder = { 1090, 1439 }, level = 11, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon3"] = { type = "Prefix", affix = "Wizard's", "(23-29)% increased Spell Damage", "+(36-41) to maximum Mana", statOrder = { 1090, 1439 }, level = 23, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon4"] = { type = "Prefix", affix = "Warlock's", "(30-37)% increased Spell Damage", "+(42-47) to maximum Mana", statOrder = { 1090, 1439 }, level = 35, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 600, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon5"] = { type = "Prefix", affix = "Mage's", "(38-44)% increased Spell Damage", "+(48-53) to maximum Mana", statOrder = { 1090, 1439 }, level = 46, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon6"] = { type = "Prefix", affix = "Archmage's", "(45-50)% increased Spell Damage", "+(54-59) to maximum Mana", statOrder = { 1090, 1439 }, level = 58, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 150, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["SpellDamageAndManaOnTwoHandWeapon7"] = { type = "Prefix", affix = "Lich's", "(51-55)% increased Spell Damage", "+(60-64) to maximum Mana", statOrder = { 1090, 1439 }, level = 80, group = "TwoHandWeaponSpellDamageAndMana", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 75, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "resource", "mana", "damage", "caster" }, }, + ["TrapDamageOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Trap Damage", statOrder = { 1061 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["TrapDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Trap Damage", statOrder = { 1061 }, level = 1, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["TrapThrowSpeedEnhancedMod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapCooldownRecoveryAndDurationEnhancedMod"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Trap Duration", "(14-15)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 1780, 3298 }, level = 1, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["TrapAreaOfEffectEnhancedMod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (22-25)% increased Area of Effect", statOrder = { 3316 }, level = 1, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["LocalIncreaseSocketedTrapGemLevelEnhancedMod_"] = { type = "Prefix", affix = "Matatl's", "+2 to Level of Socketed Trap Gems", statOrder = { 165 }, level = 1, group = "LocalIncreaseSocketedTrapGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, + ["MinionDamageOnWeaponEnhancedMod__"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (90-95)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (133-138)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedEnhancedMod"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (13-15)% increased Attack Speed", "Minions have (13-15)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationEnhancedMod_"] = { type = "Suffix", affix = "of Citaqualotl", "(17-20)% increased Minion Duration", statOrder = { 4739 }, level = 1, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["LocalIncreaseSocketedMinionGemLevelEnhancedMod"] = { type = "Prefix", affix = "Citaqualotl's", "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 1, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["FireDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Searing", "(10-19)% increased Fire Damage", statOrder = { 1221 }, level = 2, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Sizzling", "(20-29)% increased Fire Damage", statOrder = { 1221 }, level = 11, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Blistering", "(30-39)% increased Fire Damage", statOrder = { 1221 }, level = 23, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Cauterising", "(40-54)% increased Fire Damage", statOrder = { 1221 }, level = 35, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Volcanic", "(55-69)% increased Fire Damage", statOrder = { 1221 }, level = 46, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Magmatic", "(70-84)% increased Fire Damage", statOrder = { 1221 }, level = 58, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon7_"] = { type = "Prefix", affix = "Pyroclastic", "(85-99)% increased Fire Damage", statOrder = { 1221 }, level = 64, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeapon8_"] = { type = "Prefix", affix = "Xoph's", "(100-109)% increased Fire Damage", statOrder = { 1221 }, level = 84, group = "FireDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Searing", "(15-29)% increased Fire Damage", statOrder = { 1221 }, level = 2, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon2___"] = { type = "Prefix", affix = "Sizzling", "(30-44)% increased Fire Damage", statOrder = { 1221 }, level = 11, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Blistering", "(45-59)% increased Fire Damage", statOrder = { 1221 }, level = 23, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Cauterising", "(60-84)% increased Fire Damage", statOrder = { 1221 }, level = 35, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Volcanic", "(85-104)% increased Fire Damage", statOrder = { 1221 }, level = 46, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Magmatic", "(105-124)% increased Fire Damage", statOrder = { 1221 }, level = 58, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Pyroclastic", "(125-149)% increased Fire Damage", statOrder = { 1221 }, level = 79, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnTwoHandWeapon8_"] = { type = "Prefix", affix = "Xoph's", "(150-164)% increased Fire Damage", statOrder = { 1221 }, level = 84, group = "TwoHandFireDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePrefixOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Fire Damage", "Adds (15-20) to (30-35) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 1, group = "FireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["FireDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Fire Damage", "Adds (20-27) to (41-48) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 1, group = "TwoHandFireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["ColdDamagePrefixOnWeapon1"] = { type = "Prefix", affix = "Bitter", "(10-19)% increased Cold Damage", statOrder = { 1230 }, level = 2, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Biting", "(20-29)% increased Cold Damage", statOrder = { 1230 }, level = 11, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon3_"] = { type = "Prefix", affix = "Alpine", "(30-39)% increased Cold Damage", statOrder = { 1230 }, level = 23, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Snowy", "(40-54)% increased Cold Damage", statOrder = { 1230 }, level = 35, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon5_"] = { type = "Prefix", affix = "Hailing", "(55-69)% increased Cold Damage", statOrder = { 1230 }, level = 46, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Crystalline", "(70-84)% increased Cold Damage", statOrder = { 1230 }, level = 58, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Cryomancer's", "(85-99)% increased Cold Damage", statOrder = { 1230 }, level = 64, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Tul's", "(100-109)% increased Cold Damage", statOrder = { 1230 }, level = 84, group = "ColdDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Bitter", "(15-29)% increased Cold Damage", statOrder = { 1230 }, level = 2, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Biting", "(30-44)% increased Cold Damage", statOrder = { 1230 }, level = 11, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Alpine", "(45-59)% increased Cold Damage", statOrder = { 1230 }, level = 23, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon4_"] = { type = "Prefix", affix = "Snowy", "(60-84)% increased Cold Damage", statOrder = { 1230 }, level = 35, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon5_"] = { type = "Prefix", affix = "Hailing", "(85-104)% increased Cold Damage", statOrder = { 1230 }, level = 46, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Crystalline", "(105-124)% increased Cold Damage", statOrder = { 1230 }, level = 58, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Cryomancer's", "(125-149)% increased Cold Damage", statOrder = { 1230 }, level = 79, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Tul's", "(150-164)% increased Cold Damage", statOrder = { 1230 }, level = 84, group = "TwoHandColdDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePrefixOnWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Cold Damage", "Adds (12-16) to (25-29) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 1, group = "ColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["ColdDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Cold Damage", "Adds (19-25) to (37-44) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 1, group = "TwoHandColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["LightningDamagePrefixOnWeapon1_"] = { type = "Prefix", affix = "Charged", "(10-19)% increased Lightning Damage", statOrder = { 1241 }, level = 2, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon2"] = { type = "Prefix", affix = "Hissing", "(20-29)% increased Lightning Damage", statOrder = { 1241 }, level = 11, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon3"] = { type = "Prefix", affix = "Bolting", "(30-39)% increased Lightning Damage", statOrder = { 1241 }, level = 23, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon4"] = { type = "Prefix", affix = "Coursing", "(40-54)% increased Lightning Damage", statOrder = { 1241 }, level = 35, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon5"] = { type = "Prefix", affix = "Striking", "(55-69)% increased Lightning Damage", statOrder = { 1241 }, level = 46, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon6"] = { type = "Prefix", affix = "Smiting", "(70-84)% increased Lightning Damage", statOrder = { 1241 }, level = 58, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 50, 50, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon7"] = { type = "Prefix", affix = "Ionising", "(85-99)% increased Lightning Damage", statOrder = { 1241 }, level = 64, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 25, 25, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeapon8"] = { type = "Prefix", affix = "Esh's", "(100-109)% increased Lightning Damage", statOrder = { 1241 }, level = 84, group = "LightningDamageWeaponPrefix", weightKey = { "focus", "wand", "sceptre", "default", }, weightVal = { 12, 12, 12, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon1"] = { type = "Prefix", affix = "Charged", "(15-29)% increased Lightning Damage", statOrder = { 1241 }, level = 2, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon2"] = { type = "Prefix", affix = "Hissing", "(30-44)% increased Lightning Damage", statOrder = { 1241 }, level = 11, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon3"] = { type = "Prefix", affix = "Bolting", "(45-59)% increased Lightning Damage", statOrder = { 1241 }, level = 23, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon4"] = { type = "Prefix", affix = "Coursing", "(60-84)% increased Lightning Damage", statOrder = { 1241 }, level = 35, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon5"] = { type = "Prefix", affix = "Striking", "(85-104)% increased Lightning Damage", statOrder = { 1241 }, level = 46, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon6"] = { type = "Prefix", affix = "Smiting", "(105-124)% increased Lightning Damage", statOrder = { 1241 }, level = 58, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon7"] = { type = "Prefix", affix = "Ionising", "(125-149)% increased Lightning Damage", statOrder = { 1241 }, level = 79, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 25, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnTwoHandWeapon8"] = { type = "Prefix", affix = "Esh's", "(150-164)% increased Lightning Damage", statOrder = { 1241 }, level = 84, group = "TwoHandLightningDamageWeaponPrefix", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 13, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePrefixOnWeaponEnhancedMod_"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Lightning Damage", "Adds (1-4) to (53-56) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 1, group = "LightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["LightningDamagePrefixOnTwoHandWeaponEnhancedMod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Lightning Damage", "Adds (2-6) to (79-84) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 1, group = "TwoHandLightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["WeaponElementalDamage1"] = { type = "Prefix", affix = "Catalysing", "(5-10)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage2"] = { type = "Prefix", affix = "Infusing", "(11-20)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage3"] = { type = "Prefix", affix = "Empowering", "(21-30)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage4"] = { type = "Prefix", affix = "Unleashed", "(31-36)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage5"] = { type = "Prefix", affix = "Overpowering", "(37-42)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamage6_"] = { type = "Prefix", affix = "Devastating", "(43-50)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "amulet", "belt", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 10, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 26, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence4"] = { type = "Prefix", affix = "Essences", "(26-29)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 42, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence5"] = { type = "Prefix", affix = "Essences", "(30-34)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 58, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence6_"] = { type = "Prefix", affix = "Essences", "(35-38)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 74, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageEssence7"] = { type = "Prefix", affix = "Essences", "(39-42)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 82, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons1_"] = { type = "Prefix", affix = "Catalysing", "(11-20)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons2"] = { type = "Prefix", affix = "Infusing", "(21-30)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons3_"] = { type = "Prefix", affix = "Empowering", "(31-36)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons4"] = { type = "Prefix", affix = "Unleashed", "(37-42)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons5_"] = { type = "Prefix", affix = "Overpowering", "(43-50)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnWeapons6"] = { type = "Prefix", affix = "Devastating", "(51-59)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "one_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon1"] = { type = "Prefix", affix = "Catalysing", "(19-34)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 4, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon2____"] = { type = "Prefix", affix = "Infusing", "(36-51)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon3"] = { type = "Prefix", affix = "Empowering", "(53-61)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 30, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon4"] = { type = "Prefix", affix = "Unleashed", "(63-71)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 60, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon5"] = { type = "Prefix", affix = "Overpowering", "(73-85)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 81, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageOnTwohandWeapon6"] = { type = "Prefix", affix = "Devastating", "(87-100)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 86, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "two_hand_weapon", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["ManaLeech1"] = { type = "Prefix", affix = "Thirsty", "(1-2)% of Physical Attack Damage Leeched as Mana", statOrder = { 1556 }, level = 9, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeech2"] = { type = "Prefix", affix = "Parched", "(3-4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1556 }, level = 74, group = "ManaLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriad1"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 50, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriad2"] = { type = "Prefix", affix = "Parched", "(0.6-0.8)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 70, group = "ManaLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(0.9-1)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 82, group = "ManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalManaLeechPermyriadEssence5"] = { type = "Prefix", affix = "Essences", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 58, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalManaLeechPermyriadEssence6"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 74, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LocalManaLeechPermyriadEssence7"] = { type = "Prefix", affix = "Essences", "(0.9-1)% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 82, group = "ManaLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ItemFoundQuantityIncrease1"] = { type = "Suffix", affix = "of Collecting", "(4-8)% increased Quantity of Items found", statOrder = { 1452 }, level = 2, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncrease2"] = { type = "Suffix", affix = "of Gathering", "(9-12)% increased Quantity of Items found", statOrder = { 1452 }, level = 32, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncrease3"] = { type = "Suffix", affix = "of Hoarding", "(13-16)% increased Quantity of Items found", statOrder = { 1452 }, level = 55, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, + ["ItemFoundQuantityIncrease4"] = { type = "Suffix", affix = "of Amassment", "(17-20)% increased Quantity of Items found", statOrder = { 1452 }, level = 77, group = "ItemFoundQuantityIncrease", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncrease1"] = { type = "Suffix", affix = "of Plunder", "(6-10)% increased Rarity of Items found", statOrder = { 1456 }, level = 3, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncrease2"] = { type = "Suffix", affix = "of Raiding", "(11-14)% increased Rarity of Items found", statOrder = { 1456 }, level = 30, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncrease3"] = { type = "Suffix", affix = "of Archaeology", "(15-20)% increased Rarity of Items found", statOrder = { 1456 }, level = 53, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncrease4"] = { type = "Suffix", affix = "of Excavation", "(21-26)% increased Rarity of Items found", statOrder = { 1456 }, level = 75, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreasePrefix1"] = { type = "Prefix", affix = "Magpie's", "(8-12)% increased Rarity of Items found", statOrder = { 1456 }, level = 20, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreasePrefix2"] = { type = "Prefix", affix = "Pirate's", "(13-18)% increased Rarity of Items found", statOrder = { 1456 }, level = 39, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "gloves", "boots", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreasePrefix3"] = { type = "Prefix", affix = "Dragon's", "(19-24)% increased Rarity of Items found", statOrder = { 1456 }, level = 62, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["ItemFoundRarityIncreasePrefix4_"] = { type = "Prefix", affix = "Perandus'", "(25-28)% increased Rarity of Items found", statOrder = { 1456 }, level = 84, group = "ItemFoundRarityIncreasePrefix", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, + ["IncreasedCastSpeed1"] = { type = "Suffix", affix = "of Talent", "(5-8)% increased Cast Speed", statOrder = { 1308 }, level = 2, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "(9-12)% increased Cast Speed", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed2Royale"] = { type = "Suffix", affix = "of Nimbleness", "(8-15)% increased Cast Speed", statOrder = { 1308 }, level = 4, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "sceptre", "amulet", "focus", "str_int_shield", "dex_int_shield", "gloves", "default", }, weightVal = { 1000, 0, 1000, 800, 1000, 1000, 1000, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed3"] = { type = "Suffix", affix = "of Expertise", "(13-16)% increased Cast Speed", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 800, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed4"] = { type = "Suffix", affix = "of Legerdemain", "(17-20)% increased Cast Speed", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "amulet", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 800, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed5"] = { type = "Suffix", affix = "of Prestidigitation", "(21-24)% increased Cast Speed", statOrder = { 1308 }, level = 55, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 1000, 0, 0, 1000, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed6"] = { type = "Suffix", affix = "of Sortilege", "(25-28)% increased Cast Speed", statOrder = { 1308 }, level = 72, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 500, 0, 0, 500, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeed7"] = { type = "Suffix", affix = "of Finesse", "(29-32)% increased Cast Speed", statOrder = { 1308 }, level = 83, group = "IncreasedCastSpeed", weightKey = { "wand", "staff", "attack_dagger", "dagger", "sceptre", "default", }, weightVal = { 250, 0, 0, 250, 250, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "(26-28)% increased Cast Speed", statOrder = { 1308 }, level = 82, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand1_"] = { type = "Suffix", affix = "of Talent", "(8-13)% increased Cast Speed", statOrder = { 1308 }, level = 2, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand2"] = { type = "Suffix", affix = "of Nimbleness", "(14-19)% increased Cast Speed", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand3"] = { type = "Suffix", affix = "of Expertise", "(20-25)% increased Cast Speed", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand4"] = { type = "Suffix", affix = "of Legerdemain", "(26-31)% increased Cast Speed", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand5"] = { type = "Suffix", affix = "of Prestidigitation", "(32-37)% increased Cast Speed", statOrder = { 1308 }, level = 55, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand6"] = { type = "Suffix", affix = "of Sortilege", "(38-43)% increased Cast Speed", statOrder = { 1308 }, level = 72, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHand7"] = { type = "Suffix", affix = "of Finesse", "(44-49)% increased Cast Speed", statOrder = { 1308 }, level = 83, group = "IncreasedCastSpeed", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandEssence7"] = { type = "Suffix", affix = "of the Essence", "(39-42)% increased Cast Speed", statOrder = { 1308 }, level = 82, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(29-32)% increased Cast Speed", statOrder = { 1270, 1308 }, level = 1, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "Adds (24-32) to (49-57) Chaos Damage to Spells", "(44-49)% increased Cast Speed", statOrder = { 1270, 1308 }, level = 1, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, + ["IncreasedCastSpeedRing3"] = { type = "Suffix", affix = "of the Essence", "(13-14)% increased Cast Speed", statOrder = { 1308 }, level = 30, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedRing4"] = { type = "Suffix", affix = "of the Essence", "(15-16)% increased Cast Speed", statOrder = { 1308 }, level = 40, group = "IncreasedCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedFishing"] = { type = "Suffix", affix = "of Casting", "(24-28)% increased Cast Speed", statOrder = { 1308 }, level = 10, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "red_herring", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 1276 }, level = 11, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed2Royale____"] = { type = "Suffix", affix = "of Ease", "(15-25)% increased Attack Speed", statOrder = { 1276 }, level = 4, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 1276 }, level = 22, group = "LocalIncreasedAttackSpeed", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Renown", "(14-16)% increased Attack Speed", statOrder = { 1276 }, level = 30, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed5"] = { type = "Suffix", affix = "of Acclaim", "(17-19)% increased Attack Speed", statOrder = { 1276 }, level = 37, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed6"] = { type = "Suffix", affix = "of Fame", "(20-22)% increased Attack Speed", statOrder = { 1276 }, level = 45, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed7"] = { type = "Suffix", affix = "of Infamy", "(23-25)% increased Attack Speed", statOrder = { 1276 }, level = 60, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeed8"] = { type = "Suffix", affix = "of Celebration", "(26-27)% increased Attack Speed", statOrder = { 1276 }, level = 77, group = "LocalIncreasedAttackSpeed", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "(28-30)% increased Attack Speed", statOrder = { 1276 }, level = 82, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEssenceRanged4_"] = { type = "Suffix", affix = "of the Essence", "(11-12)% increased Attack Speed", statOrder = { 1276 }, level = 42, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEssenceRanged5"] = { type = "Suffix", affix = "of the Essence", "(13-14)% increased Attack Speed", statOrder = { 1276 }, level = 58, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEssenceRanged6"] = { type = "Suffix", affix = "of the Essence", "(15-16)% increased Attack Speed", statOrder = { 1276 }, level = 74, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEssenceRanged7"] = { type = "Suffix", affix = "of the Essence", "(17-18)% increased Attack Speed", statOrder = { 1276 }, level = 82, group = "LocalIncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(26-27)% increased Attack Speed", statOrder = { 1253, 1276 }, level = 1, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(14-16)% increased Attack Speed", statOrder = { 1253, 1276 }, level = 1, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, + ["IncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(5-7)% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "ring", "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(8-10)% increased Attack Speed", statOrder = { 1273 }, level = 11, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed2Royale"] = { type = "Suffix", affix = "of Ease", "(8-15)% increased Attack Speed", statOrder = { 1273 }, level = 4, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(11-13)% increased Attack Speed", statOrder = { 1273 }, level = 22, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeed4"] = { type = "Suffix", affix = "of Grandmastery", "(14-16)% increased Attack Speed", statOrder = { 1273 }, level = 76, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceGloves7"] = { type = "Suffix", affix = "of the Essence", "(17-18)% increased Attack Speed", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceJewellery4"] = { type = "Suffix", affix = "of the Essence", "(4-5)% increased Attack Speed", statOrder = { 1273 }, level = 42, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceJewellery5"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Attack Speed", statOrder = { 1273 }, level = 58, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceJewellery6"] = { type = "Suffix", affix = "of the Essence", "(6-7)% increased Attack Speed", statOrder = { 1273 }, level = 74, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceJewellery7"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Attack Speed", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceQuiver4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% increased Attack Speed", statOrder = { 1273 }, level = 42, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceQuiver5_"] = { type = "Suffix", affix = "of the Essence", "(8-9)% increased Attack Speed", statOrder = { 1273 }, level = 58, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceQuiver6"] = { type = "Suffix", affix = "of the Essence", "(10-12)% increased Attack Speed", statOrder = { 1273 }, level = 74, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEssenceQuiver7___"] = { type = "Suffix", affix = "of the Essence", "(13-15)% increased Attack Speed", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAccuracy1"] = { type = "Suffix", affix = "of Calm", "+(5-15) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy2"] = { type = "Suffix", affix = "of Steadiness", "+(16-60) to Accuracy Rating", statOrder = { 1295 }, level = 12, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy3"] = { type = "Suffix", affix = "of Accuracy", "+(61-100) to Accuracy Rating", statOrder = { 1295 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy4"] = { type = "Suffix", affix = "of Precision", "+(101-130) to Accuracy Rating", statOrder = { 1295 }, level = 26, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy5"] = { type = "Suffix", affix = "of the Sniper", "+(131-165) to Accuracy Rating", statOrder = { 1295 }, level = 33, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy6"] = { type = "Suffix", affix = "of the Marksman", "+(166-200) to Accuracy Rating", statOrder = { 1295 }, level = 41, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy7"] = { type = "Suffix", affix = "of the Deadeye", "+(201-250) to Accuracy Rating", statOrder = { 1295 }, level = 50, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy8"] = { type = "Suffix", affix = "of the Ranger", "+(251-320) to Accuracy Rating", statOrder = { 1295 }, level = 63, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy9"] = { type = "Suffix", affix = "of the Assassin", "+(321-400) to Accuracy Rating", statOrder = { 1295 }, level = 76, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracy10"] = { type = "Suffix", affix = "of Lioneye", "+(401-500) to Accuracy Rating", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyEssence7"] = { type = "Suffix", affix = "of the Essence", "+(401-440) to Accuracy Rating", statOrder = { 1295 }, level = 82, group = "IncreasedAccuracy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew1_"] = { type = "Suffix", affix = "of Steadiness", "+(50-100) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew2"] = { type = "Suffix", affix = "of Precision", "+(100-165) to Accuracy Rating", statOrder = { 1295 }, level = 20, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew3"] = { type = "Suffix", affix = "of the Sniper", "+(166-250) to Accuracy Rating", statOrder = { 1295 }, level = 40, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew4"] = { type = "Suffix", affix = "of the Marksman", "+(251-350) to Accuracy Rating", statOrder = { 1295 }, level = 60, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew5_"] = { type = "Suffix", affix = "of the Ranger", "+(351-480) to Accuracy Rating", statOrder = { 1295 }, level = 75, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "ring", "amulet", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyNew6"] = { type = "Suffix", affix = "of Lioneye", "+(481-600) to Accuracy Rating", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "gloves", "helmet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attack" }, }, + ["LifeRegeneration1"] = { type = "Suffix", affix = "of the Newt", "Regenerate (1-2) Life per second", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration2"] = { type = "Suffix", affix = "of the Lizard", "Regenerate (2.1-8) Life per second", statOrder = { 1434 }, level = 7, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration3"] = { type = "Suffix", affix = "of the Flatworm", "Regenerate (8.1-16) Life per second", statOrder = { 1434 }, level = 19, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration4"] = { type = "Suffix", affix = "of the Starfish", "Regenerate (16.1-24) Life per second", statOrder = { 1434 }, level = 31, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration5"] = { type = "Suffix", affix = "of the Hydra", "Regenerate (24.1-32) Life per second", statOrder = { 1434 }, level = 44, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration6"] = { type = "Suffix", affix = "of the Troll", "Regenerate (32.1-48) Life per second", statOrder = { 1434 }, level = 55, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration7"] = { type = "Suffix", affix = "of Ryslatha", "Regenerate (48.1-64) Life per second", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "default", }, weightVal = { 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration8_"] = { type = "Suffix", affix = "of the Phoenix", "Regenerate (64.1-96) Life per second", statOrder = { 1434 }, level = 74, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "ring", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration9"] = { type = "Suffix", affix = "of Recuperation", "Regenerate (96.1-128) Life per second", statOrder = { 1434 }, level = 78, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "ring", "amulet", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration10__"] = { type = "Suffix", affix = "of Life-giving", "Regenerate (128.1-152) Life per second", statOrder = { 1434 }, level = 83, group = "LifeRegeneration", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration11____"] = { type = "Suffix", affix = "of Convalescence", "Regenerate (152.1-176) Life per second", statOrder = { 1434 }, level = 86, group = "LifeRegeneration", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationEssence2"] = { type = "Suffix", affix = "of the Essence", "Regenerate (2-5) Life per second", statOrder = { 1434 }, level = 10, group = "LifeRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationEssence7"] = { type = "Suffix", affix = "of the Essence", "Regenerate (30-40) Life per second", statOrder = { 1434 }, level = 82, group = "LifeRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegenerationEnhancedMod"] = { type = "Suffix", affix = "of Guatelitzi", "Regenerate (16-20) Life per second", "Regenerate 0.4% of Life per second", statOrder = { 1434, 1801 }, level = 1, group = "LifeRegenerationAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercent1"] = { type = "Suffix", affix = "of Youthfulness", "Regenerate (0.4-0.5)% of Life per second", statOrder = { 1801 }, level = 18, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercent2__"] = { type = "Suffix", affix = "of Vitality", "Regenerate (0.6-0.7)% of Life per second", statOrder = { 1801 }, level = 36, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercent3_"] = { type = "Suffix", affix = "of Longevity", "Regenerate (0.8-0.9)% of Life per second", statOrder = { 1801 }, level = 60, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercent4"] = { type = "Suffix", affix = "of Immortality", "Regenerate (1-1.1)% of Life per second", statOrder = { 1801 }, level = 81, group = "LifeRegenerationRatePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["ManaRegeneration1"] = { type = "Suffix", affix = "of Excitement", "(10-19)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 2, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration2"] = { type = "Suffix", affix = "of Joy", "(20-29)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 18, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration3"] = { type = "Suffix", affix = "of Elation", "(30-39)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 29, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration4"] = { type = "Suffix", affix = "of Bliss", "(40-49)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 42, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration5"] = { type = "Suffix", affix = "of Euphoria", "(50-59)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegeneration6"] = { type = "Suffix", affix = "of Nirvana", "(60-69)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 79, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEssence7_"] = { type = "Suffix", affix = "of the Essence", "(70-76)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 82, group = "ManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["StunThresholdReduction1"] = { type = "Suffix", affix = "of the Pugilist", "(5-7)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 5, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunThresholdReduction2"] = { type = "Suffix", affix = "of the Brawler", "(8-9)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 20, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunThresholdReduction3"] = { type = "Suffix", affix = "of the Boxer", "(10-11)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 30, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunThresholdReduction4"] = { type = "Suffix", affix = "of the Combatant", "(12-13)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 44, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunThresholdReduction5"] = { type = "Suffix", affix = "of the Gladiator", "(14-15)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 58, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunThresholdReductionEssence7"] = { type = "Suffix", affix = "of the Essence", "(16-17)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 82, group = "StunThresholdReduction", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["CriticalStrikeChance1"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 5, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance2"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 20, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 30, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance4"] = { type = "Suffix", affix = "of Rupturing", "(25-29)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 44, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance5"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 58, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 72, group = "CriticalStrikeChance", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChance7"] = { type = "Suffix", affix = "of Rending", "(39-44)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 85, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChanceWithBows1_"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 5, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows2_"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 20, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 30, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows4"] = { type = "Suffix", affix = "of Rupturing", "(25-29)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 44, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows5_"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 58, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 72, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceWithBows7"] = { type = "Suffix", affix = "of Rending", "(39-44)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 85, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(39-42)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 82, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChanceEssenceGloves4"] = { type = "Suffix", affix = "of the Essence", "(15-17)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 42, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChanceEssenceGloves5"] = { type = "Suffix", affix = "of the Essence", "(18-20)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 58, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChanceEssenceGloves6"] = { type = "Suffix", affix = "of the Essence", "(21-23)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 74, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["CriticalStrikeChanceEssenceGloves7"] = { type = "Suffix", affix = "of the Essence", "(24-26)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 82, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["FireResist1"] = { type = "Suffix", affix = "of the Whelpling", "+(6-11)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist2"] = { type = "Suffix", affix = "of the Salamander", "+(12-17)% to Fire Resistance", statOrder = { 1485 }, level = 12, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist3"] = { type = "Suffix", affix = "of the Drake", "+(18-23)% to Fire Resistance", statOrder = { 1485 }, level = 24, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist4"] = { type = "Suffix", affix = "of the Kiln", "+(24-29)% to Fire Resistance", statOrder = { 1485 }, level = 36, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist5"] = { type = "Suffix", affix = "of the Furnace", "+(30-35)% to Fire Resistance", statOrder = { 1485 }, level = 48, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist6"] = { type = "Suffix", affix = "of the Volcano", "+(36-41)% to Fire Resistance", statOrder = { 1485 }, level = 60, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist7"] = { type = "Suffix", affix = "of the Magma", "+(42-45)% to Fire Resistance", statOrder = { 1485 }, level = 72, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResist8"] = { type = "Suffix", affix = "of Tzteosh", "+(46-48)% to Fire Resistance", statOrder = { 1485 }, level = 84, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResist1"] = { type = "Suffix", affix = "of the Inuit", "+(6-11)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist2"] = { type = "Suffix", affix = "of the Seal", "+(12-17)% to Cold Resistance", statOrder = { 1491 }, level = 14, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist3"] = { type = "Suffix", affix = "of the Penguin", "+(18-23)% to Cold Resistance", statOrder = { 1491 }, level = 26, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist4"] = { type = "Suffix", affix = "of the Yeti", "+(24-29)% to Cold Resistance", statOrder = { 1491 }, level = 38, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist5"] = { type = "Suffix", affix = "of the Walrus", "+(30-35)% to Cold Resistance", statOrder = { 1491 }, level = 50, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist6"] = { type = "Suffix", affix = "of the Polar Bear", "+(36-41)% to Cold Resistance", statOrder = { 1491 }, level = 60, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist7"] = { type = "Suffix", affix = "of the Ice", "+(42-45)% to Cold Resistance", statOrder = { 1491 }, level = 72, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResist8"] = { type = "Suffix", affix = "of Haast", "+(46-48)% to Cold Resistance", statOrder = { 1491 }, level = 84, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResist1"] = { type = "Suffix", affix = "of the Cloud", "+(6-11)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist2"] = { type = "Suffix", affix = "of the Squall", "+(12-17)% to Lightning Resistance", statOrder = { 1496 }, level = 13, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist3"] = { type = "Suffix", affix = "of the Storm", "+(18-23)% to Lightning Resistance", statOrder = { 1496 }, level = 25, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist4"] = { type = "Suffix", affix = "of the Thunderhead", "+(24-29)% to Lightning Resistance", statOrder = { 1496 }, level = 37, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist5"] = { type = "Suffix", affix = "of the Tempest", "+(30-35)% to Lightning Resistance", statOrder = { 1496 }, level = 49, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist6"] = { type = "Suffix", affix = "of the Maelstrom", "+(36-41)% to Lightning Resistance", statOrder = { 1496 }, level = 60, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist7"] = { type = "Suffix", affix = "of the Lightning", "+(42-45)% to Lightning Resistance", statOrder = { 1496 }, level = 72, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResist8"] = { type = "Suffix", affix = "of Ephij", "+(46-48)% to Lightning Resistance", statOrder = { 1496 }, level = 84, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["FireResistEnhancedModPhys_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(9-10)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 1485, 2298 }, level = 1, group = "FireResistancePhysTakenAsFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(9-10)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 1491, 2299 }, level = 1, group = "ColdResistancePhysTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(9-10)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 1496, 2300 }, level = 1, group = "LightningResistancePhysTakenAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning", "resistance" }, }, + ["FireResistEnhancedModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched as Life", statOrder = { 1485, 1529 }, level = 1, group = "FireResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched as Life", statOrder = { 1491, 1534 }, level = 1, group = "ColdResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedModLeech_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched as Life", statOrder = { 1496, 1538 }, level = 1, group = "LightningResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, + ["FireResistEnhancedModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(45-52) to (75-78) added Fire Damage against Burning Enemies", statOrder = { 1485, 9548 }, level = 1, group = "FireResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedModAilments__"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(30-50)% increased Damage with Hits against Chilled Enemies", statOrder = { 1491, 5643 }, level = 1, group = "ColdResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(40-60)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 1496, 5491 }, level = 1, group = "LightningResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance", "critical" }, }, + ["ChaosResist1"] = { type = "Suffix", affix = "of the Lost", "+(5-10)% to Chaos Resistance", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist2"] = { type = "Suffix", affix = "of Banishment", "+(11-15)% to Chaos Resistance", statOrder = { 1500 }, level = 30, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist3"] = { type = "Suffix", affix = "of Eviction", "+(16-20)% to Chaos Resistance", statOrder = { 1500 }, level = 44, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist4"] = { type = "Suffix", affix = "of Expulsion", "+(21-25)% to Chaos Resistance", statOrder = { 1500 }, level = 56, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist5"] = { type = "Suffix", affix = "of Exile", "+(26-30)% to Chaos Resistance", statOrder = { 1500 }, level = 65, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResist6"] = { type = "Suffix", affix = "of Bameth", "+(31-35)% to Chaos Resistance", statOrder = { 1500 }, level = 81, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 125, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistEnhancedMod_"] = { type = "Suffix", affix = "of Tacati", "+(31-35)% to Chaos Resistance", "(9-10)% reduced Chaos Damage taken over time", statOrder = { 1500, 1805 }, level = 1, group = "ChaosResistanceDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["AllResistances1"] = { type = "Suffix", affix = "of the Crystal", "+(3-5)% to all Elemental Resistances", statOrder = { 1479 }, level = 12, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistances2"] = { type = "Suffix", affix = "of the Prism", "+(6-8)% to all Elemental Resistances", statOrder = { 1479 }, level = 24, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistances3"] = { type = "Suffix", affix = "of the Kaleidoscope", "+(9-11)% to all Elemental Resistances", statOrder = { 1479 }, level = 36, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistances4"] = { type = "Suffix", affix = "of Variegation", "+(12-14)% to all Elemental Resistances", statOrder = { 1479 }, level = 48, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistances5"] = { type = "Suffix", affix = "of the Rainbow", "+(15-16)% to all Elemental Resistances", statOrder = { 1479 }, level = 60, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistances6"] = { type = "Suffix", affix = "of the Span", "+(17-18)% to all Elemental Resistances", statOrder = { 1479 }, level = 85, group = "AllResistances", weightKey = { "shield", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["CriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(8-12)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(13-19)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 31, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "amulet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierWithBows1"] = { type = "Suffix", affix = "of Ire", "+(8-12)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 8, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriticalMultiplierWithBows2"] = { type = "Suffix", affix = "of Anger", "+(13-19)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 21, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriticalMultiplierWithBows3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 31, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriticalMultiplierWithBows4__"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriticalMultiplierWithBows5_"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 59, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriticalMultiplierWithBows6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 74, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CriitcalMultiplierEssence7"] = { type = "Suffix", affix = "of the Essence", "+(35-41)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 82, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierEssenceRing5_"] = { type = "Suffix", affix = "of the Essence", "+(15-17)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 58, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierEssenceRing6_"] = { type = "Suffix", affix = "of the Essence", "+(18-20)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 74, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["CriticalMultiplierEssenceRing7"] = { type = "Suffix", affix = "of the Essence", "+(21-25)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 82, group = "CriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["StunRecovery1"] = { type = "Suffix", affix = "of Thick Skin", "(11-13)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecovery2"] = { type = "Suffix", affix = "of Stone Skin", "(14-16)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 17, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecovery3"] = { type = "Suffix", affix = "of Iron Skin", "(17-19)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 28, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecovery4"] = { type = "Suffix", affix = "of Steel Skin", "(20-22)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 42, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecovery5"] = { type = "Suffix", affix = "of Adamantite Skin", "(23-25)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 56, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecovery6"] = { type = "Suffix", affix = "of Corundum Skin", "(26-28)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 79, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["StunRecoveryEssence7"] = { type = "Suffix", affix = "of the Essence", "(29-34)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 82, group = "StunRecovery", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunDuration1"] = { type = "Suffix", affix = "of Impact", "(11-15)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 5, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunDuration2"] = { type = "Suffix", affix = "of Dazing", "(16-20)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 18, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunDuration3"] = { type = "Suffix", affix = "of Stunning", "(21-25)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 30, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunDuration4"] = { type = "Suffix", affix = "of Slamming", "(26-30)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 44, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunDuration5"] = { type = "Suffix", affix = "of Staggering", "(31-35)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 58, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["StunDurationEssence7"] = { type = "Suffix", affix = "of the Essence", "(36-39)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 82, group = "StunDurationIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["SpellCriticalStrikeChance1"] = { type = "Suffix", affix = "of Menace", "(10-19)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 11, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance2"] = { type = "Suffix", affix = "of Havoc", "(20-39)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 21, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance3"] = { type = "Suffix", affix = "of Disaster", "(40-59)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 28, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance4"] = { type = "Suffix", affix = "of Calamity", "(60-79)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 41, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance5"] = { type = "Suffix", affix = "of Ruin", "(80-99)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 59, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChance6_"] = { type = "Suffix", affix = "of Unmaking", "(100-109)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 76, group = "SpellCriticalStrikeChance", weightKey = { "attack_dagger", "attack_staff", "focus", "str_int_shield", "dex_int_shield", "wand", "staff", "sceptre", "dagger", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(110-119)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 82, group = "SpellCriticalStrikeChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "critical" }, }, + ["ProjectileSpeed1"] = { type = "Suffix", affix = "of Darting", "(10-17)% increased Projectile Speed", statOrder = { 1655 }, level = 14, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed2"] = { type = "Suffix", affix = "of Flight", "(18-25)% increased Projectile Speed", statOrder = { 1655 }, level = 27, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed3"] = { type = "Suffix", affix = "of Propulsion", "(26-33)% increased Projectile Speed", statOrder = { 1655 }, level = 41, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed4"] = { type = "Suffix", affix = "of the Zephyr", "(34-41)% increased Projectile Speed", statOrder = { 1655 }, level = 55, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeed5"] = { type = "Suffix", affix = "of the Gale", "(42-46)% increased Projectile Speed", statOrder = { 1655 }, level = 82, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "speed" }, }, + ["ProjectileSpeedEssence6"] = { type = "Suffix", affix = "of the Essence", "(47-52)% increased Projectile Speed", statOrder = { 1655 }, level = 28, group = "ProjectileSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["LifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain 2 Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 8, group = "LifeGainPerTarget", weightKey = { "amulet", "ring", "gloves", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain 3 Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 20, group = "LifeGainPerTarget", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain 4 Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 30, group = "LifeGainPerTarget", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTarget4"] = { type = "Suffix", affix = "of Nourishment", "Gain 5 Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 40, group = "LifeGainPerTarget", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal1"] = { type = "Suffix", affix = "of Rejuvenation", "Grants 2 Life per Enemy Hit", statOrder = { 1597 }, level = 8, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal2"] = { type = "Suffix", affix = "of Restoration", "Grants 3 Life per Enemy Hit", statOrder = { 1597 }, level = 20, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal3"] = { type = "Suffix", affix = "of Regrowth", "Grants 4 Life per Enemy Hit", statOrder = { 1597 }, level = 30, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetLocal4"] = { type = "Suffix", affix = "of Nourishment", "Grants 5 Life per Enemy Hit", statOrder = { 1597 }, level = 40, group = "LifeGainPerTargetLocal", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["FireDamagePercent1"] = { type = "Suffix", affix = "of Embers", "(3-7)% increased Fire Damage", statOrder = { 1221 }, level = 8, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent2"] = { type = "Suffix", affix = "of Coals", "(8-12)% increased Fire Damage", statOrder = { 1221 }, level = 22, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent3"] = { type = "Suffix", affix = "of Cinders", "(13-17)% increased Fire Damage", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent4"] = { type = "Suffix", affix = "of Flames", "(18-22)% increased Fire Damage", statOrder = { 1221 }, level = 50, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent5"] = { type = "Suffix", affix = "of Immolation", "(23-26)% increased Fire Damage", statOrder = { 1221 }, level = 64, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercent6"] = { type = "Suffix", affix = "of Ashes", "(27-30)% increased Fire Damage", statOrder = { 1221 }, level = 76, group = "FireDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence2_"] = { type = "Suffix", affix = "of the Essence", "(11-14)% increased Fire Damage", statOrder = { 1221 }, level = 10, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence3"] = { type = "Suffix", affix = "of the Essence", "(15-18)% increased Fire Damage", statOrder = { 1221 }, level = 26, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence4"] = { type = "Suffix", affix = "of the Essence", "(19-22)% increased Fire Damage", statOrder = { 1221 }, level = 42, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Fire Damage", statOrder = { 1221 }, level = 58, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence6_"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Fire Damage", statOrder = { 1221 }, level = 74, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Fire Damage", statOrder = { 1221 }, level = 82, group = "FireDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercent1"] = { type = "Suffix", affix = "of Snow", "(3-7)% increased Cold Damage", statOrder = { 1230 }, level = 12, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent2"] = { type = "Suffix", affix = "of Sleet", "(8-12)% increased Cold Damage", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent3"] = { type = "Suffix", affix = "of Ice", "(13-17)% increased Cold Damage", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent4"] = { type = "Suffix", affix = "of Rime", "(18-22)% increased Cold Damage", statOrder = { 1230 }, level = 50, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent5"] = { type = "Suffix", affix = "of Floe", "(23-26)% increased Cold Damage", statOrder = { 1230 }, level = 64, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercent6"] = { type = "Suffix", affix = "of Glaciation", "(27-30)% increased Cold Damage", statOrder = { 1230 }, level = 76, group = "ColdDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence1"] = { type = "Suffix", affix = "of the Essence", "(6-10)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence2"] = { type = "Suffix", affix = "of the Essence", "(11-14)% increased Cold Damage", statOrder = { 1230 }, level = 10, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence3"] = { type = "Suffix", affix = "of the Essence", "(15-18)% increased Cold Damage", statOrder = { 1230 }, level = 26, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence4_"] = { type = "Suffix", affix = "of the Essence", "(19-22)% increased Cold Damage", statOrder = { 1230 }, level = 42, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Cold Damage", statOrder = { 1230 }, level = 58, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence6_"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Cold Damage", statOrder = { 1230 }, level = 74, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Cold Damage", statOrder = { 1230 }, level = 82, group = "ColdDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePercent1"] = { type = "Suffix", affix = "of Sparks", "(3-7)% increased Lightning Damage", statOrder = { 1241 }, level = 10, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent2"] = { type = "Suffix", affix = "of Static", "(8-12)% increased Lightning Damage", statOrder = { 1241 }, level = 23, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent3"] = { type = "Suffix", affix = "of Electricity", "(13-17)% increased Lightning Damage", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent4"] = { type = "Suffix", affix = "of Voltage", "(18-22)% increased Lightning Damage", statOrder = { 1241 }, level = 50, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent5"] = { type = "Suffix", affix = "of Discharge", "(23-26)% increased Lightning Damage", statOrder = { 1241 }, level = 64, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercent6"] = { type = "Suffix", affix = "of Arcing", "(27-30)% increased Lightning Damage", statOrder = { 1241 }, level = 76, group = "LightningDamagePercentage", weightKey = { "wand", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Lightning Damage", statOrder = { 1241 }, level = 82, group = "LightningDamagePercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (3-6) Life per Enemy Killed", statOrder = { 1607 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (7-10) Life per Enemy Killed", statOrder = { 1607 }, level = 23, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (11-14) Life per Enemy Killed", statOrder = { 1607 }, level = 40, group = "LifeGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["ManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain 1 Mana per Enemy Killed", statOrder = { 1622 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (2-3) Mana per Enemy Killed", statOrder = { 1622 }, level = 24, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Consumption", "Gain (4-6) Mana per Enemy Killed", statOrder = { 1622 }, level = 40, group = "ManaGainedFromEnemyDeath", weightKey = { "weapon", "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["LocalCriticalStrikeChance1"] = { type = "Suffix", affix = "of Needling", "(10-14)% increased Critical Strike Chance", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance2"] = { type = "Suffix", affix = "of Stinging", "(15-19)% increased Critical Strike Chance", statOrder = { 1326 }, level = 20, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance3"] = { type = "Suffix", affix = "of Piercing", "(20-24)% increased Critical Strike Chance", statOrder = { 1326 }, level = 30, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance4"] = { type = "Suffix", affix = "of Puncturing", "(25-29)% increased Critical Strike Chance", statOrder = { 1326 }, level = 44, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance5"] = { type = "Suffix", affix = "of Penetrating", "(30-34)% increased Critical Strike Chance", statOrder = { 1326 }, level = 59, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalStrikeChance6"] = { type = "Suffix", affix = "of Incision", "(35-38)% increased Critical Strike Chance", statOrder = { 1326 }, level = 73, group = "LocalCriticalStrikeChance", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["LocalCriticalMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(10-14)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 8, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(15-19)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 21, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(20-24)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 30, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(25-29)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 44, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(30-34)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 59, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalCriticalMultiplier6"] = { type = "Suffix", affix = "of Destruction", "+(35-38)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 73, group = "CriticalStrikeMultiplier", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["LocalIncreaseSocketedGemLevel1"] = { type = "Prefix", affix = "Paragon's", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 50, group = "LocalIncreaseSocketedGemLevel", weightKey = { "attack_staff", "attack_dagger", "staff", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 1000, 1000, 0, 0, 0, 0, 1000, 0 }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemUnsetRing1"] = { type = "Prefix", affix = "Exemplary", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 2, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemUnsetRing2"] = { type = "Prefix", affix = "Quintessential", "+2 to Level of Socketed Gems", statOrder = { 141 }, level = 50, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["LocalIncreaseSocketedGemUnsetRing3"] = { type = "Prefix", affix = "Flawless", "+3 to Level of Socketed Gems", statOrder = { 141 }, level = 76, group = "LocalIncreaseSocketedGemLevel", weightKey = { "unset_ring", "default", }, weightVal = { 250, 0 }, modTags = { "gem" }, }, + ["GlobalSpellGemsLevel1"] = { type = "Prefix", affix = "Magister's", "+1 to Level of all Spell Skill Gems", statOrder = { 1468 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "caster", "gem" }, }, + ["GlobalSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Magister's", "+(1-2) to Level of all Spell Skill Gems", statOrder = { 1468 }, level = 55, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevel1"] = { type = "Prefix", affix = "Flame Spinner's", "+1 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 2, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["LocalIncreaseSocketedFireGemLevel2_"] = { type = "Prefix", affix = "Lava Caller's", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 55, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["GlobalFireSpellGemsLevel1_"] = { type = "Prefix", affix = "Flame Shaper's", "+1 to Level of all Fire Spell Skill Gems", statOrder = { 1470 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHand1__"] = { type = "Prefix", affix = "Flame Shaper's", "+(1-2) to Level of all Fire Spell Skill Gems", statOrder = { 1470 }, level = 2, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["GlobalFireSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Lava Conjurer's", "+3 to Level of all Fire Spell Skill Gems", statOrder = { 1470 }, level = 77, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevel1"] = { type = "Prefix", affix = "Frost Weaver's", "+1 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 2, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["LocalIncreaseSocketedColdGemLevel2"] = { type = "Prefix", affix = "Winterbringer's", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 55, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["GlobalColdSpellGemsLevel1_"] = { type = "Prefix", affix = "Frost Singer's", "+1 to Level of all Cold Spell Skill Gems", statOrder = { 1471 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Frost Singer's", "+(1-2) to Level of all Cold Spell Skill Gems", statOrder = { 1471 }, level = 2, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["GlobalColdSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Winter Beckoner's", "+3 to Level of all Cold Spell Skill Gems", statOrder = { 1471 }, level = 77, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevel1"] = { type = "Prefix", affix = "Thunder Lord's", "+1 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 2, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["LocalIncreaseSocketedLightningGemLevel2"] = { type = "Prefix", affix = "Tempest King's", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 55, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["GlobalLightningSpellGemsLevel1"] = { type = "Prefix", affix = "Thunderhand's", "+1 to Level of all Lightning Spell Skill Gems", statOrder = { 1472 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 250, 250, 250, 250, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Thunderhand's", "+(1-2) to Level of all Lightning Spell Skill Gems", statOrder = { 1472 }, level = 2, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["GlobalLightningSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Tempest Master's", "+3 to Level of all Lightning Spell Skill Gems", statOrder = { 1472 }, level = 77, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 125, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Nihilist's", "+1 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 4, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos", "gem" }, }, + ["LocalIncreaseSocketedChaosGemLevel2"] = { type = "Prefix", affix = "Anarchist's", "+2 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 55, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "attack_staff", "attack_dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos", "gem" }, }, + ["GlobalChaosSpellGemsLevel1"] = { type = "Prefix", affix = "Mad Lord's", "+1 to Level of all Chaos Spell Skill Gems", statOrder = { 1473 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "dagger", "focus", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHand1"] = { type = "Prefix", affix = "Mad Lord's", "+(1-2) to Level of all Chaos Spell Skill Gems", statOrder = { 1473 }, level = 2, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalChaosSpellGemsLevelTwoHand2"] = { type = "Prefix", affix = "Splintermind's", "+3 to Level of all Chaos Spell Skill Gems", statOrder = { 1473 }, level = 77, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevel1"] = { type = "Prefix", affix = "Lithomancer's", "+1 to Level of all Physical Spell Skill Gems", statOrder = { 1469 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "focus", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHand1_"] = { type = "Prefix", affix = "Lithomancer's", "+(1-2) to Level of all Physical Spell Skill Gems", statOrder = { 1469 }, level = 2, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["GlobalPhysicalSpellGemsLevelTwoHand2_"] = { type = "Prefix", affix = "Tecton's", "+3 to Level of all Physical Spell Skill Gems", statOrder = { 1469 }, level = 77, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["LocalIncreaseSocketedSpellGemLevelRace"] = { type = "Prefix", affix = "Competitor's", "+1 to Level of Socketed Spell Gems", statOrder = { 153 }, level = 1, group = "LocalIncreaseSocketedSpellGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevel1"] = { type = "Prefix", affix = "Combatant's", "+1 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 8, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "bow", "wand", "focus", "shield", "weapon", "default", }, weightVal = { 0, 0, 0, 1000, 1000, 0 }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMeleeGemLevel"] = { type = "Prefix", affix = "Weaponmaster's", "+2 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 63, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "bow", "wand", "focus", "shield", "weapon", "default", }, weightVal = { 0, 0, 0, 1000, 1000, 0 }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedBowGemLevel1"] = { type = "Prefix", affix = "Fletcher's", "+1 to Level of Socketed Bow Gems", statOrder = { 157 }, level = 9, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedBowGemLevel2"] = { type = "Prefix", affix = "Sharpshooter's", "+2 to Level of Socketed Bow Gems", statOrder = { 157 }, level = 64, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevel1"] = { type = "Prefix", affix = "Reanimator's", "+1 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 14, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevel2"] = { type = "Prefix", affix = "Summoner's", "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 65, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["LocalIncreaseSocketedMinionGemLevel3_"] = { type = "Prefix", affix = "Necromancer's", "+3 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 86, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevel1"] = { type = "Prefix", affix = "Taskmaster's", "+1 to Level of all Minion Skill Gems", statOrder = { 1474 }, level = 14, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "minion", "gem" }, }, + ["GlobalIncreaseMinionSpellSkillGemLevel2"] = { type = "Prefix", affix = "Overseer's", "+2 to Level of all Minion Skill Gems", statOrder = { 1474 }, level = 75, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "helmet", "default", }, weightVal = { 25, 0 }, modTags = { "minion", "gem" }, }, + ["LocalIncreasedAccuracy1"] = { type = "Suffix", affix = "of Calm", "+(5-15) to Accuracy Rating", statOrder = { 1878 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy2"] = { type = "Suffix", affix = "of Steadiness", "+(16-60) to Accuracy Rating", statOrder = { 1878 }, level = 12, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy3"] = { type = "Suffix", affix = "of Accuracy", "+(61-100) to Accuracy Rating", statOrder = { 1878 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy4"] = { type = "Suffix", affix = "of Precision", "+(101-130) to Accuracy Rating", statOrder = { 1878 }, level = 26, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy5"] = { type = "Suffix", affix = "of the Sniper", "+(131-165) to Accuracy Rating", statOrder = { 1878 }, level = 33, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy6"] = { type = "Suffix", affix = "of the Marksman", "+(166-200) to Accuracy Rating", statOrder = { 1878 }, level = 41, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy7"] = { type = "Suffix", affix = "of the Deadeye", "+(201-250) to Accuracy Rating", statOrder = { 1878 }, level = 50, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy"] = { type = "Suffix", affix = "of the Ranger", "+(251-320) to Accuracy Rating", statOrder = { 1878 }, level = 63, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracy9_"] = { type = "Suffix", affix = "of the Assassin", "+(321-360) to Accuracy Rating", statOrder = { 1878 }, level = 80, group = "LocalAccuracyRating", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyEssence7"] = { type = "Suffix", affix = "of the Essence", "+(361-380) to Accuracy Rating", statOrder = { 1878 }, level = 82, group = "LocalAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew1"] = { type = "Suffix", affix = "of Steadiness", "+(80-130) to Accuracy Rating", statOrder = { 1878 }, level = 1, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew2"] = { type = "Suffix", affix = "of Precision", "+(131-215) to Accuracy Rating", statOrder = { 1878 }, level = 20, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew3"] = { type = "Suffix", affix = "of the Sniper", "+(216-325) to Accuracy Rating", statOrder = { 1878 }, level = 40, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew4"] = { type = "Suffix", affix = "of the Marksman", "+(326-455) to Accuracy Rating", statOrder = { 1878 }, level = 60, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew5"] = { type = "Suffix", affix = "of the Ranger", "+(456-624) to Accuracy Rating", statOrder = { 1878 }, level = 75, group = "LocalAccuracyRating", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedAccuracyNew6"] = { type = "Suffix", affix = "of Lioneye", "+(625-780) to Accuracy Rating", statOrder = { 1878 }, level = 85, group = "LocalAccuracyRating", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 1000, 1000, 0, 0 }, modTags = { "attack" }, }, + ["CannotBeFrozenWarbands"] = { type = "Prefix", affix = "Mutewind", "Cannot be Frozen", statOrder = { 1697 }, level = 1, group = "CannotBeFrozen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AdditionalArrowBow1_"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 70, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack" }, }, + ["AdditionalArrowBow2_"] = { type = "Suffix", affix = "of Many", "Bow Attacks fire 2 additional Arrows", statOrder = { 1653 }, level = 86, group = "AdditionalArrows", weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { "attack" }, }, + ["AdditionalArrowQuiver1_"] = { type = "Suffix", affix = "of Splintering", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 70, group = "AdditionalArrows", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "attack" }, }, + ["MinionRunSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions have (13-15)% increased Movement Speed", statOrder = { 1628 }, level = 10, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "Minions have (16-18)% increased Movement Speed", statOrder = { 1628 }, level = 26, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "Minions have (19-21)% increased Movement Speed", statOrder = { 1628 }, level = 42, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions have (22-24)% increased Movement Speed", statOrder = { 1628 }, level = 58, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions have (25-27)% increased Movement Speed", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions have (28-30)% increased Movement Speed", statOrder = { 1628 }, level = 82, group = "MinionRunSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed", "minion" }, }, + ["MinionLifeEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions have (13-15)% increased maximum Life", statOrder = { 1625 }, level = 10, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEssence3_"] = { type = "Suffix", affix = "of the Essence", "Minions have (16-18)% increased maximum Life", statOrder = { 1625 }, level = 26, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEssence4"] = { type = "Suffix", affix = "of the Essence", "Minions have (19-21)% increased maximum Life", statOrder = { 1625 }, level = 42, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions have (22-24)% increased maximum Life", statOrder = { 1625 }, level = 58, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions have (25-27)% increased maximum Life", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions have (28-30)% increased maximum Life", statOrder = { 1625 }, level = 82, group = "MinionLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionDamageEssence2"] = { type = "Suffix", affix = "of the Essence", "Minions deal (7-10)% increased Damage", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "Minions deal (11-14)% increased Damage", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssence4_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (15-18)% increased Damage", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "Minions deal (19-22)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "Minions deal (23-26)% increased Damage", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "Minions deal (27-30)% increased Damage", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionAccuracyEssence2_"] = { type = "Suffix", affix = "of the Essence", "(13-15)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 10, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyEssence3_"] = { type = "Suffix", affix = "of the Essence", "(16-18)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 26, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyEssence4___"] = { type = "Suffix", affix = "of the Essence", "(19-21)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 42, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyEssence5"] = { type = "Suffix", affix = "of the Essence", "(22-24)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 58, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyEssence6"] = { type = "Suffix", affix = "of the Essence", "(25-27)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 74, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyEssence7_"] = { type = "Suffix", affix = "of the Essence", "(28-30)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 82, group = "MinionAccuracyRating", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "minion" }, }, + ["MinionDamageGlovesEssence2"] = { type = "Prefix", affix = "Essences", "Minions deal (13-15)% increased Damage", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageGlovesEssence3"] = { type = "Prefix", affix = "Essences", "Minions deal (16-18)% increased Damage", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageGlovesEssence4"] = { type = "Prefix", affix = "Essences", "Minions deal (19-21)% increased Damage", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageGlovesEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (22-24)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageGlovesEssence6___"] = { type = "Prefix", affix = "Essences", "Minions deal (25-27)% increased Damage", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageGlovesEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (28-30)% increased Damage", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand2"] = { type = "Suffix", affix = "of the Essence", "Minions deal (10-15)% increased Damage", statOrder = { 1830 }, level = 10, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand3_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (16-21)% increased Damage", statOrder = { 1830 }, level = 26, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand4"] = { type = "Suffix", affix = "of the Essence", "Minions deal (22-27)% increased Damage", statOrder = { 1830 }, level = 42, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand5_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (28-33)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand6"] = { type = "Suffix", affix = "of the Essence", "Minions deal (34-39)% increased Damage", statOrder = { 1830 }, level = 74, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEssenceTwoHand7_"] = { type = "Suffix", affix = "of the Essence", "Minions deal (40-45)% increased Damage", statOrder = { 1830 }, level = 82, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["BeltIncreasedFlaskChargesGained1"] = { type = "Suffix", affix = "of Refilling", "(5-10)% increased Flask Charges gained", statOrder = { 2037 }, level = 2, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained2"] = { type = "Suffix", affix = "of Restocking", "(11-16)% increased Flask Charges gained", statOrder = { 2037 }, level = 16, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained3_____"] = { type = "Suffix", affix = "of Replenishing", "(17-22)% increased Flask Charges gained", statOrder = { 2037 }, level = 32, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained4"] = { type = "Suffix", affix = "of Pouring", "(23-28)% increased Flask Charges gained", statOrder = { 2037 }, level = 48, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained5_"] = { type = "Suffix", affix = "of Brimming", "(29-34)% increased Flask Charges gained", statOrder = { 2037 }, level = 70, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskChargesGained6"] = { type = "Suffix", affix = "of Overflowing", "(35-40)% increased Flask Charges gained", statOrder = { 2037 }, level = 84, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskEffect1_"] = { type = "Prefix", affix = "Distilling", "Flasks applied to you have (4-6)% increased Effect", statOrder = { 2591 }, level = 45, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskEffect2"] = { type = "Prefix", affix = "Condensing", "Flasks applied to you have (7-9)% increased Effect", statOrder = { 2591 }, level = 65, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskEffect3"] = { type = "Prefix", affix = "Magnifying", "Flasks applied to you have (10-12)% increased Effect", statOrder = { 2591 }, level = 85, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 250, 0 }, modTags = { "flask" }, }, + ["BeltReducedFlaskChargesUsed1"] = { type = "Suffix", affix = "of Sipping", "(10-20)% reduced Flask Charges used", statOrder = { 2038 }, level = 3, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDuration1"] = { type = "Suffix", affix = "of Sipping", "(4-9)% increased Flask Effect Duration", statOrder = { 2041 }, level = 8, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDuration2"] = { type = "Suffix", affix = "of Tasting", "(10-15)% increased Flask Effect Duration", statOrder = { 2041 }, level = 34, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDuration3"] = { type = "Suffix", affix = "of Savouring", "(16-21)% increased Flask Effect Duration", statOrder = { 2041 }, level = 50, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDuration4"] = { type = "Suffix", affix = "of Relishing", "(22-27)% increased Flask Effect Duration", statOrder = { 2041 }, level = 66, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltIncreasedFlaskDuration5_"] = { type = "Suffix", affix = "of Reveling", "(28-33)% increased Flask Effect Duration", statOrder = { 2041 }, level = 82, group = "BeltIncreasedFlaskDuration", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["BeltFlaskLifeRecoveryRate1"] = { type = "Prefix", affix = "Restoring", "(5-10)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 5, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate2"] = { type = "Prefix", affix = "Recovering", "(11-16)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 21, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate3_"] = { type = "Prefix", affix = "Renewing", "(17-22)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 35, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate4"] = { type = "Prefix", affix = "Refreshing", "(23-28)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 49, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate5"] = { type = "Prefix", affix = "Rejuvenating", "(29-34)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 63, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRate6"] = { type = "Prefix", affix = "Regenerating", "(35-40)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 77, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(8-11)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 1, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(12-15)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 10, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(16-19)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 26, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence4"] = { type = "Prefix", affix = "Essences", "(20-23)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 42, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence5"] = { type = "Prefix", affix = "Essences", "(24-27)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 58, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence6"] = { type = "Prefix", affix = "Essences", "(28-31)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 74, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskLifeRecoveryRateEssence7"] = { type = "Prefix", affix = "Essences", "(32-35)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 82, group = "BeltFlaskLifeRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "life" }, }, + ["BeltFlaskManaRecoveryRate1_"] = { type = "Prefix", affix = "Affecting", "(5-10)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 5, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate2"] = { type = "Prefix", affix = "Stirring", "(11-16)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 21, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate3_"] = { type = "Prefix", affix = "Heartening", "(17-22)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 35, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate4__"] = { type = "Prefix", affix = "Exciting", "(23-28)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 49, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate5"] = { type = "Prefix", affix = "Galvanizing", "(29-34)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 63, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRate6"] = { type = "Prefix", affix = "Inspiring", "(35-40)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 77, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRateEssence1"] = { type = "Prefix", affix = "Essences", "(11-15)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 58, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRateEssence2"] = { type = "Prefix", affix = "Essences", "(16-20)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 74, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["BeltFlaskManaRecoveryRateEssence3"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 82, group = "BeltFlaskManaRecoveryRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "resource", "mana" }, }, + ["ChanceToAvoidShockEssence2_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 10, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToAvoidShockEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 26, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToAvoidShockEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 42, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToAvoidShockEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 58, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToAvoidShockEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 74, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToAvoidShockEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 82, group = "ReducedShockChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AttackerTakesDamage1"] = { type = "Prefix", affix = "Thorny", "Reflects (1-4) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage2"] = { type = "Prefix", affix = "Spiny", "Reflects (5-10) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 10, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage3"] = { type = "Prefix", affix = "Barbed", "Reflects (11-24) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 20, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamage4"] = { type = "Prefix", affix = "Jagged", "Reflects (25-50) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 35, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageEssence5"] = { type = "Prefix", affix = "Essences", "Reflects (51-100) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 58, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageEssence6"] = { type = "Prefix", affix = "Essences", "Reflects (101-150) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 74, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AttackerTakesDamageEssence7"] = { type = "Prefix", affix = "Essences", "Reflects (151-200) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 82, group = "AttackerTakesDamageNoRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ChanceToAvoidFreezeEssence3"] = { type = "Suffix", affix = "of the Essence", "(39-42)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidFreezeEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidFreezeEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidFreezeEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidFreezeEssence7"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AdditionalBlockChance1"] = { type = "Suffix", affix = "of Intercepting", "+(1-3)% Chance to Block", statOrder = { 2102 }, level = 10, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance2"] = { type = "Suffix", affix = "of Walling", "+(4-5)% Chance to Block", statOrder = { 2102 }, level = 25, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance3"] = { type = "Suffix", affix = "of Blocking", "+(6-7)% Chance to Block", statOrder = { 2102 }, level = 40, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance4_"] = { type = "Suffix", affix = "of the Stalwart", "+(8-9)% Chance to Block", statOrder = { 2102 }, level = 55, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance5"] = { type = "Suffix", affix = "of the Buttress", "+(10-11)% Chance to Block", statOrder = { 2102 }, level = 66, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance6"] = { type = "Suffix", affix = "of the Sentinel", "+(12-13)% Chance to Block", statOrder = { 2102 }, level = 77, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalBlockChance7"] = { type = "Suffix", affix = "of the Citadel", "+(14-15)% Chance to Block", statOrder = { 2102 }, level = 86, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalShieldBlockChance1"] = { type = "Suffix", affix = "of the Essence", "+(1-2)% Chance to Block", statOrder = { 2102 }, level = 42, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalShieldBlockChance2"] = { type = "Suffix", affix = "of the Essence", "+(3-4)% Chance to Block", statOrder = { 2102 }, level = 58, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalShieldBlockChance3"] = { type = "Suffix", affix = "of the Essence", "+(5-6)% Chance to Block", statOrder = { 2102 }, level = 74, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AdditionalShieldBlockChance4"] = { type = "Suffix", affix = "of the Essence", "+(7-8)% Chance to Block", statOrder = { 2102 }, level = 82, group = "IncreasedShieldBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["PhysicalDamageTakenAsFirePercentWarbands"] = { type = "Prefix", affix = "Redblade", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 1, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["ChanceToAvoidIgniteEssence4"] = { type = "Suffix", affix = "of the Essence", "(43-46)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 42, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToAvoidIgniteEssence5"] = { type = "Suffix", affix = "of the Essence", "(47-50)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 58, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToAvoidIgniteEssence6"] = { type = "Suffix", affix = "of the Essence", "(51-55)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 74, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToAvoidIgniteEssence7_"] = { type = "Suffix", affix = "of the Essence", "(56-60)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 82, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToBlockProjectileAttacks1_"] = { type = "Suffix", affix = "of Deflection", "+(1-2)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 8, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["ChanceToBlockProjectileAttacks2"] = { type = "Suffix", affix = "of Protection", "+(3-4)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 19, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["ChanceToBlockProjectileAttacks3"] = { type = "Suffix", affix = "of Cover", "+(5-6)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 30, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["ChanceToBlockProjectileAttacks4"] = { type = "Suffix", affix = "of Asylum", "+(7-8)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 55, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["ChanceToBlockProjectileAttacks5_"] = { type = "Suffix", affix = "of Refuge", "+(9-10)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 70, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["ChanceToBlockProjectileAttacks6"] = { type = "Suffix", affix = "of Sanctuary", "+(11-12)% chance to Block Projectile Attack Damage", statOrder = { 2315 }, level = 81, group = "BlockVsProjectiles", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["AllDamageMasterVendorItem"] = { type = "Prefix", affix = "Leo's", "(5-15)% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["ReducedManaReservationCostEssence4"] = { type = "Suffix", affix = "of the Essence", "4% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 42, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ReducedManaReservationCostEssence5"] = { type = "Suffix", affix = "of the Essence", "6% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 58, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ReducedManaReservationCostEssence6"] = { type = "Suffix", affix = "of the Essence", "8% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 74, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ReducedManaReservationCostEssence7"] = { type = "Suffix", affix = "of the Essence", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 82, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEssence4"] = { type = "Suffix", affix = "of the Essence", "(3-4)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 42, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEssence5__"] = { type = "Suffix", affix = "of the Essence", "(5-6)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 58, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEssence6_"] = { type = "Suffix", affix = "of the Essence", "(7-8)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 74, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 82, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ReducedLocalAttributeRequirements1"] = { type = "Suffix", affix = "of the Worthy", "18% reduced Attribute Requirements", statOrder = { 946 }, level = 36, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 1000, 850, 650, 750, 450, 550, 0 }, modTags = { }, }, + ["ReducedLocalAttributeRequirements2"] = { type = "Suffix", affix = "of the Apt", "32% reduced Attribute Requirements", statOrder = { 946 }, level = 60, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 1000, 850, 650, 750, 450, 550, 0 }, modTags = { }, }, + ["LightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 1295, 2351 }, level = 8, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "ring", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 1295, 2351 }, level = 15, group = "LightRadiusAndAccuracy", weightKey = { "helmet", "ring", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "(16-20)% increased Global Accuracy Rating", "15% increased Light Radius", statOrder = { 1296, 2351 }, level = 30, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracyNew1"] = { type = "Suffix", affix = "of Shining", "(9-11)% increased Global Accuracy Rating", "5% increased Light Radius", statOrder = { 1296, 2351 }, level = 8, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["LightRadiusAndAccuracyNew2"] = { type = "Suffix", affix = "of Light", "(12-15)% increased Global Accuracy Rating", "10% increased Light Radius", statOrder = { 1296, 2351 }, level = 15, group = "LightRadiusAndAccuracyPercent", weightKey = { "helmet", "ring", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy1"] = { type = "Suffix", affix = "of Shining", "+(10-20) to Accuracy Rating", "5% increased Light Radius", statOrder = { 1878, 2351 }, level = 8, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy2"] = { type = "Suffix", affix = "of Light", "+(21-40) to Accuracy Rating", "10% increased Light Radius", statOrder = { 1878, 2351 }, level = 15, group = "LocalLightRadiusAndAccuracy", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracy3"] = { type = "Suffix", affix = "of Radiance", "(16-20)% increased Global Accuracy Rating", "15% increased Light Radius", statOrder = { 1296, 2351 }, level = 30, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracyNew1_"] = { type = "Suffix", affix = "of Shining", "(9-11)% increased Global Accuracy Rating", "5% increased Light Radius", statOrder = { 1296, 2351 }, level = 8, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, + ["LocalLightRadiusAndAccuracyNew2"] = { type = "Suffix", affix = "of Light", "(12-15)% increased Global Accuracy Rating", "10% increased Light Radius", statOrder = { 1296, 2351 }, level = 15, group = "LocalLightRadiusAndAccuracyPercent", weightKey = { "weapon", "default", }, weightVal = { 500, 0 }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence5"] = { type = "Suffix", affix = "of the Essence", "+0.1 metres to Weapon Range", statOrder = { 2594 }, level = 58, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence6"] = { type = "Suffix", affix = "of the Essence", "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 74, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["LocalIncreasedMeleeWeaponRangeEssence7"] = { type = "Suffix", affix = "of the Essence", "+0.3 metres to Weapon Range", statOrder = { 2594 }, level = 82, group = "LocalMeleeWeaponRange", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["GainLifeOnBlock1"] = { type = "Suffix", affix = "of Repairing", "(5-15) Life gained when you Block", statOrder = { 1616 }, level = 11, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainLifeOnBlock2_"] = { type = "Suffix", affix = "of Resurgence", "(16-25) Life gained when you Block", statOrder = { 1616 }, level = 22, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainLifeOnBlock3"] = { type = "Suffix", affix = "of Renewal", "(26-40) Life gained when you Block", statOrder = { 1616 }, level = 36, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainLifeOnBlock4"] = { type = "Suffix", affix = "of Revival", "(41-60) Life gained when you Block", statOrder = { 1616 }, level = 48, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainLifeOnBlock5"] = { type = "Suffix", affix = "of Rebounding", "(61-85) Life gained when you Block", statOrder = { 1616 }, level = 60, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainLifeOnBlock6_"] = { type = "Suffix", affix = "of Revitalization", "(86-100) Life gained when you Block", statOrder = { 1616 }, level = 75, group = "GainLifeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "life" }, }, + ["GainManaOnBlock1"] = { type = "Suffix", affix = "of Redirection", "(4-12) Mana gained when you Block", statOrder = { 1617 }, level = 15, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlock2"] = { type = "Suffix", affix = "of Transformation", "(13-21) Mana gained when you Block", statOrder = { 1617 }, level = 32, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlock3"] = { type = "Suffix", affix = "of Conservation", "(22-30) Mana gained when you Block", statOrder = { 1617 }, level = 58, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, + ["GainManaOnBlock4"] = { type = "Suffix", affix = "of Utilisation", "(31-39) Mana gained when you Block", statOrder = { 1617 }, level = 75, group = "GainManaOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, + ["FishingLineStrength"] = { type = "Prefix", affix = "Filigree", "(20-40)% increased Fishing Line Strength", statOrder = { 2691 }, level = 1, group = "FishingLineStrength", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["FishingPoolConsumption"] = { type = "Prefix", affix = "Calming", "(15-30)% reduced Fishing Pool Consumption", statOrder = { 2692 }, level = 1, group = "FishingPoolConsumption", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["FishingLureType"] = { type = "Prefix", affix = "Alluring", "Rhoa Feather Lure", statOrder = { 2693 }, level = 1, group = "FishingLureType", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["FishingHookType"] = { type = "Suffix", affix = "of Snaring", "Karui Stone Hook", statOrder = { 2694 }, level = 1, group = "FishingHookType", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["FishingCastDistance"] = { type = "Suffix", affix = "of Flight", "(30-50)% increased Fishing Range", statOrder = { 2695 }, level = 1, group = "FishingCastDistance", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["FishingQuantity"] = { type = "Suffix", affix = "of Fascination", "(15-20)% increased Quantity of Fish Caught", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, + ["FishingRarity"] = { type = "Suffix", affix = "of Bounty", "(25-40)% increased Rarity of Fish Caught", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, + ["ChanceToDodge1"] = { type = "Suffix", affix = "of Mist", "+3% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 35, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodge2"] = { type = "Suffix", affix = "of Haze", "+4% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 62, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodge3"] = { type = "Suffix", affix = "of Fog", "+6% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 78, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeEssence4"] = { type = "Suffix", affix = "of the Essence", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 42, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeEssence5"] = { type = "Suffix", affix = "of the Essence", "+(8-9)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 58, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeEssence6"] = { type = "Suffix", affix = "of the Essence", "+(10-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 74, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeEssence7"] = { type = "Suffix", affix = "of the Essence", "+(14-15)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 82, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpells1"] = { type = "Suffix", affix = "of Prayers", "+3% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 35, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpells2"] = { type = "Suffix", affix = "of Invocations", "+4% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 62, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpells3"] = { type = "Suffix", affix = "of Incantations", "+6% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 78, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpellsEssence5"] = { type = "Suffix", affix = "of the Essence", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpellsEssence6"] = { type = "Suffix", affix = "of the Essence", "+(8-9)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodgeSpellsEssence7"] = { type = "Suffix", affix = "of the Essence", "+(10-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChaosResistanceWhileUsingFlaskEssence1"] = { type = "Suffix", affix = "of the Essence", "+50% to Chaos Resistance during any Flask Effect", statOrder = { 3142 }, level = 63, group = "ChaosResistanceWhileUsingFlask", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "chaos", "resistance" }, }, + ["SpellBlockPercentage1__"] = { type = "Suffix", affix = "of the Barrier", "(4-6)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 30, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["SpellBlockPercentage2"] = { type = "Suffix", affix = "of the Bulwark", "(7-9)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 52, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["SpellBlockPercentage3_"] = { type = "Suffix", affix = "of the Barricade", "(10-12)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 71, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["SpellBlockPercentage4_"] = { type = "Suffix", affix = "of the Bastion", "(13-15)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 84, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage1"] = { type = "Prefix", affix = "Steadfast", "(40-45)% increased Chance to Block", statOrder = { 70 }, level = 2, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage2"] = { type = "Prefix", affix = "Unrelenting", "(46-51)% increased Chance to Block", statOrder = { 70 }, level = 15, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage3"] = { type = "Prefix", affix = "Adamant", "(52-57)% increased Chance to Block", statOrder = { 70 }, level = 35, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage4"] = { type = "Prefix", affix = "Warded", "(58-63)% increased Chance to Block", statOrder = { 70 }, level = 48, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage5"] = { type = "Prefix", affix = "Unwavering", "(64-69)% increased Chance to Block", statOrder = { 70 }, level = 61, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage6"] = { type = "Prefix", affix = "Enduring", "(70-75)% increased Chance to Block", statOrder = { 70 }, level = 77, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["LocalIncreasedBlockPercentage7"] = { type = "Prefix", affix = "Unyielding", "(76-81)% increased Chance to Block", statOrder = { 70 }, level = 86, group = "LocalIncreasedBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 1000, 1000, 1000, 1000, 500, 500, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage1"] = { type = "Prefix", affix = "Mystic", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 16, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage2"] = { type = "Prefix", affix = "Clairvoyant", "(6-7)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 28, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage3"] = { type = "Prefix", affix = "Enigmatic", "(8-9)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 40, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage4"] = { type = "Prefix", affix = "Enlightened", "(10-11)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 55, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage5"] = { type = "Prefix", affix = "Seer's", "(12-13)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 66, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["ShieldSpellBlockPercentage6"] = { type = "Prefix", affix = "Oracle's", "(14-15)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 77, group = "SpellBlockPercentage", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "dex_shield", "dex_int_shield", "focus", "default", }, weightVal = { 500, 500, 500, 500, 1000, 1000, 0 }, modTags = { "block" }, }, + ["MovementVelocityCorrupted"] = { type = "Corrupted", affix = "", "(2-5)% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "amulet", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["MaxFrenzyChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 20, group = "MaximumFrenzyCharges", weightKey = { "boots", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "frenzy_charge" }, }, + ["MaxPowerChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 20, group = "IncreasedMaximumPowerCharges", weightKey = { "two_hand_weapon", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge" }, }, + ["MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (15-20)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "helmet", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "minion" }, }, + ["SocketedVaalGemsIncreaseCorrupted"] = { type = "Corrupted", affix = "", "+(1-2) to Level of Socketed Vaal Gems", statOrder = { 167 }, level = 1, group = "LocalIncreaseSocketedVaalGemLevel", weightKey = { "helmet", "gloves", "boots", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "vaal", "gem" }, }, + ["DamageTakenFlatReductionCorrupted1"] = { type = "Corrupted", affix = "", "-(10-5) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, + ["DamageTakenFlatReductionCorrupted2"] = { type = "Corrupted", affix = "", "-(16-11) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 30, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, + ["DamageTakenFlatReductionCorrupted3"] = { type = "Corrupted", affix = "", "-(24-17) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 60, group = "PhysicalAttackDamageTaken", weightKey = { "amulet", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "attack" }, }, + ["FireDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 50, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 50, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 50, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "quiver", "two_hand_weapon", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["IncreasedCastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "ring", "gloves", "focus", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "speed" }, }, + ["ChanceToFleeCorrupted"] = { type = "Corrupted", affix = "", "5% chance to Cause Monsters to Flee", statOrder = { 1896 }, level = 1, group = "HitsCauseMonsterFlee", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["BlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(2-4)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "staff", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "block" }, }, + ["LocalAddedChaosDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (3-5) Chaos Damage", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-8) to (11-13) Chaos Damage", statOrder = { 1253 }, level = 20, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-11) to (19-23) Chaos Damage", statOrder = { 1253 }, level = 40, group = "LocalChaosDamage", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-4) to (6-8) Chaos Damage to Attacks", statOrder = { 1251 }, level = 20, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (7-9) to (11-13) Chaos Damage to Attacks", statOrder = { 1251 }, level = 40, group = "ChaosDamage", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SpellBlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(2-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "staff", "amulet", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "block" }, }, + ["AttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(4-8)% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "speed" }, }, + ["WeaponElementalDamageCorrupted"] = { type = "Corrupted", affix = "", "(6-12)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["CullingStrikeCorrupted"] = { type = "Corrupted", affix = "", "Culling Strike", statOrder = { 1893 }, level = 1, group = "CullingStrike", weightKey = { "sword", "axe", "dagger", "wand", "bow", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { }, }, + ["ManaOnLifeLostCorrupted"] = { type = "Corrupted", affix = "", "(3-6)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "amulet", "ring", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["MaximumResistanceCorrupted"] = { type = "Corrupted", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 1, group = "MaximumResistances", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resistance" }, }, + ["AdditionalCurseCorrupted"] = { type = "Corrupted", affix = "", "You can apply an additional Curse", statOrder = { 2022 }, level = 1, group = "AdditionalCurseOnEnemies", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["ChanceToAvoidFreezeCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "amulet", "body_armour", "ring", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToAvoidIgniteCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "amulet", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChaosResistCorruption"] = { type = "Corrupted", affix = "", "+(2-4)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "fishing_rod", "weapon", "jewel", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChanceToDodgeCorruption"] = { type = "Corrupted", affix = "", "+(3-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToSuppressSpellsOld", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["CannotBeKnockedBackCorruption"] = { type = "Corrupted", affix = "", "Cannot be Knocked Back", statOrder = { 1382 }, level = 1, group = "ImmuneToKnockback", weightKey = { "boots", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GemLevelCorruption"] = { type = "Corrupted", affix = "", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { "boots", "gloves", "body_armour", "shield", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "gem" }, }, + ["AvoidShockCorruption"] = { type = "Corrupted", affix = "", "(10-20)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "ReducedShockChance", weightKey = { "body_armour", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["CannotBeLeechedFromCorruption"] = { type = "Corrupted", affix = "", "Enemies Cannot Leech Life From you", statOrder = { 2292 }, level = 1, group = "EnemiesCantLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["DamageTakenFromManaBeforeLifeCorruption"] = { type = "Corrupted", affix = "", "(3-5)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageConversionFireCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 1, group = "ConvertPhysicalToFire", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["DamageConversionColdCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 1, group = "ConvertPhysicalToCold", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["DamageConversionLighningCorruption"] = { type = "Corrupted", affix = "", "(10-20)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 1, group = "MonsterConvertPhysicalDamageToLightning", weightKey = { "quiver", "sceptre", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["AdditionalArrowsCorruption"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 1, group = "AdditionalArrows", weightKey = { "quiver", "bow", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["AdditionalAOERangeCorruption"] = { type = "Corrupted", affix = "", "(4-6)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["IncreasedDurationCorruption"] = { type = "Corrupted", affix = "", "(5-8)% increased Skill Effect Duration", statOrder = { 1754 }, level = 1, group = "SkillEffectDuration", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["AdditionalTrapsCorruption_"] = { type = "Corrupted", affix = "", "Can have up to 1 additional Trap placed at a time", statOrder = { 2108 }, level = 1, group = "TrapsAllowed", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["MaximumEnduranceChargesCorruption_"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 1, group = "MaximumEnduranceCharges", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge" }, }, + ["DualWieldBlockCorruption"] = { type = "Corrupted", affix = "", "+(3-6)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 1, group = "BlockWhileDualWielding", weightKey = { "sceptre", "axe", "mace", "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "block" }, }, + ["AdditionalPierceCorruption"] = { type = "Corrupted", affix = "", "Arrows Pierce an additional Target", statOrder = { 1650 }, level = 1, group = "AdditionalArrowPierce", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["GlobalPierceCorruption"] = { type = "Corrupted", affix = "", "(4-8)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "speed" }, }, + ["CurseOnHitTemporalChainsCurruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2373 }, level = 30, group = "CurseOnHitLevelTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["CurseOnHitVulnerabilityCorruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 30, group = "CurseOnHitLevelVulnerability", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["CurseOnHitElementalWeaknessCorruption"] = { type = "Corrupted", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2376 }, level = 30, group = "CurseOnHitLevelElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["SupportedByCastOnStunCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Cast when Stunned", statOrder = { 396 }, level = 35, group = "SupportedByCastOnStun", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByCastOnCritCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Cast On Critical Strike", statOrder = { 391 }, level = 35, group = "SupportedByCastOnCrit", weightKey = { "gloves", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByMeleeSplashCorruption"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Melee Splash", statOrder = { 390 }, level = 20, group = "SupportedByMeleeSplash", weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByAddedFireDamageCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 12 Added Fire Damage", statOrder = { 381 }, level = 48, group = "DisplaySocketedGemsGetAddedFireDamage", weightKey = { "two_hand_weapon", "mace", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByStunCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 6 Stun", statOrder = { 398 }, level = 38, group = "SupportedByStun", weightKey = { "mace", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["LocalMeleeWeaponRangeCorrupted"] = { type = "Corrupted", affix = "", "+(0.1-0.2) metres to Weapon Range", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "sceptre", "rapier", "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["SocketedSkillsManaMultiplierCorrupted"] = { type = "Corrupted", affix = "", "Socketed Skill Gems get a 95% Cost & Reservation Multiplier", statOrder = { 447 }, level = 1, group = "SocketedSkillsManaMultiplier", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "gem" }, }, + ["SupportedByElementalProliferationCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Elemental Proliferation", statOrder = { 385 }, level = 12, group = "DisplaySocketedGemGetsElementalProliferation", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByAccuracyCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Additional Accuracy", statOrder = { 399 }, level = 48, group = "SupportedByAccuracy", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByMultistrikeCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 1 Multistrike", statOrder = { 400 }, level = 28, group = "SupportedByMultistrike", weightKey = { "two_hand_weapon", "sword", "default", }, weightVal = { 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByAreaOfEffectCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Increased Area of Effect", statOrder = { 202 }, level = 24, group = "DisplaySocketedGemGetsIncreasedAreaOfEffectLevel", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByLifeLeechCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 15 Life Leech", statOrder = { 402 }, level = 59, group = "SupportedByLifeLeech", weightKey = { "claw", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByCriticalMultiplierCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 14 Increased Critical Damage", statOrder = { 404 }, level = 35, group = "SupportedByCriticalMultiplier", weightKey = { "dagger", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByForkCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 1 Fork", statOrder = { 405 }, level = 6, group = "SupportedByFork", weightKey = { "bow", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByWeaponElementalDamageCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 12 Elemental Damage with Attacks", statOrder = { 406 }, level = 24, group = "SupportedByWeaponElementalDamage", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["SupportedByFasterCastCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Faster Casting", statOrder = { 418 }, level = 24, group = "DisplaySocketedGemsGetFasterCast", weightKey = { "sceptre", "default", }, weightVal = { 0, 0 }, modTags = { "support", "gem" }, }, + ["PuritySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Elements Skill", statOrder = { 545 }, level = 45, group = "PuritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["CriticalWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Assassin's Mark Skill", statOrder = { 547 }, level = 31, group = "CriticalWeaknessSkill", weightKey = { "gloves", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["PurityOfFireSkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Fire Skill", statOrder = { 524 }, level = 45, group = "PurityOfFireSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["PurityOfColdSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Ice Skill", statOrder = { 530 }, level = 45, group = "PurityOfColdSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["PurityOfLightningSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Purity of Lightning Skill", statOrder = { 532 }, level = 45, group = "PurityOfLightningSkill", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["WrathSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 7 Wrath Skill", statOrder = { 548 }, level = 28, group = "WrathSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["HatredSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 11 Hatred Skill", statOrder = { 549 }, level = 44, group = "HatredSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["AngerSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Anger Skill", statOrder = { 550 }, level = 56, group = "AngerSkill", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["DeterminationSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Determination Skill", statOrder = { 551 }, level = 61, group = "DeterminationSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["GraceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Grace Skill", statOrder = { 552 }, level = 61, group = "GraceSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["DisciplineSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 16 Discipline Skill", statOrder = { 554 }, level = 61, group = "DisciplineSkill", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ProjectileWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Sniper's Mark Skill", statOrder = { 558 }, level = 58, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ElementalWeaknessSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Elemental Weakness Skill", statOrder = { 559 }, level = 31, group = "ElementalWeaknessSkill", weightKey = { "wand", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["VulnerabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 10 Vulnerability Skill", statOrder = { 561 }, level = 31, group = "VulnerabilitySkill", weightKey = { "axe", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ClaritySkillCorrupted1"] = { type = "Corrupted", affix = "", "Grants Level 4 Clarity Skill", statOrder = { 542 }, level = 19, group = "ClaritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["ClaritySkillCorrupted2"] = { type = "Corrupted", affix = "", "Grants Level 8 Clarity Skill", statOrder = { 542 }, level = 32, group = "ClaritySkill", weightKey = { "amulet", "belt", "default", }, weightVal = { 0, 0, 0 }, modTags = { "skill" }, }, + ["ClaritySkillCorrupted3"] = { type = "Corrupted", affix = "", "Grants Level 12 Clarity Skill", statOrder = { 542 }, level = 47, group = "ClaritySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ClaritySkillCorrupted4"] = { type = "Corrupted", affix = "", "Grants Level 16 Clarity Skill", statOrder = { 542 }, level = 59, group = "ClaritySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["FrostbiteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Frostbite Skill", statOrder = { 538 }, level = 46, group = "FrostbiteSkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["FlammabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Flammability Skill", statOrder = { 533 }, level = 46, group = "FlammabilitySkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ConductivitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Conductivity Skill", statOrder = { 537 }, level = 46, group = "ConductivitySkill", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["TemporalChainsSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Temporal Chains Skill", statOrder = { 539 }, level = 40, group = "TemporalChainsSkill", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["HasteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 14 Haste Skill", statOrder = { 540 }, level = 40, group = "HasteSkill", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["ManaOnHitCorrupted"] = { type = "Corrupted", affix = "", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 40, group = "ManaGainPerTarget", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["VitalitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 15 Vitality Skill", statOrder = { 544 }, level = 35, group = "VitalitySkill", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "skill" }, }, + ["FishingQuantityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Fish Caught", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "drop" }, }, + ["FishingRarityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Rarity of Fish Caught", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "drop" }, }, + ["CastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(10-20)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "red_herring", "caster", "speed" }, }, + ["CanCatchCorruptFishCorrupted"] = { type = "Corrupted", affix = "", "You can catch Corrupted Fish", statOrder = { 2703 }, level = 1, group = "CorruptFish", weightKey = { "fishing_rod", "default", }, weightVal = { 0, 0 }, modTags = { "vaal", "drop" }, }, + ["V2AddedArmourWhileStationaryCorrupted1"] = { type = "Corrupted", affix = "", "+(35-60) Armour while stationary", statOrder = { 4144 }, level = 1, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["V2AddedArmourWhileStationaryCorrupted2"] = { type = "Corrupted", affix = "", "+(61-138) Armour while stationary", statOrder = { 4144 }, level = 31, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour" }, }, + ["V2AddedArmourWhileStationaryCorrupted3"] = { type = "Corrupted", affix = "", "+(139-322) Armour while stationary", statOrder = { 4144 }, level = 75, group = "AddedArmourWhileStationary", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "armour" }, }, + ["V2AddedColdDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (3-4) to (7-8) Cold Damage to Spells and Attacks", statOrder = { 1238 }, level = 1, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["V2AddedColdDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-9) to (13-16) Cold Damage to Spells and Attacks", statOrder = { 1238 }, level = 31, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["V2AddedColdDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (12-16) to (24-28) Cold Damage to Spells and Attacks", statOrder = { 1238 }, level = 81, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "attack", "caster" }, }, + ["V2AddedColdDamageToBowAttacksCorrupted1__"] = { type = "Corrupted", affix = "", "(8-11) to (18-21) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 1, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2AddedColdDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(20-25) to (38-45) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 31, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2AddedColdDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(29-35) to (55-62) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 75, group = "AddedColdDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2AddedEvasionWhileMovingCorrupted1_"] = { type = "Corrupted", affix = "", "+(35-60) to Global Evasion Rating while moving", statOrder = { 6384 }, level = 1, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["V2AddedEvasionWhileMovingCorrupted2"] = { type = "Corrupted", affix = "", "+(61-138) to Global Evasion Rating while moving", statOrder = { 6384 }, level = 31, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["V2AddedEvasionWhileMovingCorrupted3"] = { type = "Corrupted", affix = "", "+(139-322) to Global Evasion Rating while moving", statOrder = { 6384 }, level = 75, group = "AddedEvasionWhileMovingCorrupted", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "evasion" }, }, + ["V2AddedFireDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds (3-5) to (7-8) Fire Damage to Spells and Attacks", statOrder = { 1237 }, level = 1, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["V2AddedFireDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (7-10) to (15-18) Fire Damage to Spells and Attacks", statOrder = { 1237 }, level = 31, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["V2AddedFireDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (13-18) to (28-33) Fire Damage to Spells and Attacks", statOrder = { 1237 }, level = 82, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "attack", "caster" }, }, + ["V2AddedFireDamageToBowAttacksCorrupted1__"] = { type = "Corrupted", affix = "", "(11-14) to (21-25) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 1, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2AddedFireDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(24-31) to (46-55) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 31, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2AddedFireDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(29-39) to (59-69) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 75, group = "AddedFireDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2AddedLightningDamageCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (14-15) Lightning Damage to Spells and Attacks", statOrder = { 1272 }, level = 1, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["V2AddedLightningDamageCorrupted2"] = { type = "Corrupted", affix = "", "Adds (1-2) to (27-28) Lightning Damage to Spells and Attacks", statOrder = { 1272 }, level = 31, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["V2AddedLightningDamageCorrupted3"] = { type = "Corrupted", affix = "", "Adds (1-5) to (50-52) Lightning Damage to Spells and Attacks", statOrder = { 1272 }, level = 83, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["V2AddedLightningDamageToBowAttacksCorrupted1_"] = { type = "Corrupted", affix = "", "(1-3) to (38-39) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 1, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2AddedLightningDamageToBowAttacksCorrupted2"] = { type = "Corrupted", affix = "", "(3-7) to (81-85) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 31, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2AddedLightningDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(3-8) to (101-106) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 75, group = "AddedLightningDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2AddedPhysicalDamageToBowAttacksCorrupted1"] = { type = "Corrupted", affix = "", "(3-4) to (6-10) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 1, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2AddedPhysicalDamageToBowAttacksCorrupted2___"] = { type = "Corrupted", affix = "", "(5-7) to (10-14) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 31, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2AddedPhysicalDamageToBowAttacksCorrupted3"] = { type = "Corrupted", affix = "", "(9-12) to (16-19) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 75, group = "AddedPhysicalDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2AddedChaosDamageToBowAttacksCorrupted1"] = { type = "Corrupted", affix = "", "(23-29) to (37-43) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 81, group = "AddedChaosDamageToBowAttacksCorrupted", weightKey = { "quiver", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["V2AdditionalAOERangeCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2AdditionalArrowsCorrupted"] = { type = "Corrupted", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 75, group = "AdditionalArrows", weightKey = { "quiver", "bow", "default", }, weightVal = { 200, 200, 0 }, modTags = { "attack" }, }, + ["V2AdditionalChainCorrupted"] = { type = "Corrupted", affix = "", "Arrows Chain +1 times", statOrder = { 1647 }, level = 80, group = "AdditionalArrowChain", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["V2ChanceToSuppressSpells_"] = { type = "Corrupted", affix = "", "+(8-12)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["V2AdditionalCriticalStrikeMultiplierUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "+(20-25)% to Critical Strike Multiplier during any Flask Effect", statOrder = { 5530 }, level = 60, group = "AdditionalCriticalStrikeMultiplierUnderFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "damage", "critical" }, }, + ["V2AdditionalCurseCorrupted"] = { type = "Corrupted", affix = "", "You can apply an additional Curse", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["V2AdditionalPhysicalDamageReductionWhileStationaryCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% additional Physical Damage Reduction while stationary", statOrder = { 4143 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, + ["V2AdditionalProjectilesCorrupted"] = { type = "Corrupted", affix = "", "Skills fire an additional Projectile", statOrder = { 1651 }, level = 1, group = "AdditionalProjectilesCorrupted", weightKey = { "rapier", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2AngerSkillReducedCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Anger Skill", statOrder = { 550 }, level = 56, group = "AngerSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2AttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["V2BlindImmunityCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Blinded", statOrder = { 2820 }, level = 1, group = "ImmunityToBlind", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2BlockChanceCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 1, group = "MonsterBlock", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["V2CanCatchCorruptFishCorrupted"] = { type = "Corrupted", affix = "", "You can catch Corrupted Fish", statOrder = { 2703 }, level = 1, group = "CorruptFish", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "vaal", "drop" }, }, + ["V2CannotGainBleedingCorrupted_"] = { type = "Corrupted", affix = "", "Bleeding cannot be inflicted on you", statOrder = { 4045 }, level = 60, group = "BleedingImmunity", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["V2AvoidIgniteCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Ignited", statOrder = { 1698 }, level = 40, group = "CannotBeIgnited", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2CannotBePoisonedCorrupted"] = { type = "Corrupted", affix = "", "Cannot be Poisoned", statOrder = { 3209 }, level = 40, group = "CannotBePoisoned", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2CastSpeedCorrupted"] = { type = "Corrupted", affix = "", "(10-20)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedFishing", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "red_herring", "caster", "speed" }, }, + ["V2ChanceToBleedOnHitAndIncreasedDamageToBleedingTargetsCorrupted_"] = { type = "Corrupted", affix = "", "20% chance to cause Bleeding on Hit", "(30-40)% increased Attack Damage against Bleeding Enemies", statOrder = { 2334, 2342 }, level = 1, group = "ChanceToBleedOnHitAndIncreasedDamageToBleedingTargets", weightKey = { "axe", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["V2ChanceToDodgeCorrupted"] = { type = "Corrupted", affix = "", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 1, group = "ChanceToSuppressSpells", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2ChanceToGainEnduranceChargeOnStunCorrupted_"] = { type = "Corrupted", affix = "", "(5-7)% chance to gain an Endurance Charge when you Stun an Enemy", statOrder = { 5275 }, level = 1, group = "GainEnduranceChargeOnStunChance", weightKey = { "sceptre", "staff", "mace", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "endurance_charge" }, }, + ["V2ChanceToGainFortifyOnMeleeHitCorrupted"] = { type = "Corrupted", affix = "", "Melee Hits have (10-15)% chance to Fortify", statOrder = { 2116 }, level = 1, group = "FortifyOnMeleeHit", weightKey = { "sceptre", "wand", "dagger", "claw", "rapier", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "attack" }, }, + ["V2ChanceToGainFrenzyChargeOnKillCorrupted"] = { type = "Corrupted", affix = "", "(9-11)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { "dagger", "claw", "bow", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "frenzy_charge" }, }, + ["V2ChanceToGainOnslaughtOnKillCorrupted_"] = { type = "Corrupted", affix = "", "(10-15)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "sceptre", "wand", "dagger", "claw", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["V2ChanceToGainPowerChargeOnCritCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% chance to gain a Power Charge on Critical Strike", statOrder = { 1689 }, level = 1, group = "PowerChargeOnCriticalStrikeChance", weightKey = { "wand", "dagger", "claw", "sceptre", "staff", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "power_charge", "critical" }, }, + ["V2UnholyMightOnKillPercentChanceCorrupted"] = { type = "Corrupted", affix = "", "(10-15)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 1, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "dagger", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["V2ChanceToSpellDodgeCorrupted_"] = { type = "Corrupted", affix = "", "+(6-9)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2ClaritySkillReducedCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 21 Clarity Skill", statOrder = { 542 }, level = 56, group = "ClaritySkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2ColdDamageLifeLeechPermyriadCorrupted_"] = { type = "Corrupted", affix = "", "0.5% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 50, group = "ColdDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["V2ConductivitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Conductivity Skill", statOrder = { 537 }, level = 56, group = "ConductivitySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2CurseOnHitDespair"] = { type = "Corrupted", affix = "", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 30, group = "CurseOnHitDespair", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2CurseOnHitElementalWeaknessCorrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2376 }, level = 30, group = "CurseOnHitLevelElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2CurseOnHitEnfeeble"] = { type = "Corrupted", affix = "", "Curse Enemies with Enfeeble on Hit", statOrder = { 2380 }, level = 30, group = "CurseOnHitEnfeeble", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2CurseOnHitTemporalChainsCurrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2373 }, level = 30, group = "CurseOnHitLevelTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2CurseOnHitVulnerabilityCorrupted"] = { type = "Corrupted", affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 30, group = "CurseOnHitLevelVulnerability", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2DespairSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Despair Skill", statOrder = { 529 }, level = 56, group = "DespairSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2DeterminationSkillCorrupted__"] = { type = "Corrupted", affix = "", "Grants Level 23 Determination Skill", statOrder = { 551 }, level = 56, group = "DeterminationSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, + ["V2DisciplineSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Discipline Skill", statOrder = { 554 }, level = 56, group = "DisciplineSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, + ["V2DodgeAttackHitsWhileMovingCorrupted_"] = { type = "Corrupted", affix = "", "+(6-10)% chance to Suppress Spell Damage while moving", statOrder = { 9412 }, level = 60, group = "DodgeSpellHitsWhileMoving", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2DodgeSpellHitsWhileMovingCorrupted"] = { type = "Corrupted", affix = "", "+(6-10)% chance to Suppress Spell Damage while moving", statOrder = { 9412 }, level = 60, group = "DodgeSpellHitsWhileMoving", weightKey = { "boots", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2DualWieldBlockCorrupted"] = { type = "Corrupted", affix = "", "+(8-10)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 1, group = "BlockWhileDualWielding", weightKey = { "claw", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["V2ElementalDamagePenetrationCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates (8-10)% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "wand", "rapier", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["V2FireDamageLifeLeechPermyriadCorrupted_"] = { type = "Corrupted", affix = "", "0.5% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 50, group = "FireDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["V2FishingQuantityCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Quantity of Fish Caught", statOrder = { 2696 }, level = 1, group = "FishingQuantity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, + ["V2FishingRarityCorrupted_"] = { type = "Corrupted", affix = "", "(5-10)% increased Rarity of Fish Caught", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, + ["V2FlammabilitySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Flammability Skill", statOrder = { 533 }, level = 56, group = "FlammabilitySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2FrostbiteSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Frostbite Skill", statOrder = { 538 }, level = 56, group = "FrostbiteSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2GainFrenzyChargeAfterSpending200ManaCorrupted"] = { type = "Corrupted", affix = "", "Gain a Frenzy Charge after Spending a total of 200 Mana", statOrder = { 6227 }, level = 1, group = "GainFrenzyChargeAfterSpending200Mana", weightKey = { "rapier", "default", }, weightVal = { 1000, 0 }, modTags = { "frenzy_charge" }, }, + ["V2GemLevelCorrupted"] = { type = "Corrupted", affix = "", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 1, group = "LocalIncreaseSocketedGemLevel", weightKey = { "boots", "gloves", "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "gem" }, }, + ["V2GlobalCriticalStrikeMultiplierCorrupted"] = { type = "Corrupted", affix = "", "+(25-30)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { "dagger", "claw", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["V2GraceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Grace Skill", statOrder = { 552 }, level = 56, group = "GraceSkill", weightKey = { "shield", "default", }, weightVal = { 333, 0 }, modTags = { "skill" }, }, + ["V2HasteSkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 21 Haste Skill", statOrder = { 540 }, level = 56, group = "HasteSkill", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2HatredSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Hatred Skill", statOrder = { 549 }, level = 56, group = "HatredSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2MalevolenceSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Malevolence Skill", statOrder = { 608 }, level = 56, group = "MalevolenceSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2ZealotrySkillCorrupted_"] = { type = "Corrupted", affix = "", "Grants Level 23 Zealotry Skill", statOrder = { 624 }, level = 56, group = "ZealotrySkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2PrideSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Pride Skill", statOrder = { 612 }, level = 56, group = "PrideSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2IncreasedAreaOfEffect1hCorrupted"] = { type = "Corrupted", affix = "", "(15-20)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "dagger", "claw", "rapier", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { }, }, + ["V2IncreasedAreaOfEffect2hCorrupted_"] = { type = "Corrupted", affix = "", "(25-30)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["V2IncreasedAtackCriticalStrikeCorruption"] = { type = "Corrupted", affix = "", "Attacks have +(0.5-0.8)% to Critical Strike Chance", statOrder = { 4518 }, level = 60, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["V2IncreasedAttackSpeedCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "ring", "default", }, weightVal = { 1000, 500, 0 }, modTags = { "attack", "speed" }, }, + ["V2IncreasedAttackSpeedUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Attack Speed during any Flask Effect", statOrder = { 3141 }, level = 60, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "attack", "speed" }, }, + ["V2IncreasedBurningDamageCorrupted"] = { type = "Corrupted", affix = "", "(30-40)% increased Burning Damage", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["V2IncreasedCastSpeedCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "gloves", "ring", "default", }, weightVal = { 1000, 500, 0 }, modTags = { "caster", "speed" }, }, + ["V2IncreasedCastSpeedUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Cast Speed during any Flask Effect", statOrder = { 5053 }, level = 60, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "caster", "speed" }, }, + ["V2IncreasedChillEffectCorrupted"] = { type = "Corrupted", affix = "", "(25-30)% increased Effect of Cold Ailments", statOrder = { 5384 }, level = 40, group = "ChillEffect", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2IncreasedCriticalStrikeUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(35-40)% increased Critical Strike Chance during any Flask Effect", statOrder = { 5500 }, level = 1, group = "IncreasedCriticalStrikeUnderFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "critical" }, }, + ["V2IncreasedDamageCorrupted_"] = { type = "Corrupted", affix = "", "(40-50)% increased Damage", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2IncreasedDamageOverTimeCorrupted_"] = { type = "Corrupted", affix = "", "(50-60)% increased Damage over Time", statOrder = { 1077 }, level = 1, group = "DamageOverTime", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2IncreasedDurationCorrupted"] = { type = "Corrupted", affix = "", "(12-15)% increased Skill Effect Duration", statOrder = { 1754 }, level = 1, group = "SkillEffectDuration", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2IncreasedEnergyShieldCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased maximum Energy Shield", statOrder = { 1421 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["V2IncreasedGlobalPhysicalDamageCorrupted"] = { type = "Corrupted", affix = "", "(15-25)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["V2IncreasedLifeCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% increased maximum Life", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["V2IncreasedLifeRegenerationPerSecondCorrupted"] = { type = "Corrupted", affix = "", "Regenerate (1.6-2)% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["V2IncreasedMovementVelocityUnderFlaskEffectCorrupted"] = { type = "Corrupted", affix = "", "(8-12)% increased Movement Speed during any Flask Effect", statOrder = { 3025 }, level = 60, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "speed" }, }, + ["V2IncreasedProjectileDamageForEachChainCorrupted"] = { type = "Corrupted", affix = "", "Projectiles deal (20-25)% increased Damage with Hits and Ailments for each time they have Chained", statOrder = { 9007 }, level = 40, group = "IncreasedProjectileDamageForEachChain", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2IncreasedProjectileDamageForEachPierceCorrupted"] = { type = "Corrupted", affix = "", "Projectiles deal (8-10)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrder = { 9008 }, level = 40, group = "ProjectileDamagePerEnemyPierced", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2IncreasedShockEffectCorrupted_"] = { type = "Corrupted", affix = "", "(25-30)% increased Effect of Shock", statOrder = { 9258 }, level = 40, group = "ShockEffect", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2IncreasedSpellCriticalStrikeCorruption"] = { type = "Corrupted", affix = "", "+(0.5-0.8)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 60, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "critical" }, }, + ["V2LevelOfSocketedColdGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["V2LevelOfSocketedFireGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["V2LevelOfSocketedLightningGemsCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevelCorrupted", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["V2LightningDamageLifeLeechPermyriadCorrupted"] = { type = "Corrupted", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 50, group = "LightningDamageLifeLeechPermyriad", weightKey = { "helmet", "amulet", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["V2LocalAddedChaosDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (3-5) Chaos Damage", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["V2LocalAddedChaosDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (6-8) to (11-13) Chaos Damage", statOrder = { 1253 }, level = 31, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["V2LocalAddedChaosDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-11) to (19-23) Chaos Damage", statOrder = { 1253 }, level = 84, group = "LocalChaosDamage", weightKey = { "dagger", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["V2LocalAddedColdDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (6-8) to (13-15) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedColdDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (14-18) to (27-32) Cold Damage", statOrder = { 1235 }, level = 31, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedColdDamage1hCorrupted3_"] = { type = "Corrupted", affix = "", "Adds (17-23) to (24-40) Cold Damage", statOrder = { 1235 }, level = 84, group = "LocalColdDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedColdDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (9-13) to (20-23) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedColdDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (22-27) to (36-44) Cold Damage", statOrder = { 1235 }, level = 31, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedColdDamage2hCorrupted3_"] = { type = "Corrupted", affix = "", "Adds (26-32) to (45-55) Cold Damage", statOrder = { 1235 }, level = 84, group = "LocalColdDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["V2LocalAddedFireDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (8-10) to (15-18) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedFireDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (17-22) to (33-39) Fire Damage", statOrder = { 1226 }, level = 31, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedFireDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (21-28) to (40-48) Fire Damage", statOrder = { 1226 }, level = 84, group = "LocalFireDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedFireDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (12-17) to (23-27) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedFireDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (27-31) to (39-50) Fire Damage", statOrder = { 1226 }, level = 31, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedFireDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (31-39) to (52-61) Fire Damage", statOrder = { 1226 }, level = 84, group = "LocalFireDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["V2LocalAddedLightningDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (1-2) to (27-28) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedLightningDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (2-5) to (58-61) Lightning Damage", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedLightningDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (2-6) to (72-76) Lightning Damage", statOrder = { 1246 }, level = 84, group = "LocalLightningDamage", weightKey = { "sword", "mace", "axe", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedLightningDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds (2-3) to (35-39) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedLightningDamage2hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-7) to (73-84) Lightning Damage", statOrder = { 1246 }, level = 31, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedLightningDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (5-9) to (103-107) Lightning Damage", statOrder = { 1246 }, level = 84, group = "LocalLightningDamage", weightKey = { "bow", "staff", "default", }, weightVal = { 250, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["V2LocalAddedPhysicalDamage1hCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to 2 Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalAddedPhysicalDamage1hCorrupted2"] = { type = "Corrupted", affix = "", "Adds (3-4) to (5-7) Physical Damage", statOrder = { 1140 }, level = 31, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalAddedPhysicalDamage1hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (5-7) to (10-12) Physical Damage", statOrder = { 1140 }, level = 84, group = "LocalPhysicalDamage", weightKey = { "wand", "dagger", "rapier", "claw", "sceptre", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalAddedPhysicalDamage2hCorrupted1"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalAddedPhysicalDamage2hCorrupted2__"] = { type = "Corrupted", affix = "", "Adds (4-5) to (6-8) Physical Damage", statOrder = { 1140 }, level = 31, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalAddedPhysicalDamage2hCorrupted3"] = { type = "Corrupted", affix = "", "Adds (8-9) to (11-13) Physical Damage", statOrder = { 1140 }, level = 84, group = "LocalPhysicalDamage", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalBlockChanceCorrupted"] = { type = "Corrupted", affix = "", "+(4-5)% Chance to Block", statOrder = { 2102 }, level = 1, group = "IncreasedShieldBlockPercentage", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["V2LocalIncreasedAttackSpeedBowCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["V2LocalIncreasedAttackSpeed1hCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "wand", "one_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["V2LocalIncreasedAttackSpeed2hCorrupted_"] = { type = "Corrupted", affix = "", "(5-7)% increased Attack Speed", statOrder = { 1276 }, level = 70, group = "LocalIncreasedAttackSpeed", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["V2LocalIncreasedAttackSpeedWandCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { "wand", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "speed" }, }, + ["V2IncreasedCastSpeedCorrupted__"] = { type = "Corrupted", affix = "", "(12-15)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "sceptre", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["V2LocalIncreasedCriticalStrikeChance1hCorrupted1"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "wand", "rapier", "claw", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["V2LocalIncreasedCriticalStrikeChance2hCorrupted_"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "bow", "staff", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["V2LocalIncreasedCriticalStrikeChance1hCorrupted2__"] = { type = "Corrupted", affix = "", "(14-18)% increased Critical Strike Chance", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { "dagger", "sceptre", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["V2LocalIncreasedPhysicalDamageBowCorrupted1"] = { type = "Corrupted", affix = "", "(10-15)% increased Physical Damage", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalIncreasedPhysicalDamageBowCorrupted2"] = { type = "Corrupted", affix = "", "(16-20)% increased Physical Damage", statOrder = { 1098 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { "bow", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalIncreasedPhysicalDamageCorrupted1"] = { type = "Corrupted", affix = "", "(10-15)% increased Physical Damage", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { "rapier", "sword", "axe", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2LocalIncreasedPhysicalDamageCorrupted2"] = { type = "Corrupted", affix = "", "(16-20)% increased Physical Damage", statOrder = { 1098 }, level = 85, group = "LocalPhysicalDamagePercent", weightKey = { "rapier", "sword", "axe", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["V2IncreasedSpellDamage1hCorrupted"] = { type = "Corrupted", affix = "", "(50-60)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "dagger", "default", }, weightVal = { 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["V2LocalMeleeWeaponRangeCorrupted"] = { type = "Corrupted", affix = "", "+(0.1-0.2) metres to Weapon Range", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "sword", "mace", "staff", "bow", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "attack" }, }, + ["V2ManaOnHitCorrupted"] = { type = "Corrupted", affix = "", "Gain (4-6) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 40, group = "ManaGainPerTarget", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["V2MaximumEnduranceChargesCorruption"] = { type = "Corrupted", affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 60, group = "MaximumEnduranceCharges", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge" }, }, + ["V2MaxFrenzyChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 60, group = "MaximumFrenzyCharges", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "frenzy_charge" }, }, + ["V2MaxPowerChargesCorrupted"] = { type = "Corrupted", affix = "", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 60, group = "IncreasedMaximumPowerCharges", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "power_charge" }, }, + ["V2MaximumBlockCorruption"] = { type = "Corrupted", affix = "", "+1% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 60, group = "MaximumBlockChance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["V2MaximumResistanceCorrupted"] = { type = "Corrupted", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "amulet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resistance" }, }, + ["V2MovementVelocityCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "amulet", "boots", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["V2PercentageOfBlockAppliesToSpellBlockCorrupted_"] = { type = "Corrupted", affix = "", "(6-8)% Chance to Block Spell Damage", statOrder = { 1023 }, level = 1, group = "BlockingBlocksSpells", weightKey = { "shield", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "block" }, }, + ["V2SpellBlockPercentageCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "shield", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block" }, }, + ["V2PhysicalDamageAddedAsColdCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 1, group = "ColdDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["V2PhysicalDamageAddedAsFireCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 1, group = "FireDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["V2PhysicalDamageAddedAsLightningCorrupted"] = { type = "Corrupted", affix = "", "Gain (8-12)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 1, group = "LightningDamageAsPortionOfDamage", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["V2PhysicalDamageTakenAsColdCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 60, group = "PhysicalDamageTakenAsCold", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["V2PhysicalDamageTakenAsFireCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["V2PhysicalDamageTakenAsLightningCorrupted"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 60, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["V2PhysicalDamageTakenAsChaosCorrupted_"] = { type = "Corrupted", affix = "", "(6-8)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 60, group = "PhysicalDamageTakenAsChaos", weightKey = { "shield", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "chaos" }, }, + ["V2PointBlankCorrupted"] = { type = "Corrupted", affix = "", "Point Blank", statOrder = { 9952 }, level = 1, group = "PointBlank", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "attack" }, }, + ["V2PurityOfFireSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Fire Skill", statOrder = { 524 }, level = 56, group = "PurityOfFireSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2PurityOfColdSkillCorrupted___"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Ice Skill", statOrder = { 530 }, level = 56, group = "PurityOfColdSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2PurityOfLightningSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 23 Purity of Lightning Skill", statOrder = { 532 }, level = 56, group = "PurityOfLightningSkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2PuritySkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Purity of Elements Skill", statOrder = { 545 }, level = 56, group = "PuritySkill", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill" }, }, + ["V2ReducedChaosDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Chaos Damage taken", statOrder = { 2096 }, level = 45, group = "ChaosDamageTakenPercentage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos" }, }, + ["V2ReducedColdDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Cold Damage taken", statOrder = { 3229 }, level = 45, group = "ColdDamageTakenPercentage", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold" }, }, + ["V2ReducedDamageFromAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Area Damage taken from Hits", statOrder = { 2092 }, level = 20, group = "AreaOfEffectDamageTaken", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2ReducedDamageFromProjectilesCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Damage taken from Projectile Hits", statOrder = { 2598 }, level = 20, group = "ProjectileDamageTaken", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2ReducedFireDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Fire Damage taken", statOrder = { 2095 }, level = 45, group = "FireDamageTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire" }, }, + ["V2ReducedLightningDamageTakenCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% reduced Lightning Damage taken", statOrder = { 3228 }, level = 45, group = "LightningDamageTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning" }, }, + ["V2ReducedExtraDamageFromCriticalStrikesBodyCorrupted__"] = { type = "Corrupted", affix = "", "You take 50% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 20, group = "ReducedExtraDamageFromCrits", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["V2ReducedExtraDamageFromCriticalStrikesShieldCorrupted"] = { type = "Corrupted", affix = "", "You take (20-30)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 20, group = "ReducedExtraDamageFromCrits", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["V2RegenerateLifePerSecondWhileMovingCorrupted_"] = { type = "Corrupted", affix = "", "Regenerate 100 Life per second while moving", statOrder = { 6860 }, level = 60, group = "LifeRegenerationWhileMoving", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["V2ResoluteTechniqueCorrupted"] = { type = "Corrupted", affix = "", "Resolute Technique", statOrder = { 9975 }, level = 40, group = "ResoluteTechnique", weightKey = { "sword", "default", }, weightVal = { 1000, 0 }, modTags = { "attack", "critical" }, }, + ["V2SocketedSkillsManaMultiplierCorrupted__"] = { type = "Corrupted", affix = "", "Socketed Skill Gems get a 90% Cost & Reservation Multiplier", statOrder = { 447 }, level = 1, group = "SocketedSkillsManaMultiplier", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "mana", "gem" }, }, + ["V2SupportedByAccuracyCorrupted__"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Additional Accuracy", statOrder = { 399 }, level = 1, group = "SupportedByAccuracy", weightKey = { "mace", "axe", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByBlindCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Blind", statOrder = { 389 }, level = 1, group = "SupportedByBlind", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByBloodmagicCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 1 Lifetap", statOrder = { 268 }, level = 1, group = "SocketedGemsSupportedByLifetap", weightKey = { "mace", "sword", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "skill", "gem" }, }, + ["V2SupportedByFasterProjectilesCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are supported by Level 10 Faster Projectiles", statOrder = { 401 }, level = 1, group = "SupportedByProjectileSpeed", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByFortifyCorrupted_"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Fortify", statOrder = { 415 }, level = 1, group = "SupportedByFortify", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByLifeGainOnHitCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Life Gain On Hit", statOrder = { 267 }, level = 1, group = "SupportedByLifeGainOnHit", weightKey = { "sword", "mace", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByOnslaughtCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Momentum", statOrder = { 281 }, level = 1, group = "SupportedByOnslaught", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2SupportedByReducedManaCorrupted"] = { type = "Corrupted", affix = "", "Socketed Gems are Supported by Level 10 Inspiration", statOrder = { 413 }, level = 1, group = "SupportedByReducedMana", weightKey = { "sword", "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "support", "gem" }, }, + ["V2WeaponElementalDamageCorrupted"] = { type = "Corrupted", affix = "", "(20-24)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["V2WrathSkillCorrupted"] = { type = "Corrupted", affix = "", "Grants Level 21 Wrath Skill", statOrder = { 548 }, level = 45, group = "WrathSkill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "skill" }, }, + ["V2SocketedDurationGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Duration Gems", statOrder = { 154 }, level = 20, group = "IncreaseSocketedDurationGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["V2SocketedAoEGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed AoE Gems", statOrder = { 155 }, level = 20, group = "IncreasedSocketedAoEGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["V2SocketedAuraGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Aura Gems", statOrder = { 160 }, level = 20, group = "LocalIncreaseSocketedAuraLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "aura", "gem" }, }, + ["V2SocketedCurseGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Curse Gems", statOrder = { 163 }, level = 20, group = "LocalIncreaseSocketedCurseLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "gem", "curse" }, }, + ["V2SocketedTrapOrMineGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Trap or Mine Gems", statOrder = { 166 }, level = 20, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["V2SocketedMinionGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 20, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "minion", "gem" }, }, + ["V2SocketedWarcryGemCorrupted"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Warcry Gems", statOrder = { 171 }, level = 20, group = "LocalSocketedWarcryGemLevel", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["V2SocketedProjectileGemCorrupted_"] = { type = "Corrupted", affix = "", "+2 to Level of Socketed Projectile Gems", statOrder = { 156 }, level = 20, group = "LocalIncreaseSocketedProjectileLevelCorrupted", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "gem" }, }, + ["V2IncreasedMaximumLifeCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased maximum Life", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life" }, }, + ["V2IncreasedMaximumEnergyShieldCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased maximum Energy Shield", statOrder = { 1421 }, level = 1, group = "MaximumEnergyShieldPercent", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["V2ItemRarityCorrupted_"] = { type = "Corrupted", affix = "", "(20-30)% increased Rarity of Items found", statOrder = { 1456 }, level = 60, group = "IncreasedItemRarity", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "drop" }, }, + ["V2ItemQuantityCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% increased Quantity of Items found", statOrder = { 1452 }, level = 84, group = "IncreasedItemQuantity", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "drop" }, }, + ["V2IncreasedAuraEffectWrathCorrupted"] = { type = "Corrupted", affix = "", "Wrath has (15-20)% increased Aura Effect", statOrder = { 3201 }, level = 45, group = "IncreasedAuraEffectWrathCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectAngerCorrupted"] = { type = "Corrupted", affix = "", "Anger has (15-20)% increased Aura Effect", statOrder = { 3196 }, level = 45, group = "IncreasedAuraEffectAngerCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectHatredCorrupted"] = { type = "Corrupted", affix = "", "Hatred has (15-20)% increased Aura Effect", statOrder = { 3206 }, level = 45, group = "IncreasedAuraEffectHatredCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectDeterminationCorrupted"] = { type = "Corrupted", affix = "", "Determination has (15-20)% increased Aura Effect", statOrder = { 3207 }, level = 45, group = "IncreasedAuraEffectDeterminationCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectDisciplineCorrupted"] = { type = "Corrupted", affix = "", "Discipline has (15-20)% increased Aura Effect", statOrder = { 3208 }, level = 45, group = "IncreasedAuraEffectDisciplineCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectGraceCorrupted"] = { type = "Corrupted", affix = "", "Grace has (15-20)% increased Aura Effect", statOrder = { 3203 }, level = 45, group = "IncreasedAuraEffectGraceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectMalevolenceCorrupted"] = { type = "Corrupted", affix = "", "Malevolence has (15-20)% increased Aura Effect", statOrder = { 5725 }, level = 45, group = "IncreasedAuraEffectMalevolenceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectZealotryCorrupted_"] = { type = "Corrupted", affix = "", "Zealotry has (15-20)% increased Aura Effect", statOrder = { 9899 }, level = 45, group = "IncreasedAuraEffectZealotryCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedAuraEffectPrideCorrupted"] = { type = "Corrupted", affix = "", "Pride has (15-20)% increased Aura Effect", statOrder = { 8988 }, level = 45, group = "IncreasedAuraEffectPrideCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "aura" }, }, + ["V2IncreasedIntelligenceDexterityCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Dexterity", "(4-6)% increased Intelligence", statOrder = { 1052, 1053 }, level = 1, group = "IncreasedIntelligenceDexterityCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["V2IncreasedDexterityStrengthCorrupted"] = { type = "Corrupted", affix = "", "(4-6)% increased Strength", "(4-6)% increased Dexterity", statOrder = { 1051, 1052 }, level = 1, group = "IncreasedDexterityStrengthCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["V2IncreasedStrengthIntelligenceCorrupted_"] = { type = "Corrupted", affix = "", "(4-6)% increased Strength", "(4-6)% increased Intelligence", statOrder = { 1051, 1053 }, level = 1, group = "IncreasedStrengthIntelligenceCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "attribute" }, }, + ["V2AllResistancesCorrupted"] = { type = "Corrupted", affix = "", "+(14-16)% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistancesCorrupted", weightKey = { "amulet", "ring", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["LocalIncreaseSocketedSupportGemLevelIntMasterVendorItem"] = { type = "Prefix", affix = "Catarina's", "+1 to Level of Socketed Support Gems", statOrder = { 168 }, level = 1, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, + ["IncreasedChaosDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% increased Chaos Damage", statOrder = { 1249 }, level = 58, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% increased Chaos Damage", statOrder = { 1249 }, level = 74, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-34)% increased Chaos Damage", statOrder = { 1249 }, level = 82, group = "IncreasedChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedLifeLeechRateEssence1"] = { type = "Suffix", affix = "of the Essence", "150% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 63, group = "IncreasedLifeLeechRate", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["ChaosLeechedAsLifeEssence1_"] = { type = "Suffix", affix = "of the Essence", "0.5% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 63, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "chaos" }, }, + ["ReduceGlobalFlatManaCostStrIntMasterVendor"] = { type = "Prefix", affix = "Elreon's", "-(8-4) to Total Mana Cost of Skills", statOrder = { 1750 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["LifeLeechSpeedDexIntMasterVendorItem"] = { type = "Prefix", affix = "Vorici's", "(20-40)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 1, group = "LifeLeechSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["SocketedGemQualityStrMasterVendorItem"] = { type = "Prefix", affix = "Haku's", "+(3-6)% to Quality of Socketed Support Gems", statOrder = { 183 }, level = 1, group = "IncreaseSocketedSupportGemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, + ["BleedOnHitGainedDexMasterVendorItem"] = { type = "Prefix", affix = "Tora's", "25% chance to cause Bleeding on Hit", statOrder = { 2332 }, level = 1, group = "CausesBleeding25PercentChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedOnHitGainedDexMasterVendorItemUpdated_"] = { type = "Prefix", affix = "Tora's", "25% chance to cause Bleeding on Hit", statOrder = { 2334 }, level = 1, group = "CausesBleedingChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AlwaysHitsStrDexMasterVendorItem"] = { type = "Prefix", affix = "Vagan's", "Hits can't be Evaded", statOrder = { 1897 }, level = 1, group = "AlwaysHits", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["MapInvasionBossMasterVendorItem"] = { type = "Prefix", affix = "Kirac's", "Area is inhabited by an additional Invasion Boss", statOrder = { 2469 }, level = 1, group = "MapExtraInvasionBosses", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["LightningPenetrationWarbands"] = { type = "Prefix", affix = "Turncoat's", "Damage Penetrates (6-10)% Lightning Resistance", statOrder = { 2829 }, level = 60, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2829 }, level = 42, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 58, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Lightning Resistance", statOrder = { 2829 }, level = 74, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandEssence1_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Lightning Resistance", statOrder = { 2829 }, level = 42, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Lightning Resistance", statOrder = { 2829 }, level = 58, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandEssence3_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Lightning Resistance", statOrder = { 2829 }, level = 74, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Lightning Resistance", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["FireResistancePenetrationWarbands"] = { type = "Prefix", affix = "Betrayer's", "Damage Penetrates (6-10)% Fire Resistance", statOrder = { 2827 }, level = 60, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Fire Resistance", statOrder = { 2827 }, level = 26, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Fire Resistance", statOrder = { 2827 }, level = 42, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 58, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEssence4___"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Fire Resistance", statOrder = { 2827 }, level = 74, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Fire Resistance", statOrder = { 2827 }, level = 26, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandEssence2_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Fire Resistance", statOrder = { 2827 }, level = 42, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Fire Resistance", statOrder = { 2827 }, level = 58, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Fire Resistance", statOrder = { 2827 }, level = 74, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Fire Resistance", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdResistancePenetrationWarbands"] = { type = "Prefix", affix = "Deceiver's", "Damage Penetrates (6-10)% Cold Resistance", statOrder = { 2828 }, level = 60, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 3% Cold Resistance", statOrder = { 2828 }, level = 10, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 4% Cold Resistance", statOrder = { 2828 }, level = 26, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 5% Cold Resistance", statOrder = { 2828 }, level = 42, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence4_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 58, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 7% Cold Resistance", statOrder = { 2828 }, level = 74, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEssence6_"] = { type = "Prefix", affix = "Essences", "Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (5-6)% Cold Resistance", statOrder = { 2828 }, level = 10, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (7-8)% Cold Resistance", statOrder = { 2828 }, level = 26, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (9-10)% Cold Resistance", statOrder = { 2828 }, level = 42, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence4"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (11-12)% Cold Resistance", statOrder = { 2828 }, level = 58, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence5"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (13-14)% Cold Resistance", statOrder = { 2828 }, level = 74, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandEssence6__"] = { type = "Prefix", affix = "Essences", "Damage Penetrates (15-16)% Cold Resistance", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChanceToAvoidElementalStatusAilments1"] = { type = "Suffix", affix = "of Stoicism", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 23, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilments2"] = { type = "Suffix", affix = "of Resolve", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 41, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilments3__"] = { type = "Suffix", affix = "of Fortitude", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 57, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilments4"] = { type = "Suffix", affix = "of Will", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 73, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsEssence1"] = { type = "Suffix", affix = "of the Essence", "(16-20)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 42, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 58, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 74, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalStatusAilmentsEssence4"] = { type = "Suffix", affix = "of the Essence", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 82, group = "AvoidElementalStatusAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AttackAndCastSpeed1"] = { type = "Suffix", affix = "of Zeal", "(3-4)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 15, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeed2"] = { type = "Suffix", affix = "of Fervour", "(5-6)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 45, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AttackAndCastSpeed3"] = { type = "Suffix", affix = "of Haste", "(7-8)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 70, group = "AttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed" }, }, + ["LifeLeechPermyriadLocal1"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 50, group = "LifeLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocal2"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 60, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocal3"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 70, group = "LifeLeechLocalPermyriad", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 250, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence1"] = { type = "Prefix", affix = "Essences", "(0.5-0.7)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence2"] = { type = "Prefix", affix = "Essences", "(0.6-0.8)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 10, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence3"] = { type = "Prefix", affix = "Essences", "(0.7-0.9)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 26, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence4"] = { type = "Prefix", affix = "Essences", "(0.8-1)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 42, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence5"] = { type = "Prefix", affix = "Essences", "(0.9-1.1)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 58, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence6"] = { type = "Prefix", affix = "Essences", "(1-1.2)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 74, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriadLocalEssence7"] = { type = "Prefix", affix = "Essences", "(1.1-1.3)% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 82, group = "LifeLeechLocalPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechPermyriadLocal1"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 50, group = "ManaLeechLocalPermyriad", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["AttackDamagePercent1"] = { type = "Prefix", affix = "Bully's", "(4-8)% increased Attack Damage", statOrder = { 1065 }, level = 4, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamagePercent2"] = { type = "Prefix", affix = "Thug's", "(9-16)% increased Attack Damage", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamagePercent3"] = { type = "Prefix", affix = "Brute's", "(17-24)% increased Attack Damage", statOrder = { 1065 }, level = 30, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamagePercent4"] = { type = "Prefix", affix = "Assailant's", "(25-29)% increased Attack Damage", statOrder = { 1065 }, level = 60, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamagePercent5"] = { type = "Prefix", affix = "Predator's", "(30-34)% increased Attack Damage", statOrder = { 1065 }, level = 81, group = "AttackDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["SummonTotemCastSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Totem Placement speed", statOrder = { 2429 }, level = 42, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Totem Placement speed", statOrder = { 2429 }, level = 58, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Totem Placement speed", statOrder = { 2429 }, level = 74, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(36-45)% increased Totem Placement speed", statOrder = { 2429 }, level = 82, group = "SummonTotemCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["StunAvoidance1"] = { type = "Suffix", affix = "of Composure", "(11-13)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidance2"] = { type = "Suffix", affix = "of Surefootedness", "(14-16)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidance3"] = { type = "Suffix", affix = "of Persistence", "(17-19)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidance4"] = { type = "Suffix", affix = "of Relentlessness", "(20-22)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidanceEssence5"] = { type = "Suffix", affix = "of the Essence", "(23-26)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 58, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidanceEssence6"] = { type = "Suffix", affix = "of the Essence", "(27-30)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 74, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["StunAvoidanceEssence7"] = { type = "Suffix", affix = "of the Essence", "(31-44)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 82, group = "AvoidStun", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["IncreasedStunThresholdEssence5"] = { type = "Suffix", affix = "of the Essence", "(31-39)% increased Stun Threshold", statOrder = { 3113 }, level = 58, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["IncreasedStunThresholdEssence6"] = { type = "Suffix", affix = "of the Essence", "(40-45)% increased Stun Threshold", statOrder = { 3113 }, level = 74, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["IncreasedStunThresholdEssence7"] = { type = "Suffix", affix = "of the Essence", "(46-60)% increased Stun Threshold", statOrder = { 3113 }, level = 82, group = "IncreasedStunThreshold", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["SpellAddedFireDamage1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (3-4) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage2_"] = { type = "Prefix", affix = "Smouldering", "Adds (6-8) to (12-14) Fire Damage to Spells", statOrder = { 1267 }, level = 11, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage3"] = { type = "Prefix", affix = "Smoking", "Adds (10-12) to (19-23) Fire Damage to Spells", statOrder = { 1267 }, level = 18, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage4"] = { type = "Prefix", affix = "Burning", "Adds (13-18) to (27-31) Fire Damage to Spells", statOrder = { 1267 }, level = 26, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage5"] = { type = "Prefix", affix = "Flaming", "Adds (19-25) to (37-44) Fire Damage to Spells", statOrder = { 1267 }, level = 33, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage6"] = { type = "Prefix", affix = "Scorching", "Adds (24-33) to (48-57) Fire Damage to Spells", statOrder = { 1267 }, level = 42, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage7"] = { type = "Prefix", affix = "Incinerating", "Adds (31-42) to (64-73) Fire Damage to Spells", statOrder = { 1267 }, level = 51, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage8"] = { type = "Prefix", affix = "Blasting", "Adds (40-52) to (79-91) Fire Damage to Spells", statOrder = { 1267 }, level = 62, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamage9"] = { type = "Prefix", affix = "Cremating", "Adds (49-66) to (98-115) Fire Damage to Spells", statOrder = { 1267 }, level = 74, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (45-54) to (80-90) Fire Damage to Spells", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamage1"] = { type = "Prefix", affix = "Frosted", "Adds 1 to (2-3) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage2"] = { type = "Prefix", affix = "Chilled", "Adds (5-7) to (10-12) Cold Damage to Spells", statOrder = { 1268 }, level = 11, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage3"] = { type = "Prefix", affix = "Icy", "Adds (8-10) to (16-18) Cold Damage to Spells", statOrder = { 1268 }, level = 18, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage4"] = { type = "Prefix", affix = "Frigid", "Adds (11-15) to (22-25) Cold Damage to Spells", statOrder = { 1268 }, level = 26, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage5"] = { type = "Prefix", affix = "Freezing", "Adds (16-20) to (30-36) Cold Damage to Spells", statOrder = { 1268 }, level = 33, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage6_"] = { type = "Prefix", affix = "Frozen", "Adds (20-26) to (40-46) Cold Damage to Spells", statOrder = { 1268 }, level = 42, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage7"] = { type = "Prefix", affix = "Glaciated", "Adds (26-35) to (51-60) Cold Damage to Spells", statOrder = { 1268 }, level = 51, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage8"] = { type = "Prefix", affix = "Polar", "Adds (33-43) to (64-75) Cold Damage to Spells", statOrder = { 1268 }, level = 62, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamage9"] = { type = "Prefix", affix = "Entombing", "Adds (41-54) to (81-93) Cold Damage to Spells", statOrder = { 1268 }, level = 74, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (35-45) to (66-74) Cold Damage to Spells", statOrder = { 1268 }, level = 82, group = "SpellAddedColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamage1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (4-5) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-2) to (21-22) Lightning Damage to Spells", statOrder = { 1269 }, level = 11, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage3"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (33-35) Lightning Damage to Spells", statOrder = { 1269 }, level = 18, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage4"] = { type = "Prefix", affix = "Crackling", "Adds (1-4) to (46-48) Lightning Damage to Spells", statOrder = { 1269 }, level = 26, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage5"] = { type = "Prefix", affix = "Sparking", "Adds (2-5) to (64-68) Lightning Damage to Spells", statOrder = { 1269 }, level = 33, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage6"] = { type = "Prefix", affix = "Arcing", "Adds (2-7) to (84-88) Lightning Damage to Spells", statOrder = { 1269 }, level = 42, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage7"] = { type = "Prefix", affix = "Shocking", "Adds (2-9) to (109-115) Lightning Damage to Spells", statOrder = { 1269 }, level = 51, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage8"] = { type = "Prefix", affix = "Discharging", "Adds (4-11) to (136-144) Lightning Damage to Spells", statOrder = { 1269 }, level = 62, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamage9"] = { type = "Prefix", affix = "Electrocuting", "Adds (4-14) to (170-179) Lightning Damage to Spells", statOrder = { 1269 }, level = 74, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 800, 800, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEssence7"] = { type = "Prefix", affix = "Essences", "Adds (4-11) to (134-144) Lightning Damage to Spells", statOrder = { 1269 }, level = 82, group = "SpellAddedLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedFireDamageTwoHand1"] = { type = "Prefix", affix = "Heated", "Adds (1-2) to (4-5) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand2"] = { type = "Prefix", affix = "Smouldering", "Adds (8-11) to (17-19) Fire Damage to Spells", statOrder = { 1267 }, level = 11, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand3"] = { type = "Prefix", affix = "Smoking", "Adds (13-17) to (26-29) Fire Damage to Spells", statOrder = { 1267 }, level = 18, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand4"] = { type = "Prefix", affix = "Burning", "Adds (18-23) to (36-42) Fire Damage to Spells", statOrder = { 1267 }, level = 26, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand5"] = { type = "Prefix", affix = "Flaming", "Adds (25-33) to (50-59) Fire Damage to Spells", statOrder = { 1267 }, level = 33, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand6_"] = { type = "Prefix", affix = "Scorching", "Adds (32-44) to (65-76) Fire Damage to Spells", statOrder = { 1267 }, level = 42, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand7"] = { type = "Prefix", affix = "Incinerating", "Adds (42-56) to (85-99) Fire Damage to Spells", statOrder = { 1267 }, level = 51, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand8"] = { type = "Prefix", affix = "Blasting", "Adds (53-70) to (107-123) Fire Damage to Spells", statOrder = { 1267 }, level = 62, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHand9"] = { type = "Prefix", affix = "Cremating", "Adds (66-88) to (132-155) Fire Damage to Spells", statOrder = { 1267 }, level = 74, group = "SpellAddedFireDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageTwoHandEssence7_"] = { type = "Prefix", affix = "Essences", "Adds (67-81) to (120-135) Fire Damage to Spells", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageTwoHand1_"] = { type = "Prefix", affix = "Frosted", "Adds (1-2) to (3-4) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand2"] = { type = "Prefix", affix = "Chilled", "Adds (8-10) to (15-18) Cold Damage to Spells", statOrder = { 1268 }, level = 11, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand3"] = { type = "Prefix", affix = "Icy", "Adds (12-15) to (23-28) Cold Damage to Spells", statOrder = { 1268 }, level = 18, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand4"] = { type = "Prefix", affix = "Frigid", "Adds (16-22) to (33-38) Cold Damage to Spells", statOrder = { 1268 }, level = 26, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand5"] = { type = "Prefix", affix = "Freezing", "Adds (24-30) to (45-53) Cold Damage to Spells", statOrder = { 1268 }, level = 33, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand6"] = { type = "Prefix", affix = "Frozen", "Adds (30-40) to (59-69) Cold Damage to Spells", statOrder = { 1268 }, level = 42, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand7"] = { type = "Prefix", affix = "Glaciated", "Adds (39-52) to (77-90) Cold Damage to Spells", statOrder = { 1268 }, level = 51, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand8"] = { type = "Prefix", affix = "Polar", "Adds (49-64) to (96-113) Cold Damage to Spells", statOrder = { 1268 }, level = 62, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHand9"] = { type = "Prefix", affix = "Entombing", "Adds (61-81) to (120-140) Cold Damage to Spells", statOrder = { 1268 }, level = 74, group = "SpellAddedColdDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (57-66) to (100-111) Cold Damage to Spells", statOrder = { 1268 }, level = 82, group = "SpellAddedColdDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageTwoHand1"] = { type = "Prefix", affix = "Humming", "Adds 1 to (6-7) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand2"] = { type = "Prefix", affix = "Buzzing", "Adds (1-3) to (32-34) Lightning Damage to Spells", statOrder = { 1269 }, level = 11, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand3"] = { type = "Prefix", affix = "Snapping", "Adds (1-4) to (49-52) Lightning Damage to Spells", statOrder = { 1269 }, level = 18, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand4"] = { type = "Prefix", affix = "Crackling", "Adds (2-5) to (69-73) Lightning Damage to Spells", statOrder = { 1269 }, level = 26, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand5"] = { type = "Prefix", affix = "Sparking", "Adds (2-8) to (97-102) Lightning Damage to Spells", statOrder = { 1269 }, level = 33, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand6"] = { type = "Prefix", affix = "Arcing", "Adds (3-10) to (126-133) Lightning Damage to Spells", statOrder = { 1269 }, level = 42, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand7"] = { type = "Prefix", affix = "Shocking", "Adds (5-12) to (164-173) Lightning Damage to Spells", statOrder = { 1269 }, level = 51, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand8"] = { type = "Prefix", affix = "Discharging", "Adds (5-17) to (204-216) Lightning Damage to Spells", statOrder = { 1269 }, level = 62, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHand9_"] = { type = "Prefix", affix = "Electrocuting", "Adds (7-20) to (255-270) Lightning Damage to Spells", statOrder = { 1269 }, level = 74, group = "SpellAddedLightningDamageTwoHand", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 800, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageTwoHandEssence7"] = { type = "Prefix", affix = "Essences", "Adds (6-16) to (201-216) Lightning Damage to Spells", statOrder = { 1269 }, level = 82, group = "SpellAddedLightningDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["LocalAddedChaosDamage1"] = { type = "Prefix", affix = "Malicious", "Adds (56-87) to (105-160) Chaos Damage", statOrder = { 1253 }, level = 83, group = "LocalChaosDamage", weightKey = { "two_hand_weapon", "rapier", "sword", "axe", "sceptre", "mace", "wand", "claw", "dagger", "default", }, weightVal = { 0, 600, 600, 600, 400, 250, 250, 600, 600, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (37-59) to (79-103) Chaos Damage", statOrder = { 1253 }, level = 62, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageEssence2__"] = { type = "Prefix", affix = "Essences", "Adds (43-67) to (89-113) Chaos Damage", statOrder = { 1253 }, level = 74, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageEssence3"] = { type = "Prefix", affix = "Essences", "Adds (53-79) to (101-131) Chaos Damage", statOrder = { 1253 }, level = 82, group = "LocalChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageTwoHand1"] = { type = "Prefix", affix = "Malicious", "Adds (98-149) to (183-280) Chaos Damage", statOrder = { 1253 }, level = 83, group = "LocalChaosDamageTwoHand", weightKey = { "one_hand_weapon", "bow", "sword", "axe", "mace", "staff", "default", }, weightVal = { 0, 700, 600, 600, 250, 300, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageTwoHandEssence1"] = { type = "Prefix", affix = "Essences", "Adds (61-103) to (149-193) Chaos Damage", statOrder = { 1253 }, level = 62, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageTwoHandEssence2"] = { type = "Prefix", affix = "Essences", "Adds (73-113) to (163-205) Chaos Damage", statOrder = { 1253 }, level = 74, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageTwoHandEssence3"] = { type = "Prefix", affix = "Essences", "Adds (89-131) to (181-229) Chaos Damage", statOrder = { 1253 }, level = 82, group = "LocalChaosDamageTwoHand", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["RarityDuringFlaskEffectWarbands"] = { type = "Prefix", affix = "Brinerot", "30% increased Rarity of Items found during any Flask Effect", statOrder = { 2605 }, level = 1, group = "RarityDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "drop" }, }, + ["DamageDuringFlaskEffectWarbands"] = { type = "Prefix", affix = "Brinerot", "(20-25)% increased Damage during any Flask Effect", statOrder = { 3913 }, level = 1, group = "DamageDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "damage" }, }, + ["PierceChanceEssence5"] = { type = "Prefix", affix = "", "Projectiles Pierce an additional Target", statOrder = { 9050 }, level = 1, group = "Quiver1AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["PierceChanceEssence6_"] = { type = "Prefix", affix = "", "Projectiles Pierce an additional Target", statOrder = { 9050 }, level = 1, group = "Quiver1AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["PierceChanceEssence7"] = { type = "Prefix", affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 9051 }, level = 1, group = "Quiver2AdditionalPierceOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["AdditionalPierceEssence5"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["AdditionalPierceEssence6_"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["AdditionalPierceEssence7"] = { type = "Prefix", affix = "Essences", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 1, group = "AdditionalPierce", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["CannotBePoisonedEssence1"] = { type = "Suffix", affix = "of the Essence", "Cannot be Poisoned", statOrder = { 3209 }, level = 63, group = "CannotBePoisoned", weightKey = { "default", }, weightVal = { 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidFireDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 42, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, + ["ChanceToAvoidFireDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 58, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, + ["ChanceToAvoidFireDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 74, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, + ["ChanceToAvoidFireDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 82, group = "FireDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, + ["ChanceToAvoidColdDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "(5-6)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 26, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["ChanceToAvoidColdDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 42, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["ChanceToAvoidColdDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 58, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["ChanceToAvoidColdDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 74, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["ChanceToAvoidColdDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 82, group = "ColdDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["ChanceToAvoidLightningDamageEssence2"] = { type = "Suffix", affix = "of the Essence", "(4-5)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 10, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["ChanceToAvoidLightningDamageEssence3"] = { type = "Suffix", affix = "of the Essence", "(5-6)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 26, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["ChanceToAvoidLightningDamageEssence4"] = { type = "Suffix", affix = "of the Essence", "(6-7)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 42, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["ChanceToAvoidLightningDamageEssence5"] = { type = "Suffix", affix = "of the Essence", "(7-8)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 58, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["ChanceToAvoidLightningDamageEssence6"] = { type = "Suffix", affix = "of the Essence", "(8-9)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 74, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["ChanceToAvoidLightningDamageEssence7"] = { type = "Suffix", affix = "of the Essence", "(9-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 82, group = "LightningDamageAvoidance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["QuiverAddedChaosEssence1_"] = { type = "Prefix", affix = "Essences", "Adds (11-15) to (27-33) Chaos Damage to Attacks", statOrder = { 1251 }, level = 62, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["QuiverAddedChaosEssence2_"] = { type = "Prefix", affix = "Essences", "Adds (17-21) to (37-43) Chaos Damage to Attacks", statOrder = { 1251 }, level = 74, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["QuiverAddedChaosEssence3__"] = { type = "Prefix", affix = "Essences", "Adds (23-37) to (49-61) Chaos Damage to Attacks", statOrder = { 1251 }, level = 82, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["PoisonDuration1"] = { type = "Suffix", affix = "of Rot", "(8-12)% increased Poison Duration", statOrder = { 3009 }, level = 30, group = "PoisonDuration", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDuration2"] = { type = "Suffix", affix = "of Putrefaction", "(13-18)% increased Poison Duration", statOrder = { 3009 }, level = 60, group = "PoisonDuration", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonDurationEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrder = { 1249, 3009 }, level = 1, group = "PoisonDurationChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SocketedGemsDealAdditionalFireDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 175 to 225 Added Fire Damage", statOrder = { 472 }, level = 63, group = "SocketedGemsDealAdditionalFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "elemental_damage", "damage", "elemental", "fire", "gem" }, }, + ["SocketedGemsHaveMoreAttackAndCastSpeedEssence1"] = { type = "Suffix", affix = "", "Socketed Gems have 20% more Attack and Cast Speed", statOrder = { 466 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack", "caster", "speed", "gem" }, }, + ["SocketedGemsHaveMoreAttackAndCastSpeedEssenceNew1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 16% more Attack and Cast Speed", statOrder = { 466 }, level = 63, group = "SocketedGemsHaveMoreAttackAndCastSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack", "caster", "speed", "gem" }, }, + ["SocketedGemsAddPercentageOfPhysicalAsLightningEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems gain 50% of Physical Damage as extra Lightning Damage", statOrder = { 473 }, level = 63, group = "SocketedGemsAddPercentageOfPhysicalAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "gem" }, }, + ["SocketedGemsDealMoreElementalDamageEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Elemental Damage", statOrder = { 469 }, level = 63, group = "SocketedGemsDealMoreElementalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "elemental_damage", "damage", "elemental", "gem" }, }, + ["ElementalDamageTakenWhileStationaryEssence1"] = { type = "Suffix", affix = "of the Essence", "5% reduced Elemental Damage Taken while stationary", statOrder = { 4142 }, level = 63, group = "ElementalDamageTakenWhileStationary", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental" }, }, + ["BurningGroundWhileMovingEssence1"] = { type = "Suffix", affix = "of the Essence", "Drops Burning Ground while moving, dealing 2500 Fire Damage per second for 4 seconds", statOrder = { 4139 }, level = 63, group = "BurningGroundWhileMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdEssence1"] = { type = "Prefix", affix = "Essences", "15% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 63, group = "PhysicalDamageTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["ReducedDamageFromCriticalStrikesPerEnduranceChargeEssence1"] = { type = "Suffix", affix = "of the Essence", "You take 10% reduced Extra Damage from Critical Strikes per Endurance Charge", statOrder = { 1375 }, level = 63, group = "ReducedDamageFromCriticalStrikesPerEnduranceCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["FireDamageAsPortionOfPhysicalDamageEssence1"] = { type = "Prefix", affix = "Essences", "Gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["FireDamageAsPortionOfPhysicalDamageEssence2"] = { type = "Prefix", affix = "Essences", "Gain 15% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 63, group = "FireDamageAsPortionOfDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ChaosDamageOverTimeTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "25% reduced Chaos Damage taken over time", statOrder = { 1805 }, level = 63, group = "ChaosDamageOverTimeTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, + ["SocketedSkillsCriticalChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have +3.5% Critical Strike Chance", statOrder = { 458 }, level = 63, group = "SocketedSkillsCriticalChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["AttackAndCastSpeedDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "", "10% increased Attack and Cast Speed during any Flask Effect", statOrder = { 4104 }, level = 63, group = "AttackAndCastSpeedDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["MovementVelocityDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Movement Speed during any Flask Effect", statOrder = { 3025 }, level = 63, group = "MovementSpeedDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "speed" }, }, + ["AddedColdDamagePerFrenzyChargeEssence1"] = { type = "Prefix", affix = "Essences", "4 to 7 Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamagePerFrenzyChargeEssenceQuiver1"] = { type = "Prefix", affix = "Essences", "8 to 12 Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 63, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedFireDamageIfBlockedRecentlyEssence1"] = { type = "Suffix", affix = "of the Essence", "Adds 60 to 100 Fire Damage if you've Blocked Recently", statOrder = { 4105 }, level = 63, group = "AddedFireDamageIfBlockedRecently", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SocketedSkillAlwaysIgniteEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems have 50% chance to Ignite", statOrder = { 451 }, level = 63, group = "DisplaySupportedSkillsHaveAChanceToIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["SocketedSkillDamageOnLowLifeEssence1__"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage while on Low Life", statOrder = { 468 }, level = 63, group = "DisplaySupportedSkillsDealDamageOnLowLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["ElementalPenetrationDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "Damage Penetrates 5% Elemental Resistances during any Flask Effect", statOrder = { 4097 }, level = 63, group = "ElementalPenetrationDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "elemental_damage", "damage", "elemental" }, }, + ["AdditionalPhysicalDamageReductionDuringFlaskEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "5% additional Physical Damage Reduction during any Flask Effect", statOrder = { 4098 }, level = 63, group = "AdditionalPhysicalDamageReductionDuringFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask", "physical" }, }, + ["ReflectDamageTakenEssence1"] = { type = "Suffix", affix = "of the Essence", "You and your Minions take 40% reduced Reflected Damage", statOrder = { 9142 }, level = 63, group = "ReflectDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["PowerChargeOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "25% chance to gain a Power Charge when you Block", statOrder = { 4100 }, level = 63, group = "PowerChargeOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "power_charge" }, }, + ["NearbyEnemiesChilledOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Chill Nearby Enemies when you Block", statOrder = { 4101 }, level = 63, group = "NearbyEnemiesChilledOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "elemental", "cold", "ailment" }, }, + ["PoisonDamageEssence1"] = { type = "Prefix", affix = "Essences", "40% increased Damage with Poison", statOrder = { 3020 }, level = 63, group = "PoisonDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChanceToRecoverManaOnSkillUseEssence1"] = { type = "Suffix", affix = "of the Essence", "10% chance to Recover 10% of Mana when you use a Skill", statOrder = { 3312 }, level = 63, group = "ChanceToRecoverManaOnSkillUse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["FortifyEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "+3 to maximum Fortification", statOrder = { 8469 }, level = 63, group = "FortifyEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["CrushOnHitChanceEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-25)% chance to Crush on Hit", statOrder = { 5245 }, level = 63, group = "CrushOnHitChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["AlchemistsGeniusOnFlaskEssence1_"] = { type = "Suffix", affix = "of the Essence", "Gain Alchemist's Genius when you use a Flask", statOrder = { 6245 }, level = 63, group = "AlchemistsGeniusOnFlaskUseChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillEssence1"] = { type = "Suffix", affix = "of the Essence", "16% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3448 }, level = 63, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["SocketedGemsNonCurseAuraEffectEssence1"] = { type = "Suffix", affix = "", "Socketed Non-Curse Aura Gems have 20% increased Aura Effect", statOrder = { 506 }, level = 63, group = "SocketedGemsNonCurseAuraEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "aura", "gem" }, }, + ["SocketedAuraGemLevelsEssence1"] = { type = "Suffix", affix = "of the Essence", "+2 to Level of Socketed Aura Gems", statOrder = { 160 }, level = 63, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura", "gem" }, }, + ["FireBurstOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Cast Level 20 Fire Burst on Hit", statOrder = { 665 }, level = 63, group = "FireBurstOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "attack" }, }, + ["SpiritMinionEssence1"] = { type = "Suffix", affix = "of the Essence", "Triggers Level 20 Spectral Spirits when Equipped", "+3 to maximum number of Spectral Spirits", statOrder = { 642, 642.1 }, level = 63, group = "GrantsEssenceMinion", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["AreaOfEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Area of Effect", statOrder = { 1739 }, level = 63, group = "AreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["OnslaughtWhenHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Gain Onslaught for 3 seconds when Hit", statOrder = { 6304 }, level = 63, group = "OnslaughtWhenHitChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["OnslaughtWhenHitNewEssence1"] = { type = "Suffix", affix = "of the Essence", "You gain Onslaught for 6 seconds when Hit", statOrder = { 2675 }, level = 63, group = "OnslaughtWhenHitForDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["SupportDamageOverTimeEssence1"] = { type = "Suffix", affix = "of the Essence", "Socketed Gems deal 30% more Damage over Time", statOrder = { 504 }, level = 63, group = "SupportDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "damage", "gem" }, }, + ["SpellBlockOnLowLifeEssence1"] = { type = "Suffix", affix = "of the Essence", "+15% Chance to Block Spell Damage while on Low Life", statOrder = { 1016 }, level = 63, group = "SpellBlockPercentageOnLowLife", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["MaximumDoomEssence1__"] = { type = "Suffix", affix = "of the Essence", "5% increased Effect of your Curses", statOrder = { 2447 }, level = 63, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["MaximumDoomAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "10% increased Effect of your Curses", statOrder = { 2447 }, level = 63, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "25% increased Effect of your Marks", statOrder = { 2449 }, level = 63, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["DecayOnHitEssence1"] = { type = "Suffix", affix = "of the Essence", "Your Hits inflict Decay, dealing 700 Chaos Damage per second for 8 seconds", statOrder = { 5701 }, level = 63, group = "DecayOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SpellBlockAmuletEssence1"] = { type = "Suffix", affix = "of the Essence", "(6-7)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 63, group = "SpellBlockPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["MovementSpeedOnBurningChilledShockedGroundEssence1"] = { type = "Suffix", affix = "of the Essence", "12% increased Movement speed while on Burning, Chilled or Shocked ground", statOrder = { 8736 }, level = 63, group = "MovementSpeedOnBurningChilledShockedGround", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["ManaRegenerationWhileShockedEssence1"] = { type = "Suffix", affix = "of the Essence", "70% increased Mana Regeneration Rate while Shocked", statOrder = { 2359 }, level = 63, group = "ManaRegenerationWhileShocked", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ManaGainedOnBlockEssence1"] = { type = "Suffix", affix = "of the Essence", "Recover 5% of your maximum Mana when you Block", statOrder = { 7594 }, level = 63, group = "ManaGainedOnBlock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block", "resource", "mana" }, }, + ["BleedDuration1"] = { type = "Suffix", affix = "of Agony", "(8-12)% increased Bleeding Duration", statOrder = { 4706 }, level = 30, group = "BleedDuration", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BleedDuration2"] = { type = "Suffix", affix = "of Torment", "(13-18)% increased Bleeding Duration", statOrder = { 4706 }, level = 60, group = "BleedDuration", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToIgnite1"] = { type = "Suffix", affix = "of Ignition", "10% chance to Ignite", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgnite2"] = { type = "Suffix", affix = "of Combustion", "15% chance to Ignite", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgnite3_"] = { type = "Suffix", affix = "of Conflagration", "20% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["TwoHandChanceToIgnite1"] = { type = "Suffix", affix = "of Ignition", "20% chance to Ignite", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["TwoHandChanceToIgnite2_"] = { type = "Suffix", affix = "of Combustion", "25% chance to Ignite", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["TwoHandChanceToIgnite3"] = { type = "Suffix", affix = "of Conflagration", "30% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToBleed1"] = { type = "Suffix", affix = "of Bleeding", "10% chance to cause Bleeding on Hit", statOrder = { 2334 }, level = 15, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleed2_"] = { type = "Suffix", affix = "of Flaying", "15% chance to cause Bleeding on Hit", statOrder = { 2334 }, level = 55, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleed3"] = { type = "Suffix", affix = "of Hemorrhaging", "20% chance to cause Bleeding on Hit", statOrder = { 2334 }, level = 85, group = "LocalChanceToBleed", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToPoison1"] = { type = "Suffix", affix = "of Poisoning", "10% chance to Poison on Hit", statOrder = { 7433 }, level = 15, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoison2"] = { type = "Suffix", affix = "of Toxins", "20% chance to Poison on Hit", statOrder = { 7433 }, level = 55, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoison3_"] = { type = "Suffix", affix = "of Death", "30% chance to Poison on Hit", statOrder = { 7433 }, level = 85, group = "LocalChanceToPoisonOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["ChanceToPoisonEnhancedMod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "30% chance to Poison on Hit", statOrder = { 1249, 7433 }, level = 1, group = "LocalChanceToPoisonOnHitChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["ChanceToFreeze1"] = { type = "Suffix", affix = "of Freezing", "10% chance to Freeze", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreeze2"] = { type = "Suffix", affix = "of Bleakness", "15% chance to Freeze", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreeze3"] = { type = "Suffix", affix = "of the Hyperboreal", "20% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["TwoHandChanceToFreeze1"] = { type = "Suffix", affix = "of Freezing", "20% chance to Freeze", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["TwoHandChanceToFreeze2"] = { type = "Suffix", affix = "of Bleakness", "25% chance to Freeze", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["TwoHandChanceToFreeze3____"] = { type = "Suffix", affix = "of the Hyperboreal", "30% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToShock1"] = { type = "Suffix", affix = "of Shocking", "10% chance to Shock", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShock2__"] = { type = "Suffix", affix = "of Zapping", "15% chance to Shock", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShock3"] = { type = "Suffix", affix = "of Electrocution", "20% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TwoHandChanceToShock1__"] = { type = "Suffix", affix = "of Shocking", "20% chance to Shock", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TwoHandChanceToShock2_"] = { type = "Suffix", affix = "of Zapping", "25% chance to Shock", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["TwoHandChanceToShock3"] = { type = "Suffix", affix = "of Electrocution", "30% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["BurnDamage1_"] = { type = "Suffix", affix = "of Burning", "(26-30)% increased Burning Damage", statOrder = { 1736 }, level = 20, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamage2"] = { type = "Suffix", affix = "of Combusting", "(31-35)% increased Burning Damage", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["BurnDamage3"] = { type = "Suffix", affix = "of Conflagrating", "(36-40)% increased Burning Damage", statOrder = { 1736 }, level = 60, group = "BurnDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TwoHandBurnDamage1"] = { type = "Suffix", affix = "of Burning", "(31-40)% increased Burning Damage", statOrder = { 1736 }, level = 20, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TwoHandBurnDamage2"] = { type = "Suffix", affix = "of Combusting", "(41-50)% increased Burning Damage", statOrder = { 1736 }, level = 40, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["TwoHandBurnDamage3"] = { type = "Suffix", affix = "of Conflagrating", "(51-60)% increased Burning Damage", statOrder = { 1736 }, level = 60, group = "BurnDamage", weightKey = { "staff", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["PoisonDamage1"] = { type = "Suffix", affix = "of Poison", "(21-30)% increased Damage with Poison", "20% chance to Poison on Hit", statOrder = { 3020, 7433 }, level = 20, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamage2"] = { type = "Suffix", affix = "of Venom", "(31-40)% increased Damage with Poison", "25% chance to Poison on Hit", statOrder = { 3020, 7433 }, level = 40, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamage3"] = { type = "Suffix", affix = "of Virulence", "(41-50)% increased Damage with Poison", "30% chance to Poison on Hit", statOrder = { 3020, 7433 }, level = 60, group = "PoisonDamageAndLocalChanceOnHit", weightKey = { "bow", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamageEnhancedAttacksMod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(31-35)% increased Damage with Poison", statOrder = { 1253, 3020 }, level = 1, group = "PoisonDamageAddedChaosToAttacks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamageEnhancedSpellsMod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(31-35)% increased Damage with Poison", statOrder = { 1270, 3020 }, level = 1, group = "PoisonDamageAddedChaosToSpells", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "ailment" }, }, + ["BleedDamage1_"] = { type = "Suffix", affix = "of Bloodletting", "Attacks have 20% chance to cause Bleeding", "(21-30)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 20, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDamage2"] = { type = "Suffix", affix = "of Haemophilia", "Attacks have 25% chance to cause Bleeding", "(31-40)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 40, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BleedDamage3"] = { type = "Suffix", affix = "of Exsanguination", "Attacks have 30% chance to cause Bleeding", "(41-50)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 60, group = "BleedingDamageChanceWeaponSuffix", weightKey = { "bow", "sword", "axe", "mace", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["ReducedPhysicalDamageTaken1"] = { type = "Suffix", affix = "of Dampening", "2% additional Physical Damage Reduction", statOrder = { 2125 }, level = 25, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ReducedPhysicalDamageTaken2_"] = { type = "Suffix", affix = "of Numbing", "(3-4)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 85, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ChanceToDodge1_"] = { type = "Suffix", affix = "of Haze", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 25, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToDodge2__"] = { type = "Suffix", affix = "of Fog", "+(8-9)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 85, group = "ChanceToSuppressSpellsOld", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["EnergyShieldRegenerationPerMinute1"] = { type = "Suffix", affix = "of Vibrance", "Regenerate 0.6% of Energy Shield per second", statOrder = { 2495 }, level = 25, group = "EnergyShieldRegenerationPerMinute", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationPerMinute2"] = { type = "Suffix", affix = "of Exuberance", "Regenerate 1% of Energy Shield per second", statOrder = { 2495 }, level = 85, group = "EnergyShieldRegenerationPerMinute", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["LifeRegenerationRate1"] = { type = "Suffix", affix = "of Esprit", "(9-11)% increased Life Regeneration rate", statOrder = { 1437 }, level = 46, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRate2"] = { type = "Suffix", affix = "of Perpetuity", "(12-14)% increased Life Regeneration rate", statOrder = { 1437 }, level = 57, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRate3"] = { type = "Suffix", affix = "of Vivification", "(15-17)% increased Life Regeneration rate", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRate4"] = { type = "Suffix", affix = "of Youth", "(18-19)% increased Life Regeneration rate", statOrder = { 1437 }, level = 76, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRate5"] = { type = "Suffix", affix = "of Everlasting", "(20-21)% increased Life Regeneration rate", statOrder = { 1437 }, level = 85, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["AdditionalPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Watchman", "4% additional Physical Damage Reduction", statOrder = { 2125 }, level = 45, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Sentry", "5% additional Physical Damage Reduction", statOrder = { 2125 }, level = 58, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Keeper", "6% additional Physical Damage Reduction", statOrder = { 2125 }, level = 67, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction4"] = { type = "Suffix", affix = "of the Protector", "7% additional Physical Damage Reduction", statOrder = { 2125 }, level = 77, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, + ["AdditionalPhysicalDamageReduction5_"] = { type = "Suffix", affix = "of the Conservator", "8% additional Physical Damage Reduction", statOrder = { 2125 }, level = 86, group = "ReducedPhysicalDamageTaken", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "physical" }, }, + ["ChanceToSuppressSpells1_"] = { type = "Suffix", affix = "of Rebuttal", "+(5-6)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 46, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpells2"] = { type = "Suffix", affix = "of Snuffing", "+(7-8)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 57, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpells3"] = { type = "Suffix", affix = "of Revoking", "+(9-10)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpells4"] = { type = "Suffix", affix = "of Abjuration", "+(11-12)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 76, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpells5__"] = { type = "Suffix", affix = "of Nullification", "+(13-14)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 85, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsHigh1__"] = { type = "Suffix", affix = "of Rebuttal", "+(8-10)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsHigh2__"] = { type = "Suffix", affix = "of Snuffing", "+(11-13)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 58, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsHigh3"] = { type = "Suffix", affix = "of Revoking", "+(14-16)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 67, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsHigh4_"] = { type = "Suffix", affix = "of Abjuration", "+(17-19)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 77, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsHigh5___"] = { type = "Suffix", affix = "of Nullification", "+(20-22)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 86, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["EnergyShieldRechargeRate1"] = { type = "Suffix", affix = "of Allaying", "(24-26)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 46, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRechargeRate2"] = { type = "Suffix", affix = "of Diffusion", "(27-29)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 57, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRechargeRate3"] = { type = "Suffix", affix = "of Dispersal", "(30-32)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRechargeRate4"] = { type = "Suffix", affix = "of Buffering", "(33-35)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 76, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRechargeRate5______"] = { type = "Suffix", affix = "of Ardour", "(36-38)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 85, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FasterStartEnergyShieldRecharge1"] = { type = "Suffix", affix = "of Enlivening", "(27-34)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 45, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FasterStartEnergyShieldRecharge2"] = { type = "Suffix", affix = "of Zest", "(35-42)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 58, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FasterStartEnergyShieldRecharge3__"] = { type = "Suffix", affix = "of Galvanising", "(43-50)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 67, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FasterStartEnergyShieldRecharge4"] = { type = "Suffix", affix = "of Vigour", "(51-58)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 77, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FasterStartEnergyShieldRecharge5_"] = { type = "Suffix", affix = "of Second Wind", "(59-66)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 86, group = "EnergyShieldDelay", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "gloves", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["ReducedExtraDamageFromCrits1___"] = { type = "Suffix", affix = "of Dulling", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 33, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits2__"] = { type = "Suffix", affix = "of Deadening", "You take (31-40)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits3"] = { type = "Suffix", affix = "of Interference", "You take (41-50)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 67, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["ReducedExtraDamageFromCrits4__"] = { type = "Suffix", affix = "of Obstruction", "You take (51-60)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 78, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "damage", "critical" }, }, + ["DamageTakenGainedAsLife1___"] = { type = "Suffix", affix = "of Bandaging", "(4-6)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 44, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife2"] = { type = "Suffix", affix = "of Stitching", "(7-9)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 56, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife3"] = { type = "Suffix", affix = "of Suturing", "(10-12)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLife4_"] = { type = "Suffix", affix = "of Fleshbinding", "(13-15)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 79, group = "DamageTakenGainedAsLife", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["GlobalSkillGemLevel1"] = { type = "Prefix", affix = "Exalter's", "+1 to Level of all Skill Gems", statOrder = { 4384 }, level = 75, group = "GlobalSkillGemLevel", weightKey = { "amulet", "default", }, weightVal = { 50, 0 }, modTags = { "gem" }, }, + ["GlobalFireGemLevel1_"] = { type = "Prefix", affix = "Vulcanist's", "+1 to Level of all Fire Skill Gems", statOrder = { 6116 }, level = 75, group = "GlobalFireGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["GlobalColdGemLevel1__"] = { type = "Prefix", affix = "Rimedweller's", "+1 to Level of all Cold Skill Gems", statOrder = { 5420 }, level = 75, group = "GlobalColdGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["GlobalLightningGemLevel1"] = { type = "Prefix", affix = "Stormbrewer's", "+1 to Level of all Lightning Skill Gems", statOrder = { 6919 }, level = 75, group = "GlobalLightningGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["GlobalPhysicalGemLevel1_"] = { type = "Prefix", affix = "Behemoth's", "+1 to Level of all Physical Skill Gems", statOrder = { 8949 }, level = 75, group = "GlobalPhysicalGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "gem" }, }, + ["GlobalChaosGemLevel1"] = { type = "Prefix", affix = "Provocateur's", "+1 to Level of all Chaos Skill Gems", statOrder = { 5342 }, level = 75, group = "GlobalChaosGemLevel", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "gem" }, }, + ["MaximumFireResist1"] = { type = "Suffix", affix = "of the Bushfire", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResist2_"] = { type = "Suffix", affix = "of the Molten Core", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResist3"] = { type = "Suffix", affix = "of the Solar Storm", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 81, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumColdResist1"] = { type = "Suffix", affix = "of Furs", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResist2"] = { type = "Suffix", affix = "of the Tundra", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResist3"] = { type = "Suffix", affix = "of the Mammoth", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 81, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumLightningResist1"] = { type = "Suffix", affix = "of Impedance", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResist2___"] = { type = "Suffix", affix = "of Shockproofing", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResist3"] = { type = "Suffix", affix = "of the Lightning Rod", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 81, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumChaosResist1"] = { type = "Suffix", affix = "of Regularity", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResist2_"] = { type = "Suffix", affix = "of Concord", "+2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResist3"] = { type = "Suffix", affix = "of Harmony", "+3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 81, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumAllResist1_"] = { type = "Suffix", affix = "of the Sempiternal", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "resistance" }, }, + ["MaximumAllResist2"] = { type = "Suffix", affix = "of the Deathless", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 81, group = "MaximumResistances", weightKey = { "shield", "default", }, weightVal = { 125, 0 }, modTags = { "resistance" }, }, + ["DamageWithBowSkills1"] = { type = "Prefix", affix = "Acute", "(5-10)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 4, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkills2"] = { type = "Prefix", affix = "Trenchant", "(11-20)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 15, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkills3"] = { type = "Prefix", affix = "Perforating", "(21-30)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 30, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkills4_"] = { type = "Prefix", affix = "Incisive", "(31-36)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 60, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkills5"] = { type = "Prefix", affix = "Lacerating", "(37-42)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 81, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkills6_"] = { type = "Prefix", affix = "Impaling", "(43-50)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 86, group = "DamageWithBowSkills", weightKey = { "quiver", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkillsEssence3a"] = { type = "Prefix", affix = "Essences", "(21-25)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 26, group = "DamageWithBowSkills", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["DamageWithBowSkillsEssence3b_"] = { type = "Prefix", affix = "Essences", "(26-30)% increased Damage with Bow Skills", statOrder = { 5595 }, level = 42, group = "DamageWithBowSkills", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["IncreasedDurationBootsUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 15 More Duration", "(10-15)% increased Skill Effect Duration", statOrder = { 261, 1754 }, level = 68, group = "SkillEffectDurationSupported", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["IncreasedCooldownRecoveryBootsUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 80, group = "GlobalCooldownRecovery", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["SupportedByFortifyUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fortify", statOrder = { 415 }, level = 68, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["ImmuneToChilledGroundUber1"] = { type = "Prefix", affix = "The Shaper's", "Unaffected by Chilled Ground", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUber1"] = { type = "Prefix", affix = "The Shaper's", "Unaffected by Burning Ground", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, + ["ImmuneToShockedGroundUber1"] = { type = "Prefix", affix = "The Elder's", "Unaffected by Shocked Ground", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUber1_"] = { type = "Prefix", affix = "The Elder's", "Unaffected by Desecrated Ground", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "boots_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "chaos" }, }, + ["ChanceToDodgeUber1"] = { type = "Suffix", affix = "of Shaping", "+(4-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeUber2"] = { type = "Suffix", affix = "of Shaping", "+(9-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 75, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeUber3"] = { type = "Suffix", affix = "of Shaping", "+(14-15)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 84, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsUber1"] = { type = "Suffix", affix = "of the Elder", "+(4-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsUber2"] = { type = "Suffix", affix = "of the Elder", "+(9-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 75, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsUber3"] = { type = "Suffix", affix = "of the Elder", "+(14-15)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 83, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidStunUber1"] = { type = "Suffix", affix = "of the Elder", "(15-22)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidStunUber2"] = { type = "Suffix", affix = "of the Elder", "(23-30)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidStunUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 82, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidElementalAilmentsUber1_"] = { type = "Suffix", affix = "of Shaping", "(14-17)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalAilmentsUber2"] = { type = "Suffix", affix = "of Shaping", "(18-21)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidElementalAilmentsUber3"] = { type = "Suffix", affix = "of Shaping", "(31-35)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 81, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 1600, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidProjectilesUber1"] = { type = "Suffix", affix = "of Shaping", "(6-9)% chance to avoid Projectiles", statOrder = { 4705 }, level = 68, group = "ChanceToAvoidProjectiles", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidProjectilesUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% chance to avoid Projectiles", statOrder = { 4705 }, level = 84, group = "ChanceToAvoidProjectiles", weightKey = { "boots_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToGainEnduranceChargeOnKillUber1"] = { type = "Prefix", affix = "The Elder's", "(4-6)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["ChanceToGainEnduranceChargeOnKillUber2"] = { type = "Prefix", affix = "The Elder's", "(7-10)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 83, group = "EnduranceChargeOnKillChance", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["TotemDamageSpellUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Totem", "(20-25)% increased Totem Damage", statOrder = { 383, 1060 }, level = 68, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemDamageSpellUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Totem", "(26-30)% increased Totem Damage", statOrder = { 383, 1060 }, level = 75, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemDamageSpellUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 22 Spell Totem", "(31-35)% increased Totem Damage", statOrder = { 383, 1060 }, level = 80, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemSpeedSpellUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Totem", "(8-12)% increased Totem Placement speed", statOrder = { 383, 2429 }, level = 68, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemSpeedSpellUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Totem", "(13-16)% increased Totem Placement speed", statOrder = { 383, 2429 }, level = 75, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemSpeedSpellUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 22 Spell Totem", "(17-20)% increased Totem Placement speed", statOrder = { 383, 2429 }, level = 80, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemDamageAttackUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Ballista Totem", "(20-25)% increased Totem Damage", statOrder = { 295, 1060 }, level = 68, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemDamageAttackUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Ballista Totem", "(26-30)% increased Totem Damage", statOrder = { 295, 1060 }, level = 75, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemDamageAttackUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Ballista Totem", "(31-35)% increased Totem Damage", statOrder = { 295, 1060 }, level = 80, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemSpeedAttackUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Ballista Totem", "(8-12)% increased Totem Placement speed", statOrder = { 295, 2429 }, level = 68, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemSpeedAttackUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Ballista Totem", "(13-16)% increased Totem Placement speed", statOrder = { 295, 2429 }, level = 75, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemSpeedAttackUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Ballista Totem", "(17-20)% increased Totem Placement speed", statOrder = { 295, 2429 }, level = 80, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["SupportedByLifeLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 15 Life Leech", statOrder = { 402 }, level = 68, group = "SupportedByLifeLeech", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["GrantsDecoyTotemSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 20 Decoy Totem Skill", statOrder = { 597 }, level = 68, group = "DecoyTotemSkill", weightKey = { "boots_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GlobalRaiseSpectreGemLevelUber1"] = { type = "Suffix", affix = "of the Elder", "+1 to Level of all Raise Spectre Gems", statOrder = { 1476 }, level = 75, group = "MinionGlobalSkillLevel", weightKey = { "boots_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "minion", "gem" }, }, + ["IncreasedAttackSpeedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Faster Attacks", "(7-9)% increased Attack Speed", statOrder = { 388, 1273 }, level = 68, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["IncreasedAttackSpeedUber2_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Faster Attacks", "(10-12)% increased Attack Speed", statOrder = { 388, 1273 }, level = 75, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["IncreasedAttackSpeedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Faster Attacks", "(13-14)% increased Attack Speed", statOrder = { 388, 1273 }, level = 82, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["IncreasedCastSpeedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Faster Casting", "(7-9)% increased Cast Speed", statOrder = { 418, 1308 }, level = 68, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Casting", "(10-12)% increased Cast Speed", statOrder = { 418, 1308 }, level = 75, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Casting", "(13-14)% increased Cast Speed", statOrder = { 418, 1308 }, level = 84, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedAttackAndCastSpeedUber1_"] = { type = "Suffix", affix = "of the Elder", "(7-9)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 68, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, + ["IncreasedAttackAndCastSpeedUber2"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 75, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, + ["IncreasedAttackAndCastSpeedUber3_"] = { type = "Suffix", affix = "of the Elder", "(13-14)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 85, group = "IncreasedAttackAndCastSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, + ["SupportedByManaLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 15 Mana Leech", statOrder = { 431 }, level = 68, group = "DisplaySupportedByManaLeech", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["ProjectileSpeedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 16 Faster Projectiles", "(15-20)% increased Projectile Speed", statOrder = { 401, 1655 }, level = 68, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["ProjectileSpeedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 18 Faster Projectiles", "(21-25)% increased Projectile Speed", statOrder = { 401, 1655 }, level = 75, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["ProjectileSpeedUber3_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 20 Faster Projectiles", "(26-30)% increased Projectile Speed", statOrder = { 401, 1655 }, level = 82, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["ProjectileDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Slower Projectiles", "(15-18)% increased Projectile Damage", statOrder = { 308, 1850 }, level = 68, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["ProjectileDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Slower Projectiles", "(19-22)% increased Projectile Damage", statOrder = { 308, 1850 }, level = 75, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["ProjectileDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Slower Projectiles", "(23-25)% increased Projectile Damage", statOrder = { 308, 1850 }, level = 83, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["ChanceToAvoidInterruptionWhileCastingUber1_"] = { type = "Suffix", affix = "of Shaping", "(15-20)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 68, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidInterruptionWhileCastingUber2"] = { type = "Suffix", affix = "of Shaping", "(21-25)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 75, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidInterruptionWhileCastingUber3"] = { type = "Suffix", affix = "of Shaping", "(26-30)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 80, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["IncreasedMeleeWeaponRangeUber1"] = { type = "Suffix", affix = "of the Elder", "+0.2 metres to Melee Strike Range", statOrder = { 2385 }, level = 85, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["IncreasedMeleeWeaponRangeAndMeleeDamageUber1"] = { type = "Suffix", affix = "of the Elder", "(13-16)% increased Melee Damage", "+0.2 metres to Melee Strike Range", statOrder = { 1100, 2385 }, level = 80, group = "MeleeDamageAndMeleeRange", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["AdditionalTrapsThrownSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrder = { 373, 8816 }, level = 68, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AdditionalTrapsThrownSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrder = { 373, 8816 }, level = 75, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AdditionalTrapsThrownSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrder = { 373, 8816 }, level = 84, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap", "(20-25)% increased Trap Damage", statOrder = { 373, 1061 }, level = 68, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap", "(26-30)% increased Trap Damage", statOrder = { 373, 1061 }, level = 75, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Trap", "(31-35)% increased Trap Damage", statOrder = { 373, 1061 }, level = 80, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageCooldownUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Advanced Traps", "(20-25)% increased Trap Damage", statOrder = { 319, 1061 }, level = 68, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageCooldownUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Advanced Traps", "(26-30)% increased Trap Damage", statOrder = { 319, 1061 }, level = 75, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageCooldownUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Advanced Traps", "(31-35)% increased Trap Damage", statOrder = { 319, 1061 }, level = 80, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapSpeedCooldownUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Advanced Traps", "(8-12)% increased Trap Throwing Speed", statOrder = { 319, 1784 }, level = 68, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapSpeedCooldownUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Advanced Traps", "(13-16)% increased Trap Throwing Speed", statOrder = { 319, 1784 }, level = 75, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapSpeedCooldownUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Advanced Traps", "(17-20)% increased Trap Throwing Speed", statOrder = { 319, 1784 }, level = 80, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapDamageMineUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", "(20-25)% increased Trap Damage", statOrder = { 376, 1061 }, level = 68, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageMineUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap And Mine Damage", "(26-30)% increased Trap Damage", statOrder = { 376, 1061 }, level = 75, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageMineUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", "(31-35)% increased Trap Damage", statOrder = { 376, 1061 }, level = 80, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["PoisonDamageSupportedUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance to Poison", "(20-25)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 68, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDamageSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "(26-30)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 75, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDamageSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "(31-35)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 80, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDurationSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance to Poison", "(8-12)% increased Poison Duration", statOrder = { 440, 3009 }, level = 68, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["PoisonDurationSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "(13-16)% increased Poison Duration", statOrder = { 440, 3009 }, level = 75, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["PoisonDurationSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "(17-20)% increased Poison Duration", statOrder = { 440, 3009 }, level = 80, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["BleedingDamageUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Chance To Bleed", "(20-25)% increased Damage with Bleeding", statOrder = { 218, 3008 }, level = 68, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, + ["BleedingDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance To Bleed", "(26-30)% increased Damage with Bleeding", statOrder = { 218, 3008 }, level = 75, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, + ["BleedingDamageUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance To Bleed", "(31-35)% increased Damage with Bleeding", statOrder = { 218, 3008 }, level = 80, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, + ["ChanceToGainFrenzyChargeOnKillUberElder1"] = { type = "Prefix", affix = "The Elder's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["ChanceToGainFrenzyChargeOnKillUberElder2_"] = { type = "Prefix", affix = "The Elder's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 84, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["ChanceToGainFrenzyChargeOnKillUberShaper1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "2h_axe_shaper", "2h_sword_shaper", "bow_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["ChanceToGainFrenzyChargeOnKillUberShaper2_"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 84, group = "FrenzyChargeOnKillChance", weightKey = { "2h_axe_shaper", "2h_sword_shaper", "bow_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["IncreasedAccuracySupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 16 Additional Accuracy", "(6-10)% increased Global Accuracy Rating", statOrder = { 399, 1296 }, level = 68, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["IncreasedAccuracySupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Additional Accuracy", "(11-15)% increased Global Accuracy Rating", statOrder = { 399, 1296 }, level = 75, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["IncreasedAccuracySupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Additional Accuracy", "(16-20)% increased Global Accuracy Rating", statOrder = { 399, 1296 }, level = 83, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["AdditionalBlockChanceUber1"] = { type = "Suffix", affix = "of the Elder", "(2-3)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 68, group = "BlockPercent", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["AdditionalBlockChanceUber2"] = { type = "Suffix", affix = "of the Elder", "(4-5)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 80, group = "BlockPercent", weightKey = { "gloves_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlindOnHitSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 16 Blind", "(5-6)% Global chance to Blind Enemies on hit", statOrder = { 389, 2804 }, level = 68, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["BlindOnHitSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 18 Blind", "(7-8)% Global chance to Blind Enemies on hit", statOrder = { 389, 2804 }, level = 75, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["BlindOnHitSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 20 Blind", "(9-10)% Global chance to Blind Enemies on hit", statOrder = { 389, 2804 }, level = 80, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SocketedSpellCriticalMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +30% to Critical Strike Multiplier", statOrder = { 483 }, level = 68, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, + ["SocketedSpellCriticalMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +50% to Critical Strike Multiplier", statOrder = { 483 }, level = 75, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, + ["SocketedSpellCriticalMultiplierUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +70% to Critical Strike Multiplier", statOrder = { 483 }, level = 83, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, + ["SocketedAttackCriticalMultiplierUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +30% to Critical Strike Multiplier", statOrder = { 464 }, level = 68, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["SocketedAttackCriticalMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +50% to Critical Strike Multiplier", statOrder = { 464 }, level = 75, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["SocketedAttackCriticalMultiplierUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +70% to Critical Strike Multiplier", statOrder = { 464 }, level = 84, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["AreaDamageSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Concentrated Effect", "(15-18)% increased Area Damage", statOrder = { 372, 1889 }, level = 68, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["AreaDamageSupportedUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Concentrated Effect", "(19-22)% increased Area Damage", statOrder = { 372, 1889 }, level = 75, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["AreaDamageSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Concentrated Effect", "(23-25)% increased Area Damage", statOrder = { 372, 1889 }, level = 82, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["AreaOfEffectSupportedUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Increased Area of Effect", "(7-9)% increased Area of Effect", statOrder = { 202, 1739 }, level = 68, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AreaOfEffectSupportedUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Increased Area of Effect", "(10-12)% increased Area of Effect", statOrder = { 202, 1739 }, level = 75, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AreaOfEffectSupportedUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Increased Area of Effect", "(13-15)% increased Area of Effect", statOrder = { 202, 1739 }, level = 83, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["MaximumManaUber1"] = { type = "Prefix", affix = "The Elder's", "(9-11)% increased maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumManaUber2_"] = { type = "Prefix", affix = "The Elder's", "(12-15)% increased maximum Mana", statOrder = { 1440 }, level = 75, group = "MaximumManaIncreasePercent", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MinionDamageSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Minion Damage", "Minions deal (15-18)% increased Damage", statOrder = { 423, 1830 }, level = 68, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, + ["MinionDamageSupportedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Minion Damage", "Minions deal (19-22)% increased Damage", statOrder = { 423, 1830 }, level = 75, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, + ["MinionDamageSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Minion Damage", "Minions deal (23-25)% increased Damage", statOrder = { 423, 1830 }, level = 83, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, + ["MinionLifeSupportedUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Minion Life", "Minions have (15-18)% increased maximum Life", statOrder = { 421, 1625 }, level = 68, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, + ["MinionLifeSupportedUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Minion Life", "Minions have (19-22)% increased maximum Life", statOrder = { 421, 1625 }, level = 75, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, + ["MinionLifeSupportedUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Minion Life", "Minions have (23-25)% increased maximum Life", statOrder = { 421, 1625 }, level = 80, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, + ["AdditionalMinesPlacedSupportedUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Blastchain Mine", "Throw an additional Mine", statOrder = { 416, 3385 }, level = 68, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AdditionalMinesPlacedSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Blastchain Mine", "Throw an additional Mine", statOrder = { 416, 3385 }, level = 75, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["AdditionalMinesPlacedSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Blastchain Mine", "Throw an additional Mine", statOrder = { 416, 3385 }, level = 85, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["MineDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Blastchain Mine", "(20-25)% increased Mine Damage", statOrder = { 416, 1063 }, level = 68, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Blastchain Mine", "(26-30)% increased Mine Damage", statOrder = { 416, 1063 }, level = 75, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 22 Blastchain Mine", "(31-35)% increased Mine Damage", statOrder = { 416, 1063 }, level = 80, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageTrapUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Trap And Mine Damage", "(20-25)% increased Mine Damage", statOrder = { 376, 1063 }, level = 68, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageTrapUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Trap And Mine Damage", "(26-30)% increased Mine Damage", statOrder = { 376, 1063 }, level = 75, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageTrapUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Trap And Mine Damage", "(31-35)% increased Mine Damage", statOrder = { 376, 1063 }, level = 80, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 250, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["IncreasedChillEffectSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Hypothermia", "(8-12)% increased Effect of Cold Ailments", statOrder = { 428, 5384 }, level = 68, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, + ["IncreasedChillEffectSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Hypothermia", "(13-16)% increased Effect of Cold Ailments", statOrder = { 428, 5384 }, level = 75, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, + ["IncreasedChillEffectSupportedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Hypothermia", "(17-20)% increased Effect of Cold Ailments", statOrder = { 428, 5384 }, level = 80, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, + ["IncreasedShockEffectSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Innervate", "(8-12)% increased Effect of Lightning Ailments", statOrder = { 438, 6887 }, level = 68, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, + ["IncreasedShockEffectSupportedUber2___"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Innervate", "(13-16)% increased Effect of Lightning Ailments", statOrder = { 438, 6887 }, level = 75, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, + ["IncreasedShockEffectSupportedUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Innervate", "(17-20)% increased Effect of Lightning Ailments", statOrder = { 438, 6887 }, level = 80, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, + ["IgniteDurationSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Immolate", "(8-12)% increased Ignite Duration on Enemies", statOrder = { 256, 1718 }, level = 68, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, + ["IgniteDurationSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Immolate", "(13-16)% increased Ignite Duration on Enemies", statOrder = { 256, 1718 }, level = 75, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, + ["IgniteDurationSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Immolate", "(17-20)% increased Ignite Duration on Enemies", statOrder = { 256, 1718 }, level = 80, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, + ["IncreasedBurningDamageSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Burning Damage", "(20-25)% increased Burning Damage", statOrder = { 259, 1736 }, level = 68, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["IncreasedBurningDamageSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Burning Damage", "(26-30)% increased Burning Damage", statOrder = { 259, 1736 }, level = 75, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["IncreasedBurningDamageSupportedUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Burning Damage", "(31-35)% increased Burning Damage", statOrder = { 259, 1736 }, level = 82, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["ChanceToGainPowerChargeOnKillUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["ChanceToGainPowerChargeOnKillUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 84, group = "PowerChargeOnKillChance", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["SupportedByLessDurationUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Less Duration", statOrder = { 298 }, level = 68, group = "SupportedByLessDuration", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SpellAddedFireDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-22) to (33-39) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (42-49) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (25-34) to (51-59) Fire Damage to Spells", statOrder = { 1267 }, level = 82, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (14-18) to (27-32) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-23) to (34-40) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Adds (21-28) to (41-48) Cold Damage to Spells", statOrder = { 1268 }, level = 83, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-5) to (58-61) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-6) to (73-77) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageUber3"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-7) to (88-93) Lightning Damage to Spells", statOrder = { 1269 }, level = 84, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedPhysicalDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-22) to (33-39) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (42-49) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (25-34) to (51-59) Physical Damage to Spells", statOrder = { 1266 }, level = 85, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (14-18) to (27-32) Chaos Damage to Spells", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (17-23) to (34-40) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (21-28) to (41-48) Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["ManaRegenerationUber1"] = { type = "Suffix", affix = "of Shaping", "(41-55)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRegenerationUber2"] = { type = "Suffix", affix = "of Shaping", "(56-70)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AddedManaRegenerationUber1"] = { type = "Suffix", affix = "of Shaping", "Regenerate (3-5) Mana per second", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AddedManaRegenerationUber2"] = { type = "Suffix", affix = "of Shaping", "Regenerate (6-8) Mana per second", statOrder = { 1442 }, level = 80, group = "AddedManaRegeneration", weightKey = { "helmet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AdditionalSpellBlockChanceUber1"] = { type = "Suffix", affix = "of the Elder", "(3-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["AdditionalSpellBlockChanceUber2"] = { type = "Suffix", affix = "of the Elder", "(5-6)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "helmet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["SocketedSpellCriticalStrikeChanceUber1_"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +1% to Critical Strike Chance", statOrder = { 482 }, level = 68, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, + ["SocketedSpellCriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +2% to Critical Strike Chance", statOrder = { 482 }, level = 75, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, + ["SocketedSpellCriticalStrikeChanceUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Spells have +3% to Critical Strike Chance", statOrder = { 482 }, level = 84, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, + ["SocketedAttackCriticalStrikeChanceUber1__"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +1% to Critical Strike Chance", statOrder = { 463 }, level = 68, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, + ["SocketedAttackCriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +2% to Critical Strike Chance", statOrder = { 463 }, level = 75, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, + ["SocketedAttackCriticalStrikeChanceUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Attacks have +3% to Critical Strike Chance", statOrder = { 463 }, level = 83, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, + ["EnemyPhysicalDamageTakenAuraUber1_"] = { type = "Suffix", affix = "of the Elder", "Nearby Enemies take 9% increased Physical Damage", statOrder = { 7363 }, level = 85, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["EnemyElementalDamageTakenAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Nearby Enemies take 6% increased Elemental Damage", statOrder = { 7358 }, level = 85, group = "NearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["LocalIncreaseSocketedActiveGemLevelUber1"] = { type = "Prefix", affix = "The Shaper's", "+1 to Level of Socketed Skill Gems", statOrder = { 169 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to Level of Socketed Support Gems", statOrder = { 168 }, level = 80, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "gem" }, }, + ["PhysicalDamageTakenAsFirePercentUber1"] = { type = "Prefix", affix = "The Elder's", "(8-12)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFirePercentUber2"] = { type = "Prefix", affix = "The Elder's", "(13-15)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 84, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdPercentUber1"] = { type = "Prefix", affix = "The Shaper's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdPercentUber2"] = { type = "Prefix", affix = "The Shaper's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsLightningPercentUber1"] = { type = "Prefix", affix = "The Shaper's", "(8-12)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningPercentUber2___"] = { type = "Prefix", affix = "The Shaper's", "(13-15)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 82, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["ReducedElementalReflectTakenUber1"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["ReducedElementalReflectTakenUber2"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["ReducedPhysicalReflectTakenUber1"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_elder", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ReducedPhysicalReflectTakenUber2"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["MaximumLifeUber1"] = { type = "Prefix", affix = "The Elder's", "(5-8)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLifeUber2"] = { type = "Prefix", affix = "The Elder's", "(9-12)% increased maximum Life", statOrder = { 1431 }, level = 85, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumManaBodyUber1"] = { type = "Prefix", affix = "The Shaper's", "(9-11)% increased maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumManaBodyUber2"] = { type = "Prefix", affix = "The Shaper's", "(12-15)% increased maximum Mana", statOrder = { 1440 }, level = 75, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["DamageTakenFromManaBeforeLifeUber1_"] = { type = "Prefix", affix = "The Shaper's", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 80, group = "DamageRemovedFromManaBeforeLife", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "mana" }, }, + ["MaximumLifeOnKillPercentUber1"] = { type = "Suffix", affix = "of the Elder", "Recover (3-4)% of Life on Kill", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLifeOnKillPercentUber2__"] = { type = "Suffix", affix = "of the Elder", "Recover (5-6)% of Life on Kill", statOrder = { 1608 }, level = 75, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumManaOnKillPercentUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-4)% of Mana on Kill", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumManaOnKillPercentUber2"] = { type = "Suffix", affix = "of Shaping", "Recover (5-6)% of Mana on Kill", statOrder = { 1610 }, level = 75, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-4)% of Energy Shield on Kill", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["MaximumEnergyShieldOnKillPercentUber2"] = { type = "Suffix", affix = "of Shaping", "Recover (5-6)% of Energy Shield on Kill", statOrder = { 1609 }, level = 75, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["PercentageStrengthUber1_"] = { type = "Suffix", affix = "of the Elder", "(5-8)% increased Strength", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageStrengthUber2__"] = { type = "Suffix", affix = "of the Elder", "(9-12)% increased Strength", statOrder = { 1051 }, level = 83, group = "PercentageStrength", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageDexterityUber1"] = { type = "Suffix", affix = "of the Elder", "(5-8)% increased Dexterity", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageDexterityUber2"] = { type = "Suffix", affix = "of the Elder", "(9-12)% increased Dexterity", statOrder = { 1052 }, level = 83, group = "PercentageDexterity", weightKey = { "body_armour_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageIntelligenceUber1"] = { type = "Suffix", affix = "of Shaping", "(5-8)% increased Intelligence", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageIntelligenceUber2"] = { type = "Suffix", affix = "of Shaping", "(9-12)% increased Intelligence", statOrder = { 1053 }, level = 83, group = "PercentageIntelligence", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["LifeRegenerationRatePercentUber1"] = { type = "Suffix", affix = "of the Elder", "Regenerate (1-1.5)% of Life per second", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRegenerationRatePercentUber2"] = { type = "Suffix", affix = "of the Elder", "Regenerate (1.6-2)% of Life per second", statOrder = { 1801 }, level = 75, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["SupportedByItemRarityUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 10 Item Rarity", "(8-12)% increased Rarity of Items found from Slain Unique Enemies", statOrder = { 266, 9716 }, level = 68, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, + ["SupportedByItemRarityUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 15 Item Rarity", "(13-18)% increased Rarity of Items found from Slain Unique Enemies", statOrder = { 266, 9716 }, level = 85, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, + ["AdditionalCriticalStrikeChanceWithAttacksUber1"] = { type = "Suffix", affix = "of the Elder", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrder = { 4518 }, level = 68, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["AdditionalCriticalStrikeChanceWithAttacksUber2"] = { type = "Suffix", affix = "of the Elder", "Attacks have +(1.1-1.5)% to Critical Strike Chance", statOrder = { 4518 }, level = 84, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["AdditionalCriticalStrikeChanceWithSpellsUber1_"] = { type = "Suffix", affix = "of Shaping", "+(0.5-1)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 68, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, + ["AdditionalCriticalStrikeChanceWithSpellsUber2_"] = { type = "Suffix", affix = "of Shaping", "+(1.1-1.5)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 84, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, + ["GrantsWrathAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Wrath Skill", statOrder = { 548 }, level = 68, group = "WrathSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsAngerAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Anger Skill", statOrder = { 550 }, level = 68, group = "AngerSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsHatredAuraUber1__"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Hatred Skill", statOrder = { 549 }, level = 68, group = "HatredSkill", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsEnvyAuraUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 15 Envy Skill", statOrder = { 555 }, level = 85, group = "GrantsEnvy", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsDeterminationAuraUber1_"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Determination Skill", statOrder = { 551 }, level = 68, group = "DeterminationSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsGraceAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Grace Skill", statOrder = { 552 }, level = 68, group = "GraceSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsDisciplineAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Discipline Skill", statOrder = { 554 }, level = 68, group = "DisciplineSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsHasteAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Haste Skill", statOrder = { 540 }, level = 68, group = "HasteSkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsVitalityAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Vitality Skill", statOrder = { 544 }, level = 68, group = "VitalitySkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsClarityAuraUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Clarity Skill", statOrder = { 542 }, level = 68, group = "ClaritySkill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["ReducedAttributeRequirementsUber1"] = { type = "Suffix", affix = "of Shaping", "Items and Gems have (5-10)% reduced Attribute Requirements", statOrder = { 2403 }, level = 68, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["ReducedAttributeRequirementsUber2"] = { type = "Suffix", affix = "of Shaping", "Items and Gems have (11-15)% reduced Attribute Requirements", statOrder = { 2403 }, level = 75, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["FireDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Elder's", "(0.3-0.5)% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "fire" }, }, + ["ColdDamageLifeLeechUber1_"] = { type = "Prefix", affix = "The Shaper's", "(0.3-0.5)% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "cold" }, }, + ["LightningDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Shaper's", "(0.3-0.5)% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "lightning" }, }, + ["PhysicalDamageLifeLeechUber1"] = { type = "Prefix", affix = "The Elder's", "(0.3-0.5)% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "physical" }, }, + ["MovementVelocityAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-6)% increased Movement Speed", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementVelocityAmuletUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-8)% increased Movement Speed", statOrder = { 1657 }, level = 84, group = "MovementVelocity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, + ["BlockAppliesToSpellsUber1"] = { type = "Suffix", affix = "of Shaping", "(8-10)% Chance to Block Spell Damage", statOrder = { 1023 }, level = 68, group = "BlockingBlocksSpells", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockAppliesToSpellsUber2"] = { type = "Suffix", affix = "of Shaping", "(11-12)% Chance to Block Spell Damage", statOrder = { 1023 }, level = 75, group = "BlockingBlocksSpells", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockAmuletUber1_"] = { type = "Suffix", affix = "of Shaping", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockAmuletUber2_"] = { type = "Suffix", affix = "of Shaping", "(6-7)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["PercentageAllAttributesUberElder1"] = { type = "Suffix", affix = "of the Elder", "(6-9)% increased Attributes", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageAllAttributesUberElder2"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Attributes", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageAllAttributesUberShaper1"] = { type = "Suffix", affix = "of Shaping", "(6-9)% increased Attributes", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageAllAttributesUberShaper2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Attributes", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["ReducedManaReservedUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 82, group = "ReducedReservation", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaReservationEfficiencyUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 82, group = "ManaReservationEfficiency", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AreaOfEffectUber1_"] = { type = "Prefix", affix = "The Elder's", "(7-9)% increased Area of Effect", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 800, 800, 800, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectUber2"] = { type = "Prefix", affix = "The Elder's", "(10-12)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 600, 600, 600, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectUber3_"] = { type = "Prefix", affix = "The Elder's", "(13-15)% increased Area of Effect", statOrder = { 1739 }, level = 82, group = "AreaOfEffect", weightKey = { "amulet_elder", "quiver_elder", "shield_elder", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "influence_mod" }, }, + ["AdditionalPierceUber1"] = { type = "Prefix", affix = "The Elder's", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "amulet_elder", "quiver_elder", "default", }, weightVal = { 800, 800, 0 }, modTags = { "influence_mod" }, }, + ["ReducedPhysicalDamageTakenUber1"] = { type = "Suffix", affix = "of the Elder", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 83, group = "ReducedPhysicalDamageTaken", weightKey = { "amulet_elder", "shield_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ItemFoundQuantityIncreaseUber1"] = { type = "Suffix", affix = "of Shaping", "(4-7)% increased Quantity of Items found", statOrder = { 1452 }, level = 75, group = "ItemFoundQuantityIncrease", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "drop" }, }, + ["ItemFoundQuantityIncreaseUber2"] = { type = "Suffix", affix = "of Shaping", "(8-10)% increased Quantity of Items found", statOrder = { 1452 }, level = 85, group = "ItemFoundQuantityIncrease", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "drop" }, }, + ["PhysicalAddedAsFireAmuletUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (8-11)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireAmuletUber2"] = { type = "Prefix", affix = "The Elder's", "Gain (12-15)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsColdAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-11)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdAmuletUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (12-15)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsLightningAmuletUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-11)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningAmuletUber2_"] = { type = "Prefix", affix = "The Shaper's", "Gain (12-15)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["IncreasedAttackSpeedAmuletUber1"] = { type = "Suffix", affix = "of the Elder", "(7-13)% increased Attack Speed", statOrder = { 1273 }, level = 82, group = "IncreasedAttackSpeed", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["NonChaosAddedAsChaosUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (3-5)% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 8785 }, level = 81, group = "NonChaosAddedAsChaos", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "influence_mod", "damage", "chaos" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUber1_"] = { type = "Suffix", affix = "of Shaping", "(3-6)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3448 }, level = 68, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, + ["PowerFrenzyOrEnduranceChargeOnKillUber2"] = { type = "Suffix", affix = "of Shaping", "(7-10)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3448 }, level = 75, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, + ["MaximumZombiesUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to maximum number of Raised Zombies", statOrder = { 2014 }, level = 68, group = "MaximumMinionCount", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "minion" }, }, + ["MaximumSkeletonsUber1"] = { type = "Prefix", affix = "The Elder's", "+1 to maximum number of Skeletons", statOrder = { 2016 }, level = 68, group = "MaximumMinionCount", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "minion" }, }, + ["MaximumBlockChanceUber1"] = { type = "Suffix", affix = "of Shaping", "+2% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 68, group = "MaximumBlockChance", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["MaximumLifeLeechRateUber1"] = { type = "Prefix", affix = "The Elder's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrder = { 1591 }, level = 68, group = "MaximumLifeLeechRateOldFix", weightKey = { "amulet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLifeLeechRateUpdatedUber1"] = { type = "Prefix", affix = "The Elder's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 68, group = "MaximumLifeLeechRate", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["ElementalPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (4-7)% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (8-10)% Elemental Resistances", statOrder = { 2826 }, level = 82, group = "ElementalPenetration", weightKey = { "amulet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["DamagePer15StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Damage per 15 Strength", statOrder = { 5631 }, level = 80, group = "DamagePer15Strength", weightKey = { "amulet_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePer15DexterityUber1"] = { type = "Prefix", affix = "The Shaper's", "1% increased Damage per 15 Dexterity", statOrder = { 5629 }, level = 80, group = "DamagePer15Dexterity", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePer15IntelligenceUber1"] = { type = "Prefix", affix = "The Shaper's", "1% increased Damage per 15 Intelligence", statOrder = { 5630 }, level = 80, group = "DamagePer15Intelligence", weightKey = { "amulet_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, + ["ReducedCurseEffectUber1_"] = { type = "Suffix", affix = "of Shaping", "(25-29)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["ReducedCurseEffectUber2"] = { type = "Suffix", affix = "of Shaping", "(35-40)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 75, group = "ReducedCurseEffect", weightKey = { "ring_shaper", "default", }, weightVal = { 1600, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["MeleeDamageRingUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Melee Damage", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageRingUber2"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Melee Damage", statOrder = { 1100 }, level = 75, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageRingUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Melee Damage", statOrder = { 1100 }, level = 83, group = "MeleeDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageRingUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageRingUber2"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 75, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageRingUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 84, group = "ProjectileAttackDamage", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["SpellDamageRingUber1"] = { type = "Suffix", affix = "of Shaping", "(20-25)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageRingUber2"] = { type = "Suffix", affix = "of Shaping", "(26-30)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageRingUber3__"] = { type = "Suffix", affix = "of Shaping", "(31-35)% increased Spell Damage", statOrder = { 1090 }, level = 82, group = "SpellDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["ReducedElementalReflectTakenRingUber1"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take (31-45)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["ReducedElementalReflectTakenRingUber2"] = { type = "Prefix", affix = "The Shaper's", "You and your Minions take (46-55)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["ReducedPhysicalReflectTakenRingUber1"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take (31-45)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ReducedPhysicalReflectTakenRingUber2"] = { type = "Prefix", affix = "The Elder's", "You and your Minions take (46-55)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical" }, }, + ["CriticalStrikeChanceUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeChanceUber2"] = { type = "Suffix", affix = "of Shaping", "(16-20)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeChanceUber3_"] = { type = "Suffix", affix = "of Shaping", "(21-25)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 80, group = "CriticalStrikeChance", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(8-12)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierUber2_"] = { type = "Suffix", affix = "of the Elder", "+(13-16)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierUber3"] = { type = "Suffix", affix = "of the Elder", "+(17-20)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 80, group = "CriticalStrikeMultiplier", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["AddedFireDamageToSpellsAndAttacksUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (17-20) to (38-42) Fire Damage to Spells and Attacks", statOrder = { 1237 }, level = 68, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedFireDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (21-24) to (43-48) Fire Damage to Spells and Attacks", statOrder = { 1237 }, level = 75, group = "AddedFireDamageSpellsAndAttacks", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUber1__"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-20) to (38-42) Cold Damage to Spells and Attacks", statOrder = { 1238 }, level = 68, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedColdDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (21-24) to (43-48) Cold Damage to Spells and Attacks", statOrder = { 1238 }, level = 75, group = "AddedColdDamageToSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (9-12) to (48-52) Lightning Damage to Spells and Attacks", statOrder = { 1272 }, level = 68, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["AddedLightningDamageToSpellsAndAttacksUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (13-16) to (56-60) Lightning Damage to Spells and Attacks", statOrder = { 1272 }, level = 75, group = "AddedLightningDamageSpellsAndAttacks", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "attack", "caster" }, }, + ["IncreasedExperienceGainUber1"] = { type = "Prefix", affix = "The Shaper's", "(2-3)% increased Experience gain", statOrder = { 1463 }, level = 85, group = "ExperienceIncrease", weightKey = { "ring_shaper", "default", }, weightVal = { 50, 0 }, modTags = { "influence_mod" }, }, + ["LifeGainPerTargetUber1"] = { type = "Prefix", affix = "The Elder's", "Gain (10-15) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, + ["LifeGainPerTargetUber2"] = { type = "Prefix", affix = "The Elder's", "Gain (16-20) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 75, group = "LifeGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, + ["ManaGainPerTargetUberShaper1"] = { type = "Prefix", affix = "The Shaper's", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "attack" }, }, + ["ManaGainPerTargetUberElder1"] = { type = "Prefix", affix = "The Elder's", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "attack" }, }, + ["LifeGainedOnSpellHitUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (8-12) Life per Enemy Hit with Spells", statOrder = { 1598 }, level = 68, group = "LifeGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, + ["LifeGainedOnSpellHitUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-15) Life per Enemy Hit with Spells", statOrder = { 1598 }, level = 75, group = "LifeGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, + ["ManaGainedOnSpellHitUber1_"] = { type = "Prefix", affix = "The Shaper's", "Gain (2-3) Mana per Enemy Hit with Spells", statOrder = { 7588 }, level = 68, group = "ManaGainedOnSpellHit", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana", "caster" }, }, + ["IncreasedAccuracyPercentUber1_"] = { type = "Suffix", affix = "of the Elder", "(6-10)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, + ["IncreasedAccuracyPercentUber2"] = { type = "Suffix", affix = "of the Elder", "(11-15)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, + ["IncreasedAccuracyPercentUber3"] = { type = "Suffix", affix = "of the Elder", "(16-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 82, group = "IncreasedAccuracyPercent", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, + ["CurseOnHitAssassinsMarkUber1"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 8 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 647 }, level = 75, group = "CurseOnHitCriticalWeakness", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitAssassinsMarkUber2"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 12 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 647 }, level = 80, group = "CurseOnHitCriticalWeakness", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitPoachersMarkUber1"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 648 }, level = 75, group = "CurseOnHitPoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitPoachersMarkUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 648 }, level = 80, group = "CurseOnHitPoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitWarlordsMarkUber1_"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Warlords's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 650 }, level = 75, group = "CurseOnHitWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitWarlordsMarkUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Warlords's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 650 }, level = 80, group = "CurseOnHitWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitAssassinsMarkNewUber1"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 8 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 682 }, level = 75, group = "TriggerOnRareAssassinsMark", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitAssassinsMarkNewUber2"] = { type = "Suffix", affix = "of Shaping", "Trigger Level 12 Assassin's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 682 }, level = 80, group = "TriggerOnRareAssassinsMark", weightKey = { "ring_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitPoachersMarkNewUber1__"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 687 }, level = 75, group = "TriggerOnRarePoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitPoachersMarkNewUber2__"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Poacher's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 687 }, level = 80, group = "TriggerOnRarePoachersMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitWarlordsMarkNewUber1"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 8 Warlord's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 689 }, level = 75, group = "TriggerOnRareWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitWarlordsMarkNewUber2"] = { type = "Suffix", affix = "of the Elder", "Trigger Level 12 Warlord's Mark when you Hit a Rare or Unique Enemy and have no Mark", statOrder = { 689 }, level = 80, group = "TriggerOnRareWarlordsMark", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["GrantsHeraldOfAshSkillUber1"] = { type = "Suffix", affix = "of the Elder", "Grants Level 22 Herald of Ash Skill", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsHeraldOfIceSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Herald of Ice Skill", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsHeraldOfThunderSkillUber1"] = { type = "Suffix", affix = "of Shaping", "Grants Level 22 Herald of Thunder Skill", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["AdditionalChanceToEvadeUber1__"] = { type = "Suffix", affix = "of the Elder", "+(2-3)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 68, group = "AdditionalChanceToEvade", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["AdditionalChanceToEvadeUber2"] = { type = "Suffix", affix = "of the Elder", "+(4-5)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "ring_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["ChanceToIgniteAddedDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (19-26) to (38-46) Fire Damage against Ignited Enemies", statOrder = { 6386 }, level = 68, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteAddedDamageUber2__"] = { type = "Prefix", affix = "The Elder's", "Adds (23-30) to (47-54) Fire Damage against Ignited Enemies", statOrder = { 6386 }, level = 75, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_elder", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["ChanceToFreezeAddedDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (17-23) to (35-41) Cold Damage against Chilled or Frozen Enemies", statOrder = { 6385 }, level = 68, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeAddedDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (20-26) to (41-48) Cold Damage against Chilled or Frozen Enemies", statOrder = { 6385 }, level = 75, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAddedDamageUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (3-7) to (68-73) Lightning Damage against Shocked Enemies", statOrder = { 6388 }, level = 68, group = "ChanceToShockAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAddedDamageUber2"] = { type = "Prefix", affix = "The Shaper's", "Adds (4-8) to (82-86) Lightning Damage against Shocked Enemies", statOrder = { 6388 }, level = 75, group = "ChanceToShockAddedDamage", weightKey = { "ring_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["PhysicalAttackDamageTakenUber1_"] = { type = "Suffix", affix = "of Shaping", "-(35-25) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 68, group = "PhysicalAttackDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical", "attack" }, }, + ["PhysicalAttackDamageTakenUber2"] = { type = "Suffix", affix = "of Shaping", "-(45-36) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 75, group = "PhysicalAttackDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "physical", "attack" }, }, + ["IncreasedCooldownRecoveryUber1"] = { type = "Suffix", affix = "of Shaping", "(10-15)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["IncreasedCooldownRecoveryUber2_"] = { type = "Suffix", affix = "of Shaping", "(16-20)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 84, group = "GlobalCooldownRecovery", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["MaximumLifeIncreasePercentBeltUber1"] = { type = "Prefix", affix = "The Elder's", "(4-7)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLifeIncreasePercentBeltUber2"] = { type = "Prefix", affix = "The Elder's", "(8-10)% increased maximum Life", statOrder = { 1431 }, level = 75, group = "MaximumLifeIncreasePercent", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["GlobalEnergyShieldPercentBeltUber1"] = { type = "Prefix", affix = "The Shaper's", "(4-7)% increased maximum Energy Shield", statOrder = { 1421 }, level = 68, group = "GlobalEnergyShieldPercent", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentBeltUber2"] = { type = "Prefix", affix = "The Shaper's", "(8-10)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["FlaskEffectUber1"] = { type = "Prefix", affix = "The Elder's", "Flasks applied to you have (4-7)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, + ["FlaskEffectUber2"] = { type = "Prefix", affix = "The Elder's", "Flasks applied to you have (8-10)% increased Effect", statOrder = { 2591 }, level = 81, group = "FlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, + ["AllResistancesBeltUber1"] = { type = "Suffix", affix = "of the Elder", "+(13-15)% to all Elemental Resistances", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["AllResistancesBeltUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-18)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["ReducedCriticalStrikeDamageTakenUber1"] = { type = "Prefix", affix = "The Shaper's", "You take (15-20)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 68, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["ReducedCriticalStrikeDamageTakenUber2"] = { type = "Prefix", affix = "The Shaper's", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 75, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["LifeRecoveryRateUber1"] = { type = "Suffix", affix = "of the Elder", "(7-9)% increased Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRecoveryRateUber2_"] = { type = "Suffix", affix = "of the Elder", "(10-12)% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["EnergyShieldRecoveryRateUber1"] = { type = "Suffix", affix = "of Shaping", "(7-9)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["ManaRecoveryRateUber1_"] = { type = "Suffix", affix = "of Shaping", "(7-9)% increased Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRecoveryRateUber2"] = { type = "Suffix", affix = "of Shaping", "(10-12)% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["FlaskChanceToNotConsumeChargesUber1_"] = { type = "Prefix", affix = "The Elder's", "(6-10)% chance for Flasks you use to not consume Charges", statOrder = { 4060 }, level = 82, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt_elder", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, + ["ChaosResistanceWhileUsingFlaskUber1"] = { type = "Suffix", affix = "of the Elder", "+(20-25)% to Chaos Resistance during any Flask Effect", statOrder = { 3142 }, level = 68, group = "ChaosResistanceWhileUsingFlask", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "chaos", "resistance" }, }, + ["ChaosResistanceWhileUsingFlaskUber2_"] = { type = "Suffix", affix = "of the Elder", "+(26-30)% to Chaos Resistance during any Flask Effect", statOrder = { 3142 }, level = 75, group = "ChaosResistanceWhileUsingFlask", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "chaos", "resistance" }, }, + ["MovementSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(6-10)% increased Movement Speed during any Flask Effect", statOrder = { 3025 }, level = 81, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "speed" }, }, + ["FortifyOnMeleeStunUber1"] = { type = "Prefix", affix = "The Elder's", "Melee Hits which Stun have (8-12)% chance to Fortify", statOrder = { 5267 }, level = 68, group = "FortifyOnMeleeStun", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["GrantsEnduringCrySkillUber1"] = { type = "Prefix", affix = "The Elder's", "Grants Level 22 Enduring Cry Skill", statOrder = { 599 }, level = 68, group = "EnduringCrySkill", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsRallyingCrySkillUber1"] = { type = "Prefix", affix = "The Elder's", "Grants Level 22 Rallying Cry Skill", statOrder = { 614 }, level = 68, group = "RallyingCrySkill", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GrantsAbyssalCrySkillUber1"] = { type = "Prefix", affix = "The Shaper's", "Grants Level 22 Intimidating Cry Skill", statOrder = { 583 }, level = 68, group = "AbyssalCrySkill", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod" }, }, + ["RemoveIgniteOnFlaskUseUber1"] = { type = "Suffix", affix = "of the Elder", "Remove Ignite and Burning when you use a Flask", statOrder = { 9168 }, level = 75, group = "RemoveIgniteOnFlaskUse", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "fire", "ailment" }, }, + ["RemoveFreezeOnFlaskUseUber1_"] = { type = "Suffix", affix = "of Shaping", "Remove Chill and Freeze when you use a Flask", statOrder = { 9164 }, level = 75, group = "RemoveFreezeOnFlaskUse", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "cold", "ailment" }, }, + ["RemoveShockOnFlaskUseUber1_"] = { type = "Suffix", affix = "of Shaping", "Remove Shock when you use a Flask", statOrder = { 9176 }, level = 75, group = "RemoveShockOnFlaskUse", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "flask", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AttackSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of the Elder", "(8-14)% increased Attack Speed during any Flask Effect", statOrder = { 3141 }, level = 68, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "attack", "speed" }, }, + ["CastSpeedDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(8-14)% increased Cast Speed during any Flask Effect", statOrder = { 5053 }, level = 68, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "caster", "speed" }, }, + ["MeleeDamageDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 68, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["MeleeDamageDuringFlaskEffectUber2_"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 75, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["MeleeDamageDuringFlaskEffectUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 80, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageDuringFlaskEffectUber1_"] = { type = "Suffix", affix = "of the Elder", "(20-25)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 68, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageDuringFlaskEffectUber2_"] = { type = "Suffix", affix = "of the Elder", "(26-30)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 75, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageDuringFlaskEffectUber3"] = { type = "Suffix", affix = "of the Elder", "(31-35)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 80, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_elder", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["SpellDamageDuringFlaskEffectUber1"] = { type = "Suffix", affix = "of Shaping", "(20-25)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 68, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageDuringFlaskEffectUber2"] = { type = "Suffix", affix = "of Shaping", "(26-30)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 75, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageDuringFlaskEffectUber3_"] = { type = "Suffix", affix = "of Shaping", "(31-35)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 80, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["PhysicalDamageBeltUber1"] = { type = "Prefix", affix = "The Elder's", "(16-20)% increased Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["PhysicalDamageBeltUber2"] = { type = "Prefix", affix = "The Elder's", "(21-25)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["PhysicalDamageBeltUber3___"] = { type = "Prefix", affix = "The Elder's", "(26-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 80, group = "PhysicalDamagePercentPrefix", weightKey = { "belt_elder", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["ElementalDamageBeltUber1"] = { type = "Prefix", affix = "The Shaper's", "(11-15)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalDamageBeltUber2"] = { type = "Prefix", affix = "The Shaper's", "(16-20)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalDamageBeltUber3"] = { type = "Prefix", affix = "The Shaper's", "(21-25)% increased Elemental Damage", statOrder = { 1835 }, level = 80, group = "ElementalDamagePercent", weightKey = { "belt_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ArmourDoubleArmourEffectUber1"] = { type = "Prefix", affix = "The Elder's", "(11-20)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 75, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["ArmourDoubleArmourEffectUber2"] = { type = "Prefix", affix = "The Elder's", "(21-30)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 80, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "belt_elder", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["IncreasedEnergyShieldFromBodyArmourUber1_"] = { type = "Prefix", affix = "The Shaper's", "(21-25)% increased Energy Shield from Equipped Body Armour", statOrder = { 8480 }, level = 75, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldFromBodyArmourUber2"] = { type = "Prefix", affix = "The Shaper's", "(26-30)% increased Energy Shield from Equipped Body Armour", statOrder = { 8480 }, level = 80, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "belt_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["AdditionalArrowUber1__"] = { type = "Prefix", affix = "The Shaper's", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 80, group = "AdditionalArrows", weightKey = { "quiver_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["PoisonOnHitQuiverUber1_"] = { type = "Suffix", affix = "of the Elder", "15% chance to Poison on Hit", "(15-25)% increased Damage with Poison", statOrder = { 3012, 3020 }, level = 68, group = "PoisonOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment" }, }, + ["PoisonOnHitQuiverUber2"] = { type = "Suffix", affix = "of the Elder", "20% chance to Poison on Hit", "(26-30)% increased Damage with Poison", statOrder = { 3012, 3020 }, level = 75, group = "PoisonOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment" }, }, + ["BleedOnHitQuiverUber1"] = { type = "Suffix", affix = "of the Elder", "Attacks have 10% chance to cause Bleeding", "(15-25)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 68, group = "BleedOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["BleedOnHitQuiverUber2_"] = { type = "Suffix", affix = "of the Elder", "Attacks have 15% chance to cause Bleeding", "(26-30)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 75, group = "BleedOnHitAndDamage", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["MaimOnHitQuiverUber1"] = { type = "Suffix", affix = "of Shaping", "Attacks have 15% chance to Maim on Hit", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MaimOnHitQuiverUber2"] = { type = "Suffix", affix = "of Shaping", "Attacks have 20% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "attack" }, }, + ["ChancetoGainPhasingOnKillUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["ChancetoGainPhasingOnKillUber2_"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 75, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["ChancetoGainPhasingOnKillUber3_"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 80, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["AddedColdDamagePerFrenzyChargeUber1"] = { type = "Prefix", affix = "The Elder's", "8 to 12 Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 80, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "quiver_elder", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["PhysicalAddedAsColdQuiverUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (5-10)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdQuiverUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (11-15)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["MovementVelocityQuiverUber1"] = { type = "Prefix", affix = "The Shaper's", "(3-6)% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementVelocityQuiverUber2"] = { type = "Prefix", affix = "The Shaper's", "(7-10)% increased Movement Speed", statOrder = { 1657 }, level = 80, group = "MovementVelocity", weightKey = { "quiver_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "speed" }, }, + ["FrenzyChargeOnHittingRareOrUniqueUber1"] = { type = "Suffix", affix = "of the Elder", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrder = { 6284 }, level = 75, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "quiver_elder", "default", }, weightVal = { 400, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["MaximumFireResistanceUber1"] = { type = "Prefix", affix = "The Elder's", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceUber2"] = { type = "Prefix", affix = "The Elder's", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 80, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceUber3_"] = { type = "Prefix", affix = "The Elder's", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 86, group = "MaximumFireResist", weightKey = { "shield_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumColdResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceUber2"] = { type = "Prefix", affix = "The Shaper's", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 80, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceUber3"] = { type = "Prefix", affix = "The Shaper's", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 86, group = "MaximumColdResist", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumLightningResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceUber2"] = { type = "Prefix", affix = "The Shaper's", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 80, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceUber3"] = { type = "Prefix", affix = "The Shaper's", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 86, group = "MaximumLightningResistance", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumAllResistanceUber1"] = { type = "Prefix", affix = "The Shaper's", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "resistance" }, }, + ["MaximumAllResistanceUber2__"] = { type = "Prefix", affix = "The Shaper's", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 85, group = "MaximumResistances", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "resistance" }, }, + ["SupportedByCastOnDamageTakenUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 5 Cast when Damage Taken", statOrder = { 214 }, level = 68, group = "SupportedByCastOnDamageTaken", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["MaximumLifeIncreasePercentShieldUber1"] = { type = "Prefix", affix = "The Elder's", "(3-6)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLifeIncreasePercentShieldUber2"] = { type = "Prefix", affix = "The Elder's", "(7-10)% increased maximum Life", statOrder = { 1431 }, level = 84, group = "MaximumLifeIncreasePercent", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["DisplaySocketedGemsGetReducedReservationUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems have 20% increased Reservation Efficiency", statOrder = { 445 }, level = 68, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, + ["DisplaySocketedGemsGetReducedReservationUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems have 30% increased Reservation Efficiency", statOrder = { 445 }, level = 80, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, + ["BlockAppliesToSpellsShieldUber1_"] = { type = "Suffix", affix = "of Shaping", "(9-12)% Chance to Block Spell Damage", statOrder = { 1023 }, level = 68, group = "BlockingBlocksSpells", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockAppliesToSpellsShieldUber2_"] = { type = "Suffix", affix = "of Shaping", "(12-15)% Chance to Block Spell Damage", statOrder = { 1023 }, level = 75, group = "BlockingBlocksSpells", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockOnShieldUber1"] = { type = "Suffix", affix = "of Shaping", "(7-9)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockOnShieldUber2_"] = { type = "Suffix", affix = "of Shaping", "(10-12)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["GainArmourIfBlockedRecentlyUber1"] = { type = "Prefix", affix = "The Elder's", "+(500-650) Armour if you've Blocked Recently", statOrder = { 4272 }, level = 68, group = "GainArmourIfBlockedRecently", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["GainArmourIfBlockedRecentlyUber2"] = { type = "Prefix", affix = "The Elder's", "+(651-800) Armour if you've Blocked Recently", statOrder = { 4272 }, level = 75, group = "GainArmourIfBlockedRecently", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["AdditionalBlockWith5NearbyEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "+(2-3)% Chance to Block Attack Damage if there are at least 5 nearby Enemies", statOrder = { 4312 }, level = 68, group = "AdditionalBlockWith5NearbyEnemies", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["AdditionalBlockWith5NearbyEnemiesUber2"] = { type = "Suffix", affix = "of the Elder", "+(4-5)% Chance to Block Attack Damage if there are at least 5 nearby Enemies", statOrder = { 4312 }, level = 75, group = "AdditionalBlockWith5NearbyEnemies", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod" }, }, + ["GainRandomChargeOnBlockUber1__"] = { type = "Suffix", affix = "of Shaping", "Gain an Endurance, Frenzy or Power charge when you Block", statOrder = { 6333 }, level = 68, group = "GainRandomChargeOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "endurance_charge", "frenzy_charge", "power_charge", "influence_mod" }, }, + ["ChanceToDodgeIfBlockedRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "+(4-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "shield_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["DamagePerBlockChanceUber1_"] = { type = "Prefix", affix = "The Elder's", "1% increased Damage per 1% Chance to Block Attack Damage", statOrder = { 5632 }, level = 68, group = "DamagePerBlockChance", weightKey = { "shield_elder", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod", "damage" }, }, + ["ChanceToChillAttackersOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "(25-40)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockUber2"] = { type = "Suffix", affix = "of Shaping", "(41-50)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 75, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "(25-40)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockUber2"] = { type = "Suffix", affix = "of Shaping", "(41-50)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 75, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["RecoverLifePercentOnBlockUber1_"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of Life when you Block", statOrder = { 2902 }, level = 68, group = "RecoverLifePercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "resource", "influence_mod", "life" }, }, + ["RecoverManaPercentOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of your maximum Mana when you Block", statOrder = { 7594 }, level = 68, group = "RecoverManaPercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "resource", "influence_mod", "mana" }, }, + ["RecoverEnergyShieldPercentOnBlockUber1"] = { type = "Suffix", affix = "of Shaping", "Recover (3-5)% of Energy Shield when you Block", statOrder = { 2318 }, level = 68, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "block", "influence_mod", "defences", "energy_shield" }, }, + ["MaximumTotemUber1"] = { type = "Prefix", affix = "The Shaper's", "+1 to maximum number of Summoned Totems", statOrder = { 2107 }, level = 70, group = "AdditionalTotems", weightKey = { "shield_shaper", "default", }, weightVal = { 800, 0 }, modTags = { "influence_mod" }, }, + ["SupportedByEnduranceChargeOnStunWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Endurance Charge on Melee Stun", statOrder = { 443 }, level = 68, group = "SupportedByEnduranceChargeOnStunWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByOnslaughtWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Momentum", statOrder = { 281 }, level = 68, group = "SupportedByOnslaughtWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "bow_elder", "default", }, weightVal = { 0, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByPowerChargeOnCritWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 10 Power Charge On Critical Strike", statOrder = { 290 }, level = 68, group = "SupportedByPowerChargeOnCritWeapon", weightKey = { "grants_2h_support", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByFortifyWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 1 Fortify", statOrder = { 415 }, level = 68, group = "SupportedByFortifyWeapon", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 400, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByArcaneSurgeWeaponUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrder = { 203 }, level = 68, group = "SupportedByArcaneSurgeWeapon", weightKey = { "grants_2h_support", "staff_shaper", "default", }, weightVal = { 0, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByInspirationWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 1 Inspiration", statOrder = { 413 }, level = 68, group = "SupportedByInspirationWeapon", weightKey = { "grants_2h_support", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Melee Physical Damage", "(101-115)% increased Physical Damage", statOrder = { 387, 1098 }, level = 68, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Melee Physical Damage", "(116-126)% increased Physical Damage", statOrder = { 387, 1098 }, level = 75, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentMeleePhysicalUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Melee Physical Damage", "(127-134)% increased Physical Damage", statOrder = { 387, 1098 }, level = 80, group = "LocalPhysicalDamagePercentMeleePhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentBrutalityUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Brutality", "(101-115)% increased Physical Damage", statOrder = { 212, 1098 }, level = 68, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentBrutalityUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Brutality", "(116-126)% increased Physical Damage", statOrder = { 212, 1098 }, level = 75, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentBrutalityUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Brutality", "(127-134)% increased Physical Damage", statOrder = { 212, 1098 }, level = 80, group = "LocalPhysicalDamagePercentBrutality", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentAddedFireUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Added Fire Damage", "(101-115)% increased Physical Damage", statOrder = { 381, 1098 }, level = 68, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentAddedFireUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Added Fire Damage", "(116-126)% increased Physical Damage", statOrder = { 381, 1098 }, level = 75, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentAddedFireUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Added Fire Damage", "(127-134)% increased Physical Damage", statOrder = { 381, 1098 }, level = 80, group = "LocalPhysicalDamagePercentAddedFireDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentRuthlessUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Ruthless", "(101-115)% increased Physical Damage", statOrder = { 302, 1098 }, level = 68, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentRuthlessUber2__"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Ruthless", "(116-126)% increased Physical Damage", statOrder = { 302, 1098 }, level = 75, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentRuthlessUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Ruthless", "(127-134)% increased Physical Damage", statOrder = { 302, 1098 }, level = 80, group = "LocalPhysicalDamagePercentRuthless", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 100, 100, 100, 100, 100, 100, 100, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentOnslaughtUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Momentum", "(101-115)% increased Physical Damage", statOrder = { 281, 1098 }, level = 68, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentOnslaughtUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Momentum", "(116-126)% increased Physical Damage", statOrder = { 281, 1098 }, level = 75, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentOnslaughtUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Momentum", "(127-134)% increased Physical Damage", statOrder = { 281, 1098 }, level = 80, group = "LocalPhysicalDamagePercentOnslaught", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Endurance Charge on Melee Stun", "(101-115)% increased Physical Damage", statOrder = { 443, 1098 }, level = 68, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Endurance Charge on Melee Stun", "(116-126)% increased Physical Damage", statOrder = { 443, 1098 }, level = 75, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentEnduranceChargeOnStunUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Endurance Charge on Melee Stun", "(127-134)% increased Physical Damage", statOrder = { 443, 1098 }, level = 80, group = "LocalPhysicalDamagePercentEnduranceChargeOnStun", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFortifyUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Fortify", "(101-115)% increased Physical Damage", statOrder = { 415, 1098 }, level = 68, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFortifyUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Fortify", "(116-126)% increased Physical Damage", statOrder = { 415, 1098 }, level = 75, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFortifyUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fortify", "(127-134)% increased Physical Damage", statOrder = { 415, 1098 }, level = 80, group = "LocalPhysicalDamagePercentFortify", weightKey = { "grants_2h_support", "2h_sword_elder", "2h_axe_elder", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Power Charge On Critical Strike", "(101-115)% increased Physical Damage", statOrder = { 290, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Power Charge On Critical Strike", "(116-126)% increased Physical Damage", statOrder = { 290, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentPowerChargeOnCritUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", "(127-134)% increased Physical Damage", statOrder = { 290, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentPowerChargeOnCrit", weightKey = { "grants_2h_support", "staff_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentIronGripUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Iron Grip", "(101-115)% increased Physical Damage", statOrder = { 264, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentIronGripUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Iron Grip", "(116-126)% increased Physical Damage", statOrder = { 264, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentIronGripUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Iron Grip", "(127-134)% increased Physical Damage", statOrder = { 264, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentIronGrip", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 16 Faster Projectiles", "(101-115)% increased Physical Damage", statOrder = { 401, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 18 Faster Projectiles", "(116-126)% increased Physical Damage", statOrder = { 401, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentFasterProjectilesUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are supported by Level 20 Faster Projectiles", "(127-134)% increased Physical Damage", statOrder = { 401, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentFasterProjectiles", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Vicious Projectiles", "(101-115)% increased Physical Damage", statOrder = { 285, 1098 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Vicious Projectiles", "(116-126)% increased Physical Damage", statOrder = { 285, 1098 }, level = 75, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["LocalIncreasedPhysicalDamagePercentProjectileAttackDamageUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Vicious Projectiles", "(127-134)% increased Physical Damage", statOrder = { 285, 1098 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentProjectileAttackDamage", weightKey = { "grants_2h_support", "bow_elder", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "physical_damage", "influence_mod", "damage", "physical", "attack", "gem" }, }, + ["SupportedByMeleeSplashDamageUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 16 Melee Splash", "(23-27)% increased Area Damage", statOrder = { 390, 1889 }, level = 68, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByMeleeSplashDamageUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 18 Melee Splash", "(28-32)% increased Area Damage", statOrder = { 390, 1889 }, level = 75, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByMeleeSplashDamageUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are supported by Level 20 Melee Splash", "(33-37)% increased Area Damage", statOrder = { 390, 1889 }, level = 80, group = "SupportedByMeleeSplashDamage", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedBySpiritStrikeAreaUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Ancestral Call", "(5-8)% increased Area of Effect", statOrder = { 313, 1739 }, level = 68, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedBySpiritStrikeAreaUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Ancestral Call", "(9-12)% increased Area of Effect", statOrder = { 313, 1739 }, level = 75, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedBySpiritStrikeAreaUber3"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Ancestral Call", "(13-15)% increased Area of Effect", statOrder = { 313, 1739 }, level = 80, group = "SupportedBySpiritStrikeArea", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["LocalIncreasedAttackSpeedMultistrikeUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Multistrike", "(17-19)% increased Attack Speed", statOrder = { 400, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedMultistrike", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedMultistrikeUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Multistrike", "(20-21)% increased Attack Speed", statOrder = { 400, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedMultistrike", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedFasterAttacksUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Attacks", "(17-19)% increased Attack Speed", statOrder = { 388, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedFasterAttacksUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Attacks", "(20-21)% increased Attack Speed", statOrder = { 388, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedRangedOnslaughtUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Momentum", "(8-10)% increased Attack Speed", statOrder = { 281, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedOnslaught", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedRangedOnslaughtUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Momentum", "(11-12)% increased Attack Speed", statOrder = { 281, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedOnslaught", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedRangedFasterAttacksUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Attacks", "(8-10)% increased Attack Speed", statOrder = { 388, 1276 }, level = 68, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedRangedFasterAttacksUber2_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Attacks", "(11-12)% increased Attack Speed", statOrder = { 388, 1276 }, level = 75, group = "LocalIncreasedAttackSpeedFasterAttacks", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["LocalIncreasedAttackSpeedTwoHandedDoubleDamageUber1"] = { type = "Suffix", affix = "of Shaping", "(17-19)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrder = { 1276, 5249 }, level = 68, group = "AttackSpeedDoubleDamage", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedTwoHandedDoubleDamageUber2"] = { type = "Suffix", affix = "of Shaping", "(20-21)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrder = { 1276, 5249 }, level = 75, group = "AttackSpeedDoubleDamage", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedTwoHandedKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "(17-19)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrder = { 1276, 4614 }, level = 68, group = "AttackSpeedKilledRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedTwoHandedKilledRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(20-21)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrder = { 1276, 4614 }, level = 75, group = "AttackSpeedKilledRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedDoubleDamageUber1"] = { type = "Suffix", affix = "of Shaping", "(8-10)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrder = { 1276, 5249 }, level = 68, group = "AttackSpeedDoubleDamage", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedDoubleDamageUber2"] = { type = "Suffix", affix = "of Shaping", "(11-12)% increased Attack Speed", "(4-6)% chance to deal Double Damage", statOrder = { 1276, 5249 }, level = 75, group = "AttackSpeedDoubleDamage", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "damage", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "(8-10)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrder = { 1276, 4614 }, level = 68, group = "AttackSpeedKilledRecently", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedKilledRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(11-12)% increased Attack Speed", "20% increased Attack Speed if you've Killed Recently", statOrder = { 1276, 4614 }, level = 75, group = "AttackSpeedKilledRecently", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack", "speed" }, }, + ["CriticalStrikeChanceSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Increased Critical Strikes", "(22-25)% increased Critical Strike Chance", statOrder = { 260, 1326 }, level = 68, group = "CriticalStrikeChanceSupported", weightKey = { "grants_crit_chance_support", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "attack", "critical", "gem" }, }, + ["CriticalStrikeChanceSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", "(26-29)% increased Critical Strike Chance", statOrder = { 260, 1326 }, level = 75, group = "CriticalStrikeChanceSupported", weightKey = { "grants_crit_chance_support", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "attack", "critical", "gem" }, }, + ["CriticalStrikeChanceTwoHandedCritChanceRecentlyUber1_"] = { type = "Suffix", affix = "of Shaping", "(22-25)% increased Critical Strike Chance", "50% increased Critical Strike Chance if you have Killed Recently", statOrder = { 1326, 5503 }, level = 68, group = "CriticalStrikeChanceTwoHandedCritChanceRecently", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["CriticalStrikeChanceTwoHandedCritChanceRecentlyUber2"] = { type = "Suffix", affix = "of Shaping", "(26-29)% increased Critical Strike Chance", "50% increased Critical Strike Chance if you have Killed Recently", statOrder = { 1326, 5503 }, level = 75, group = "CriticalStrikeChanceTwoHandedCritChanceRecently", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["CriticalStrikeChanceTwoHandedCritMultiRecentlyUber1_"] = { type = "Suffix", affix = "of the Elder", "(22-25)% increased Critical Strike Chance", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrder = { 1326, 5537 }, level = 68, group = "CriticalStrikeChanceTwoHandedCritMultiRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "attack", "critical" }, }, + ["CriticalStrikeChanceTwoHandedCritMultiRecentlyUber2"] = { type = "Suffix", affix = "of the Elder", "(26-29)% increased Critical Strike Chance", "+50% to Critical Strike Multiplier if you haven't dealt a Critical Strike Recently", statOrder = { 1326, 5537 }, level = 75, group = "CriticalStrikeChanceTwoHandedCritMultiRecently", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "attack", "critical" }, }, + ["CriticalMultiplierSupportedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 18 Increased Critical Damage", "+(22-25)% to Global Critical Strike Multiplier", statOrder = { 404, 1350 }, level = 68, group = "CriticalStrikeMultiplierSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["CriticalMultiplierSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are supported by Level 20 Increased Critical Damage", "+(26-29)% to Global Critical Strike Multiplier", statOrder = { 404, 1350 }, level = 75, group = "CriticalStrikeMultiplierSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["CriticalMultiplierSupportedTwoHandedUber1"] = { type = "Suffix", affix = "of Shaping", "+(22-25)% to Global Critical Strike Multiplier", "(5-8)% chance to gain a Power Charge on Critical Strike", statOrder = { 1350, 1689 }, level = 68, group = "CriticalMultiplierSupportedTwoHanded", weightKey = { "bow_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod", "damage", "attack", "critical" }, }, + ["CriticalMultiplierSupportedTwoHandedUber2"] = { type = "Suffix", affix = "of Shaping", "+(26-29)% to Global Critical Strike Multiplier", "(9-10)% chance to gain a Power Charge on Critical Strike", statOrder = { 1350, 1689 }, level = 75, group = "CriticalMultiplierSupportedTwoHanded", weightKey = { "bow_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod", "damage", "attack", "critical" }, }, + ["WeaponElementalDamageSupportedUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 18 Elemental Damage with Attacks", "(28-32)% increased Elemental Damage with Attack Skills", statOrder = { 406, 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercentSupported", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "attack", "gem" }, }, + ["WeaponElementalDamageSupportedUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 20 Elemental Damage with Attacks", "(33-37)% increased Elemental Damage with Attack Skills", statOrder = { 406, 5876 }, level = 75, group = "IncreasedWeaponElementalDamagePercentSupported", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "attack", "gem" }, }, + ["ChanceToMaimUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Maim", "15% chance to Maim on Hit", statOrder = { 271, 7421 }, level = 68, group = "ChanceToMaimSupported", weightKey = { "grants_2h_support", "2h_mace_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["ChanceToMaimUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Maim", "20% chance to Maim on Hit", statOrder = { 271, 7421 }, level = 75, group = "ChanceToMaimSupported", weightKey = { "grants_2h_support", "2h_mace_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 0, 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", "grants_2h_support", }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["ChanceToPoisonUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance to Poison", "15% chance to Poison on Hit", statOrder = { 440, 7433 }, level = 68, group = "ChanceToPoisonSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "poison", "influence_mod", "chaos", "attack", "ailment", "gem" }, }, + ["ChanceToPoisonUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance to Poison", "20% chance to Poison on Hit", statOrder = { 440, 7433 }, level = 75, group = "ChanceToPoisonSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "poison", "influence_mod", "chaos", "attack", "ailment", "gem" }, }, + ["ChanceToBleedUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Chance To Bleed", "10% chance to cause Bleeding on Hit", statOrder = { 218, 2334 }, level = 68, group = "ChanceToBleedSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "bleed", "influence_mod", "physical", "attack", "ailment", "gem" }, }, + ["ChanceToBleedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Chance To Bleed", "15% chance to cause Bleeding on Hit", statOrder = { 218, 2334 }, level = 75, group = "ChanceToBleedSupported", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "support", "bleed", "influence_mod", "physical", "attack", "ailment", "gem" }, }, + ["PhysicalAddedAsFireUber1_"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 80, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsColdUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 80, group = "PhysicalAddedAsCold", weightKey = { "bow_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsLightningUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-12)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-17)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningUber3"] = { type = "Prefix", affix = "The Shaper's", "Gain (18-20)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 80, group = "PhysicalAddedAsLightning", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["OnslaugtOnKillUber1"] = { type = "Suffix", affix = "of Shaping", "(5-6)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 68, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["OnslaugtOnKillUber2"] = { type = "Suffix", affix = "of Shaping", "(7-8)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 75, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["OnslaugtOnKillUber3"] = { type = "Suffix", affix = "of Shaping", "(9-10)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 83, group = "OnslaugtOnKillPercentChance", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "sword_shaper", "quiver_shaper", "axe_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillUber2_"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 75, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillUber3"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 84, group = "UnholyMightOnKillPercentChance", weightKey = { "claw_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["BlindOnHitUber1"] = { type = "Suffix", affix = "of the Elder", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitUber2"] = { type = "Suffix", affix = "of the Elder", "(7-8)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 75, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitUber3"] = { type = "Suffix", affix = "of the Elder", "(9-10)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 81, group = "AttacksBlindOnHitChance", weightKey = { "bow_elder", "2h_axe_elder", "2h_sword_elder", "sword_elder", "axe_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitShaperUber1"] = { type = "Suffix", affix = "of Shaping", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitShaperUber2"] = { type = "Suffix", affix = "of Shaping", "(7-8)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 75, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitShaperUber3"] = { type = "Suffix", affix = "of Shaping", "(9-10)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 81, group = "AttacksBlindOnHitChance", weightKey = { "quiver_shaper", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["BlockWhileDualWieldingUber1"] = { type = "Suffix", affix = "of Shaping", "+(2-4)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 68, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockWhileDualWieldingUber2"] = { type = "Suffix", affix = "of Shaping", "+(5-7)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 75, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockWhileDualWieldingUber3_"] = { type = "Suffix", affix = "of Shaping", "+(8-9)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 80, group = "BlockWhileDualWielding", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, + ["PhysicalDamageWhileDualWieldingUber1"] = { type = "Suffix", affix = "of the Elder", "(23-27)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 68, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["PhysicalDamageWhileDualWieldingUber2"] = { type = "Suffix", affix = "of the Elder", "(28-32)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 75, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["PhysicalDamageWhileDualWieldingUber3"] = { type = "Suffix", affix = "of the Elder", "(33-37)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 80, group = "DualWieldingPhysicalDamage", weightKey = { "sword_elder", "axe_elder", "mace_elder", "claw_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["ElementalPenetrationWeaponUber1"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (5-6)% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationWeaponUber2"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (7-8)% Elemental Resistances", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationWeaponUber3"] = { type = "Suffix", affix = "of Shaping", "Damage Penetrates (9-10)% Elemental Resistances", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "bow_shaper", "2h_axe_shaper", "2h_mace_shaper", "2h_sword_shaper", "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "wand_shaper", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationWeaponNewUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 4% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationWeaponNewUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 5% Elemental Resistances", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationWeaponNewUber3"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates 6% Elemental Resistances", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationTwoWeaponNewUber1"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (7-8)% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationTwoWeaponNewUber2"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (9-10)% Elemental Resistances", statOrder = { 2826 }, level = 75, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalPenetrationTwoWeaponNewUber3"] = { type = "Prefix", affix = "The Shaper's", "Damage Penetrates (11-12)% Elemental Resistances", statOrder = { 2826 }, level = 83, group = "ElementalPenetration", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["WeaponSocketedAttacksDamageFinalUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 40% more Attack Damage", statOrder = { 462 }, level = 83, group = "SocketedAttacksDamageFinal", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "gem" }, }, + ["WeaponSocketedAttacksDamageFinalTwoHandUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 20% more Attack Damage", statOrder = { 462 }, level = 83, group = "SocketedAttacksDamageFinal", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "gem" }, }, + ["WeaponSocketedSpellsDamageFinalUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 40% more Spell Damage", statOrder = { 481 }, level = 83, group = "SocketedSpellsDamageFinal", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["WeaponSocketedSpellsDamageFinalTwoHandUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Skills deal 20% more Spell Damage", statOrder = { 481 }, level = 83, group = "SocketedSpellsDamageFinal", weightKey = { "staff_shaper", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["ChanceForPoisonDamageFinalInflictedWithThisWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrder = { 7317 }, level = 83, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos_damage", "poison", "influence_mod", "damage", "chaos", "attack", "ailment" }, }, + ["ChanceForBleedDamageFinalInflictedWithThisWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrder = { 7316 }, level = 83, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["LocalBleedDamageOverTimeMultiplierUber1___"] = { type = "Prefix", affix = "The Elder's", "+(37-42)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrder = { 7311 }, level = 68, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, + ["LocalBleedDamageOverTimeMultiplierUber2"] = { type = "Prefix", affix = "The Elder's", "+(43-50)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrder = { 7311 }, level = 75, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, + ["LocalBleedDamageOverTimeMultiplierUber3"] = { type = "Prefix", affix = "The Elder's", "+(51-59)% to Damage over Time Multiplier for Bleeding from Hits with this Weapon", statOrder = { 7311 }, level = 83, group = "LocalBleedDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, + ["LocalPoisonDamageOverTimeMultiplierUber1__"] = { type = "Prefix", affix = "The Elder's", "+(37-42)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrder = { 1129 }, level = 68, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, + ["LocalPoisonDamageOverTimeMultiplierUber2__"] = { type = "Prefix", affix = "The Elder's", "+(43-50)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrder = { 1129 }, level = 75, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, + ["LocalPoisonDamageOverTimeMultiplierUber3"] = { type = "Prefix", affix = "The Elder's", "+(51-59)% to Damage over Time Multiplier for Poison inflicted with this Weapon", statOrder = { 1129 }, level = 83, group = "LocalPoisonDamageOverTimeMultiplier", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "poison", "influence_mod", "chaos", "attack", "ailment" }, }, + ["PhysicalDamageConvertedToChaosUber1"] = { type = "Suffix", affix = "of the Elder", "(10-15)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUber2"] = { type = "Suffix", affix = "of the Elder", "(16-20)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, + ["PhysicalDamageConvertedToChaosUber3"] = { type = "Suffix", affix = "of the Elder", "(21-25)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 85, group = "PhysicalDamageConvertedToChaos", weightKey = { "bow_elder", "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "sword_elder", "axe_elder", "mace_elder", "claw_elder", "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "influence_mod", "damage", "physical", "chaos" }, }, + ["AddedFireDamagePerStrengthUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "sword_shaper", "axe_shaper", "mace_shaper", "sceptre_shaper", "default", }, weightVal = { 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamagePerStrengthTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamagePerDexterityUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "sword_shaper", "axe_shaper", "claw_shaper", "dagger_shaper", "rune_dagger_shaper", "bow_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamagePerDexterityTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "default", }, weightVal = { 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamagePerIntelligenceUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "claw_shaper", "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceTwoHandedUber1"] = { type = "Prefix", affix = "The Shaper's", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 200, 200, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["SupportedByCastOnCritUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 18 Cast On Critical Strike", statOrder = { 391 }, level = 68, group = "SupportedByCastOnCritWeapon", weightKey = { "grants_2h_support", "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "default", }, weightVal = { 0, 350, 350, 350, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByCastOnCritUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are supported by Level 20 Cast On Critical Strike", statOrder = { 391 }, level = 75, group = "SupportedByCastOnCritWeapon", weightKey = { "grants_2h_support", "bow_shaper", "2h_axe_shaper", "2h_sword_shaper", "default", }, weightVal = { 0, 350, 350, 350, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByCastOnMeleeKillUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cast On Melee Kill", statOrder = { 215 }, level = 68, group = "SupportedByCastOnMeleeKillWeapon", weightKey = { "grants_2h_support", "2h_mace_shaper", "2h_axe_shaper", "2h_sword_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByCastOnMeleeKillUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cast On Melee Kill", statOrder = { 215 }, level = 75, group = "SupportedByCastOnMeleeKillWeapon", weightKey = { "grants_2h_support", "2h_mace_shaper", "2h_axe_shaper", "2h_sword_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 250, 250, 250, 250, 250, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByCastWhileChannellingUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cast While Channelling", statOrder = { 216 }, level = 68, group = "SupportedByCastWhileChannellingWeapon", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByCastWhileChannellingUber2_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cast While Channelling", statOrder = { 216 }, level = 75, group = "SupportedByCastWhileChannellingWeapon", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["CullingStrikeUber1"] = { type = "Suffix", affix = "of the Elder", "Culling Strike", statOrder = { 1893 }, level = 68, group = "CullingStrike", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["MeleeWeaponRangeUber1"] = { type = "Suffix", affix = "of the Elder", "+0.1 metres to Weapon Range", statOrder = { 2594 }, level = 75, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["MeleeWeaponRangeUber2"] = { type = "Suffix", affix = "of the Elder", "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 85, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_attack_mod", "has_caster_mod", "default", }, weightMultiplierVal = { 100, 65, 100 }, tags = { "has_attack_mod", }, modTags = { "influence_mod", "attack" }, }, + ["AreaOfEffectTwoHandedWeaponUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% increased Area of Effect", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectTwoHandedWeaponUber2"] = { type = "Suffix", affix = "of the Elder", "(11-15)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectTwoHandedWeaponUber3"] = { type = "Suffix", affix = "of the Elder", "(16-20)% increased Area of Effect", statOrder = { 1739 }, level = 82, group = "AreaOfEffect", weightKey = { "2h_sword_elder", "2h_axe_elder", "2h_mace_elder", "bow_elder", "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["MovementVelocityTwoHandedWeaponUber1"] = { type = "Suffix", affix = "of Shaping", "(3-6)% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementVelocityTwoHandedWeaponUber2"] = { type = "Suffix", affix = "of Shaping", "(7-10)% increased Movement Speed", statOrder = { 1657 }, level = 84, group = "MovementVelocity", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "2h_mace_shaper", "bow_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "influence_mod", "speed" }, }, + ["AdditionalArrowsUber1"] = { type = "Suffix", affix = "of the Elder", "Skills fire an additional Projectile", statOrder = { 1651 }, level = 82, group = "AdditionalProjectiles", weightKey = { "2h_sword_elder", "2h_axe_elder", "staff_elder", "warstaff_elder", "bow_elder", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["AdditionalPierceRangedUber1"] = { type = "Suffix", affix = "of Shaping", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "bow_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["AdditionalPierceRangedUber2"] = { type = "Suffix", affix = "of Shaping", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "bow_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["SpellDamageOnWeaponControlledDestructionUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Controlled Destruction", "(45-52)% increased Spell Damage", statOrder = { 442, 1090 }, level = 68, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponControlledDestructionUber2_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Controlled Destruction", "(53-56)% increased Spell Damage", statOrder = { 442, 1090 }, level = 75, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponControlledDestructionUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Controlled Destruction", "(57-60)% increased Spell Damage", statOrder = { 442, 1090 }, level = 80, group = "WeaponSpellDamageControlledDestruction", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponEfficacyUber1_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Efficacy", "(45-52)% increased Spell Damage", statOrder = { 232, 1090 }, level = 68, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponEfficacyUber2"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Efficacy", "(53-56)% increased Spell Damage", statOrder = { 232, 1090 }, level = 75, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 200, 200, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponEfficacyUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Efficacy", "(57-60)% increased Spell Damage", statOrder = { 232, 1090 }, level = 80, group = "WeaponSpellDamageEfficacy", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 100, 100, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponArcaneSurgeUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Arcane Surge", "(67-78)% increased Spell Damage", statOrder = { 203, 1090 }, level = 68, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponArcaneSurgeUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Arcane Surge", "(79-83)% increased Spell Damage", statOrder = { 203, 1090 }, level = 75, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponArcaneSurgeUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Arcane Surge", "(84-87)% increased Spell Damage", statOrder = { 203, 1090 }, level = 80, group = "WeaponSpellDamageArcaneSurge", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponReducedManaUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Inspiration", "(67-78)% increased Spell Damage", statOrder = { 413, 1090 }, level = 68, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponReducedManaUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Inspiration", "(79-83)% increased Spell Damage", statOrder = { 413, 1090 }, level = 75, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponReducedManaUber3__"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Inspiration", "(84-87)% increased Spell Damage", statOrder = { 413, 1090 }, level = 80, group = "WeaponSpellDamageReducedMana", weightKey = { "grants_2h_support", "attack_staff", "staff_elder", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponPowerChargeOnCritUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Power Charge On Critical Strike", "(67-78)% increased Spell Damage", statOrder = { 290, 1090 }, level = 68, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponPowerChargeOnCritUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Power Charge On Critical Strike", "(79-83)% increased Spell Damage", statOrder = { 290, 1090 }, level = 75, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["SpellDamageOnWeaponPowerChargeOnCritUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Power Charge On Critical Strike", "(84-87)% increased Spell Damage", statOrder = { 290, 1090 }, level = 80, group = "WeaponSpellDamagePowerChargeOnCrit", weightKey = { "grants_2h_support", "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_2h_support", }, modTags = { "support", "caster_damage", "influence_mod", "damage", "caster", "gem" }, }, + ["ElementalDamagePrefixOnWeaponElementalFocusUber1_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Elemental Focus", "(45-52)% increased Elemental Damage", statOrder = { 233, 1835 }, level = 68, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, + ["ElementalDamagePrefixOnWeaponElementalFocusUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Elemental Focus", "(53-56)% increased Elemental Damage", statOrder = { 233, 1835 }, level = 75, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, + ["ElementalDamagePrefixOnWeaponElementalFocusUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Elemental Focus", "(57-60)% increased Elemental Damage", statOrder = { 233, 1835 }, level = 80, group = "ElementalDamagePrefixElementalFocus", weightKey = { "sceptre_shaper", "default", }, weightVal = { 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "gem" }, }, + ["FireDamagePrefixOnWeaponFirePenetrationUber1"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 16 Fire Penetration", "(45-52)% increased Fire Damage", statOrder = { 242, 1221 }, level = 68, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["FireDamagePrefixOnWeaponFirePenetrationUber2_"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 18 Fire Penetration", "(53-56)% increased Fire Damage", statOrder = { 242, 1221 }, level = 75, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["FireDamagePrefixOnWeaponFirePenetrationUber3"] = { type = "Prefix", affix = "The Elder's", "Socketed Gems are Supported by Level 20 Fire Penetration", "(57-60)% increased Fire Damage", statOrder = { 242, 1221 }, level = 80, group = "FireDamagePrefixFirePenetration", weightKey = { "sceptre_elder", "wand_elder", "default", }, weightVal = { 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["ColdDamagePrefixOnWeaponColdPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Cold Penetration", "(45-52)% increased Cold Damage", statOrder = { 430, 1230 }, level = 68, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, + ["ColdDamagePrefixOnWeaponColdPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Cold Penetration", "(53-56)% increased Cold Damage", statOrder = { 430, 1230 }, level = 75, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, + ["ColdDamagePrefixOnWeaponColdPenetrationUber3"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Cold Penetration", "(57-60)% increased Cold Damage", statOrder = { 430, 1230 }, level = 80, group = "ColdDamagePrefixColdPenetration", weightKey = { "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "cold", "gem" }, }, + ["LightningDamagePrefixOnWeaponLightningPenetrationUber1"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 16 Lightning Penetration", "(45-52)% increased Lightning Damage", statOrder = { 269, 1241 }, level = 68, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, + ["LightningDamagePrefixOnWeaponLightningPenetrationUber2"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 18 Lightning Penetration", "(53-56)% increased Lightning Damage", statOrder = { 269, 1241 }, level = 75, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, + ["LightningDamagePrefixOnWeaponLightningPenetrationUber3_"] = { type = "Prefix", affix = "The Shaper's", "Socketed Gems are Supported by Level 20 Lightning Penetration", "(57-60)% increased Lightning Damage", statOrder = { 269, 1241 }, level = 80, group = "LightningDamagePrefixLightningPenetration", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "gem" }, }, + ["IncreasedCastSpeedSpellEchoUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Spell Echo", "(15-17)% increased Cast Speed", statOrder = { 279, 1308 }, level = 68, group = "IncreasedCastSpeedSpellEcho", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedSpellEchoUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Spell Echo", "(18-20)% increased Cast Speed", statOrder = { 279, 1308 }, level = 75, group = "IncreasedCastSpeedSpellEcho", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedFasterCastingUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Faster Casting", "(15-17)% increased Cast Speed", statOrder = { 418, 1308 }, level = 68, group = "IncreasedCastSpeedFasterCasting", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedFasterCastingUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Faster Casting", "(18-20)% increased Cast Speed", statOrder = { 418, 1308 }, level = 75, group = "IncreasedCastSpeedFasterCasting", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 500, 500, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedCastSpeedTwoHandedAvoidInterruptionUber1"] = { type = "Suffix", affix = "of the Elder", "(15-17)% increased Cast Speed", "(15-25)% chance to Ignore Stuns while Casting", statOrder = { 1308, 1757 }, level = 68, group = "IncreasedCastSpeedTwoHandedAvoidInterruption", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandedAvoidInterruptionUber2"] = { type = "Suffix", affix = "of the Elder", "(18-20)% increased Cast Speed", "(26-35)% chance to Ignore Stuns while Casting", statOrder = { 1308, 1757 }, level = 75, group = "IncreasedCastSpeedTwoHandedAvoidInterruption", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandedKilledRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "(15-17)% increased Cast Speed", "20% increased Cast Speed if you've Killed Recently", statOrder = { 1308, 5054 }, level = 68, group = "IncreasedCastSpeedTwoHandedKilledRecently", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandedKilledRecentlyUber2"] = { type = "Suffix", affix = "of Shaping", "(18-20)% increased Cast Speed", "20% increased Cast Speed if you've Killed Recently", statOrder = { 1308, 5054 }, level = 75, group = "IncreasedCastSpeedTwoHandedKilledRecently", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 500, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "influence_mod", "caster", "speed" }, }, + ["CriticalStrikeChanceSpellsSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Increased Critical Strikes", "(60-74)% increased Spell Critical Strike Chance", statOrder = { 260, 1320 }, level = 68, group = "CriticalStrikeChanceSpellsSupported", weightKey = { "grants_crit_chance_support", "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_crit_chance_support", }, modTags = { "support", "influence_mod", "caster", "critical", "gem" }, }, + ["CriticalStrikeChanceSpellsSupportedUber2__"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Increased Critical Strikes", "(75-82)% increased Spell Critical Strike Chance", statOrder = { 260, 1320 }, level = 75, group = "CriticalStrikeChanceSpellsSupported", weightKey = { "grants_crit_chance_support", "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", "grants_crit_chance_support", }, modTags = { "support", "influence_mod", "caster", "critical", "gem" }, }, + ["CriticalStrikeChanceSpellsTwoHandedPowerChargeUber1"] = { type = "Suffix", affix = "of Shaping", "(60-74)% increased Spell Critical Strike Chance", "10% chance to gain a Power Charge on Critical Strike", statOrder = { 1320, 1689 }, level = 68, group = "CriticalStrikeChanceSpellsTwoHandedPowerCharge", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "power_charge", "influence_mod", "caster", "critical" }, }, + ["CriticalStrikeChanceSpellsTwoHandedPowerChargeUber2"] = { type = "Suffix", affix = "of Shaping", "(75-82)% increased Spell Critical Strike Chance", "10% chance to gain a Power Charge on Critical Strike", statOrder = { 1320, 1689 }, level = 75, group = "CriticalStrikeChanceSpellsTwoHandedPowerCharge", weightKey = { "attack_staff", "staff_shaper", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "power_charge", "influence_mod", "caster", "critical" }, }, + ["ChanceToFreezeShockIgniteProliferationUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Elemental Proliferation", "(5-7)% chance to Freeze, Shock and Ignite", statOrder = { 385, 2650 }, level = 68, group = "ChanceToFreezeShockIgniteProliferation", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, + ["ChanceToFreezeShockIgniteProliferationUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Elemental Proliferation", "(8-10)% chance to Freeze, Shock and Ignite", statOrder = { 385, 2650 }, level = 75, group = "ChanceToFreezeShockIgniteProliferation", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, + ["ChanceToFreezeShockIgniteUnboundAilmentsUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Unbound Ailments", "(5-7)% chance to Freeze, Shock and Ignite", statOrder = { 322, 2650 }, level = 68, group = "ChanceToFreezeShockIgniteUnboundAilments", weightKey = { "sceptre_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, + ["ChanceToFreezeShockIgniteUnboundAilmentsUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Unbound Ailments", "(8-10)% chance to Freeze, Shock and Ignite", statOrder = { 322, 2650 }, level = 75, group = "ChanceToFreezeShockIgniteUnboundAilments", weightKey = { "sceptre_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "cold", "lightning", "ailment", "gem" }, }, + ["PoisonDamageWeaponSupportedUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Chance to Poison", "(19-23)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 68, group = "PoisonDamageWeaponSupported", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDamageWeaponSupportedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Chance to Poison", "(24-26)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 75, group = "PoisonDamageWeaponSupported", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDurationWeaponSupportedUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Critical Strike Affliction", "(6-9)% increased Poison Duration", statOrder = { 289, 3009 }, level = 68, group = "PoisonDurationWeaponSupported", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["PoisonDurationWeaponSupportedUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Critical Strike Affliction", "(10-14)% increased Poison Duration", statOrder = { 289, 3009 }, level = 75, group = "PoisonDurationWeaponSupported", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["SupportedByIncreasedAreaOfEffectDamageUber1_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Increased Area of Effect", "(23-27)% increased Area Damage", statOrder = { 202, 1889 }, level = 68, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedByIncreasedAreaOfEffectDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Increased Area of Effect", "(28-32)% increased Area Damage", statOrder = { 202, 1889 }, level = 75, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedByIncreasedAreaOfEffectDamageUber3_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Increased Area of Effect", "(33-37)% increased Area Damage", statOrder = { 202, 1889 }, level = 80, group = "SupportedByIncreasedAreaOfEffectDamage", weightKey = { "sceptre_elder", "dagger_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedBySpellCascadeAreaUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Spell Cascade", "(5-8)% increased Area of Effect", statOrder = { 310, 1739 }, level = 68, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedBySpellCascadeAreaUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Spell Cascade", "(9-12)% increased Area of Effect", statOrder = { 310, 1739 }, level = 75, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedBySpellCascadeAreaUber3_"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Spell Cascade", "(13-15)% increased Area of Effect", statOrder = { 310, 1739 }, level = 80, group = "SupportedBySpellCascadeArea", weightKey = { "sceptre_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "support", "influence_mod", "gem" }, }, + ["SupportedByLesserMultipleProjectilesDamageUber1"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 16 Lesser Multiple Projectiles", "(15-20)% increased Projectile Damage", statOrder = { 422, 1850 }, level = 68, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedByLesserMultipleProjectilesDamageUber2"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 18 Lesser Multiple Projectiles", "(21-25)% increased Projectile Damage", statOrder = { 422, 1850 }, level = 75, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedByLesserMultipleProjectilesDamageUber3_"] = { type = "Suffix", affix = "of the Elder", "Socketed Gems are Supported by Level 20 Lesser Multiple Projectiles", "(26-30)% increased Projectile Damage", statOrder = { 422, 1850 }, level = 80, group = "SupportedByLesserMultipleProjectilesDamage", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["SupportedByVolleySpeedUber1__"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 16 Volley", "(15-18)% increased Projectile Speed", statOrder = { 284, 1655 }, level = 68, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["SupportedByVolleySpeedUber2"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 18 Volley", "(19-22)% increased Projectile Speed", statOrder = { 284, 1655 }, level = 75, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["SupportedByVolleySpeedUber3"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems are Supported by Level 20 Volley", "(23-25)% increased Projectile Speed", statOrder = { 284, 1655 }, level = 80, group = "SupportedByVolleySpeed", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["ElementalDamagePercentAddedAsChaosUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (5-6)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1799 }, level = 75, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosUber2"] = { type = "Prefix", affix = "The Shaper's", "Gain (7-8)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1799 }, level = 85, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "sceptre_shaper", "dagger_shaper", "rune_dagger_shaper", "wand_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosStaffUber1"] = { type = "Prefix", affix = "The Shaper's", "Gain (10-12)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1799 }, level = 75, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, + ["ElementalDamagePercentAddedAsChaosStaffUber2__"] = { type = "Prefix", affix = "The Shaper's", "Gain (13-15)% of Elemental Damage as Extra Chaos Damage", statOrder = { 1799 }, level = 85, group = "ElementalDamagePercentAddedAsChaos", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "chaos_damage", "influence_mod", "damage", "elemental", "chaos" }, }, + ["DisplaySocketedSkillsChainUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Gems Chain 1 additional times", statOrder = { 457 }, level = 85, group = "DisplaySocketedSkillsChain", weightKey = { "bow_shaper", "default", }, weightVal = { 200, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, + ["SpellAddedPhysicalDamageWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (22-31) to (46-53) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageWeaponUber2_"] = { type = "Prefix", affix = "The Elder's", "Adds (28-37) to (55-64) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (32-44) to (66-76) Physical Damage to Spells", statOrder = { 1266 }, level = 84, group = "SpellAddedPhysicalDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageTwoHandWeaponUber1_"] = { type = "Prefix", affix = "The Elder's", "Adds (37-49) to (75-86) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageTwoHandWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (44-58) to (88-103) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageTwoHandWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (60-73) to (108-122) Physical Damage to Spells", statOrder = { 1266 }, level = 84, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (22-31) to (46-53) Chaos Damage to Spells", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (28-37) to (55-64) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageWeaponUber3_"] = { type = "Prefix", affix = "The Elder's", "Adds (32-44) to (66-76) Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "sceptre_elder", "wand_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageTwoHandWeaponUber1"] = { type = "Prefix", affix = "The Elder's", "Adds (37-49) to (75-86) Chaos Damage to Spells", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageTwoHandWeaponUber2"] = { type = "Prefix", affix = "The Elder's", "Adds (44-58) to (88-103) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageTwoHandWeaponUber3"] = { type = "Prefix", affix = "The Elder's", "Adds (60-73) to (108-122) Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 1000, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["SpellDamagePer16StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Strength", statOrder = { 9391 }, level = 68, group = "SpellDamagePer16Strength", weightKey = { "sceptre_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamagePer16DexterityUber1__"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Dexterity", statOrder = { 9389 }, level = 68, group = "SpellDamagePer16Dexterity", weightKey = { "rune_dagger_elder", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamagePer16IntelligenceUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 16 Intelligence", statOrder = { 9390 }, level = 68, group = "SpellDamagePer16Intelligence", weightKey = { "sceptre_elder", "rune_dagger_elder", "wand_elder", "default", }, weightVal = { 400, 400, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamagePer10StrengthUber1"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 10 Strength", statOrder = { 9388 }, level = 68, group = "SpellDamagePer10Strength", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamagePer10IntelligenceUber1_"] = { type = "Prefix", affix = "The Elder's", "1% increased Spell Damage per 10 Intelligence", statOrder = { 2587 }, level = 68, group = "SpellDamagePer10Intelligence", weightKey = { "attack_staff", "staff_elder", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["MaximumEnduranceChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 84, group = "MaximumEnduranceCharges", weightKey = { "2h_mace_shaper", "2h_sword_shaper", "2h_axe_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["MaximumFrenzyChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 84, group = "MaximumFrenzyCharges", weightKey = { "2h_sword_shaper", "2h_axe_shaper", "bow_shaper", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["MaximumPowerChargeUber1"] = { type = "Suffix", affix = "of Shaping", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 84, group = "IncreasedMaximumPowerCharges", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PowerChargeOnBlockUber1"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "25% chance to gain a Power Charge when you Block", statOrder = { 1020, 4100 }, level = 68, group = "PowerChargeOnBlockUber", weightKey = { "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "power_charge", "influence_mod" }, }, + ["CriticalStrikeMultiplierIfBlockedRecentlyUber1_"] = { type = "Suffix", affix = "of Shaping", "+5% Chance to Block Attack Damage while wielding a Staff", "+(35-45)% to Critical Strike Multiplier if you have Blocked Recently", statOrder = { 1020, 5540 }, level = 68, group = "CriticalStrikeMultiplierIfBlockedRecentlyUber", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "influence_mod", "damage", "critical" }, }, + ["BlockingBlocksSpellsUber1"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "(12-18)% Chance to Block Spell Damage", statOrder = { 1020, 1023 }, level = 68, group = "BlockingBlocksSpellsUber", weightKey = { "staff_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockStaffUber1_"] = { type = "Suffix", affix = "of the Elder", "+5% Chance to Block Attack Damage while wielding a Staff", "(8-12)% Chance to Block Spell Damage", statOrder = { 1020, 1028 }, level = 68, group = "SpellBlockAndBlockUber", weightKey = { "staff_elder", "warstaff_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "block", "influence_mod" }, }, + ["CriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "+(15-25)% to Global Critical Strike Multiplier", "(80-100)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrder = { 1350, 5505 }, level = 68, group = "CriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyUber", weightKey = { "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["PowerChargeOnManaSpentUber1"] = { type = "Suffix", affix = "of Shaping", "Gain a Power Charge after Spending a total of 200 Mana", statOrder = { 7340 }, level = 68, group = "PowerChargeOnManaSpent", weightKey = { "wand_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["IncreasedDamagePerPowerChargeUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% increased Damage per Power Charge", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "wand_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage" }, }, + ["ProjectileDamagePerEnemyPiercedUber1_"] = { type = "Suffix", affix = "of Shaping", "Projectiles deal (20-30)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrder = { 9008 }, level = 68, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage" }, }, + ["IncreaseProjectileAttackDamagePerAccuracyUber1"] = { type = "Suffix", affix = "of the Elder", "1% increased Projectile Attack Damage per 200 Accuracy Rating", statOrder = { 4138 }, level = 68, group = "IncreaseProjectileAttackDamagePerAccuracy", weightKey = { "bow_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["CriticalStrikeChanceAgainstPoisonedEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "(80-100)% increased Critical Strike Chance against Poisoned Enemies", statOrder = { 3133 }, level = 68, group = "CriticalStrikeChanceAgainstPoisonedEnemies", weightKey = { "dagger_elder", "rune_dagger_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeMultiplierAgainstEnemiesOnFullLifeUber1"] = { type = "Suffix", affix = "of Shaping", "+(50-60)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrder = { 3273 }, level = 68, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_shaper", "rune_dagger_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["GainRareMonsterModsOnKillChanceUber1"] = { type = "Suffix", affix = "of the Elder", "When you Kill a Rare Monster, (15-20)% chance to gain one of its Modifiers for 10 seconds", statOrder = { 6223 }, level = 68, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, + ["EnemiesHaveReducedEvasionIfHitRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "Enemies have 20% reduced Evasion if you have Hit them Recently", statOrder = { 5964 }, level = 68, group = "EnemiesHaveReducedEvasionIfHitRecently", weightKey = { "claw_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["LifeGainPerBlindedEnemyHitUber1"] = { type = "Suffix", affix = "of the Elder", "Gain (35-50) Life per Blinded Enemy Hit with this Weapon", statOrder = { 7417 }, level = 68, group = "LifeGainPerBlindedEnemyHit", weightKey = { "claw_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "influence_mod", "life", "attack" }, }, + ["CriticalChanceAgainstBlindedEnemiesUber1_"] = { type = "Suffix", affix = "of Shaping", "(80-100)% increased Critical Strike Chance against Blinded Enemies", statOrder = { 3246 }, level = 68, group = "CriticalChanceAgainstBlindedEnemies", weightKey = { "claw_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "critical" }, }, + ["AdditionalBlockChancePerEnduranceChargeUber1_"] = { type = "Suffix", affix = "of the Elder", "(20-25)% chance to gain an Endurance Charge when you Block", "+1% Chance to Block Attack Damage per Endurance Charge", statOrder = { 1978, 4308 }, level = 68, group = "AdditionalBlockChancePerEnduranceChargeUber", weightKey = { "sword_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "block", "endurance_charge", "influence_mod" }, }, + ["AccuracyRatingPerFrenzyChargeUber1"] = { type = "Suffix", affix = "of Shaping", "5% increased Accuracy Rating per Frenzy Charge", "(20-25)% chance to gain a Frenzy Charge when you Block", statOrder = { 1904, 5278 }, level = 68, group = "AccuracyRatingPerFrenzyChargeUber", weightKey = { "sword_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "block", "frenzy_charge", "influence_mod", "attack" }, }, + ["MovementSkillsCostNoManaUber1"] = { type = "Suffix", affix = "of Shaping", "Socketed Movement Skills Cost no Mana", statOrder = { 476 }, level = 68, group = "DisplayMovementSkillsCostNoMana", weightKey = { "2h_sword_shaper", "sword_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "gem" }, }, + ["GainEnduranceChargeWhileStationaryUber1"] = { type = "Suffix", affix = "of the Elder", "Gain an Endurance Charge every 4 seconds while Stationary", statOrder = { 8820 }, level = 68, group = "GainEnduranceChargeWhileStationary", weightKey = { "2h_sword_elder", "sword_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["CullingStrikeOnBleedingEnemiesUber1"] = { type = "Suffix", affix = "of the Elder", "(30-49)% increased Physical Damage", "Hits with this Weapon have Culling Strike against Bleeding Enemies", statOrder = { 1098, 7330 }, level = 68, group = "CullingStrikeOnBleedingEnemiesUber", weightKey = { "2h_axe_elder", "axe_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["GainEnduranceChargeOnHittingBleedingEnemyUber1"] = { type = "Suffix", affix = "of the Elder", "(5-10)% chance to gain an Endurance Charge when you Hit a Bleeding Enemy", statOrder = { 5274 }, level = 68, group = "GainEnduranceChargeOnHittingBleedingEnemy", weightKey = { "axe_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["GainEnduranceChargeOnCritUber1"] = { type = "Suffix", affix = "of Shaping", "(15-20)% increased Critical Strike Chance", "(5-10)% chance to gain an Endurance Charge on Critical Strike", statOrder = { 1326, 1678 }, level = 68, group = "GainEnduranceChargeOnCritUber", weightKey = { "2h_axe_shaper", "axe_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "endurance_charge", "influence_mod", "attack", "critical" }, }, + ["CriticalStrikeChanceIfKilledRecentlyUber1"] = { type = "Suffix", affix = "of Shaping", "(80-100)% increased Critical Strike Chance if you have Killed Recently", statOrder = { 5503 }, level = 68, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "axe_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "critical" }, }, + ["EnemiesExplodeOnDeathDealingFireUber1"] = { type = "Suffix", affix = "of Shaping", "Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damage", statOrder = { 2553 }, level = 68, group = "EnemiesExplodeOnDeath", weightKey = { "2h_mace_shaper", "mace_shaper", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["GainFortifyOnStunChanceUber1"] = { type = "Suffix", affix = "of Shaping", "Melee Hits which Stun have (10-20)% chance to Fortify", statOrder = { 5267 }, level = 68, group = "GainFortifyOnStunChance", weightKey = { "mace_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, + ["AreaOfEffectPer50StrengthUber1"] = { type = "Suffix", affix = "of the Elder", "3% increased Area of Effect per 50 Strength", statOrder = { 4460 }, level = 68, group = "AreaOfEffectPer50Strength", weightKey = { "mace_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectIfStunnedEnemyRecentlyUber1___"] = { type = "Suffix", affix = "of the Elder", "(25-35)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_elder", "mace_elder", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["MeleeWeaponRangeIfKilledRecentlyUber1"] = { type = "Suffix", affix = "of the Elder", "+(0.1-0.2) metres to Melee Strike Range if you have Killed Recently", statOrder = { 8546 }, level = 68, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "2h_sword_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MovementSkillsFortifyOnHitChanceUber1"] = { type = "Suffix", affix = "of Shaping", "Hits with Melee Movement Skills have (30-50)% chance to Fortify", statOrder = { 8528 }, level = 68, group = "MovementSkillsFortifyOnHitChance", weightKey = { "2h_sword_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "attack" }, }, + ["GainEnduranceChargeOnTauntingEnemiesUber1_"] = { type = "Suffix", affix = "of Shaping", "(15-30)% chance to gain an Endurance Charge when you Taunt an Enemy", statOrder = { 5276 }, level = 68, group = "GainEnduranceChargeOnTauntingEnemies", weightKey = { "2h_axe_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["RemoveBleedingOnWarcryUber1"] = { type = "Suffix", affix = "of the Elder", "Removes Bleeding when you use a Warcry", statOrder = { 9163 }, level = 68, group = "RemoveBleedingOnWarcry", weightKey = { "2h_axe_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "influence_mod", "physical", "attack", "ailment" }, }, + ["AreaOfEffectPerEnduranceChargeUber1"] = { type = "Suffix", affix = "of the Elder", "5% increased Area of Effect per Endurance Charge", statOrder = { 4462 }, level = 68, group = "AreaOfEffectPerEnduranceCharge", weightKey = { "2h_mace_elder", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, + ["StunDurationAndThresholdUber1"] = { type = "Suffix", affix = "of Shaping", "(20-30)% reduced Enemy Stun Threshold", "(20-30)% increased Stun Duration on Enemies", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod" }, }, + ["PhysicalDamageAddedAsRandomElementUber1"] = { type = "Suffix", affix = "of Shaping", "Gain (7-9)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 68, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["PhysicalDamageAddedAsRandomElementUber2"] = { type = "Suffix", affix = "of Shaping", "Gain (10-12)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 75, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["PhysicalDamageAddedAsRandomElementUber3"] = { type = "Suffix", affix = "of Shaping", "Gain (13-15)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 80, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "sceptre_shaper", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["GrantsCatAspectCrafted"] = { type = "Suffix", affix = "of Farrul", "Grants Level 20 Aspect of the Cat Skill", statOrder = { 592 }, level = 20, group = "GrantsCatAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsBirdAspectCrafted"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 20 Aspect of the Avian Skill", statOrder = { 588 }, level = 20, group = "GrantsBirdAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsSpiderAspectCrafted"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 20 Aspect of the Spider Skill", statOrder = { 616 }, level = 20, group = "GrantsSpiderAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsCrabAspectCrafted"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 20 Aspect of the Crab Skill", statOrder = { 594 }, level = 20, group = "GrantsCrabAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "blue_herring", "skill" }, }, + ["GrantsCatAspectCrafted30"] = { type = "Suffix", affix = "of Farrul", "Grants Level 30 Aspect of the Cat Skill", statOrder = { 592 }, level = 20, group = "GrantsCatAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsBirdAspectCrafted30"] = { type = "Suffix", affix = "of Saqawal", "Grants Level 30 Aspect of the Avian Skill", statOrder = { 588 }, level = 20, group = "GrantsBirdAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsSpiderAspectCrafted30"] = { type = "Suffix", affix = "of Fenumus", "Grants Level 30 Aspect of the Spider Skill", statOrder = { 616 }, level = 20, group = "GrantsSpiderAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["GrantsCrabAspectCrafted30"] = { type = "Suffix", affix = "of Craiceann", "Grants Level 30 Aspect of the Crab Skill", statOrder = { 594 }, level = 20, group = "GrantsCrabAspect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "blue_herring", "skill" }, }, + ["DoubleModSellPrice1"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice1", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, + ["DoubleModSellPrice2"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice2", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["DoubleModSellPrice3_"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice3", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, + ["DoubleModSellPrice4"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice4", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["DoubleModSellPrice5_"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice5", weightKey = { "default", }, weightVal = { 6000 }, modTags = { }, }, + ["DoubleModSellPrice6"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice6", weightKey = { "default", }, weightVal = { 10 }, modTags = { }, }, + ["DoubleModSellPrice7"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice7", weightKey = { "default", }, weightVal = { 2000 }, modTags = { }, }, + ["DoubleModSellPrice8"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice8", weightKey = { "default", }, weightVal = { 1 }, modTags = { }, }, + ["DoubleModSellPrice9"] = { type = "DelveImplicit", affix = "", "Item sells for much more to vendors", statOrder = { 7388 }, level = 1, group = "DoubleModSellPrice9", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["LocalIncreaseSocketedMinionGemLevelDelve"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 60, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["MaximumMinionCountZombieDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Raised Zombies", statOrder = { 2014 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MaximumMinionCountSkeletonDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Skeletons", statOrder = { 2016 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MaximumMinionCountSpectreDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Spectres", statOrder = { 2015 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MinionDamageDelve"] = { type = "Suffix", affix = "of the Underground", "Minions deal (25-35)% increased Damage", statOrder = { 1830 }, level = 60, group = "MinionDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MaximumMinionCountAmuletZombieDelve"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Raised Zombies", statOrder = { 2014 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MaximumMinionCountAmuletSkeletonDelve__"] = { type = "Prefix", affix = "Subterranean", "+1 to maximum number of Skeletons", statOrder = { 2016 }, level = 60, group = "MaximumMinionCount", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["ReducedManaReservationsCostDelve_"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 60, group = "ReducedReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["LocalIncreaseSocketedAuraLevelDelve"] = { type = "Suffix", affix = "of the Underground", "+2 to Level of Socketed Aura Gems", statOrder = { 160 }, level = 60, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura", "gem" }, }, + ["ReducedPhysicalDamageTakenDelve"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 60, group = "ReducedPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["BleedingDamageChanceDelve__"] = { type = "Suffix", affix = "of the Underground", "Attacks have 25% chance to cause Bleeding", "(30-50)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 60, group = "BleedingDamageChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["CorruptedBloodImmunityDelve"] = { type = "Suffix", affix = "of the Underground", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["DoubleDamageChanceDelve"] = { type = "Suffix", affix = "of the Underground", "10% chance to deal Double Damage", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["SpellAddedPhysicalDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Global Physical Damage", "Adds (11-15) to (23-26) Physical Damage to Spells", statOrder = { 1097, 1266 }, level = 60, group = "SpellAddedPhysicalDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Global Physical Damage", "Adds (15-20) to (30-35) Physical Damage to Spells", statOrder = { 1097, 1266 }, level = 60, group = "SpellAddedPhysicalDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["CurseOnHitLevelVulnerabilityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 60, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["PhysicalDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 60, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenAsFireDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFireUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["MaximumFireResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 60, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Fire Damage taken", statOrder = { 2095 }, level = 60, group = "FireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire" }, }, + ["LocalFireDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (18-24) to (36-42) Fire Damage", statOrder = { 1221, 1226 }, level = 60, group = "LocalFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalFireDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (31-42) to (64-74) Fire Damage", statOrder = { 1221, 1226 }, level = 60, group = "LocalFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SpellAddedFireDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (14-20) to (29-34) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 60, group = "SpellAddedFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Fire Damage", "Adds (20-26) to (39-46) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 60, group = "SpellAddedFireDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["CurseOnHitLevelFlammabilityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 60, group = "FlammabilityOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["FireDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 60, group = "FireDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 60, group = "PhysicalDamageTakenAsColdUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["MaximumColdResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 60, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Cold Damage taken", statOrder = { 3229 }, level = 60, group = "ColdDamageTakenPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold" }, }, + ["LocalColdDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (15-20) to (30-35) Cold Damage", statOrder = { 1230, 1235 }, level = 60, group = "LocalColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalColdDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (26-35) to (52-60) Cold Damage", statOrder = { 1230, 1235 }, level = 60, group = "LocalColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SpellAddedColdDamageHybridDelve_"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (12-16) to (24-28) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 60, group = "SpellAddedColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Cold Damage", "Adds (18-24) to (36-42) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 60, group = "SpellAddedColdDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["CurseOnHitLevelFrostbiteDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 60, group = "FrostbiteOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["ColdDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 60, group = "ColdDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsLightningDelve_"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 60, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["MaximumLightningResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 60, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Lightning Damage taken", statOrder = { 3228 }, level = 60, group = "LightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning" }, }, + ["LocalLightningDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-5) to (63-66) Lightning Damage", statOrder = { 1241, 1246 }, level = 60, group = "LocalLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalLightningDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-9) to (110-116) Lightning Damage", statOrder = { 1241, 1246 }, level = 60, group = "LocalLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SpellAddedLightningDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (1-4) to (50-53) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 60, group = "SpellAddedLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(20-40)% increased Lightning Damage", "Adds (2-6) to (76-80) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 60, group = "SpellAddedLightningDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["CurseOnHitLevelConductivityDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 60, group = "ConductivityOnHitLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["LightningDamageLifeLeechDelve__"] = { type = "Prefix", affix = "Subterranean", "0.4% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 60, group = "LightningDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsChaosDelve"] = { type = "Suffix", affix = "of the Underground", "10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 60, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "chaos" }, }, + ["MaximumChaosResistDelve"] = { type = "Prefix", affix = "Subterranean", "+3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 60, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosDamageTakenDelve"] = { type = "Prefix", affix = "Subterranean", "(4-6)% reduced Chaos Damage taken", statOrder = { 2096 }, level = 60, group = "ChaosDamageTakenPercentage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, + ["LocalChaosDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (18-28) to (39-49) Chaos Damage", statOrder = { 1249, 1253 }, level = 60, group = "LocalChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalChaosDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (32-50) to (68-86) Chaos Damage", statOrder = { 1249, 1253 }, level = 60, group = "LocalChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SpellAddedChaosDamageHybridDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (11-15) to (23-26) Chaos Damage to Spells", statOrder = { 1249, 1270 }, level = 60, group = "SpellAddedChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageHybridTwoHandDelve"] = { type = "Prefix", affix = "Subterranean", "(15-30)% increased Chaos Damage", "Adds (15-20) to (30-35) Chaos Damage to Spells", statOrder = { 1249, 1270 }, level = 60, group = "SpellAddedChaosDamageHybrid", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["CurseOnHitLevelDespairDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 60, group = "CurseOnHitDespairMod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["ChaosDamageLifeLeechDelve"] = { type = "Prefix", affix = "Subterranean", "0.4% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 60, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "chaos" }, }, + ["CurseEffectivenessDelve"] = { type = "Suffix", affix = "of the Underground", "(10-15)% increased Effect of your Curses", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["AdditionalCurseOnEnemiesDelve"] = { type = "Prefix", affix = "Subterranean", "You can apply an additional Curse", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["IncreaseSocketedCurseGemLevelDelve_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Curse Gems", statOrder = { 163 }, level = 60, group = "IncreaseSocketedCurseGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "gem", "curse" }, }, + ["CurseAreaOfEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(25-40)% increased Area of Effect of Hex Skills", statOrder = { 2078 }, level = 60, group = "CurseAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["CurseDurationDelve"] = { type = "Suffix", affix = "of the Underground", "Curse Skills have (25-40)% increased Skill Effect Duration", statOrder = { 5576 }, level = 60, group = "CurseDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["IncreasedDamagePerCurseDelve"] = { type = "Prefix", affix = "Subterranean", "(8-10)% increased Damage with Hits and Ailments per Curse on Enemy", statOrder = { 2859 }, level = 60, group = "IncreasedDamagePerCurse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["ManaRegenerationDelve"] = { type = "Suffix", affix = "of the Underground", "(30-50)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 60, group = "ManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["PercentDamageGoesToManaDelve"] = { type = "Suffix", affix = "of the Underground", "(5-8)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 60, group = "PercentDamageGoesToMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["AddedManaRegenerationDelve"] = { type = "Suffix", affix = "of the Underground", "Regenerate (3-5) Mana per second", statOrder = { 1442 }, level = 60, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["MaximumManaIncreasePercentDelve_"] = { type = "Prefix", affix = "Subterranean", "(10-15)% increased maximum Mana", statOrder = { 1440 }, level = 60, group = "MaximumManaIncreasePercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["ImpaleChanceDelve__"] = { type = "Prefix", affix = "Subterranean", "(5-10)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 60, group = "AttackImpaleChance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "attack" }, }, + ["FasterBleedDelve"] = { type = "Suffix", affix = "of the Underground", "Bleeding you inflict deals Damage (5-10)% faster", statOrder = { 6075 }, level = 60, group = "FasterBleedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["AddedPhysicalSpellDamageDelve___"] = { type = "Prefix", affix = "Subterranean", "Adds (11-22) to (34-46) Physical Damage to Spells", statOrder = { 1266 }, level = 60, group = "SpellAddedPhysicalDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["LightningAilmentEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Effect of Lightning Ailments", statOrder = { 6887 }, level = 60, group = "LightningAilmentEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["PhysicalDamageConvertedToLightningDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ColdAilmentDurationDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Duration of Cold Ailments", statOrder = { 5382 }, level = 60, group = "ColdAilmentDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["PhysicalDamageConvertedToColdDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["FasterIgniteDelve_"] = { type = "Suffix", affix = "of the Underground", "Ignites you inflict deal Damage (5-10)% faster", statOrder = { 2415 }, level = 60, group = "FasterIgniteDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["PhysicalDamageConvertedToFireDelve"] = { type = "Prefix", affix = "Subterranean", "10% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["FasterPoisonDelve_"] = { type = "Suffix", affix = "of the Underground", "Poisons you inflict deal Damage (5-10)% faster", statOrder = { 6076 }, level = 60, group = "FasterPoisonDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ZeroChaosResistanceDelve"] = { type = "Suffix", affix = "of the Underground", "Chaos Resistance is Zero", statOrder = { 9904 }, level = 60, group = "ZeroChaosResistanceDelve", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["MinionCriticalStrikeMultiplierDelve"] = { type = "Suffix", affix = "of the Underground", "Minions have +(30-38)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 60, group = "MinionCriticalStrikeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionLargerAggroRadiusDelve"] = { type = "Suffix", affix = "of the Underground", "Minions are Aggressive", statOrder = { 9913 }, level = 60, group = "MinionLargerAggroRadius", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MinionAreaOfEffectDelve"] = { type = "Prefix", affix = "Subterranean", "Minions have (20-30)% increased Area of Effect", statOrder = { 2868 }, level = 60, group = "MinionAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MinionLeechDelve___"] = { type = "Prefix", affix = "Subterranean", "Minions Leech 1% of Damage as Life", statOrder = { 2758 }, level = 60, group = "MinionLifeLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "minion" }, }, + ["SpiritAndPhantasmRefreshOnUniqueDelve"] = { type = "Prefix", affix = "Subterranean", "Summoned Phantasms have 5% chance to refresh their Duration when they Hit a Rare or Unique Enemy", "Summoned Raging Spirits have 5% chance to refresh their Duration when they Hit a Rare or Unique Enemy", statOrder = { 8897, 9070 }, level = 60, group = "SpiritAndPhantasmRefreshOnUnique", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["AuraEffectOnEnemiesDelve_____"] = { type = "Suffix", affix = "of the Underground", "(12-18)% increased Effect of Non-Curse Auras from your Skills on Enemies", statOrder = { 3403 }, level = 60, group = "AuraEffectOnEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, + ["LifeReservationEfficiencyDelve"] = { type = "Prefix", affix = "Subterranean", "10% increased Life Reservation Efficiency of Skills", statOrder = { 2079 }, level = 60, group = "LifeReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["DoomGainRateDelve"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Damage with Hits and Ailments against Cursed Enemies", statOrder = { 6633 }, level = 60, group = "HitAndAilmentDamageCursedEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "curse" }, }, + ["MarkEffectDelve"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Effect of your Marks", statOrder = { 2449 }, level = 60, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveArmourFireResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, + ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveArmourColdResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, + ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveArmourLightningResistance1"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistancePrefix", weightKey = { "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, + ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, + ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, + ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, + ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, + ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, + ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, + ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, + ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, + ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, + ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, + ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, + ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, + ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, + ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, + ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, + ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, + ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, + ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, + ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveAbyssJewelMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (14-16)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "default", }, weightVal = { 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, + ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, + ["DelveMapMonsterPacksVaalMapWorlds1"] = { type = "Prefix", affix = "Subterranean", "Area is inhabited by the Vaal", "Found Items have 10% chance to drop Corrupted in Area", statOrder = { 8144, 9973 }, level = 1, group = "MapMonsterPacksVaalMapWorlds", weightKey = { "map", "expedition_logbook", "default", }, weightVal = { 1000, 0, 0 }, modTags = { }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Waning", "+(26-35)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier2h2"] = { type = "Prefix", affix = "Wasting", "+(36-45)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Deteriorating", "+(46-55)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Atrophying", "+(56-65)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Disintegrating", "+(66-75)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Waning", "+(14-18)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Wasting", "+(19-23)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier1h3___"] = { type = "Prefix", affix = "Deteriorating", "+(24-28)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Atrophying", "+(29-33)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Disintegrating", "+(34-38)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplier2h1_"] = { type = "Prefix", affix = "Inclement", "+(26-35)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier2h2_"] = { type = "Prefix", affix = "Bleak", "+(36-45)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Boreal", "+(46-55)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Gelid", "+(56-65)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Heartstopping", "+(66-75)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Inclement", "+(14-18)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Bleak", "+(19-23)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Boreal", "+(24-28)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Gelid", "+(29-33)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Heartstopping", "+(34-38)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierUber2_"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Earnest", "+(26-35)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier2h2"] = { type = "Prefix", affix = "Fervid", "+(36-45)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Ardent", "+(46-55)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Zealous", "+(56-65)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier2h5__"] = { type = "Prefix", affix = "Fanatical", "+(66-75)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Earnest", "+(14-18)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1h2"] = { type = "Prefix", affix = "Fervid", "+(19-23)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Ardent", "+(24-28)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1h4"] = { type = "Prefix", affix = "Zealous", "+(29-33)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Fanatical", "+(34-38)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUber1___"] = { type = "Suffix", affix = "of Shaping", "+(11-15)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierUber2"] = { type = "Suffix", affix = "of Shaping", "+(16-20)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 200, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["PhysicalDamageOverTimeMultiplier2h1"] = { type = "Prefix", affix = "Seeping", "+(26-35)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier2h2_"] = { type = "Prefix", affix = "Spilling", "+(36-45)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier2h3"] = { type = "Prefix", affix = "Phlebotomising", "+(46-55)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier2h4"] = { type = "Prefix", affix = "Hemorrhaging", "+(56-65)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier2h5"] = { type = "Prefix", affix = "Exsanguinating", "+(66-75)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1h1"] = { type = "Prefix", affix = "Seeping", "+(14-18)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1h2_"] = { type = "Prefix", affix = "Spilling", "+(19-23)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1h3"] = { type = "Prefix", affix = "Phlebotomising", "+(24-28)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1h4_"] = { type = "Prefix", affix = "Hemorrhaging", "+(29-33)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1h5"] = { type = "Prefix", affix = "Exsanguinating", "+(34-38)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierUber1"] = { type = "Suffix", affix = "of the Elder", "+(11-15)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierUber2__"] = { type = "Suffix", affix = "of the Elder", "+(16-20)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 200, 400, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, + ["GlobalDamageOverTimeMultiplier1h1"] = { type = "Suffix", affix = "of Acrimony", "+(7-11)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 44, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier1h2_"] = { type = "Suffix", affix = "of Dispersion", "+(12-15)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 55, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier1h3"] = { type = "Suffix", affix = "of Liquefaction", "+(16-19)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier1h4"] = { type = "Suffix", affix = "of Melting", "+(20-23)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 76, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier1h5"] = { type = "Suffix", affix = "of Dissolution", "+(24-26)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 82, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "one_hand_weapon", "amulet", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier2h1__"] = { type = "Suffix", affix = "of Acrimony", "+(16-21)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 44, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier2h2"] = { type = "Suffix", affix = "of Dispersion", "+(24-29)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 55, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier2h3___"] = { type = "Suffix", affix = "of Liquefaction", "+(31-35)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier2h4_"] = { type = "Suffix", affix = "of Melting", "+(36-40)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 76, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplier2h5____"] = { type = "Suffix", affix = "of Dissolution", "+(41-45)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 82, group = "GlobalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 300, 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplierEssence1_"] = { type = "Suffix", affix = "of the Essence", "+10% to Damage over Time Multiplier", statOrder = { 1108 }, level = 63, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplierRingEssence1"] = { type = "Suffix", affix = "of the Essence", "+(12-15)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 63, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "damage" }, }, + ["GlobalDamageOverTimeMultiplierWithAttacks1h1"] = { type = "Suffix", affix = "of Acrimony", "+(7-11)% to Damage over Time Multiplier with Attack Skills", statOrder = { 1111 }, level = 44, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, + ["GlobalDamageOverTimeMultiplierWithAttacks1h2___"] = { type = "Suffix", affix = "of Dispersion", "+(12-15)% to Damage over Time Multiplier with Attack Skills", statOrder = { 1111 }, level = 55, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, + ["GlobalDamageOverTimeMultiplierWithAttacks1h3"] = { type = "Suffix", affix = "of Liquefaction", "+(16-19)% to Damage over Time Multiplier with Attack Skills", statOrder = { 1111 }, level = 68, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, + ["GlobalDamageOverTimeMultiplierWithAttacks1h4_"] = { type = "Suffix", affix = "of Melting", "+(20-23)% to Damage over Time Multiplier with Attack Skills", statOrder = { 1111 }, level = 76, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, + ["GlobalDamageOverTimeMultiplierWithAttacks1h5"] = { type = "Suffix", affix = "of Dissolution", "+(24-26)% to Damage over Time Multiplier with Attack Skills", statOrder = { 1111 }, level = 82, group = "GlobalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "damage", "attack" }, }, + ["ChaosDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of Waning", "+(26-35)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierTwoHand2__"] = { type = "Suffix", affix = "of Wasting", "+(36-45)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierTwoHand3_"] = { type = "Suffix", affix = "of Deteriorating", "+(46-55)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierTwoHand4__"] = { type = "Suffix", affix = "of Atrophying", "+(56-65)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierTwoHand5___"] = { type = "Suffix", affix = "of Disintegrating", "+(66-75)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplier1_"] = { type = "Suffix", affix = "of Waning", "+(14-18)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 4, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 400, 400, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Wasting", "+(19-23)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 12, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of Deteriorating", "+(24-28)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 200, 200, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Atrophying", "+(29-33)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 64, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 100, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Disintegrating", "+(34-38)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 78, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "dagger", "default", }, weightVal = { 50, 50, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of the Inclement", "+(26-35)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierTwoHand2"] = { type = "Suffix", affix = "of the Bleak", "+(36-45)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of the Boreal", "+(46-55)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of the Gelid", "+(56-65)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierTwoHand5"] = { type = "Suffix", affix = "of Heartstopping", "+(66-75)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of the Inclement", "+(14-18)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 4, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 300, 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of the Bleak", "+(19-23)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 12, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 220, 220, 220, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of the Boreal", "+(24-28)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 140, 140, 140, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of the Gelid", "+(29-33)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 64, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 70, 70, 70, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Heartstopping", "+(34-38)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 78, group = "ColdDamageOverTimeMultiplier", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 35, 35, 35, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierTwoHand1_"] = { type = "Suffix", affix = "of the Earnest", "+(26-35)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierTwoHand2_"] = { type = "Suffix", affix = "of the Fervid", "+(36-45)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of the Ardent", "+(46-55)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of the Zealous", "+(56-65)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierTwoHand5_"] = { type = "Suffix", affix = "of the Fanatical", "+(66-75)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of the Earnest", "+(14-18)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 4, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 300, 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of the Fervid", "+(19-23)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 12, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 220, 220, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of the Ardent", "+(24-28)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 36, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 140, 140, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier4__"] = { type = "Suffix", affix = "of the Zealous", "+(29-33)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 64, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 70, 70, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of the Fanatical", "+(34-38)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 78, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 35, 35, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["PhysicalDamageOverTimeMultiplierTwoHand1"] = { type = "Suffix", affix = "of Seeping", "+(26-35)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 400, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierTwoHand2"] = { type = "Suffix", affix = "of Spilling", "+(36-45)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierTwoHand3"] = { type = "Suffix", affix = "of Phlebotomising", "+(46-55)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierTwoHand4"] = { type = "Suffix", affix = "of Hemorrhaging", "+(56-65)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierTwoHand5"] = { type = "Suffix", affix = "of Exsanguinating", "+(66-75)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 50, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier1__"] = { type = "Suffix", affix = "of Seeping", "+(14-18)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 4, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Spilling", "+(19-23)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 12, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 220, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier3__"] = { type = "Suffix", affix = "of Phlebotomising", "+(24-28)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 36, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 140, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Hemorrhaging", "+(29-33)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 64, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 70, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Exsanguinating", "+(34-38)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 78, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "default", }, weightVal = { 35, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["IncreasedLifeEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Guatelitzi's", "+(70-79) to maximum Life", "2% increased maximum Life", statOrder = { 1429, 1431 }, level = 50, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedLifeEnhancedLevel50BodyMod"] = { type = "Prefix", affix = "Guatelitzi's", "+(110-119) to maximum Life", "(8-10)% increased maximum Life", statOrder = { 1429, 1431 }, level = 50, group = "IncreasedLifeAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedManaEnhancedLevel50ModPercent"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(7-10)% increased maximum Mana", statOrder = { 1439, 1440 }, level = 50, group = "IncreasedManaAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedLevel50ModOnHit"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Gain (2-3) Mana per Enemy Hit with Attacks", statOrder = { 1439, 1603 }, level = 50, group = "IncreasedManaAndOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "attack" }, }, + ["IncreasedManaEnhancedLevel50ModRegen"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Regenerate (5-7) Mana per second", statOrder = { 1439, 1442 }, level = 50, group = "IncreasedManaAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedLevel50ModReservation_"] = { type = "Prefix", affix = "Xopec's", "+(69-73) to maximum Mana", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 1439, 2085 }, level = 50, group = "IncreasedManaAndReservation", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedLevel50ModCost"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "-(8-6) to Total Mana Cost of Skills", statOrder = { 1439, 1750 }, level = 50, group = "IncreasedManaAndCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedLevel50ModCostNew"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Non-Channelling Skills have -(8-6) to Total Mana Cost", statOrder = { 1439, 9310 }, level = 50, group = "IncreasedManaAndCostNew", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldEnhancedLevel50ModES_"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "3% increased maximum Energy Shield", statOrder = { 1418, 1421 }, level = 50, group = "EnergyShieldAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedEnergyShieldEnhancedLevel50ModRegen"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Regenerate 0.4% of Energy Shield per second", statOrder = { 1418, 2495 }, level = 50, group = "EnergyShieldAndRegen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["AddedFireDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (11-13) Fire Damage to Attacks", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1224, 1812 }, level = 50, group = "FireDamagePhysConvertedToFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire", "attack" }, }, + ["AddedColdDamageEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Topotante's", "Adds (5-7) to (10-12) Cold Damage to Attacks", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1233, 1814 }, level = 50, group = "ColdDamagePhysConvertedToCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (1-2) to (22-23) Lightning Damage to Attacks", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1244, 1816 }, level = 50, group = "LightningDamagePhysConvertedToLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["LocalIncreasedPhysicalDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(155-169)% increased Physical Damage", "Gain (3-5)% of Physical Damage as Extra Chaos Damage", statOrder = { 1098, 1792 }, level = 50, group = "LocalPhysicalDamagePercentAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, + ["LocalAddedFireDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (45-61) to (91-106) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 50, group = "LocalFireDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (79-106) to (159-186) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 50, group = "LocalFireDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (37-50) to (74-87) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 50, group = "LocalColdDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (65-87) to (130-152) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 50, group = "LocalColdDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "Adds (4-13) to (158-166) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 50, group = "LocalLightningDamageAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageEnhancedLevel50TwoHandMod"] = { type = "Prefix", affix = "Topotante's", "Adds (7-22) to (275-290) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 50, group = "LocalLightningDamageTwoHandAndPen", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["MovementVelocityEnhancedLevel50ModSpeed"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "5% increased Movement Speed if you haven't been Hit Recently", statOrder = { 1657, 3084 }, level = 50, group = "MovementVelocitySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MovementVelocityEnhancedLevel50ModDodge"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid Bleeding", statOrder = { 1657, 4046 }, level = 50, group = "MovementVelocityDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MovementVelocityEnhancedLevel50ModSpellDodge__"] = { type = "Prefix", affix = "Matatl's", "30% increased Movement Speed", "(10-15)% chance to Avoid being Poisoned", statOrder = { 1657, 1708 }, level = 50, group = "MovementVelocitySpellDodge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["SpellDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(70-74)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 50, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "(105-110)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 50, group = "WeaponSpellDamageAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["TrapDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Trap Damage", statOrder = { 1061 }, level = 50, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["TrapDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Trap Damage", statOrder = { 1061 }, level = 50, group = "TrapDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["MineDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(90-95)% increased Mine Damage", statOrder = { 1063 }, level = 50, group = "MineDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["MineDamageOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Matatl's", "(133-138)% increased Mine Damage", statOrder = { 1063 }, level = 50, group = "MineDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["TrapThrowSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 50, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(30-33)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 50, group = "TrapThrowSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MineThrowSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(20-22)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 50, group = "MineLayingSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MineThrowSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(30-33)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 50, group = "MineLayingSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapCooldownRecoveryAndDurationEnhancedLevel50Mod__"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Trap Duration", "(14-15)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 1780, 3298 }, level = 50, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["TrapCooldownRecoveryAndDurationTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(26-30)% increased Trap Duration", "(21-22)% increased Cooldown Recovery Rate for throwing Traps", statOrder = { 1780, 3298 }, level = 50, group = "TrapCooldownRecoveryAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["MineDetonationSpeedAndDurationEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "(17-20)% increased Mine Duration", "Mines have (14-15)% increased Detonation Speed", statOrder = { 1781, 8553 }, level = 50, group = "MineDetonationSpeedAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["MineDetonationSpeedAndDurationTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "(26-30)% increased Mine Duration", "Mines have (21-22)% increased Detonation Speed", statOrder = { 1781, 8553 }, level = 50, group = "MineDetonationSpeedAndDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapAreaOfEffectEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (22-25)% increased Area of Effect", statOrder = { 3316 }, level = 50, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["TrapAreaOfEffectTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Traps have (33-37)% increased Area of Effect", statOrder = { 3316 }, level = 50, group = "TrapAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["MineAreaOfEffectEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Matatl", "Skills used by Mines have (22-25)% increased Area of Effect", statOrder = { 8550 }, level = 50, group = "MineAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["MineAreaOfEffectTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Matatl", "Skills used by Mines have (33-37)% increased Area of Effect", statOrder = { 8550 }, level = 50, group = "MineAreaOfEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["LocalIncreaseSocketedTrapGemLevelEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Matatl's", "+2 to Level of Socketed Trap or Mine Gems", statOrder = { 166 }, level = 50, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "gem" }, }, + ["MinionDamageOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (90-95)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (133-138)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeaponEnhancedLevel50ModNew"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (50-66)% increased Damage", "Minions have 5% chance to deal Double Damage", statOrder = { 1830, 8608 }, level = 50, group = "MinionDamageOnWeaponDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEnhancedLevel50ModNew"] = { type = "Prefix", affix = "Citaqualotl's", "Minions deal (85-94)% increased Damage", "Minions have 5% chance to deal Double Damage", statOrder = { 1830, 8608 }, level = 50, group = "MinionDamageOnWeaponDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionAttackAndCastSpeedEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (25-28)% increased Attack Speed", "Minions have (25-28)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 50, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeedTwoHandEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "Minions have (36-40)% increased Attack Speed", "Minions have (36-40)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 50, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionDurationEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "(17-20)% increased Minion Duration", statOrder = { 4739 }, level = 50, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["MinionDurationTwoHandedEnhancedLevel50Mod_"] = { type = "Suffix", affix = "of Citaqualotl", "(27-30)% increased Minion Duration", statOrder = { 4739 }, level = 50, group = "MinionDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion" }, }, + ["LocalIncreaseSocketedMinionGemLevelEnhancedLevel50Mod"] = { type = "Prefix", affix = "Citaqualotl's", "+2 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 50, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "minion", "gem" }, }, + ["FireDamagePrefixOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Fire Damage", "Adds (15-20) to (30-35) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 50, group = "FireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["FireDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod__"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Fire Damage", "Adds (20-27) to (41-48) Fire Damage to Spells", statOrder = { 1221, 1267 }, level = 50, group = "TwoHandFireDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["ColdDamagePrefixOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Cold Damage", "Adds (12-16) to (25-29) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 50, group = "ColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["ColdDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Cold Damage", "Adds (19-25) to (37-44) Cold Damage to Spells", statOrder = { 1230, 1268 }, level = 50, group = "TwoHandColdDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["LightningDamagePrefixOnWeaponEnhancedLevel50Mod_"] = { type = "Prefix", affix = "Topotante's", "(75-79)% increased Lightning Damage", "Adds (1-4) to (53-56) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 50, group = "LightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["LightningDamagePrefixOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Topotante's", "(111-115)% increased Lightning Damage", "Adds (2-6) to (79-84) Lightning Damage to Spells", statOrder = { 1241, 1269 }, level = 50, group = "TwoHandLightningDamageWeaponPrefixAndFlat", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["IncreasedCastSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(29-32)% increased Cast Speed", statOrder = { 1270, 1308 }, level = 50, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, + ["IncreasedCastSpeedTwoHandEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (24-32) to (49-57) Chaos Damage to Spells", "(44-49)% increased Cast Speed", statOrder = { 1270, 1308 }, level = 50, group = "IncreasedCastSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster", "speed" }, }, + ["LocalIncreasedAttackSpeedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(26-27)% increased Attack Speed", statOrder = { 1253, 1276 }, level = 50, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, + ["LocalIncreasedAttackSpeedRangedEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(14-16)% increased Attack Speed", statOrder = { 1253, 1276 }, level = 50, group = "LocalIncreasedAttackSpeedAddedChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack", "speed" }, }, + ["LifeRegenerationEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Guatelitzi", "Regenerate (32-40) Life per second", "Regenerate 0.4% of Life per second", statOrder = { 1434, 1801 }, level = 50, group = "LifeRegenerationAndPercent", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["FireResistEnhancedLevel50ModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(3-5)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 1485, 2298 }, level = 50, group = "FireResistancePhysTakenAsFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedLevel50ModPhys_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(3-5)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 1491, 2299 }, level = 50, group = "ColdResistancePhysTakenAsCold", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedLevel50ModPhys"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(3-5)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 1496, 2300 }, level = 50, group = "LightningResistancePhysTakenAsLightning", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical", "elemental", "lightning", "resistance" }, }, + ["FireResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched as Life", statOrder = { 1485, 1529 }, level = 50, group = "FireResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched as Life", statOrder = { 1491, 1534 }, level = 50, group = "ColdResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedLevel50ModLeech"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched as Life", statOrder = { 1496, 1538 }, level = 50, group = "LightningResistanceLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, + ["FireResistEnhancedLevel50ModAilments_"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "(45-52) to (75-78) added Fire Damage against Burning Enemies", statOrder = { 1485, 9548 }, level = 50, group = "FireResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedLevel50ModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "(30-50)% increased Damage with Hits against Chilled Enemies", statOrder = { 1491, 5643 }, level = 50, group = "ColdResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedLevel50ModAilments"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "(40-60)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 1496, 5491 }, level = 50, group = "LightningResistanceAilments", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance", "critical" }, }, + ["ChaosResistEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "+(31-35)% to Chaos Resistance", "(5-7)% reduced Chaos Damage taken over time", statOrder = { 1500, 1805 }, level = 50, group = "ChaosResistanceDamageOverTime", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["PoisonDurationEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "(13-18)% increased Poison Duration", statOrder = { 1249, 3009 }, level = 50, group = "PoisonDurationChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ChanceToPoisonEnhancedLevel50Mod"] = { type = "Suffix", affix = "of Tacati", "(26-30)% increased Chaos Damage", "30% chance to Poison on Hit", statOrder = { 1249, 7433 }, level = 50, group = "LocalChanceToPoisonOnHitChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamageEnhancedLevel50AttacksMod_"] = { type = "Suffix", affix = "of Tacati", "Adds (23-36) to (49-61) Chaos Damage", "(31-35)% increased Damage with Poison", statOrder = { 1253, 3020 }, level = 50, group = "PoisonDamageAddedChaosToAttacks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["PoisonDamageEnhancedLevel50SpellsMod"] = { type = "Suffix", affix = "of Tacati", "Adds (17-24) to (36-40) Chaos Damage to Spells", "(31-35)% increased Damage with Poison", statOrder = { 1270, 3020 }, level = 50, group = "PoisonDamageAddedChaosToSpells", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "ailment" }, }, + ["SynthesisImplicitLife1"] = { type = "Synthesis", affix = "", "+(8-10) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLife2"] = { type = "Synthesis", affix = "", "+(11-14) to maximum Life", statOrder = { 1429 }, level = 15, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLife3"] = { type = "Synthesis", affix = "", "+(15-19) to maximum Life", statOrder = { 1429 }, level = 24, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLife4_"] = { type = "Synthesis", affix = "", "+(20-24) to maximum Life", statOrder = { 1429 }, level = 36, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLife5"] = { type = "Synthesis", affix = "", "+(25-30) to maximum Life", statOrder = { 1429 }, level = 48, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeJewel1"] = { type = "Synthesis", affix = "", "+(3-4) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeJewel2"] = { type = "Synthesis", affix = "", "+(5-6) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLife1_"] = { type = "Synthesis", affix = "", "4% increased maximum Life", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLife2"] = { type = "Synthesis", affix = "", "(5-6)% increased maximum Life", statOrder = { 1431 }, level = 15, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLife3"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Life", statOrder = { 1431 }, level = 24, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeTrinket1__"] = { type = "Synthesis", affix = "", "4% increased maximum Life", statOrder = { 1431 }, level = 1, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeTrinket2"] = { type = "Synthesis", affix = "", "(5-6)% increased maximum Life", statOrder = { 1431 }, level = 15, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeTrinket3"] = { type = "Synthesis", affix = "", "(7-8)% increased maximum Life", statOrder = { 1431 }, level = 24, group = "MaximumLifeIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeRegen1_"] = { type = "Synthesis", affix = "", "Regenerate (5-7) Life per second", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitLifeRegen2_"] = { type = "Synthesis", affix = "", "Regenerate (7-11.7) Life per second", statOrder = { 1434 }, level = 15, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitLifeRegen3"] = { type = "Synthesis", affix = "", "Regenerate (11.7-18.3) Life per second", statOrder = { 1434 }, level = 24, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitLifeRegen4"] = { type = "Synthesis", affix = "", "Regenerate (18.4-26.7) Life per second", statOrder = { 1434 }, level = 36, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitLifeRegen5_"] = { type = "Synthesis", affix = "", "Regenerate (26.7-40) Life per second", statOrder = { 1434 }, level = 48, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitHighLifeRegen1"] = { type = "Synthesis", affix = "", "Regenerate (80-100) Life per second", statOrder = { 1434 }, level = 56, group = "LifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["SynthesisImplicitPercentLifeRegen1"] = { type = "Synthesis", affix = "", "Regenerate (0.6-0.7)% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeRegen2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-0.93)% of Life per second", statOrder = { 1801 }, level = 15, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeRegen3"] = { type = "Synthesis", affix = "", "Regenerate 1% of Life per second", statOrder = { 1801 }, level = 24, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeRegenJewel1"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeLeech1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLifeLeech2_"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 15, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLifeLeech3"] = { type = "Synthesis", affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 24, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLifeLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLocalLifeLeech1"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 1, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLocalLifeLeech2"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 15, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLocalLifeLeech3__"] = { type = "Synthesis", affix = "", "0.4% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 24, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLifeLeechOneHanded1"] = { type = "Synthesis", affix = "", "1.5% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 36, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitLifeLeechTwoHanded1"] = { type = "Synthesis", affix = "", "3% of Physical Attack Damage Leeched as Life", statOrder = { 1510 }, level = 36, group = "LifeLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical", "attack" }, }, + ["SynthesisImplicitAttackLifeLeech1_"] = { type = "Synthesis", affix = "", "0.4% of Attack Damage Leeched as Life", statOrder = { 1523 }, level = 36, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitAttackLifeLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Attack Damage Leeched as Life", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitMaximumLifeLeechRate1"] = { type = "Synthesis", affix = "", "10% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 56, group = "MaximumLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitIncreasedLifeLeechRate1_"] = { type = "Synthesis", affix = "", "(8-10)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 1, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitIncreasedLifeLeechRate2_"] = { type = "Synthesis", affix = "", "(11-13)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 15, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitIncreasedLifeLeechRate3"] = { type = "Synthesis", affix = "", "(14-16)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 24, group = "IncreasedLifeLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeOnKill1_"] = { type = "Synthesis", affix = "", "Gain (6-8) Life per Enemy Killed", statOrder = { 1607 }, level = 1, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeOnKill2"] = { type = "Synthesis", affix = "", "Gain (9-11) Life per Enemy Killed", statOrder = { 1607 }, level = 15, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeOnKill3"] = { type = "Synthesis", affix = "", "Gain (12-15) Life per Enemy Killed", statOrder = { 1607 }, level = 24, group = "LifeGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitPercentLifeOnKill1_"] = { type = "Synthesis", affix = "", "Recover (1-2)% of Life on Kill", statOrder = { 1608 }, level = 55, group = "MaximumLifeOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitLifeOnHit1"] = { type = "Synthesis", affix = "", "Gain (4-5) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLifeOnHit2_"] = { type = "Synthesis", affix = "", "Gain (6-8) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 15, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLifeOnHit3"] = { type = "Synthesis", affix = "", "Gain (9-15) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 24, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLifeOnHitJewel1"] = { type = "Synthesis", affix = "", "Gain (1-2) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLocalLifeOnHit1_"] = { type = "Synthesis", affix = "", "Grants (4-5) Life per Enemy Hit", statOrder = { 1597 }, level = 1, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLocalLifeOnHit2_"] = { type = "Synthesis", affix = "", "Grants (6-8) Life per Enemy Hit", statOrder = { 1597 }, level = 15, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLocalLifeOnHit3"] = { type = "Synthesis", affix = "", "Grants (9-15) Life per Enemy Hit", statOrder = { 1597 }, level = 24, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLifeOnHitOneHanded1"] = { type = "Synthesis", affix = "", "Grants (25-30) Life per Enemy Hit", statOrder = { 1597 }, level = 36, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitLifeOnHitTwoHanded1_"] = { type = "Synthesis", affix = "", "Grants (45-50) Life per Enemy Hit", statOrder = { 1597 }, level = 36, group = "LifeGainPerTargetLocal", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "attack" }, }, + ["SynthesisImplicitGlobalFlaskLifeRecovery1_"] = { type = "Synthesis", affix = "", "(7-10)% increased Life Recovery from Flasks", statOrder = { 1913 }, level = 56, group = "GlobalFlaskLifeRecovery", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["SynthesisImplicitLifeRecoveryRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased Life Recovery rate", statOrder = { 1438 }, level = 60, group = "LifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitMana1"] = { type = "Synthesis", affix = "", "+(8-10) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitMana2"] = { type = "Synthesis", affix = "", "+(11-14) to maximum Mana", statOrder = { 1439 }, level = 15, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitMana3_"] = { type = "Synthesis", affix = "", "+(15-19) to maximum Mana", statOrder = { 1439 }, level = 24, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitMana4"] = { type = "Synthesis", affix = "", "+(20-24) to maximum Mana", statOrder = { 1439 }, level = 36, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitMana5"] = { type = "Synthesis", affix = "", "+(25-30) to maximum Mana", statOrder = { 1439 }, level = 48, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaJewel1_"] = { type = "Synthesis", affix = "", "+(2-3) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitPercentMana1_"] = { type = "Synthesis", affix = "", "6% increased maximum Mana", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitPercentMana2"] = { type = "Synthesis", affix = "", "(7-8)% increased maximum Mana", statOrder = { 1440 }, level = 15, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitPercentMana3"] = { type = "Synthesis", affix = "", "(9-10)% increased maximum Mana", statOrder = { 1440 }, level = 24, group = "MaximumManaIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegeneration1"] = { type = "Synthesis", affix = "", "(16-18)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegeneration2"] = { type = "Synthesis", affix = "", "(19-21)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 15, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegeneration3_"] = { type = "Synthesis", affix = "", "(22-24)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 24, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegeneration4_"] = { type = "Synthesis", affix = "", "(25-27)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 36, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegeneration5"] = { type = "Synthesis", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 48, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRegenerationJewel1"] = { type = "Synthesis", affix = "", "(5-7)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegen1__"] = { type = "Synthesis", affix = "", "Regenerate (2-2.5) Mana per second", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegen2"] = { type = "Synthesis", affix = "", "Regenerate (2.5-3) Mana per second", statOrder = { 1442 }, level = 15, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegen3_____"] = { type = "Synthesis", affix = "", "Regenerate (3-4) Mana per second", statOrder = { 1442 }, level = 24, group = "AddedManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithStaffJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per second while wielding a Staff", statOrder = { 7612 }, level = 1, group = "AddedManaRegenWithStaff", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per Second while Dual Wielding", statOrder = { 7609 }, level = 1, group = "AddedManaRegenWithDualWield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithShieldJewel1"] = { type = "Synthesis", affix = "", "Regenerate (0.5-0.7) Mana per Second while holding a Shield", statOrder = { 7610 }, level = 1, group = "AddedManaRegenWithShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithStaffJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per second while wielding a Staff", statOrder = { 7612 }, level = 1, group = "AddedManaRegenWithStaff", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per Second while Dual Wielding", statOrder = { 7609 }, level = 1, group = "AddedManaRegenWithDualWield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAddedManaRegenWithShieldJewel2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-1) Mana per Second while holding a Shield", statOrder = { 7610 }, level = 1, group = "AddedManaRegenWithShield", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitBaseManaRegeneration1"] = { type = "Synthesis", affix = "", "Regenerate 0.5% of Mana per second", statOrder = { 1441 }, level = 56, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitBaseManaRegenerationOneHand1"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Mana per second", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitBaseManaRegenerationOneHand2_"] = { type = "Synthesis", affix = "", "Regenerate 0.3% of Mana per second", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitBaseManaRegenerationTwoHand1"] = { type = "Synthesis", affix = "", "Regenerate 0.4% of Mana per second", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitBaseManaRegenerationTwoHand2"] = { type = "Synthesis", affix = "", "Regenerate 0.6% of Mana per second", statOrder = { 1441 }, level = 36, group = "BaseManaRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaLeech1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitManaLeech2"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 15, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitManaLeech3"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 24, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitManaLeechJewel1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitLocalManaLeech1"] = { type = "Synthesis", affix = "", "0.1% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 1, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitLocalManaLeech2"] = { type = "Synthesis", affix = "", "0.2% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 15, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitLocalManaLeech3"] = { type = "Synthesis", affix = "", "0.3% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 24, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitManaLeechOneHanded1"] = { type = "Synthesis", affix = "", "0.5% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 36, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitManaLeechTwoHanded1"] = { type = "Synthesis", affix = "", "1% of Physical Attack Damage Leeched as Mana", statOrder = { 1560 }, level = 36, group = "ManaLeechLocalPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SynthesisImplicitAttackManaLeech1"] = { type = "Synthesis", affix = "", "0.4% of Attack Damage Leeched as Mana", statOrder = { 1564 }, level = 36, group = "AttackDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["SynthesisImplicitMaximumManaLeechRate1_"] = { type = "Synthesis", affix = "", "10% increased Maximum total Mana Recovery per second from Leech", statOrder = { 1592 }, level = 56, group = "MaximumManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitIncreasedManaLeechRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased total Recovery per second from Mana Leech", statOrder = { 2012 }, level = 36, group = "IncreasedManaLeechRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaOnKill1_"] = { type = "Synthesis", affix = "", "Gain 3 Mana per Enemy Killed", statOrder = { 1622 }, level = 1, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaOnKill2___"] = { type = "Synthesis", affix = "", "Gain 4 Mana per Enemy Killed", statOrder = { 1622 }, level = 15, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaOnKill3"] = { type = "Synthesis", affix = "", "Gain 5 Mana per Enemy Killed", statOrder = { 1622 }, level = 24, group = "ManaGainedFromEnemyDeath", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaOnHit1__"] = { type = "Synthesis", affix = "", "Gain 2 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["SynthesisImplicitManaOnHit2"] = { type = "Synthesis", affix = "", "Gain 3 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 15, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["SynthesisImplicitManaOnHit3"] = { type = "Synthesis", affix = "", "Gain 4 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 24, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["SynthesisImplicitManaOnHitJewel1_"] = { type = "Synthesis", affix = "", "Gain 1 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "attack" }, }, + ["SynthesisImplicitPercentManaOnKill1"] = { type = "Synthesis", affix = "", "Recover (1-2)% of Mana on Kill", statOrder = { 1610 }, level = 56, group = "MaximumManaOnKillPercent", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaRecoveryRate1_"] = { type = "Synthesis", affix = "", "(10-15)% increased Mana Recovery rate", statOrder = { 1446 }, level = 60, group = "ManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitTotalManaCost1_"] = { type = "Synthesis", affix = "", "-1 to Total Mana Cost of Skills", statOrder = { 1750 }, level = 1, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitTotalManaCost2_"] = { type = "Synthesis", affix = "", "-2 to Total Mana Cost of Skills", statOrder = { 1750 }, level = 15, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitTotalManaCost3"] = { type = "Synthesis", affix = "", "-3 to Total Mana Cost of Skills", statOrder = { 1750 }, level = 24, group = "IncreaseManaCostFlat", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitReducedManaCost1_"] = { type = "Synthesis", affix = "", "2% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitReducedManaCost2"] = { type = "Synthesis", affix = "", "3% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 15, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitReducedManaCost3"] = { type = "Synthesis", affix = "", "(4-5)% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 24, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitReducedManaCostJewel1_"] = { type = "Synthesis", affix = "", "2% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitAttackDamagePerMana1"] = { type = "Synthesis", affix = "", "(6-8)% increased Attack Damage per 500 Maximum Mana", statOrder = { 4571 }, level = 36, group = "AttackDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitAttackDamagePerMana2"] = { type = "Synthesis", affix = "", "(12-14)% increased Attack Damage per 500 Maximum Mana", statOrder = { 4571 }, level = 48, group = "AttackDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitSpellDamagePerMana1"] = { type = "Synthesis", affix = "", "(6-8)% increased Spell Damage per 500 Maximum Mana", statOrder = { 9382 }, level = 36, group = "SpellDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamagePerMana2___"] = { type = "Synthesis", affix = "", "(12-14)% increased Spell Damage per 500 Maximum Mana", statOrder = { 9382 }, level = 48, group = "SpellDamagePerMana", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitPhysicalDamageTakenFromMana1"] = { type = "Synthesis", affix = "", "(2-3)% of Physical Damage is taken from Mana before Life", statOrder = { 3999 }, level = 36, group = "PhysicalDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "physical" }, }, + ["SynthesisImplicitPhysicalDamageTakenFromMana2_"] = { type = "Synthesis", affix = "", "(4-5)% of Physical Damage is taken from Mana before Life", statOrder = { 3999 }, level = 48, group = "PhysicalDamageRemovedFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana", "physical" }, }, + ["SynthesisImplicitFireResist1"] = { type = "Synthesis", affix = "", "+8% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResist2"] = { type = "Synthesis", affix = "", "+(9-10)% to Fire Resistance", statOrder = { 1485 }, level = 15, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Fire Resistance", statOrder = { 1485 }, level = 24, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Fire Resistance", statOrder = { 1485 }, level = 36, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Fire Resistance", statOrder = { 1485 }, level = 48, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitFireResistJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitMaxFireResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 60, group = "MaximumFireResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitMaxFireResist2"] = { type = "Synthesis", affix = "", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 65, group = "MaximumFireResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "resistance" }, }, + ["SynthesisImplicitPhysicalTakenAsFire1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 56, group = "PhysicalDamageTakenAsFirePercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["SynthesisImplicitFlatFireDamageTaken1"] = { type = "Synthesis", affix = "", "-(15-10) Fire Damage taken from Hits", statOrder = { 2090 }, level = 1, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["SynthesisImplicitFlatFireDamageTaken2"] = { type = "Synthesis", affix = "", "-(40-16) Fire Damage taken from Hits", statOrder = { 2090 }, level = 15, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["SynthesisImplicitFlatFireDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Fire Damage taken from Hits", statOrder = { 2090 }, level = 24, group = "FlatFireDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["SynthesisImplicitImmuneToIgnite1"] = { type = "Synthesis", affix = "", "Cannot be Ignited", statOrder = { 1698 }, level = 56, group = "CannotBeIgnited", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitColdResist1"] = { type = "Synthesis", affix = "", "+8% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResist2_"] = { type = "Synthesis", affix = "", "+(9-10)% to Cold Resistance", statOrder = { 1491 }, level = 15, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Cold Resistance", statOrder = { 1491 }, level = 24, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Cold Resistance", statOrder = { 1491 }, level = 36, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Cold Resistance", statOrder = { 1491 }, level = 48, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitColdResistJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitMaxColdResist1_"] = { type = "Synthesis", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 60, group = "MaximumColdResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitMaxColdResist2"] = { type = "Synthesis", affix = "", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 65, group = "MaximumColdResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "resistance" }, }, + ["SynthesisImplicitPhysicalTakenAsCold1__"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 56, group = "PhysicalDamageTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["SynthesisImplicitFlatColdDamageTaken1_"] = { type = "Synthesis", affix = "", "-(15-10) Cold Damage taken from Hits", statOrder = { 5403 }, level = 1, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["SynthesisImplicitFlatColdDamageTaken2"] = { type = "Synthesis", affix = "", "-(40-16) Cold Damage taken from Hits", statOrder = { 5403 }, level = 15, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["SynthesisImplicitFlatColdDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Cold Damage taken from Hits", statOrder = { 5403 }, level = 24, group = "FlatColdDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["SynthesisImplicitImmuneToFreeze1"] = { type = "Synthesis", affix = "", "Cannot be Frozen", statOrder = { 1697 }, level = 56, group = "CannotBeFrozen", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitLightningResist1"] = { type = "Synthesis", affix = "", "+8% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResist2"] = { type = "Synthesis", affix = "", "+(9-10)% to Lightning Resistance", statOrder = { 1496 }, level = 15, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResist3"] = { type = "Synthesis", affix = "", "+(11-12)% to Lightning Resistance", statOrder = { 1496 }, level = 24, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResist4"] = { type = "Synthesis", affix = "", "+(13-14)% to Lightning Resistance", statOrder = { 1496 }, level = 36, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResist5"] = { type = "Synthesis", affix = "", "+(15-16)% to Lightning Resistance", statOrder = { 1496 }, level = 48, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitLightningResistJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitMaxLightningResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 60, group = "MaximumLightningResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitMaxLightningResist2____"] = { type = "Synthesis", affix = "", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 65, group = "MaximumLightningResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "resistance" }, }, + ["SynthesisImplicitPhysicalTakenAsLightning1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 56, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["SynthesisImplicitFlatLightningDamageTaken1"] = { type = "Synthesis", affix = "", "-(15-10) Lightning Damage taken from Hits", statOrder = { 6906 }, level = 1, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["SynthesisImplicitFlatLightningDamageTaken2_"] = { type = "Synthesis", affix = "", "-(40-16) Lightning Damage taken from Hits", statOrder = { 6906 }, level = 15, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["SynthesisImplicitFlatLightningDamageTaken3"] = { type = "Synthesis", affix = "", "-(80-40) Lightning Damage taken from Hits", statOrder = { 6906 }, level = 24, group = "FlatLightningDamageTaken", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["SynthesisImplicitImmuneToShock1"] = { type = "Synthesis", affix = "", "Cannot be Shocked", statOrder = { 1700 }, level = 56, group = "CannotBeShocked", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitChaosResist1_"] = { type = "Synthesis", affix = "", "+(5-6)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitChaosResist2"] = { type = "Synthesis", affix = "", "+(7-8)% to Chaos Resistance", statOrder = { 1500 }, level = 15, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitChaosResist3"] = { type = "Synthesis", affix = "", "+(9-10)% to Chaos Resistance", statOrder = { 1500 }, level = 24, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitChaosResistJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitMaxChaosResist1"] = { type = "Synthesis", affix = "", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 60, group = "MaximumChaosResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitMaxChaosResist2"] = { type = "Synthesis", affix = "", "+2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 65, group = "MaximumChaosResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["SynthesisImplicitPhysicalTakenAsChaos1"] = { type = "Synthesis", affix = "", "(5-8)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 56, group = "PhysicalDamageTakenAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical", "chaos" }, }, + ["SynthesisImplicitFlatChaosDamageTaken1"] = { type = "Synthesis", affix = "", "-(17-13) Chaos Damage taken", statOrder = { 2686 }, level = 15, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["SynthesisImplicitFlatChaosDamageTaken2"] = { type = "Synthesis", affix = "", "-(31-18) Chaos Damage taken", statOrder = { 2686 }, level = 24, group = "ChaosDamageTaken", weightKey = { }, weightVal = { }, modTags = { "chaos" }, }, + ["SynthesisImplicitImmuneToPoison1"] = { type = "Synthesis", affix = "", "Cannot be Poisoned", statOrder = { 3209 }, level = 56, group = "CannotBePoisoned", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitAllResist1__"] = { type = "Synthesis", affix = "", "+(3-4)% to all Elemental Resistances", statOrder = { 1479 }, level = 15, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitAllResist2_"] = { type = "Synthesis", affix = "", "+(5-6)% to all Elemental Resistances", statOrder = { 1479 }, level = 24, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitAllResist3"] = { type = "Synthesis", affix = "", "+(7-8)% to all Elemental Resistances", statOrder = { 1479 }, level = 36, group = "AllResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitMaximumResistance1"] = { type = "Synthesis", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 65, group = "MaximumElementalResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["SynthesisImplicitMaximumResistance2_"] = { type = "Synthesis", affix = "", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 65, group = "MaximumElementalResistanceImplicit", weightKey = { }, weightVal = { }, modTags = { "resistance" }, }, + ["SynthesisImplicitLocalIncreaseSocketedGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 60, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitLocalCrit1"] = { type = "Synthesis", affix = "", "(5-6)% increased Critical Strike Chance", statOrder = { 1326 }, level = 1, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitLocalCrit2"] = { type = "Synthesis", affix = "", "(7-8)% increased Critical Strike Chance", statOrder = { 1326 }, level = 15, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitLocalCrit3"] = { type = "Synthesis", affix = "", "(9-10)% increased Critical Strike Chance", statOrder = { 1326 }, level = 24, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitLocalCrit4_"] = { type = "Synthesis", affix = "", "(11-12)% increased Critical Strike Chance", statOrder = { 1326 }, level = 36, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitLocalCrit5"] = { type = "Synthesis", affix = "", "(13-15)% increased Critical Strike Chance", statOrder = { 1326 }, level = 48, group = "LocalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitGlobalCrit1"] = { type = "Synthesis", affix = "", "(14-15)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCrit2"] = { type = "Synthesis", affix = "", "(16-17)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 15, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCrit3"] = { type = "Synthesis", affix = "", "(18-20)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 24, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCrit4"] = { type = "Synthesis", affix = "", "(21-23)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 36, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCrit5"] = { type = "Synthesis", affix = "", "(24-26)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 48, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritQuiver1"] = { type = "Synthesis", affix = "", "(26-28)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritQuiver2"] = { type = "Synthesis", affix = "", "(29-31)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 15, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritQuiver3"] = { type = "Synthesis", affix = "", "(32-34)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 24, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritQuiver4"] = { type = "Synthesis", affix = "", "(35-37)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 36, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritQuiver5"] = { type = "Synthesis", affix = "", "(38-40)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 48, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritJewel1_"] = { type = "Synthesis", affix = "", "2% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitGlobalCritJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitMinorCriticalMultiplier1"] = { type = "Synthesis", affix = "", "+12% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitMinorCriticalMultiplier2"] = { type = "Synthesis", affix = "", "+(13-14)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 15, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitMinorCriticalMultiplier3_"] = { type = "Synthesis", affix = "", "+(15-16)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitMinorCriticalMultiplier4_"] = { type = "Synthesis", affix = "", "+(17-18)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 36, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitMinorCriticalMultiplier5"] = { type = "Synthesis", affix = "", "+(19-20)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 48, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitSpellCriticalStrikeChance1"] = { type = "Synthesis", affix = "", "(29-31)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 1, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalStrikeChance2"] = { type = "Synthesis", affix = "", "(32-34)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 15, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalStrikeChance3_"] = { type = "Synthesis", affix = "", "(35-37)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 24, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalStrikeChance4"] = { type = "Synthesis", affix = "", "(38-41)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 36, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalStrikeChance5_"] = { type = "Synthesis", affix = "", "(42-45)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 48, group = "SpellCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitCriticalMultiplier1"] = { type = "Synthesis", affix = "", "+(15-17)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplier2"] = { type = "Synthesis", affix = "", "+(18-20)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 15, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplier3"] = { type = "Synthesis", affix = "", "+(21-23)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplier4"] = { type = "Synthesis", affix = "", "+(24-26)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 36, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplier5"] = { type = "Synthesis", affix = "", "+(27-30)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 48, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+2% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(3-4)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitAdditionalCriticalStrikeChanceWithAttacks1_"] = { type = "Synthesis", affix = "", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrder = { 4518 }, level = 65, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { }, weightVal = { }, modTags = { "attack", "critical" }, }, + ["SynthesisImplicitAdditionalCriticalStrikeChanceWithSpells1"] = { type = "Synthesis", affix = "", "+(0.5-1)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 65, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitMaceCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Maces or Sceptres", statOrder = { 1355 }, level = 1, group = "MaceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitAxeCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Axes", statOrder = { 1356 }, level = 1, group = "AxeCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitSwordCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Swords", statOrder = { 1358 }, level = 1, group = "SwordCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitBowCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 1, group = "BowCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitClawCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Claws", statOrder = { 1360 }, level = 1, group = "ClawCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitDaggerCriticalMultiplierJewel1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Daggers", statOrder = { 1354 }, level = 1, group = "DaggerCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitWandCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Wands", statOrder = { 1359 }, level = 1, group = "WandCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitStaffCriticalMultiplierJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier with Staves", statOrder = { 1361 }, level = 1, group = "StaffCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitMaceCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Maces or Sceptres", statOrder = { 1355 }, level = 1, group = "MaceCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitAxeCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Axes", statOrder = { 1356 }, level = 1, group = "AxeCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitSwordCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Swords", statOrder = { 1358 }, level = 1, group = "SwordCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitBowCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 1, group = "BowCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitClawCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Claws", statOrder = { 1360 }, level = 1, group = "ClawCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitDaggerCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Daggers", statOrder = { 1354 }, level = 1, group = "DaggerCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitWandCriticalMultiplierJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Wands", statOrder = { 1359 }, level = 1, group = "WandCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitStaffCriticalMultiplierJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier with Staves", statOrder = { 1361 }, level = 1, group = "StaffCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "attack", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithStaffJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while wielding a Staff", statOrder = { 5523 }, level = 1, group = "SpellCriticalChanceWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while Dual Wielding", statOrder = { 5521 }, level = 1, group = "SpellCriticalChanceWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithShieldJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Critical Strike Chance for Spells while holding a Shield", statOrder = { 5522 }, level = 1, group = "SpellCriticalChanceWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithStaffJewel2__"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while wielding a Staff", statOrder = { 5523 }, level = 1, group = "SpellCriticalChanceWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while Dual Wielding", statOrder = { 5521 }, level = 1, group = "SpellCriticalChanceWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalChanceWithShieldJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Critical Strike Chance for Spells while holding a Shield", statOrder = { 5522 }, level = 1, group = "SpellCriticalChanceWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithStaffJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while wielding a Staff", statOrder = { 5549 }, level = 1, group = "SpellCriticalMultiplierWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while Dual Wielding", statOrder = { 5547 }, level = 1, group = "SpellCriticalMultiplierWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithShieldJewel1"] = { type = "Synthesis", affix = "", "+(2-3)% to Critical Strike Multiplier for Spells while holding a Shield", statOrder = { 5548 }, level = 1, group = "SpellCriticalMultiplierWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithStaffJewel2_"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while wielding a Staff", statOrder = { 5549 }, level = 1, group = "SpellCriticalMultiplierWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while Dual Wielding", statOrder = { 5547 }, level = 1, group = "SpellCriticalMultiplierWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitSpellCriticalMultiplierWithShieldJewel2__"] = { type = "Synthesis", affix = "", "+(4-5)% to Critical Strike Multiplier for Spells while holding a Shield", statOrder = { 5548 }, level = 1, group = "SpellCriticalMultiplierWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["SynthesisImplicitAdditionalArrow1"] = { type = "Synthesis", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 65, group = "AdditionalArrows", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAdditionalArrowPierce1_"] = { type = "Synthesis", affix = "", "Arrows Pierce an additional Target", statOrder = { 1650 }, level = 56, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAdditionalArrowPierce2_"] = { type = "Synthesis", affix = "", "Arrows Pierce 2 additional Targets", statOrder = { 1650 }, level = 61, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAdditionalArrowPierce3"] = { type = "Synthesis", affix = "", "Arrows Pierce 3 additional Targets", statOrder = { 1650 }, level = 65, group = "ArrowAdditionalPierce", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAdditionalPierce1"] = { type = "Synthesis", affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 56, group = "AdditionalPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunDuration1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunDuration2"] = { type = "Synthesis", affix = "", "(18-25)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 15, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunDuration3_"] = { type = "Synthesis", affix = "", "(26-35)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 24, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitEnemyStunThreshold1"] = { type = "Synthesis", affix = "", "(5-6)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 1, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitEnemyStunThreshold2"] = { type = "Synthesis", affix = "", "(7-8)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 15, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitEnemyStunThreshold3"] = { type = "Synthesis", affix = "", "(9-10)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 24, group = "StunThresholdReduction", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecovery1"] = { type = "Synthesis", affix = "", "(10-12)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecovery2_"] = { type = "Synthesis", affix = "", "(13-15)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 15, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecovery3_"] = { type = "Synthesis", affix = "", "(16-18)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 24, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecovery4"] = { type = "Synthesis", affix = "", "(19-21)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 36, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecovery5"] = { type = "Synthesis", affix = "", "(22-25)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 48, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunRecoveryJewel1"] = { type = "Synthesis", affix = "", "(6-7)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 1, group = "StunRecovery", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunDurationJewel1___"] = { type = "Synthesis", affix = "", "(2-3)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitStunDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 1, group = "StunDurationIncreasePercent", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitGlobalKnockbackChanceJewel1"] = { type = "Synthesis", affix = "", "(2-3)% chance to Knock Enemies Back on hit", statOrder = { 1849 }, level = 1, group = "GlobalKnockbackChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidStun1"] = { type = "Synthesis", affix = "", "(10-11)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 15, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidStun2"] = { type = "Synthesis", affix = "", "(12-13)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 24, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidStun3"] = { type = "Synthesis", affix = "", "(14-15)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 36, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidStunJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidStunCastingJewel1_"] = { type = "Synthesis", affix = "", "(16-20)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAreaOfEffectOnStun1"] = { type = "Synthesis", affix = "", "(20-25)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 56, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitUnwaveringStance1"] = { type = "Synthesis", affix = "", "Unwavering Stance", statOrder = { 9968 }, level = 65, group = "UnwaveringStance", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitImmuneToBleed1____"] = { type = "Synthesis", affix = "", "Bleeding cannot be inflicted on you", statOrder = { 4045 }, level = 56, group = "BleedingImmunity", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitSelfAilmentDuration1"] = { type = "Synthesis", affix = "", "(15-20)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 15, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["SynthesisImplicitSelfAilmentDuration2"] = { type = "Synthesis", affix = "", "(21-35)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 24, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["SynthesisImplicitSelfAilmentDuration3"] = { type = "Synthesis", affix = "", "(36-50)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 36, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["SynthesisImplicitSelfAilmentDurationJewel1_"] = { type = "Synthesis", affix = "", "(5-7)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["SynthesisImplicitSelfAilmentDurationJewel2"] = { type = "Synthesis", affix = "", "(8-10)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "ailment" }, }, + ["SynthesisImplicitAilmentDamage1"] = { type = "Synthesis", affix = "", "8% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Damage with Ailments", statOrder = { 4697 }, level = 15, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Damage with Ailments", statOrder = { 4697 }, level = 24, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Damage with Ailments", statOrder = { 4697 }, level = 36, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Damage with Ailments", statOrder = { 4697 }, level = 48, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["SynthesisImplicitAilmentEffect1"] = { type = "Synthesis", affix = "", "6% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SynthesisImplicitAilmentEffect2_"] = { type = "Synthesis", affix = "", "7% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 15, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SynthesisImplicitAilmentEffect3"] = { type = "Synthesis", affix = "", "8% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 24, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SynthesisImplicitAilmentEffect4"] = { type = "Synthesis", affix = "", "9% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 36, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SynthesisImplicitAilmentEffect5"] = { type = "Synthesis", affix = "", "10% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 48, group = "IncreasedAilmentEffectOnEnemies", weightKey = { }, weightVal = { }, modTags = { "ailment" }, }, + ["SynthesisImplicitChanceToIgnite1"] = { type = "Synthesis", affix = "", "6% chance to Ignite", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgnite2"] = { type = "Synthesis", affix = "", "7% chance to Ignite", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgnite3"] = { type = "Synthesis", affix = "", "8% chance to Ignite", statOrder = { 1880 }, level = 24, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgniteTwoHand1_"] = { type = "Synthesis", affix = "", "(9-10)% chance to Ignite", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgniteTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Ignite", statOrder = { 1880 }, level = 15, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgniteTwoHand3_"] = { type = "Synthesis", affix = "", "(13-15)% chance to Ignite", statOrder = { 1880 }, level = 24, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgniteJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Ignite", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToIgniteJewel2"] = { type = "Synthesis", affix = "", "3% chance to Ignite", statOrder = { 1880 }, level = 1, group = "ChanceToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitIgniteDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Ignite Duration on Enemies", statOrder = { 1718 }, level = 36, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitIgniteDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Ignite Duration on Enemies", statOrder = { 1718 }, level = 48, group = "BurnDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitFasterIgnite1__"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (7-10)% faster", statOrder = { 2415 }, level = 56, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitFasterIgniteWeapon1_"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (15-20)% faster", statOrder = { 2415 }, level = 48, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitFasterIgniteWeapon2"] = { type = "Synthesis", affix = "", "Ignites you inflict deal Damage (30-35)% faster", statOrder = { 2415 }, level = 48, group = "FasterIgniteDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitAvoidIgnite1_"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 15, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitAvoidIgnite2"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 24, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitAvoidIgnite3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 36, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitAvoidIgniteJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitChanceToFreeze1"] = { type = "Synthesis", affix = "", "6% chance to Freeze", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreeze2"] = { type = "Synthesis", affix = "", "7% chance to Freeze", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreeze3"] = { type = "Synthesis", affix = "", "8% chance to Freeze", statOrder = { 1883 }, level = 24, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreezeTwoHand1"] = { type = "Synthesis", affix = "", "(9-10)% chance to Freeze", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreezeTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Freeze", statOrder = { 1883 }, level = 15, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreezeTwoHand3"] = { type = "Synthesis", affix = "", "(13-15)% chance to Freeze", statOrder = { 1883 }, level = 24, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreezeJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Freeze", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToFreezeJewel2"] = { type = "Synthesis", affix = "", "3% chance to Freeze", statOrder = { 1883 }, level = 1, group = "ChanceToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitFreezeDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Freeze Duration on Enemies", statOrder = { 1717 }, level = 36, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitFreezeDuration2"] = { type = "Synthesis", affix = "", "(12-15)% increased Freeze Duration on Enemies", statOrder = { 1717 }, level = 48, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidChill1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid being Chilled", statOrder = { 1703 }, level = 15, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidChill2_"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid being Chilled", statOrder = { 1703 }, level = 24, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidChill3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid being Chilled", statOrder = { 1703 }, level = 36, group = "AvoidChill", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidFreeze1_"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 15, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidFreeze2"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 24, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidFreeze3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 36, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitAvoidFreezeJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "AvoidFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChillDurationJewel1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Chill Duration on Enemies", statOrder = { 1715 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChillDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Chill Duration on Enemies", statOrder = { 1715 }, level = 1, group = "ChillAndFreezeDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChillEffect1"] = { type = "Synthesis", affix = "", "(7-10)% increased Effect of Cold Ailments", statOrder = { 5384 }, level = 36, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChillEffect2"] = { type = "Synthesis", affix = "", "(11-15)% increased Effect of Cold Ailments", statOrder = { 5384 }, level = 48, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChillEffectJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Effect of Cold Ailments", statOrder = { 5384 }, level = 1, group = "ChillEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitChanceToShock1"] = { type = "Synthesis", affix = "", "6% chance to Shock", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShock2"] = { type = "Synthesis", affix = "", "7% chance to Shock", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShock3"] = { type = "Synthesis", affix = "", "8% chance to Shock", statOrder = { 1887 }, level = 24, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShockTwoHand1"] = { type = "Synthesis", affix = "", "(9-10)% chance to Shock", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShockTwoHand2"] = { type = "Synthesis", affix = "", "(11-12)% chance to Shock", statOrder = { 1887 }, level = 15, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShockTwoHand3"] = { type = "Synthesis", affix = "", "(13-15)% chance to Shock", statOrder = { 1887 }, level = 24, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShockJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Shock", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitChanceToShockJewel2"] = { type = "Synthesis", affix = "", "3% chance to Shock", statOrder = { 1887 }, level = 1, group = "ChanceToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockDuration1"] = { type = "Synthesis", affix = "", "(8-10)% increased Shock Duration on Enemies", statOrder = { 1716 }, level = 36, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Shock Duration on Enemies", statOrder = { 1716 }, level = 48, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockDurationJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Shock Duration on Enemies", statOrder = { 1716 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockDurationJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Shock Duration on Enemies", statOrder = { 1716 }, level = 1, group = "ShockDuration", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidShock1"] = { type = "Synthesis", affix = "", "(13-14)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 15, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidShock2_"] = { type = "Synthesis", affix = "", "(15-17)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 24, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidShock3"] = { type = "Synthesis", affix = "", "(18-20)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 36, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidShockJewel1____"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockEffect1"] = { type = "Synthesis", affix = "", "(7-10)% increased Effect of Shock", statOrder = { 9258 }, level = 36, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockEffect2"] = { type = "Synthesis", affix = "", "(11-15)% increased Effect of Shock", statOrder = { 9258 }, level = 48, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitShockEffectJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Effect of Shock", statOrder = { 9258 }, level = 1, group = "ShockEffect", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitBurnDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamage2__"] = { type = "Synthesis", affix = "", "(12-13)% increased Burning Damage", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Burning Damage", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageOneHand1"] = { type = "Synthesis", affix = "", "(14-18)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageOneHand2_"] = { type = "Synthesis", affix = "", "(19-23)% increased Burning Damage", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageOneHand3"] = { type = "Synthesis", affix = "", "(24-28)% increased Burning Damage", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageTwoHand1"] = { type = "Synthesis", affix = "", "(22-27)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageTwoHand2"] = { type = "Synthesis", affix = "", "(28-35)% increased Burning Damage", statOrder = { 1736 }, level = 15, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageTwoHand3"] = { type = "Synthesis", affix = "", "(36-44)% increased Burning Damage", statOrder = { 1736 }, level = 24, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitBurnDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurnDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitPoisonDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage with Poison", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitPoisonDamage2"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage with Poison", statOrder = { 3020 }, level = 15, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitPoisonDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage with Poison", statOrder = { 3020 }, level = 24, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitWeaponPoisonDamage1"] = { type = "Synthesis", affix = "", "(14-18)% increased Damage with Poison", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitWeaponPoisonDamage2"] = { type = "Synthesis", affix = "", "(19-23)% increased Damage with Poison", statOrder = { 3020 }, level = 15, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitWeaponPoisonDamage3"] = { type = "Synthesis", affix = "", "(24-28)% increased Damage with Poison", statOrder = { 3020 }, level = 24, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitPoisonDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Poison", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitPoisonDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Poison", statOrder = { 3020 }, level = 1, group = "PoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitLocalPoisonOnHit1_"] = { type = "Synthesis", affix = "", "(25-30)% chance to Poison on Hit", statOrder = { 7433 }, level = 50, group = "LocalChanceToPoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "attack", "ailment" }, }, + ["SynthesisImplicitChanceToPoisonJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Poison on Hit", statOrder = { 3012 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitChanceToPoisonJewel2_"] = { type = "Synthesis", affix = "", "3% chance to Poison on Hit", statOrder = { 3012 }, level = 1, group = "PoisonOnHit", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitPoisonDuration1"] = { type = "Synthesis", affix = "", "(8-12)% increased Poison Duration", statOrder = { 3009 }, level = 55, group = "PoisonDuration", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitFasterPoison1"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (7-10)% faster", statOrder = { 6076 }, level = 56, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitFasterPoisonWeapon1_"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (15-20)% faster", statOrder = { 6076 }, level = 36, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitFasterPoisonWeapon2__"] = { type = "Synthesis", affix = "", "Poisons you inflict deal Damage (30-35)% faster", statOrder = { 6076 }, level = 48, group = "FasterPoisonDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["SynthesisImplicitAvoidPoison1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 24, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitAvoidPoison2"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 36, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitAvoidPoison3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 48, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitAvoidPoisonJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["SynthesisImplicitBleedDamage1"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage with Bleeding", statOrder = { 3008 }, level = 15, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitBleedDamage2"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage with Bleeding", statOrder = { 3008 }, level = 24, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitBleedDamage3"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage with Bleeding", statOrder = { 3008 }, level = 36, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitWeaponBleedDamage1_"] = { type = "Synthesis", affix = "", "(14-18)% increased Damage with Bleeding", statOrder = { 3008 }, level = 15, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitWeaponBleedDamage2_"] = { type = "Synthesis", affix = "", "(19-23)% increased Damage with Bleeding", statOrder = { 3008 }, level = 24, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitWeaponBleedDamage3"] = { type = "Synthesis", affix = "", "(24-28)% increased Damage with Bleeding", statOrder = { 3008 }, level = 36, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitBleedDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage with Bleeding", statOrder = { 3008 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitBleedDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage with Bleeding", statOrder = { 3008 }, level = 1, group = "BleedingDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitLocalBleedOnHit1"] = { type = "Synthesis", affix = "", "(15-20)% chance to cause Bleeding on Hit", statOrder = { 2334 }, level = 50, group = "LocalChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitChanceToBleedJewel1"] = { type = "Synthesis", affix = "", "Attacks have (1-2)% chance to cause Bleeding", statOrder = { 2340 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitChanceToBleedJewel2__"] = { type = "Synthesis", affix = "", "Attacks have 3% chance to cause Bleeding", statOrder = { 2340 }, level = 1, group = "ChanceToBleed", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitFasterBleed1_"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (7-10)% faster", statOrder = { 6075 }, level = 56, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitFasterBleedWeapon1"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (15-20)% faster", statOrder = { 6075 }, level = 36, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitFasterBleedWeapon2_"] = { type = "Synthesis", affix = "", "Bleeding you inflict deals Damage (30-35)% faster", statOrder = { 6075 }, level = 48, group = "FasterBleedDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitBleedDuration1"] = { type = "Synthesis", affix = "", "(8-12)% increased Bleeding Duration", statOrder = { 4706 }, level = 55, group = "BleedDuration", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitAvoidBleed1"] = { type = "Synthesis", affix = "", "(14-16)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 15, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitAvoidBleed2_"] = { type = "Synthesis", affix = "", "(18-21)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 24, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitAvoidBleed3"] = { type = "Synthesis", affix = "", "(22-25)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 36, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitAvoidBleedJewel1"] = { type = "Synthesis", affix = "", "(8-10)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["SynthesisImplicitAllDamage1_"] = { type = "Synthesis", affix = "", "7% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamage2"] = { type = "Synthesis", affix = "", "(8-9)% increased Damage", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamage3"] = { type = "Synthesis", affix = "", "(10-11)% increased Damage", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamage4"] = { type = "Synthesis", affix = "", "(12-13)% increased Damage", statOrder = { 1058 }, level = 36, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamage5"] = { type = "Synthesis", affix = "", "(14-15)% increased Damage", statOrder = { 1058 }, level = 48, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamage1"] = { type = "Synthesis", affix = "", "(15-18)% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamage2"] = { type = "Synthesis", affix = "", "(19-22)% increased Damage", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamage3_"] = { type = "Synthesis", affix = "", "(23-26)% increased Damage", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamageTwoHand1_"] = { type = "Synthesis", affix = "", "(21-26)% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamageTwoHand2"] = { type = "Synthesis", affix = "", "(27-32)% increased Damage", statOrder = { 1058 }, level = 15, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponAllDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-38)% increased Damage", statOrder = { 1058 }, level = 24, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamageJewel1"] = { type = "Synthesis", affix = "", "2% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAllDamageJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage", statOrder = { 1058 }, level = 1, group = "AllDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitFireDamage1_"] = { type = "Synthesis", affix = "", "8% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Fire Damage", statOrder = { 1221 }, level = 15, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Fire Damage", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Fire Damage", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Fire Damage", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Fire Damage", statOrder = { 1221 }, level = 56, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Fire Damage with Attack Skills", statOrder = { 6107 }, level = 1, group = "FireDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitFireDamageAttacksJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Fire Damage with Attack Skills", statOrder = { 6107 }, level = 1, group = "FireDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitFireDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Fire Damage with Spell Skills", statOrder = { 6108 }, level = 1, group = "FireDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitFireDamageSpellsJewel2__"] = { type = "Synthesis", affix = "", "(5-6)% increased Fire Damage with Spell Skills", statOrder = { 6108 }, level = 1, group = "FireDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitPhysicalConvertedToFireMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 50, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitPhysicalConvertedToFire1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 55, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitPhysicalConvertedToFire2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitPhysicalConvertedToFireJewel1_"] = { type = "Synthesis", affix = "", "3% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 1, group = "ConvertPhysicalToFireImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitPhysicalAddedAsFire1"] = { type = "Synthesis", affix = "", "Gain (3-5)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 45, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitPhysicalAddedAsFire2"] = { type = "Synthesis", affix = "", "Gain (6-8)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 55, group = "PhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["SynthesisImplicitFireDamagePerStrength1"] = { type = "Synthesis", affix = "", "1% increased Fire Damage per 20 Strength", statOrder = { 6094 }, level = 55, group = "FireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireLeechMinor1__"] = { type = "Synthesis", affix = "", "0.2% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 45, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["SynthesisImplicitFireLeech1"] = { type = "Synthesis", affix = "", "0.5% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 55, group = "FireDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamage1"] = { type = "Synthesis", affix = "", "(15-17)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamage3"] = { type = "Synthesis", affix = "", "(21-23)% increased Fire Damage", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Fire Damage", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamage5"] = { type = "Synthesis", affix = "", "(27-30)% increased Fire Damage", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamageTwoHand2_"] = { type = "Synthesis", affix = "", "(29-32)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Fire Damage", statOrder = { 1221 }, level = 24, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Fire Damage", statOrder = { 1221 }, level = 36, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitWeaponFireDamageTwoHand5"] = { type = "Synthesis", affix = "", "(41-44)% increased Fire Damage", statOrder = { 1221 }, level = 48, group = "FireDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitLocalFireDamage1"] = { type = "Synthesis", affix = "", "Adds (4-8) to (9-15) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamage2"] = { type = "Synthesis", affix = "", "Adds (9-12) to (16-23) Fire Damage", statOrder = { 1226 }, level = 15, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamage3"] = { type = "Synthesis", affix = "", "Adds (13-18) to (24-31) Fire Damage", statOrder = { 1226 }, level = 24, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamage4"] = { type = "Synthesis", affix = "", "Adds (19-24) to (32-43) Fire Damage", statOrder = { 1226 }, level = 36, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamage5"] = { type = "Synthesis", affix = "", "Adds (25-30) to (44-53) Fire Damage", statOrder = { 1226 }, level = 48, group = "LocalFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds (8-14) to (15-24) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (15-22) to (26-41) Fire Damage", statOrder = { 1226 }, level = 15, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (23-31) to (42-56) Fire Damage", statOrder = { 1226 }, level = 24, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (32-41) to (57-74) Fire Damage", statOrder = { 1226 }, level = 36, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitLocalFireDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (42-52) to (75-93) Fire Damage", statOrder = { 1226 }, level = 48, group = "LocalFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitSpellAddedFireDamage1"] = { type = "Synthesis", affix = "", "Adds (3-6) to (7-11) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamage2"] = { type = "Synthesis", affix = "", "Adds (7-9) to (12-17) Fire Damage to Spells", statOrder = { 1267 }, level = 15, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamage3"] = { type = "Synthesis", affix = "", "Adds (10-13) to (17-22) Fire Damage to Spells", statOrder = { 1267 }, level = 24, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamage4"] = { type = "Synthesis", affix = "", "Adds (14-17) to (23-31) Fire Damage to Spells", statOrder = { 1267 }, level = 36, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamage5"] = { type = "Synthesis", affix = "", "Adds (18-21) to (31-38) Fire Damage to Spells", statOrder = { 1267 }, level = 48, group = "SpellAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds (5-9) to (10-15) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (10-14) to (16-25) Fire Damage to Spells", statOrder = { 1267 }, level = 15, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (14-19) to (26-34) Fire Damage to Spells", statOrder = { 1267 }, level = 24, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (20-25) to (35-45) Fire Damage to Spells", statOrder = { 1267 }, level = 36, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitSpellAddedFireDamageTwoHand5__"] = { type = "Synthesis", affix = "", "Adds (26-32) to (46-56) Fire Damage to Spells", statOrder = { 1267 }, level = 48, group = "SpellAddedFireDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SynthesisImplicitGlobalAddedFireDamage1"] = { type = "Synthesis", affix = "", "Adds (13-18) to (28-33) Fire Damage", statOrder = { 1223 }, level = 50, group = "GlobalAddedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitFireAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 55, group = "FireAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["SynthesisImplicitFireAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 65, group = "FireAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["SynthesisImplicitColdDamage1"] = { type = "Synthesis", affix = "", "8% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Cold Damage", statOrder = { 1230 }, level = 15, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Cold Damage", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Cold Damage", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamage5_"] = { type = "Synthesis", affix = "", "(15-16)% increased Cold Damage", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Cold Damage", statOrder = { 1230 }, level = 56, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Cold Damage with Attack Skills", statOrder = { 5405 }, level = 1, group = "ColdDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitColdDamageAttacksJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Cold Damage with Attack Skills", statOrder = { 5405 }, level = 1, group = "ColdDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitColdDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Cold Damage with Spell Skills", statOrder = { 5406 }, level = 1, group = "ColdDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitColdDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Cold Damage with Spell Skills", statOrder = { 5406 }, level = 1, group = "ColdDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitPhysicalConvertedToColdMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 50, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["SynthesisImplicitPhysicalConvertedToCold1_"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 55, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["SynthesisImplicitPhysicalConvertedToCold2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToColdImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamagePerFrenzyCharge1"] = { type = "Synthesis", affix = "", "4 to 7 Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 55, group = "AddedColdDamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 45, group = "ColdDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["SynthesisImplicitColdLeech1"] = { type = "Synthesis", affix = "", "0.5% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 55, group = "ColdDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamage1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamage3_"] = { type = "Synthesis", affix = "", "(21-23)% increased Cold Damage", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Cold Damage", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamage5"] = { type = "Synthesis", affix = "", "(27-30)% increased Cold Damage", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamageTwoHand2"] = { type = "Synthesis", affix = "", "(29-32)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Cold Damage", statOrder = { 1230 }, level = 24, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Cold Damage", statOrder = { 1230 }, level = 36, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitWeaponColdDamageTwoHand5"] = { type = "Synthesis", affix = "", "(41-44)% increased Cold Damage", statOrder = { 1230 }, level = 48, group = "ColdDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitLocalColdDamage1"] = { type = "Synthesis", affix = "", "Adds (3-6) to (7-11) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamage2"] = { type = "Synthesis", affix = "", "Adds (7-10) to (12-18) Cold Damage", statOrder = { 1235 }, level = 15, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamage3"] = { type = "Synthesis", affix = "", "Adds (11-15) to (19-26) Cold Damage", statOrder = { 1235 }, level = 24, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamage4"] = { type = "Synthesis", affix = "", "Adds (16-20) to (27-35) Cold Damage", statOrder = { 1235 }, level = 36, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamage5"] = { type = "Synthesis", affix = "", "Adds (21-25) to (36-43) Cold Damage", statOrder = { 1235 }, level = 48, group = "LocalColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamageTwoHand1__"] = { type = "Synthesis", affix = "", "Adds (6-9) to (13-21) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamageTwoHand2__"] = { type = "Synthesis", affix = "", "Adds (10-17) to (22-32) Cold Damage", statOrder = { 1235 }, level = 15, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamageTwoHand3_"] = { type = "Synthesis", affix = "", "Adds (19-26) to (34-45) Cold Damage", statOrder = { 1235 }, level = 24, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (27-35) to (46-61) Cold Damage", statOrder = { 1235 }, level = 36, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLocalColdDamageTwoHand5_"] = { type = "Synthesis", affix = "", "Adds (36-43) to (51-75) Cold Damage", statOrder = { 1235 }, level = 48, group = "LocalColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitSpellAddedColdDamage1_"] = { type = "Synthesis", affix = "", "Adds (3-5) to (5-8) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamage2_"] = { type = "Synthesis", affix = "", "Adds (5-7) to (9-13) Cold Damage to Spells", statOrder = { 1268 }, level = 15, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamage3"] = { type = "Synthesis", affix = "", "Adds (8-11) to (14-19) Cold Damage to Spells", statOrder = { 1268 }, level = 24, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamage4"] = { type = "Synthesis", affix = "", "Adds (12-14) to (19-25) Cold Damage to Spells", statOrder = { 1268 }, level = 36, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamage5"] = { type = "Synthesis", affix = "", "Adds (15-18) to (26-31) Cold Damage to Spells", statOrder = { 1268 }, level = 48, group = "SpellAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds (4-6) to (8-13) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamageTwoHand2_"] = { type = "Synthesis", affix = "", "Adds (7-11) to (14-20) Cold Damage to Spells", statOrder = { 1268 }, level = 15, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (12-16) to (21-28) Cold Damage to Spells", statOrder = { 1268 }, level = 24, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (17-21) to (28-38) Cold Damage to Spells", statOrder = { 1268 }, level = 36, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitSpellAddedColdDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (22-26) to (31-46) Cold Damage to Spells", statOrder = { 1268 }, level = 48, group = "SpellAddedColdDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SynthesisImplicitGlobalAddedColdDamage1_"] = { type = "Synthesis", affix = "", "Adds (12-16) to (24-28) Cold Damage", statOrder = { 1232 }, level = 50, group = "GlobalAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplier1"] = { type = "Synthesis", affix = "", "+(9-10)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 15, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplier2"] = { type = "Synthesis", affix = "", "+(11-12)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 24, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplier3_"] = { type = "Synthesis", affix = "", "+(13-15)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand1_"] = { type = "Synthesis", affix = "", "+(21-23)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 15, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand2_"] = { type = "Synthesis", affix = "", "+(24-26)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 24, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdDamageOverTimeMultiplierTwoHand3_"] = { type = "Synthesis", affix = "", "+(27-30)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 36, group = "ColdDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitColdAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 55, group = "ColdAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["SynthesisImplicitColdAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 65, group = "ColdAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["SynthesisImplicitLightningDamage1"] = { type = "Synthesis", affix = "", "8% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Lightning Damage", statOrder = { 1241 }, level = 15, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Lightning Damage", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Lightning Damage", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Lightning Damage", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Lightning Damage", statOrder = { 1241 }, level = 56, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningDamageAttacksJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Lightning Damage with Attack Skills", statOrder = { 6907 }, level = 1, group = "LightningDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLightningDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Lightning Damage with Attack Skills", statOrder = { 6907 }, level = 1, group = "LightningDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLightningDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Lightning Damage with Spell Skills", statOrder = { 6908 }, level = 1, group = "LightningDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitLightningDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Lightning Damage with Spell Skills", statOrder = { 6908 }, level = 1, group = "LightningDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitPhysicalConvertedToLightningMinor1"] = { type = "Synthesis", affix = "", "(7-10)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 50, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["SynthesisImplicitPhysicalConvertedToLightning1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 55, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["SynthesisImplicitPhysicalConvertedToLightning2"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightningImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["SynthesisImplicitPhysicalAddedAsLightning1___"] = { type = "Synthesis", affix = "", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 55, group = "PhysicalAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 45, group = "LightningDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningLeech1"] = { type = "Synthesis", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 55, group = "LightningDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamage1_"] = { type = "Synthesis", affix = "", "(15-17)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamage3_"] = { type = "Synthesis", affix = "", "(21-23)% increased Lightning Damage", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamage4_"] = { type = "Synthesis", affix = "", "(24-26)% increased Lightning Damage", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamage5_"] = { type = "Synthesis", affix = "", "(27-30)% increased Lightning Damage", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamageTwoHand2"] = { type = "Synthesis", affix = "", "(29-32)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "(33-36)% increased Lightning Damage", statOrder = { 1241 }, level = 24, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Lightning Damage", statOrder = { 1241 }, level = 36, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitWeaponLightningDamageTwoHand5_"] = { type = "Synthesis", affix = "", "(41-44)% increased Lightning Damage", statOrder = { 1241 }, level = 48, group = "LightningDamagePercentage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLocalLightningDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to (16-25) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamage2"] = { type = "Synthesis", affix = "", "Adds (1-2) to (26-40) Lightning Damage", statOrder = { 1246 }, level = 15, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamage3_"] = { type = "Synthesis", affix = "", "Adds (1-3) to (41-55) Lightning Damage", statOrder = { 1246 }, level = 24, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamage4"] = { type = "Synthesis", affix = "", "Adds (2-5) to (56-70) Lightning Damage", statOrder = { 1246 }, level = 36, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamage5"] = { type = "Synthesis", affix = "", "Adds (2-6) to (71-83) Lightning Damage", statOrder = { 1246 }, level = 48, group = "LocalLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds 1 to (29-46) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (1-3) to (48-75) Lightning Damage", statOrder = { 1246 }, level = 15, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (2-6) to (77-95) Lightning Damage", statOrder = { 1246 }, level = 24, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (2-8) to (96-123) Lightning Damage", statOrder = { 1246 }, level = 36, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitLocalLightningDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (3-10) to (124-145) Lightning Damage", statOrder = { 1246 }, level = 48, group = "LocalLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitSpellAddedLightningDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to (12-18) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamage2"] = { type = "Synthesis", affix = "", "Adds (1-2) to (19-28) Lightning Damage to Spells", statOrder = { 1269 }, level = 15, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamage3"] = { type = "Synthesis", affix = "", "Adds (1-3) to (29-39) Lightning Damage to Spells", statOrder = { 1269 }, level = 24, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamage4"] = { type = "Synthesis", affix = "", "Adds (2-4) to (40-49) Lightning Damage to Spells", statOrder = { 1269 }, level = 36, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamage5"] = { type = "Synthesis", affix = "", "Adds (2-5) to (50-59) Lightning Damage to Spells", statOrder = { 1269 }, level = 48, group = "SpellAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds 1 to (18-28) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamageTwoHand2_"] = { type = "Synthesis", affix = "", "Adds (1-3) to (29-46) Lightning Damage to Spells", statOrder = { 1269 }, level = 15, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (2-4) to (47-58) Lightning Damage to Spells", statOrder = { 1269 }, level = 24, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamageTwoHand4"] = { type = "Synthesis", affix = "", "Adds (2-5) to (59-75) Lightning Damage to Spells", statOrder = { 1269 }, level = 36, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitSpellAddedLightningDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (3-7) to (75-88) Lightning Damage to Spells", statOrder = { 1269 }, level = 48, group = "SpellAddedLightningDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SynthesisImplicitGlobalAddedLightningDamage1"] = { type = "Synthesis", affix = "", "Adds (1-5) to (50-52) Lightning Damage", statOrder = { 1243 }, level = 50, group = "GlobalAddedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitLightningAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 55, group = "LightningAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["SynthesisImplicitLightningAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 65, group = "LightningAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["SynthesisImplicitPhysicalDamage1_"] = { type = "Synthesis", affix = "", "8% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Global Physical Damage", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamage3_"] = { type = "Synthesis", affix = "", "(11-12)% increased Global Physical Damage", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Global Physical Damage", statOrder = { 1097 }, level = 36, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Global Physical Damage", statOrder = { 1097 }, level = 48, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamage6"] = { type = "Synthesis", affix = "", "(17-20)% increased Global Physical Damage", statOrder = { 1097 }, level = 56, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamageJewel2__"] = { type = "Synthesis", affix = "", "(4-5)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamageAttacksJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Attack Skills", statOrder = { 8942 }, level = 1, group = "PhysicalDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitPhysicalDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Attack Skills", statOrder = { 8942 }, level = 1, group = "PhysicalDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitPhysicalDamageSpellsJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Spell Skills", statOrder = { 8943 }, level = 1, group = "PhysicalDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SynthesisImplicitPhysicalDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Spell Skills", statOrder = { 8943 }, level = 1, group = "PhysicalDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SynthesisImplicitAttackChanceToImpale1"] = { type = "Synthesis", affix = "", "(6-10)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 1, group = "AttackImpaleChance", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 45, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, + ["SynthesisImplicitPhysicalLeech1"] = { type = "Synthesis", affix = "", "0.5% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 55, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamage1"] = { type = "Synthesis", affix = "", "(19-22)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamage2"] = { type = "Synthesis", affix = "", "(23-26)% increased Global Physical Damage", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamage3"] = { type = "Synthesis", affix = "", "(27-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamageTwoHand1"] = { type = "Synthesis", affix = "", "(27-32)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamageTwoHand2_"] = { type = "Synthesis", affix = "", "(33-38)% increased Global Physical Damage", statOrder = { 1097 }, level = 15, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitWeaponPhysicalDamageTwoHand3"] = { type = "Synthesis", affix = "", "(39-44)% increased Global Physical Damage", statOrder = { 1097 }, level = 24, group = "PhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitLocalPhysicalDamage1"] = { type = "Synthesis", affix = "", "(13-14)% increased Physical Damage", statOrder = { 1098 }, level = 1, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalPhysicalDamage2"] = { type = "Synthesis", affix = "", "(15-16)% increased Physical Damage", statOrder = { 1098 }, level = 15, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalPhysicalDamage3"] = { type = "Synthesis", affix = "", "(17-19)% increased Physical Damage", statOrder = { 1098 }, level = 24, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalPhysicalDamage4"] = { type = "Synthesis", affix = "", "(20-22)% increased Physical Damage", statOrder = { 1098 }, level = 36, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalPhysicalDamage5"] = { type = "Synthesis", affix = "", "(23-25)% increased Physical Damage", statOrder = { 1098 }, level = 48, group = "LocalPhysicalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamage1"] = { type = "Synthesis", affix = "", "Adds 1 to 2 Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamage2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (3-4) Physical Damage", statOrder = { 1140 }, level = 15, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamage3"] = { type = "Synthesis", affix = "", "Adds (3-4) to (5-6) Physical Damage", statOrder = { 1140 }, level = 24, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamage4"] = { type = "Synthesis", affix = "", "Adds (5-6) to (7-8) Physical Damage", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamage5"] = { type = "Synthesis", affix = "", "Adds (6-7) to (9-10) Physical Damage", statOrder = { 1140 }, level = 48, group = "LocalPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand1_"] = { type = "Synthesis", affix = "", "Adds 1 to (2-3) Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Physical Damage", statOrder = { 1140 }, level = 15, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (4-5) to (6-7) Physical Damage", statOrder = { 1140 }, level = 24, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand4_"] = { type = "Synthesis", affix = "", "Adds (6-7) to (8-10) Physical Damage", statOrder = { 1140 }, level = 36, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitLocalAddedPhysicalDamageTwoHand5"] = { type = "Synthesis", affix = "", "Adds (8-9) to (11-13) Physical Damage", statOrder = { 1140 }, level = 48, group = "LocalPhysicalDamageTwoHanded", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAddedAsChaos1"] = { type = "Synthesis", affix = "", "Gain (4-6)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 55, group = "PhysicalAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["SynthesisImplicitPhysicalAddedAsChaos2"] = { type = "Synthesis", affix = "", "Gain (7-10)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 65, group = "PhysicalAddedAsChaos", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["SynthesisImplicitChaosDamage1"] = { type = "Synthesis", affix = "", "8% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamage2_"] = { type = "Synthesis", affix = "", "(9-10)% increased Chaos Damage", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Chaos Damage", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Chaos Damage", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Chaos Damage", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamage6_"] = { type = "Synthesis", affix = "", "(17-20)% increased Chaos Damage", statOrder = { 1249 }, level = 56, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageAttacksJewel1___"] = { type = "Synthesis", affix = "", "(3-4)% increased Chaos Damage with Attack Skills", statOrder = { 5335 }, level = 1, group = "ChaosDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitChaosDamageAttacksJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Chaos Damage with Attack Skills", statOrder = { 5335 }, level = 1, group = "ChaosDamageAttackSkills", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitChaosDamageSpellsJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Chaos Damage with Spell Skills", statOrder = { 5336 }, level = 1, group = "ChaosDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SynthesisImplicitChaosDamageSpellsJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Chaos Damage with Spell Skills", statOrder = { 5336 }, level = 1, group = "ChaosDamageSpellSkills", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SynthesisImplicitPhysicalConvertedToChaos1"] = { type = "Synthesis", affix = "", "(15-25)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 55, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["SynthesisImplicitPhysicalConvertedToChaos2_"] = { type = "Synthesis", affix = "", "(40-50)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 60, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["SynthesisImplicitChaosLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 45, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["SynthesisImplicitChaosLeech1"] = { type = "Synthesis", affix = "", "0.5% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 55, group = "ChaosDamageLifeLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamage1"] = { type = "Synthesis", affix = "", "(15-17)% increased Chaos Damage", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamage2"] = { type = "Synthesis", affix = "", "(18-20)% increased Chaos Damage", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamage3"] = { type = "Synthesis", affix = "", "(21-23)% increased Chaos Damage", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamage4"] = { type = "Synthesis", affix = "", "(24-26)% increased Chaos Damage", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamageTwoHand1"] = { type = "Synthesis", affix = "", "(25-28)% increased Chaos Damage", statOrder = { 1249 }, level = 15, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamageTwoHand2___"] = { type = "Synthesis", affix = "", "(29-32)% increased Chaos Damage", statOrder = { 1249 }, level = 24, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamageTwoHand3_"] = { type = "Synthesis", affix = "", "(33-36)% increased Chaos Damage", statOrder = { 1249 }, level = 36, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitWeaponChaosDamageTwoHand4"] = { type = "Synthesis", affix = "", "(37-40)% increased Chaos Damage", statOrder = { 1249 }, level = 48, group = "IncreasedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitLocalChaosDamage1"] = { type = "Synthesis", affix = "", "Adds (4-9) to (11-21) Chaos Damage", statOrder = { 1253 }, level = 15, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitLocalChaosDamage2_"] = { type = "Synthesis", affix = "", "Adds (10-18) to (22-34) Chaos Damage", statOrder = { 1253 }, level = 24, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitLocalChaosDamage3"] = { type = "Synthesis", affix = "", "Adds (19-28) to (35-49) Chaos Damage", statOrder = { 1253 }, level = 36, group = "LocalChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitLocalChaosDamageTwoHand1"] = { type = "Synthesis", affix = "", "Adds (8-14) to (17-30) Chaos Damage", statOrder = { 1253 }, level = 15, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitLocalChaosDamageTwoHand2"] = { type = "Synthesis", affix = "", "Adds (15-24) to (31-57) Chaos Damage", statOrder = { 1253 }, level = 24, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitLocalChaosDamageTwoHand3"] = { type = "Synthesis", affix = "", "Adds (26-50) to (58-86) Chaos Damage", statOrder = { 1253 }, level = 36, group = "LocalChaosDamageTwoHand", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SynthesisImplicitGlobalAddedChaosDamage1_"] = { type = "Synthesis", affix = "", "Adds (11-13) to (19-23) Chaos Damage", statOrder = { 1250 }, level = 50, group = "GlobalAddedChaosDamage", weightKey = { }, weightVal = { }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplier1_"] = { type = "Synthesis", affix = "", "+(9-10)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 15, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplier2"] = { type = "Synthesis", affix = "", "+(11-12)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 24, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplier3_"] = { type = "Synthesis", affix = "", "+(13-15)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand1"] = { type = "Synthesis", affix = "", "+(21-23)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 15, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand2"] = { type = "Synthesis", affix = "", "+(24-26)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 24, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitChaosDamageOverTimeMultiplierTwoHand3"] = { type = "Synthesis", affix = "", "+(27-30)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 36, group = "ChaosDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["SynthesisImplicitDegenerationDamage1_"] = { type = "Synthesis", affix = "", "(9-10)% increased Damage over Time", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDegenerationDamage2"] = { type = "Synthesis", affix = "", "(11-12)% increased Damage over Time", statOrder = { 1077 }, level = 15, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDegenerationDamage3"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage over Time", statOrder = { 1077 }, level = 24, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDegenerationDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Damage over Time", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDegenerationDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage over Time", statOrder = { 1077 }, level = 1, group = "DegenerationDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitWeaponElementalDamage1_"] = { type = "Synthesis", affix = "", "(12-13)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 15, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitWeaponElementalDamage2"] = { type = "Synthesis", affix = "", "(14-15)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 24, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitWeaponElementalDamage3"] = { type = "Synthesis", affix = "", "(16-18)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 36, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitWeaponElementalDamage4"] = { type = "Synthesis", affix = "", "(19-21)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 48, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitWeaponElementalDamage5"] = { type = "Synthesis", affix = "", "(22-24)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 56, group = "IncreasedWeaponElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitPhysicalDamageAddedAsRandomElement1"] = { type = "Synthesis", affix = "", "Gain (8-10)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 65, group = "PhysicalDamageAddedAsRandomElement", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental" }, }, + ["SynthesisImplicitLocalElementalPen1_"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate 2% Elemental Resistances", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitLocalElementalPen2"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate 3% Elemental Resistances", statOrder = { 3594 }, level = 15, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitLocalElementalPen3"] = { type = "Synthesis", affix = "", "Attacks with this Weapon Penetrate (4-5)% Elemental Resistances", statOrder = { 3594 }, level = 24, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["SynthesisImplicitElementalDamage1"] = { type = "Synthesis", affix = "", "8% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamage2"] = { type = "Synthesis", affix = "", "(9-10)% increased Elemental Damage", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamage3"] = { type = "Synthesis", affix = "", "(11-12)% increased Elemental Damage", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamage4"] = { type = "Synthesis", affix = "", "(13-14)% increased Elemental Damage", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamage5"] = { type = "Synthesis", affix = "", "(15-16)% increased Elemental Damage", statOrder = { 1835 }, level = 48, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHigh1__"] = { type = "Synthesis", affix = "", "(17-19)% increased Elemental Damage", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHigh2"] = { type = "Synthesis", affix = "", "(20-22)% increased Elemental Damage", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHigh3__"] = { type = "Synthesis", affix = "", "(23-26)% increased Elemental Damage", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHighTwoHand1"] = { type = "Synthesis", affix = "", "(21-26)% increased Elemental Damage", statOrder = { 1835 }, level = 15, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHighTwoHand2_"] = { type = "Synthesis", affix = "", "(27-32)% increased Elemental Damage", statOrder = { 1835 }, level = 24, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageHighTwoHand3"] = { type = "Synthesis", affix = "", "(33-38)% increased Elemental Damage", statOrder = { 1835 }, level = 36, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitElementalLeechMinor1"] = { type = "Synthesis", affix = "", "0.2% of Elemental Damage Leeched as Life", statOrder = { 1545 }, level = 45, group = "ElementalDamageLeechedAsLifePermyriad", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitFirePenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Fire Resistance", statOrder = { 2827 }, level = 60, group = "FireResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["SynthesisImplicitColdPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Cold Resistance", statOrder = { 2828 }, level = 60, group = "ColdResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["SynthesisImplicitLightningPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Lightning Resistance", statOrder = { 2829 }, level = 60, group = "LightningResistancePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["SynthesisImplicitFirePenetrationWeapon1"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Fire Resistance", statOrder = { 3426 }, level = 60, group = "FirePenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitColdPenetrationWeapon1_"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Cold Resistance", statOrder = { 3425 }, level = 60, group = "ColdPenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitLightningPenetrationWeapon1__"] = { type = "Synthesis", affix = "", "Damage with Weapons Penetrates (4-6)% Lightning Resistance", statOrder = { 3427 }, level = 60, group = "LightningPenetrationWeapon", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitElementalPenetration1"] = { type = "Synthesis", affix = "", "Damage Penetrates (3-5)% Elemental Resistances", statOrder = { 2826 }, level = 60, group = "ElementalPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["SynthesisImplicitMeleeDamageJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Melee Damage", statOrder = { 1100 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitMeleeDamageJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Melee Damage", statOrder = { 1100 }, level = 1, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitMaceIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Maces or Sceptres", statOrder = { 1191 }, level = 1, group = "MaceIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitAxeIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Axes", statOrder = { 1167 }, level = 1, group = "AxeIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitSwordIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Swords", statOrder = { 1202 }, level = 1, group = "SwordIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitBowIncreasedPhysicalDamageJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Bows", statOrder = { 1197 }, level = 1, group = "BowIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitClawIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Claws", statOrder = { 1179 }, level = 1, group = "ClawIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitDaggerIncreasedPhysicalDamageJewel1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Daggers", statOrder = { 1185 }, level = 1, group = "DaggerIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitWandIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Wands", statOrder = { 1209 }, level = 1, group = "WandIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitStaffIncreasedPhysicalDamageJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Physical Damage with Staves", statOrder = { 1171 }, level = 1, group = "StaffIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitMaceIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Maces or Sceptres", statOrder = { 1191 }, level = 1, group = "MaceIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitAxeIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Axes", statOrder = { 1167 }, level = 1, group = "AxeIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitSwordIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Swords", statOrder = { 1202 }, level = 1, group = "SwordIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitBowIncreasedPhysicalDamageJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Bows", statOrder = { 1197 }, level = 1, group = "BowIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitClawIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Claws", statOrder = { 1179 }, level = 1, group = "ClawIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitDaggerIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Daggers", statOrder = { 1185 }, level = 1, group = "DaggerIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitWandIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Wands", statOrder = { 1209 }, level = 1, group = "WandIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitStaffIncreasedPhysicalDamageJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Physical Damage with Staves", statOrder = { 1171 }, level = 1, group = "StaffIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["SynthesisImplicitSpellDamageWithStaffJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while wielding a Staff", statOrder = { 1093 }, level = 1, group = "SpellDamageWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while Dual Wielding", statOrder = { 1096 }, level = 1, group = "SpellDamageWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageWithShieldJewel1__"] = { type = "Synthesis", affix = "", "(3-4)% increased Spell Damage while holding a Shield", statOrder = { 1095 }, level = 1, group = "SpellDamageWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageWithStaffJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while wielding a Staff", statOrder = { 1093 }, level = 1, group = "SpellDamageWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while Dual Wielding", statOrder = { 1096 }, level = 1, group = "SpellDamageWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageWithShieldJewel2"] = { type = "Synthesis", affix = "", "(5-6)% increased Spell Damage while holding a Shield", statOrder = { 1095 }, level = 1, group = "SpellDamageWithShield", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitAttackDamage1"] = { type = "Synthesis", affix = "", "(12-13)% increased Attack Damage", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitAttackDamage2"] = { type = "Synthesis", affix = "", "(14-16)% increased Attack Damage", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitAttackDamage3"] = { type = "Synthesis", affix = "", "(17-20)% increased Attack Damage", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamage1"] = { type = "Synthesis", affix = "", "(23-26)% increased Attack Damage", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamage2"] = { type = "Synthesis", affix = "", "(27-30)% increased Attack Damage", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamage3"] = { type = "Synthesis", affix = "", "(31-35)% increased Attack Damage", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamageTwoHand1"] = { type = "Synthesis", affix = "", "(29-35)% increased Attack Damage", statOrder = { 1065 }, level = 1, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamageTwoHand2"] = { type = "Synthesis", affix = "", "(36-44)% increased Attack Damage", statOrder = { 1065 }, level = 15, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitWeaponAttackDamageTwoHand3"] = { type = "Synthesis", affix = "", "(45-51)% increased Attack Damage", statOrder = { 1065 }, level = 24, group = "AttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitSpellDamage1"] = { type = "Synthesis", affix = "", "(12-13)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamage2_"] = { type = "Synthesis", affix = "", "(14-16)% increased Spell Damage", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamage3_"] = { type = "Synthesis", affix = "", "(17-20)% increased Spell Damage", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamage1"] = { type = "Synthesis", affix = "", "(16-18)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamage2"] = { type = "Synthesis", affix = "", "(19-22)% increased Spell Damage", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamage3"] = { type = "Synthesis", affix = "", "(23-26)% increased Spell Damage", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamage4"] = { type = "Synthesis", affix = "", "(27-30)% increased Spell Damage", statOrder = { 1090 }, level = 36, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamage5"] = { type = "Synthesis", affix = "", "(31-35)% increased Spell Damage", statOrder = { 1090 }, level = 48, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamageTwoHand1"] = { type = "Synthesis", affix = "", "(22-24)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamageTwoHand2"] = { type = "Synthesis", affix = "", "(25-28)% increased Spell Damage", statOrder = { 1090 }, level = 15, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamageTwoHand3"] = { type = "Synthesis", affix = "", "(29-35)% increased Spell Damage", statOrder = { 1090 }, level = 24, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamageTwoHand4_"] = { type = "Synthesis", affix = "", "(36-44)% increased Spell Damage", statOrder = { 1090 }, level = 36, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitWeaponSpellDamageTwoHand5"] = { type = "Synthesis", affix = "", "(45-51)% increased Spell Damage", statOrder = { 1090 }, level = 48, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellsDoubleDamageChance1__"] = { type = "Synthesis", affix = "", "Spells have a (8-10)% chance to deal Double Damage", statOrder = { 9373 }, level = 60, group = "SpellsDoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellsDoubleDamageChance2_"] = { type = "Synthesis", affix = "", "Spells have a (16-18)% chance to deal Double Damage", statOrder = { 9373 }, level = 65, group = "SpellsDoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitStrength1"] = { type = "Synthesis", affix = "", "+(6-8) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrength2__"] = { type = "Synthesis", affix = "", "+(9-11) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrength3"] = { type = "Synthesis", affix = "", "+(12-14) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrength4"] = { type = "Synthesis", affix = "", "+(15-17) to Strength", statOrder = { 1044 }, level = 15, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrength5"] = { type = "Synthesis", affix = "", "+(18-20) to Strength", statOrder = { 1044 }, level = 24, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrengthJewel1__"] = { type = "Synthesis", affix = "", "+(2-3) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitStrengthJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrength1_"] = { type = "Synthesis", affix = "", "4% increased Strength", statOrder = { 1051 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrength2_"] = { type = "Synthesis", affix = "", "5% increased Strength", statOrder = { 1051 }, level = 16, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrength3_"] = { type = "Synthesis", affix = "", "6% increased Strength", statOrder = { 1051 }, level = 24, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrengthTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Strength", statOrder = { 1051 }, level = 1, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrengthTrinket2"] = { type = "Synthesis", affix = "", "(10-12)% increased Strength", statOrder = { 1051 }, level = 16, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentStrengthTrinket3"] = { type = "Synthesis", affix = "", "(13-15)% increased Strength", statOrder = { 1051 }, level = 24, group = "PercentageStrength", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDamagePerStrength1_"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Strength", statOrder = { 5631 }, level = 60, group = "DamagePer15Strength", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAddedFireDamagePerStrength1"] = { type = "Synthesis", affix = "", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 55, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitAddedFireDamagePerStrength2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 55, group = "AddedFireDamagePerStrength", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["SynthesisImplicitSpellDamagePerStrength1_"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Strength", statOrder = { 9391 }, level = 55, group = "SpellDamagePer16Strength", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamagePerStrength2_"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 10 Strength", statOrder = { 9388 }, level = 55, group = "SpellDamagePer10Strength", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageTakenPer250Strength1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Strength", statOrder = { 5678 }, level = 60, group = "DamageTakenPer250Strength", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitDexterity1"] = { type = "Synthesis", affix = "", "+(6-8) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterity2"] = { type = "Synthesis", affix = "", "+(9-11) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterity3"] = { type = "Synthesis", affix = "", "+(12-14) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterity4"] = { type = "Synthesis", affix = "", "+(15-17) to Dexterity", statOrder = { 1045 }, level = 15, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterity5"] = { type = "Synthesis", affix = "", "+(18-20) to Dexterity", statOrder = { 1045 }, level = 24, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterityJewel1"] = { type = "Synthesis", affix = "", "+(2-3) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDexterityJewel2_"] = { type = "Synthesis", affix = "", "+(4-5) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterity1"] = { type = "Synthesis", affix = "", "4% increased Dexterity", statOrder = { 1052 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterity2"] = { type = "Synthesis", affix = "", "5% increased Dexterity", statOrder = { 1052 }, level = 16, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterity3_"] = { type = "Synthesis", affix = "", "6% increased Dexterity", statOrder = { 1052 }, level = 24, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterityTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Dexterity", statOrder = { 1052 }, level = 1, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterityTrinket2"] = { type = "Synthesis", affix = "", "(10-12)% increased Dexterity", statOrder = { 1052 }, level = 16, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentDexterityTrinket3"] = { type = "Synthesis", affix = "", "(13-15)% increased Dexterity", statOrder = { 1052 }, level = 24, group = "PercentageDexterity", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDamagePerDexterity1"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Dexterity", statOrder = { 5629 }, level = 60, group = "DamagePer15Dexterity", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAddedColdDamagePerDexterity1_"] = { type = "Synthesis", affix = "", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 55, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitAddedColdDamagePerDexterity2"] = { type = "Synthesis", affix = "", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 55, group = "AddedColdDamagePerDexterity", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["SynthesisImplicitSpellDamagePerDexterity1"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Dexterity", statOrder = { 9389 }, level = 55, group = "SpellDamagePer16Dexterity", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageTakenPer250Dexterity1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Dexterity", statOrder = { 5676 }, level = 60, group = "DamageTakenPer250Dexterity", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitIntelligence1"] = { type = "Synthesis", affix = "", "+(6-8) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligence2_"] = { type = "Synthesis", affix = "", "+(9-11) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligence3_"] = { type = "Synthesis", affix = "", "+(12-14) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligence4"] = { type = "Synthesis", affix = "", "+(15-17) to Intelligence", statOrder = { 1046 }, level = 15, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligence5"] = { type = "Synthesis", affix = "", "+(18-20) to Intelligence", statOrder = { 1046 }, level = 24, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligenceJewel1"] = { type = "Synthesis", affix = "", "+(2-3) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitIntelligenceJewel2"] = { type = "Synthesis", affix = "", "+(4-5) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligence1"] = { type = "Synthesis", affix = "", "4% increased Intelligence", statOrder = { 1053 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligence2_"] = { type = "Synthesis", affix = "", "5% increased Intelligence", statOrder = { 1053 }, level = 16, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligence3_"] = { type = "Synthesis", affix = "", "6% increased Intelligence", statOrder = { 1053 }, level = 24, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligenceTrinket1"] = { type = "Synthesis", affix = "", "(7-9)% increased Intelligence", statOrder = { 1053 }, level = 1, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligenceTrinket2_"] = { type = "Synthesis", affix = "", "(10-12)% increased Intelligence", statOrder = { 1053 }, level = 16, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentIntelligenceTrinket3_"] = { type = "Synthesis", affix = "", "(13-15)% increased Intelligence", statOrder = { 1053 }, level = 24, group = "PercentageIntelligence", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "1% increased Damage per 15 Intelligence", statOrder = { 5630 }, level = 60, group = "DamagePer15Intelligence", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAddedLightningDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 55, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitAddedLightningDamagePerIntelligence2"] = { type = "Synthesis", affix = "", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 55, group = "AddedLightningDamagePerIntelligence", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SynthesisImplicitSpellDamagePerIntelligence1"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 16 Intelligence", statOrder = { 9390 }, level = 55, group = "SpellDamagePer16Intelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamagePerIntelligence2"] = { type = "Synthesis", affix = "", "1% increased Spell Damage per 10 Intelligence", statOrder = { 2587 }, level = 55, group = "SpellDamagePer10Intelligence", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageTakenPer250Intelligence1"] = { type = "Synthesis", affix = "", "1% reduced Damage taken per 250 Intelligence", statOrder = { 5677 }, level = 60, group = "DamageTakenPer250Intelligence", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAllAttributes1"] = { type = "Synthesis", affix = "", "+(6-7) to all Attributes", statOrder = { 1043 }, level = 1, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitAllAttributes2"] = { type = "Synthesis", affix = "", "+(8-9) to all Attributes", statOrder = { 1043 }, level = 15, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitAllAttributes3"] = { type = "Synthesis", affix = "", "+(10-12) to all Attributes", statOrder = { 1043 }, level = 24, group = "AllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentAllAttributes1"] = { type = "Synthesis", affix = "", "2% increased Attributes", statOrder = { 1050 }, level = 48, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitPercentAllAttributes2"] = { type = "Synthesis", affix = "", "3% increased Attributes", statOrder = { 1050 }, level = 56, group = "PercentageAllAttributes", weightKey = { }, weightVal = { }, modTags = { "attribute" }, }, + ["SynthesisImplicitAccuracy1"] = { type = "Synthesis", affix = "", "(10-11)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 1, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracy2"] = { type = "Synthesis", affix = "", "(12-13)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 15, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracy3"] = { type = "Synthesis", affix = "", "(14-15)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 24, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracy4"] = { type = "Synthesis", affix = "", "(16-17)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 36, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracy5_"] = { type = "Synthesis", affix = "", "(18-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 48, group = "IncreasedAccuracyPercent", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracyJewel1"] = { type = "Synthesis", affix = "", "+(21-35) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAccuracyJewel2"] = { type = "Synthesis", affix = "", "+(36-50) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitFlatAccuracy1_"] = { type = "Synthesis", affix = "", "+(150-250) to Accuracy Rating", statOrder = { 1295 }, level = 48, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitFlatAccuracy2"] = { type = "Synthesis", affix = "", "+(251-350) to Accuracy Rating", statOrder = { 1295 }, level = 56, group = "IncreasedAccuracy", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWeaponAccuracy1"] = { type = "Synthesis", affix = "", "(10-15)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 1, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWeaponAccuracy2"] = { type = "Synthesis", affix = "", "(20-25)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 15, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWeaponAccuracy3"] = { type = "Synthesis", affix = "", "(30-35)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 24, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWeaponAccuracyHigh1"] = { type = "Synthesis", affix = "", "100% increased Global Accuracy Rating", statOrder = { 1296 }, level = 65, group = "LocalAccuracyRatingIncrease", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitMaceAccuracyRatingJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Maces or Sceptres", statOrder = { 1304 }, level = 1, group = "MaceIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAxeAccuracyRatingJewel1__"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Axes", statOrder = { 1300 }, level = 1, group = "AxeIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitSwordAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Swords", statOrder = { 1306 }, level = 1, group = "SwordIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitBowAccuracyRatingJewel1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Bows", statOrder = { 1305 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitClawAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Claws", statOrder = { 1302 }, level = 1, group = "ClawIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitDaggerAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Daggers", statOrder = { 1303 }, level = 1, group = "DaggerIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWandAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Wands", statOrder = { 1307 }, level = 1, group = "WandIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitStaffAccuracyRatingJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Accuracy Rating with Staves", statOrder = { 1301 }, level = 1, group = "StaffIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitMaceAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Maces or Sceptres", statOrder = { 1304 }, level = 1, group = "MaceIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAxeAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Axes", statOrder = { 1300 }, level = 1, group = "AxeIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitSwordAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Swords", statOrder = { 1306 }, level = 1, group = "SwordIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitBowAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Bows", statOrder = { 1305 }, level = 1, group = "BowIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitClawAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Claws", statOrder = { 1302 }, level = 1, group = "ClawIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitDaggerAccuracyRatingJewel2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Daggers", statOrder = { 1303 }, level = 1, group = "DaggerIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWandAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Wands", statOrder = { 1307 }, level = 1, group = "WandIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitStaffAccuracyRatingJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Accuracy Rating with Staves", statOrder = { 1301 }, level = 1, group = "StaffIncreasedAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitIncreasedArmour1_"] = { type = "Synthesis", affix = "", "(15-18)% increased Armour", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitIncreasedArmour2_"] = { type = "Synthesis", affix = "", "(19-22)% increased Armour", statOrder = { 1403 }, level = 15, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitIncreasedArmour3"] = { type = "Synthesis", affix = "", "(23-26)% increased Armour", statOrder = { 1403 }, level = 24, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitIncreasedArmour4"] = { type = "Synthesis", affix = "", "(27-30)% increased Armour", statOrder = { 1403 }, level = 36, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitIncreasedArmour5_"] = { type = "Synthesis", affix = "", "(30-35)% increased Armour", statOrder = { 1403 }, level = 48, group = "LocalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitFlatArmour1"] = { type = "Synthesis", affix = "", "+(15-20) to Armour", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitFlatArmour2"] = { type = "Synthesis", affix = "", "+(21-30) to Armour", statOrder = { 1401 }, level = 15, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitFlatArmour3"] = { type = "Synthesis", affix = "", "+(31-40) to Armour", statOrder = { 1401 }, level = 24, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitFlatArmour4"] = { type = "Synthesis", affix = "", "+(41-55) to Armour", statOrder = { 1401 }, level = 36, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitFlatArmour5"] = { type = "Synthesis", affix = "", "+(56-70) to Armour", statOrder = { 1401 }, level = 48, group = "LocalPhysicalDamageReductionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitAdditionalPhysReduction1"] = { type = "Synthesis", affix = "", "2% additional Physical Damage Reduction", statOrder = { 2125 }, level = 36, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitAdditionalPhysReduction2"] = { type = "Synthesis", affix = "", "3% additional Physical Damage Reduction", statOrder = { 2125 }, level = 48, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitAdditionalPhysReduction3"] = { type = "Synthesis", affix = "", "4% additional Physical Damage Reduction", statOrder = { 2125 }, level = 56, group = "ReducedPhysicalDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitGlobalArmour1"] = { type = "Synthesis", affix = "", "(7-9)% increased Armour", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmour2"] = { type = "Synthesis", affix = "", "(10-12)% increased Armour", statOrder = { 1402 }, level = 15, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmour3"] = { type = "Synthesis", affix = "", "(13-15)% increased Armour", statOrder = { 1402 }, level = 24, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmourTwoHand1__"] = { type = "Synthesis", affix = "", "(14-16)% increased Armour", statOrder = { 1402 }, level = 36, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmourTwoHand2"] = { type = "Synthesis", affix = "", "(17-19)% increased Armour", statOrder = { 1402 }, level = 48, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmourTwoHand3"] = { type = "Synthesis", affix = "", "(20-22)% increased Armour", statOrder = { 1402 }, level = 56, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmourJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Armour", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitGlobalArmourJewel2_"] = { type = "Synthesis", affix = "", "(5-6)% increased Armour", statOrder = { 1402 }, level = 1, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitReducedDamageFromCrits1"] = { type = "Synthesis", affix = "", "You take (15-25)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 55, group = "ReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["SynthesisImplicitChanceForDoubleArmour1"] = { type = "Synthesis", affix = "", "(15-20)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 65, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["SynthesisImplicitIncreasedEvasion1"] = { type = "Synthesis", affix = "", "(15-18)% increased Evasion Rating", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitIncreasedEvasion2"] = { type = "Synthesis", affix = "", "(19-22)% increased Evasion Rating", statOrder = { 1411 }, level = 15, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitIncreasedEvasion3"] = { type = "Synthesis", affix = "", "(23-26)% increased Evasion Rating", statOrder = { 1411 }, level = 24, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitIncreasedEvasion4"] = { type = "Synthesis", affix = "", "(27-30)% increased Evasion Rating", statOrder = { 1411 }, level = 36, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitIncreasedEvasion5"] = { type = "Synthesis", affix = "", "(30-35)% increased Evasion Rating", statOrder = { 1411 }, level = 48, group = "LocalEvasionRatingIncreasePercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitFlatEvasion1"] = { type = "Synthesis", affix = "", "+(15-20) to Evasion Rating", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitFlatEvasion2"] = { type = "Synthesis", affix = "", "+(21-30) to Evasion Rating", statOrder = { 1409 }, level = 15, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitFlatEvasion3"] = { type = "Synthesis", affix = "", "+(31-40) to Evasion Rating", statOrder = { 1409 }, level = 24, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitFlatEvasion4"] = { type = "Synthesis", affix = "", "+(41-55) to Evasion Rating", statOrder = { 1409 }, level = 36, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitFlatEvasion5"] = { type = "Synthesis", affix = "", "+(56-70) to Evasion Rating", statOrder = { 1409 }, level = 48, group = "LocalEvasionRating", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitAdditionalEvadeChance1"] = { type = "Synthesis", affix = "", "+2% chance to Evade Attack Hits", statOrder = { 5262 }, level = 36, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitAdditionalEvadeChance2"] = { type = "Synthesis", affix = "", "+3% chance to Evade Attack Hits", statOrder = { 5262 }, level = 48, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitAdditionalEvadeChance3"] = { type = "Synthesis", affix = "", "+4% chance to Evade Attack Hits", statOrder = { 5262 }, level = 56, group = "AdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasion1"] = { type = "Synthesis", affix = "", "(7-9)% increased Evasion Rating", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasion2"] = { type = "Synthesis", affix = "", "(10-12)% increased Evasion Rating", statOrder = { 1410 }, level = 15, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasion3"] = { type = "Synthesis", affix = "", "(13-15)% increased Evasion Rating", statOrder = { 1410 }, level = 24, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasionTwoHand1_"] = { type = "Synthesis", affix = "", "(14-16)% increased Evasion Rating", statOrder = { 1410 }, level = 15, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasionTwoHand2_"] = { type = "Synthesis", affix = "", "(17-19)% increased Evasion Rating", statOrder = { 1410 }, level = 24, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasionTwoHand3"] = { type = "Synthesis", affix = "", "(20-22)% increased Evasion Rating", statOrder = { 1410 }, level = 36, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasionJewel1"] = { type = "Synthesis", affix = "", "(3-4)% increased Evasion Rating", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitGlobalEvasionJewel2__"] = { type = "Synthesis", affix = "", "(5-6)% increased Evasion Rating", statOrder = { 1410 }, level = 1, group = "GlobalEvasionRatingPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitAvoidStatusAilments1"] = { type = "Synthesis", affix = "", "(10-15)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidStatusAilments2"] = { type = "Synthesis", affix = "", "(16-25)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 55, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidStatusAilmentsMinor1"] = { type = "Synthesis", affix = "", "(10-12)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidStatusAilmentsMinor2"] = { type = "Synthesis", affix = "", "(13-15)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 55, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["SynthesisImplicitAvoidStatusAilmentsJewel1"] = { type = "Synthesis", affix = "", "(5-7)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 1, group = "AvoidElementalStatusAilments", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["SynthesisImplicitBlindOnHit1"] = { type = "Synthesis", affix = "", "(10-15)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 65, group = "GlobalChanceToBlindOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitIncreasedEnergyShield1"] = { type = "Synthesis", affix = "", "(15-16)% increased Energy Shield", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitIncreasedEnergyShield2"] = { type = "Synthesis", affix = "", "(17-18)% increased Energy Shield", statOrder = { 1420 }, level = 15, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitIncreasedEnergyShield3__"] = { type = "Synthesis", affix = "", "(19-20)% increased Energy Shield", statOrder = { 1420 }, level = 24, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitIncreasedEnergyShield4"] = { type = "Synthesis", affix = "", "(21-22)% increased Energy Shield", statOrder = { 1420 }, level = 36, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitIncreasedEnergyShield5"] = { type = "Synthesis", affix = "", "(23-25)% increased Energy Shield", statOrder = { 1420 }, level = 48, group = "LocalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShield1"] = { type = "Synthesis", affix = "", "+(10-12) to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShield2"] = { type = "Synthesis", affix = "", "+(13-15) to maximum Energy Shield", statOrder = { 1419 }, level = 15, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShield3"] = { type = "Synthesis", affix = "", "+(16-18) to maximum Energy Shield", statOrder = { 1419 }, level = 24, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShield4"] = { type = "Synthesis", affix = "", "+(19-21) to maximum Energy Shield", statOrder = { 1419 }, level = 36, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShield5_"] = { type = "Synthesis", affix = "", "+(22-25) to maximum Energy Shield", statOrder = { 1419 }, level = 48, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShieldMinor1"] = { type = "Synthesis", affix = "", "+(6-7) to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShieldMinor2_"] = { type = "Synthesis", affix = "", "+(8-9) to maximum Energy Shield", statOrder = { 1419 }, level = 15, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShieldMinor3_"] = { type = "Synthesis", affix = "", "+(10-11) to maximum Energy Shield", statOrder = { 1419 }, level = 24, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShieldMinor4"] = { type = "Synthesis", affix = "", "+(12-13) to maximum Energy Shield", statOrder = { 1419 }, level = 36, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitFlatEnergyShieldMinor5_"] = { type = "Synthesis", affix = "", "+(14-15) to maximum Energy Shield", statOrder = { 1419 }, level = 48, group = "LocalEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRegen1"] = { type = "Synthesis", affix = "", "Regenerate (0.6-0.7)% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRegen2"] = { type = "Synthesis", affix = "", "Regenerate (0.8-0.9)% of Energy Shield per second", statOrder = { 2495 }, level = 15, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRegen3"] = { type = "Synthesis", affix = "", "Regenerate 1% of Energy Shield per second", statOrder = { 2495 }, level = 24, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRegenJewel1_"] = { type = "Synthesis", affix = "", "Regenerate 0.2% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldJewel1"] = { type = "Synthesis", affix = "", "+(3-4) to maximum Energy Shield", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldJewel2_"] = { type = "Synthesis", affix = "", "+(5-6) to maximum Energy Shield", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRechargeRate1"] = { type = "Synthesis", affix = "", "(8-9)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRechargeRate2_"] = { type = "Synthesis", affix = "", "(10-11)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 15, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRechargeRate3_"] = { type = "Synthesis", affix = "", "(12-15)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 24, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRechargeRateJewel1_"] = { type = "Synthesis", affix = "", "(3-5)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 1, group = "EnergyShieldRegeneration", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShield1"] = { type = "Synthesis", affix = "", "(4-5)% increased maximum Energy Shield", statOrder = { 1421 }, level = 1, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShield2"] = { type = "Synthesis", affix = "", "(6-7)% increased maximum Energy Shield", statOrder = { 1421 }, level = 15, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShield3__"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Energy Shield", statOrder = { 1421 }, level = 24, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShieldTwoHand1"] = { type = "Synthesis", affix = "", "(7-9)% increased maximum Energy Shield", statOrder = { 1421 }, level = 15, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShieldTwoHand2"] = { type = "Synthesis", affix = "", "(10-13)% increased maximum Energy Shield", statOrder = { 1421 }, level = 24, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitGlobalEnergyShieldTwoHand3___"] = { type = "Synthesis", affix = "", "(14-16)% increased maximum Energy Shield", statOrder = { 1421 }, level = 36, group = "GlobalEnergyShieldPercent", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldRecoveryRate1"] = { type = "Synthesis", affix = "", "(10-15)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 60, group = "EnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldLeech1"] = { type = "Synthesis", affix = "", "0.3% of Spell Damage Leeched as Energy Shield", statOrder = { 1581 }, level = 55, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldLeechJewel1"] = { type = "Synthesis", affix = "", "0.2% of Spell Damage Leeched as Energy Shield", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitMaximumEnergyShieldLeechRate1"] = { type = "Synthesis", affix = "", "10% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 56, group = "MaximumEnergyShieldLeechRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldOnHitJewel1"] = { type = "Synthesis", affix = "", "Gain (1-2) Energy Shield per Enemy Hit with Attacks", statOrder = { 1606 }, level = 1, group = "EnergyShieldGainPerTarget", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "attack" }, }, + ["SynthesisImplicitEnergyShieldDelay1"] = { type = "Synthesis", affix = "", "(4-6)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 36, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitEnergyShieldDelay2"] = { type = "Synthesis", affix = "", "(7-10)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 48, group = "EnergyShieldDelay", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitLifeAddedAsEnergyShield1_"] = { type = "Synthesis", affix = "", "Gain 3% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 8501 }, level = 65, group = "LifeAddedAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitShieldAttackBlock1_"] = { type = "Synthesis", affix = "", "+(2-3)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 1, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitShieldAttackBlock2"] = { type = "Synthesis", affix = "", "+(4-5)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 15, group = "AdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitShieldSpellBlock1"] = { type = "Synthesis", affix = "", "(2-3)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitShieldSpellBlock2_"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 15, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitAttackBlock1"] = { type = "Synthesis", affix = "", "2% Chance to Block Attack Damage", statOrder = { 1009 }, level = 48, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitAttackBlock2"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 56, group = "BlockPercent", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitSpellBlock1"] = { type = "Synthesis", affix = "", "2% Chance to Block Spell Damage", statOrder = { 1028 }, level = 48, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitSpellBlock2_"] = { type = "Synthesis", affix = "", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 56, group = "SpellBlockPercentage", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitLifeOnBlock1_"] = { type = "Synthesis", affix = "", "Recover (3-5)% of Life when you Block", statOrder = { 2902 }, level = 60, group = "RecoverLifePercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["SynthesisImplicitManaOnBlock1"] = { type = "Synthesis", affix = "", "Recover (3-5)% of your maximum Mana when you Block", statOrder = { 7594 }, level = 60, group = "RecoverManaPercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["SynthesisImplicitEnergyShieldOnBlock1"] = { type = "Synthesis", affix = "", "Recover (3-5)% of Energy Shield when you Block", statOrder = { 2318 }, level = 60, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "defences", "energy_shield" }, }, + ["SynthesisImplicitMaximumAttackBlock1"] = { type = "Synthesis", affix = "", "+(1-2)% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 65, group = "MaximumBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitMaximumSpellBlock1_"] = { type = "Synthesis", affix = "", "+(1-2)% to maximum Chance to Block Spell Damage", statOrder = { 1844 }, level = 65, group = "MaximumSpellBlockChance", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["SynthesisImplicitFlatLifeOnBlock1"] = { type = "Synthesis", affix = "", "(15-25) Life gained when you Block", statOrder = { 1616 }, level = 15, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["SynthesisImplicitFlatLifeOnBlock2"] = { type = "Synthesis", affix = "", "(26-35) Life gained when you Block", statOrder = { 1616 }, level = 24, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["SynthesisImplicitFlatLifeOnBlockJewel1"] = { type = "Synthesis", affix = "", "(4-6) Life gained when you Block", statOrder = { 1616 }, level = 1, group = "GainLifeOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "life" }, }, + ["SynthesisImplicitFlatManaOnBlock1"] = { type = "Synthesis", affix = "", "(5-10) Mana gained when you Block", statOrder = { 1617 }, level = 15, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["SynthesisImplicitFlatManaOnBlock2"] = { type = "Synthesis", affix = "", "(11-15) Mana gained when you Block", statOrder = { 1617 }, level = 24, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["SynthesisImplicitFlatManaOnBlockJewel1"] = { type = "Synthesis", affix = "", "(3-5) Mana gained when you Block", statOrder = { 1617 }, level = 1, group = "GainManaOnBlock", weightKey = { }, weightVal = { }, modTags = { "block", "resource", "mana" }, }, + ["SynthesisImplicitAttackDodge1"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAttackDodge2"] = { type = "Synthesis", affix = "", "+(6-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitSpellDodge1"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitSpellDodge2"] = { type = "Synthesis", affix = "", "+(6-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAttackDodgeMinor1"] = { type = "Synthesis", affix = "", "+2% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 48, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAttackDodgeMinor2"] = { type = "Synthesis", affix = "", "+3% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 56, group = "ChanceToSuppressSpellsOld", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAvoidFire1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 60, group = "FireDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["SynthesisImplicitAvoidCold1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 60, group = "ColdDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["SynthesisImplicitAvoidLightning1"] = { type = "Synthesis", affix = "", "(3-5)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 60, group = "LightningDamageAvoidance", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["SynthesisImplicitMaximumAttackDodge1_"] = { type = "Synthesis", affix = "", "Prevent +(1-2)% of Suppressed Spell Damage", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitMaximumSpellDodge1"] = { type = "Synthesis", affix = "", "Prevent +(1-2)% of Suppressed Spell Damage", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitSpellDamageSuppressed1_"] = { type = "Synthesis", affix = "", "Prevent +(2-3)% of Suppressed Spell Damage", statOrder = { 1012 }, level = 65, group = "SpellDamageSuppressed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitVitalityReservation1"] = { type = "Synthesis", affix = "", "Vitality has 20% increased Mana Reservation Efficiency", statOrder = { 9742 }, level = 48, group = "VitalityReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitVitalityReservationEfficiency1"] = { type = "Synthesis", affix = "", "Vitality has 20% increased Mana Reservation Efficiency", statOrder = { 9743 }, level = 48, group = "VitalityReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitDeterminationReservation1"] = { type = "Synthesis", affix = "", "Determination has 20% increased Mana Reservation Efficiency", statOrder = { 5736 }, level = 48, group = "DeterminationReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitDeterminationReservationEfficiency1_"] = { type = "Synthesis", affix = "", "Determination has 20% increased Mana Reservation Efficiency", statOrder = { 5737 }, level = 48, group = "DeterminationReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitGraceReservation1"] = { type = "Synthesis", affix = "", "Grace has 20% increased Mana Reservation Efficiency", statOrder = { 6401 }, level = 48, group = "GraceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitGraceReservationEfficiency1"] = { type = "Synthesis", affix = "", "Grace has 20% increased Mana Reservation Efficiency", statOrder = { 6402 }, level = 48, group = "GraceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitDisciplineReservation1_"] = { type = "Synthesis", affix = "", "Discipline has 20% increased Mana Reservation Efficiency", statOrder = { 5748 }, level = 48, group = "DisciplineReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitDisciplineReservationEfficiency1___"] = { type = "Synthesis", affix = "", "Discipline has 20% increased Mana Reservation Efficiency", statOrder = { 5749 }, level = 48, group = "DisciplineReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfFireReservation1_"] = { type = "Synthesis", affix = "", "Purity of Fire has 20% increased Mana Reservation Efficiency", statOrder = { 9036 }, level = 48, group = "PurityOfFireReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfFireReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Fire has 20% increased Mana Reservation Efficiency", statOrder = { 9037 }, level = 48, group = "PurityOfFireReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfFireReservation2_"] = { type = "Synthesis", affix = "", "Purity of Fire has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9036 }, level = 65, group = "PurityOfFireReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfFireReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Fire has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9037 }, level = 65, group = "PurityOfFireReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfIceReservation1_"] = { type = "Synthesis", affix = "", "Purity of Ice has 20% increased Mana Reservation Efficiency", statOrder = { 9039 }, level = 48, group = "PurityOfIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfIceReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Ice has 20% increased Mana Reservation Efficiency", statOrder = { 9040 }, level = 48, group = "PurityOfIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfIceReservation2"] = { type = "Synthesis", affix = "", "Purity of Ice has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9039 }, level = 65, group = "PurityOfIceReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfIceReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Ice has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9040 }, level = 65, group = "PurityOfIceReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfLightningReservation1"] = { type = "Synthesis", affix = "", "Purity of Lightning has 20% increased Mana Reservation Efficiency", statOrder = { 9042 }, level = 48, group = "PurityOfLightningReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfLightningReservationEfficiency1"] = { type = "Synthesis", affix = "", "Purity of Lightning has 20% increased Mana Reservation Efficiency", statOrder = { 9043 }, level = 48, group = "PurityOfLightningReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfLightningReservation2"] = { type = "Synthesis", affix = "", "Purity of Lightning has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9042 }, level = 65, group = "PurityOfLightningReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitPurityOfLightningReservationEfficiency2"] = { type = "Synthesis", affix = "", "Purity of Lightning has (60-80)% increased Mana Reservation Efficiency", statOrder = { 9043 }, level = 65, group = "PurityOfLightningReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "aura" }, }, + ["SynthesisImplicitSocketedGemReducedReservation1_"] = { type = "Synthesis", affix = "", "Socketed Gems have 20% increased Reservation Efficiency", statOrder = { 445 }, level = 60, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { }, weightVal = { }, modTags = { "skill", "gem" }, }, + ["SynthesisImplicitSelfAuraEffect1_"] = { type = "Synthesis", affix = "", "(10-15)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 56, group = "AuraEffect", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["SynthesisImplicitDeterminationEffect1"] = { type = "Synthesis", affix = "", "Determination has (15-20)% increased Aura Effect", statOrder = { 3207 }, level = 55, group = "IncreasedAuraEffectDeterminationCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["SynthesisImplicitGraceEffect1"] = { type = "Synthesis", affix = "", "Grace has (15-20)% increased Aura Effect", statOrder = { 3203 }, level = 55, group = "IncreasedAuraEffectGraceCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["SynthesisImplicitDisciplineEffect1"] = { type = "Synthesis", affix = "", "Discipline has (15-20)% increased Aura Effect", statOrder = { 3208 }, level = 55, group = "IncreasedAuraEffectDisciplineCorrupted", weightKey = { }, weightVal = { }, modTags = { "aura" }, }, + ["SynthesisImplicitDeterminationPhysicalDamageReduction1"] = { type = "Synthesis", affix = "", "(4-6)% additional Physical Damage Reduction while affected by Determination", statOrder = { 4343 }, level = 65, group = "DeterminationPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitGraceAdditionalChanceToEvade1"] = { type = "Synthesis", affix = "", "+(4-6)% chance to Evade Attack Hits while affected by Grace", statOrder = { 5264 }, level = 65, group = "GraceAdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitDisciplineEnergyShieldRegen1___"] = { type = "Synthesis", affix = "", "Regenerate (1.2-2.2)% of Energy Shield per Second while affected by Discipline", statOrder = { 6000 }, level = 65, group = "DisciplineEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitReducedManaReservation1"] = { type = "Synthesis", affix = "", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 60, group = "ReducedReservation", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitManaReservationEfficiency1"] = { type = "Synthesis", affix = "", "(6-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 60, group = "ManaReservationEfficiency", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SynthesisImplicitSocketedSkillsManaMultiplier1"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 96% Cost & Reservation Multiplier", statOrder = { 447 }, level = 24, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SynthesisImplicitSocketedSkillsManaMultiplier2"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 94% Cost & Reservation Multiplier", statOrder = { 447 }, level = 36, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SynthesisImplicitSocketedSkillsManaMultiplier3"] = { type = "Synthesis", affix = "", "Socketed Skill Gems get a 92% Cost & Reservation Multiplier", statOrder = { 447 }, level = 48, group = "SocketedSkillsManaMultiplier", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "gem" }, }, + ["SynthesisImplicitGrantsPurityOfFire1"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Fire Skill", statOrder = { 524 }, level = 75, group = "PurityOfFireSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsPurityOfIce1__"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Ice Skill", statOrder = { 530 }, level = 75, group = "PurityOfColdSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsPurityOfLightning1"] = { type = "Synthesis", affix = "", "Grants Level 25 Purity of Lightning Skill", statOrder = { 532 }, level = 75, group = "PurityOfLightningSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsAnger1"] = { type = "Synthesis", affix = "", "Grants Level 10 Anger Skill", statOrder = { 550 }, level = 45, group = "AngerSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsAnger2"] = { type = "Synthesis", affix = "", "Grants Level 15 Anger Skill", statOrder = { 550 }, level = 62, group = "AngerSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsHatred1"] = { type = "Synthesis", affix = "", "Grants Level 10 Hatred Skill", statOrder = { 549 }, level = 45, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsHatred2"] = { type = "Synthesis", affix = "", "Grants Level 15 Hatred Skill", statOrder = { 549 }, level = 62, group = "HatredSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsWrath1"] = { type = "Synthesis", affix = "", "Grants Level 10 Wrath Skill", statOrder = { 548 }, level = 45, group = "WrathSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitGrantsWrath2_"] = { type = "Synthesis", affix = "", "Grants Level 15 Wrath Skill", statOrder = { 548 }, level = 62, group = "WrathSkill", weightKey = { }, weightVal = { }, modTags = { "skill" }, }, + ["SynthesisImplicitHasSocket1_"] = { type = "Synthesis", affix = "", "Has 1 Socket", statOrder = { 50 }, level = 75, group = "HasXSockets", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitCurseDuration1"] = { type = "Synthesis", affix = "", "Curse Skills have (10-15)% increased Skill Effect Duration", statOrder = { 5576 }, level = 36, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseDuration2"] = { type = "Synthesis", affix = "", "Curse Skills have (16-20)% increased Skill Effect Duration", statOrder = { 5576 }, level = 48, group = "CurseDuration", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffect1"] = { type = "Synthesis", affix = "", "(6-10)% increased Effect of your Curses", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitFlammability1"] = { type = "Synthesis", affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 45, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitFlammability2"] = { type = "Synthesis", affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 56, group = "FlammabilityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitFrostbite1_"] = { type = "Synthesis", affix = "", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 45, group = "FrostbiteOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitFrostbite2_"] = { type = "Synthesis", affix = "", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 56, group = "FrostbiteOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitConductivity1"] = { type = "Synthesis", affix = "", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 45, group = "ConductivityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitConductivity2"] = { type = "Synthesis", affix = "", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 56, group = "ConductivityOnHitLevel", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitVulnerability1"] = { type = "Synthesis", affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 45, group = "CurseOnHitLevelVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitVulnerability2"] = { type = "Synthesis", affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 56, group = "CurseOnHitLevelVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitDespair1"] = { type = "Synthesis", affix = "", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 45, group = "CurseOnHitDespair", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseOnHitElementalWeakness1__"] = { type = "Synthesis", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2376 }, level = 45, group = "CurseOnHitLevelElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectFlammability1"] = { type = "Synthesis", affix = "", "(20-30)% increased Flammability Curse Effect", statOrder = { 3845 }, level = 55, group = "CurseEffectFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectFlammabilityOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Flammability Curse Effect", statOrder = { 3845 }, level = 55, group = "CurseEffectFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectFrostbite1"] = { type = "Synthesis", affix = "", "(20-30)% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 55, group = "CurseEffectFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectFrostbiteOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 55, group = "CurseEffectFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectConductivity1"] = { type = "Synthesis", affix = "", "(20-30)% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 55, group = "CurseEffectConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectConductivityOneHand1"] = { type = "Synthesis", affix = "", "(10-15)% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 55, group = "CurseEffectConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectVulnerability1_"] = { type = "Synthesis", affix = "", "(20-30)% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 55, group = "CurseEffectVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitCurseEffectElementalWeakness1"] = { type = "Synthesis", affix = "", "(20-30)% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 55, group = "CurseEffectElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitDamageAffectedByAuras1"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (7-9)% increased Damage", statOrder = { 3900 }, level = 24, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageAffectedByAuras2"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (10-12)% increased Damage", statOrder = { 3900 }, level = 36, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageAffectedByAuras3_"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (13-15)% increased Damage", statOrder = { 3900 }, level = 48, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageAffectedByAurasTwoHand1"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (13-16)% increased Damage", statOrder = { 3900 }, level = 24, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageAffectedByAurasTwoHand2_"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (17-21)% increased Damage", statOrder = { 3900 }, level = 36, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageAffectedByAurasTwoHand3"] = { type = "Synthesis", affix = "", "You and nearby Allies deal (22-25)% increased Damage", statOrder = { 3900 }, level = 48, group = "DamageAffectedByAuras", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeeching1"] = { type = "Synthesis", affix = "", "(10-12)% increased Damage while Leeching", statOrder = { 2905 }, level = 36, group = "DamageWhileLeeching", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeeching2"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage while Leeching", statOrder = { 2905 }, level = 48, group = "DamageWhileLeeching", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingLife1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage while Leeching Life", statOrder = { 1084 }, level = 1, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingLife2__"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage while Leeching Life", statOrder = { 1084 }, level = 15, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingLife3"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage while Leeching Life", statOrder = { 1084 }, level = 24, group = "DamageWhileLeechingLife", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingMana1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage while Leeching Mana", statOrder = { 1086 }, level = 1, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingMana2_"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage while Leeching Mana", statOrder = { 1086 }, level = 15, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageWhileLeechingMana3_"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage while Leeching Mana", statOrder = { 1086 }, level = 24, group = "DamageWhileLeechingMana", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageDuringFlaskEffect1"] = { type = "Synthesis", affix = "", "(10-12)% increased Damage during any Flask Effect", statOrder = { 3913 }, level = 36, group = "DamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, + ["SynthesisImplicitDamageDuringFlaskEffect2"] = { type = "Synthesis", affix = "", "(13-15)% increased Damage during any Flask Effect", statOrder = { 3913 }, level = 48, group = "DamageDuringFlaskEffect", weightKey = { }, weightVal = { }, modTags = { "flask", "damage" }, }, + ["SynthesisImplicitDamageWithTriggeredSpells1"] = { type = "Synthesis", affix = "", "Triggered Spells deal (10-12)% increased Spell Damage", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageWithTriggeredSpells2"] = { type = "Synthesis", affix = "", "Triggered Spells deal (13-15)% increased Spell Damage", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitVaalSkillDamage1"] = { type = "Synthesis", affix = "", "(13-16)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 24, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamage2"] = { type = "Synthesis", affix = "", "(17-21)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamage3"] = { type = "Synthesis", affix = "", "(22-25)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamageWeapon1"] = { type = "Synthesis", affix = "", "(25-30)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamageWeapon2"] = { type = "Synthesis", affix = "", "(31-35)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamageWeaponTwoHand1"] = { type = "Synthesis", affix = "", "(36-44)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 36, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitVaalSkillDamageWeaponTwoHand2"] = { type = "Synthesis", affix = "", "(45-51)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 48, group = "VaalSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "vaal" }, }, + ["SynthesisImplicitDamageWithTriggeredSpellsWeapon1_"] = { type = "Synthesis", affix = "", "Triggered Spells deal (19-22)% increased Spell Damage", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageWithTriggeredSpellsWeapon2"] = { type = "Synthesis", affix = "", "Triggered Spells deal (23-26)% increased Spell Damage", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageWithTriggeredSpellsWeaponTwoHand1"] = { type = "Synthesis", affix = "", "Triggered Spells deal (27-32)% increased Spell Damage", statOrder = { 9651 }, level = 36, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDamageWithTriggeredSpellsWeaponTwoHand2_"] = { type = "Synthesis", affix = "", "Triggered Spells deal (33-38)% increased Spell Damage", statOrder = { 9651 }, level = 48, group = "DamageWithTriggeredSpells", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitDoubleDamageChanceOneHand1"] = { type = "Synthesis", affix = "", "2% chance to deal Double Damage", statOrder = { 5249 }, level = 36, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDoubleDamageChanceOneHand2"] = { type = "Synthesis", affix = "", "3% chance to deal Double Damage", statOrder = { 5249 }, level = 48, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDoubleDamageChanceTwoHand1"] = { type = "Synthesis", affix = "", "4% chance to deal Double Damage", statOrder = { 5249 }, level = 36, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDoubleDamageChanceTwoHand2_"] = { type = "Synthesis", affix = "", "5% chance to deal Double Damage", statOrder = { 5249 }, level = 48, group = "DoubleDamageChance", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAreaDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Area Damage", statOrder = { 1889 }, level = 36, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitAreaDamage2"] = { type = "Synthesis", affix = "", "(13-15)% increased Area Damage", statOrder = { 1889 }, level = 48, group = "AreaDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitProjectileDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Projectile Damage", statOrder = { 1850 }, level = 36, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitProjectileDamage2_"] = { type = "Synthesis", affix = "", "(13-15)% increased Projectile Damage", statOrder = { 1850 }, level = 48, group = "ProjectileDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitMeleeDamage1"] = { type = "Synthesis", affix = "", "(10-12)% increased Melee Damage", statOrder = { 1100 }, level = 36, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitMeleeDamage2"] = { type = "Synthesis", affix = "", "(13-15)% increased Melee Damage", statOrder = { 1100 }, level = 48, group = "MeleeDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitMinionDamage1"] = { type = "Synthesis", affix = "", "Minions deal 8% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamage2_"] = { type = "Synthesis", affix = "", "Minions deal (9-10)% increased Damage", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamage3"] = { type = "Synthesis", affix = "", "Minions deal (11-12)% increased Damage", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamage4"] = { type = "Synthesis", affix = "", "Minions deal (13-14)% increased Damage", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamage5"] = { type = "Synthesis", affix = "", "Minions deal (15-16)% increased Damage", statOrder = { 1830 }, level = 48, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamage1_"] = { type = "Synthesis", affix = "", "Minions deal (19-22)% increased Damage", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamage2"] = { type = "Synthesis", affix = "", "Minions deal (23-26)% increased Damage", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamage3"] = { type = "Synthesis", affix = "", "Minions deal (27-30)% increased Damage", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamageTwoHand1"] = { type = "Synthesis", affix = "", "Minions deal (27-32)% increased Damage", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamageTwoHand2"] = { type = "Synthesis", affix = "", "Minions deal (33-38)% increased Damage", statOrder = { 1830 }, level = 24, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitWeaponMinionDamageTwoHand3"] = { type = "Synthesis", affix = "", "Minions deal (39-44)% increased Damage", statOrder = { 1830 }, level = 36, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamageJewel1_"] = { type = "Synthesis", affix = "", "Minions deal (2-3)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitMinionDamageJewel2_"] = { type = "Synthesis", affix = "", "Minions deal (4-5)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitZombieDamage1"] = { type = "Synthesis", affix = "", "Raised Zombies deal (30-35)% increased Damage", statOrder = { 3479 }, level = 55, group = "ZombieIncreasedDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitSkeletonDamage1_"] = { type = "Synthesis", affix = "", "Skeletons deal (30-35)% increased Damage", statOrder = { 3495 }, level = 55, group = "SkeletonDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitSpectreDamage1"] = { type = "Synthesis", affix = "", "Spectres have (30-35)% increased Damage", statOrder = { 3294 }, level = 55, group = "SpectreDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "minion" }, }, + ["SynthesisImplicitAnimateGuardianResistances1"] = { type = "Synthesis", affix = "", "+15% to Animated Guardian Elemental Resistances", statOrder = { 3821 }, level = 55, group = "AnimateGuardianResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["SynthesisImplicitItemDropsOnDeathAnimateGuardian1_"] = { type = "Synthesis", affix = "", "Item drops on Death if Equipped by an Animated Guardian", statOrder = { 2410 }, level = 60, group = "ItemDropsOnGuardianDeath", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitMinionLife1_"] = { type = "Synthesis", affix = "", "Minions have (7-9)% increased maximum Life", statOrder = { 1625 }, level = 15, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLife2__"] = { type = "Synthesis", affix = "", "Minions have (10-12)% increased maximum Life", statOrder = { 1625 }, level = 24, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLife3"] = { type = "Synthesis", affix = "", "Minions have (13-15)% increased maximum Life", statOrder = { 1625 }, level = 36, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLifeRegen1"] = { type = "Synthesis", affix = "", "Minions Regenerate 0.3% of Life per second", statOrder = { 2759 }, level = 36, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLifeRegen2"] = { type = "Synthesis", affix = "", "Minions Regenerate 0.5% of Life per second", statOrder = { 2759 }, level = 48, group = "MinionLifeRegeneration", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLifeJewel1"] = { type = "Synthesis", affix = "", "Minions have (2-3)% increased maximum Life", statOrder = { 1625 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionLifeJewel2"] = { type = "Synthesis", affix = "", "Minions have (4-5)% increased maximum Life", statOrder = { 1625 }, level = 1, group = "MinionLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "minion" }, }, + ["SynthesisImplicitMinionResistanceJewel1"] = { type = "Synthesis", affix = "", "Minions have +3% to all Elemental Resistances", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["SynthesisImplicitMinionResistanceJewel2"] = { type = "Synthesis", affix = "", "Minions have +(4-5)% to all Elemental Resistances", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance", "minion" }, }, + ["SynthesisImplicitMinionMovementSpeed1"] = { type = "Synthesis", affix = "", "Minions have (4-5)% increased Movement Speed", statOrder = { 1628 }, level = 24, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SynthesisImplicitMinionMovementSpeed2"] = { type = "Synthesis", affix = "", "Minions have (6-7)% increased Movement Speed", statOrder = { 1628 }, level = 36, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SynthesisImplicitMinionMovementSpeed3"] = { type = "Synthesis", affix = "", "Minions have (8-10)% increased Movement Speed", statOrder = { 1628 }, level = 48, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SynthesisImplicitMinionMovementSpeedJewel1"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SynthesisImplicitMinionMovementSpeedJewel2_"] = { type = "Synthesis", affix = "", "Minions have 3% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed", "minion" }, }, + ["SynthesisImplicitMinionAttackSpeedJewel1_"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Attack Speed", statOrder = { 2755 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SynthesisImplicitMinionAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "Minions have 3% increased Attack Speed", statOrder = { 2755 }, level = 1, group = "MinionAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed", "minion" }, }, + ["SynthesisImplicitMinionCastSpeedJewel1"] = { type = "Synthesis", affix = "", "Minions have (1-2)% increased Cast Speed", statOrder = { 2756 }, level = 1, group = "MinionCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SynthesisImplicitMinionCastSpeedJewel2"] = { type = "Synthesis", affix = "", "Minions have 3% increased Cast Speed", statOrder = { 2756 }, level = 1, group = "MinionCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed", "minion" }, }, + ["SynthesisImplicitMinionAccuracyJewel1"] = { type = "Synthesis", affix = "", "2% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["SynthesisImplicitMinionAccuracyJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRating", weightKey = { }, weightVal = { }, modTags = { "attack", "minion" }, }, + ["SynthesisImplicitEnduranceChargeDuration1"] = { type = "Synthesis", affix = "", "(8-11)% increased Endurance Charge Duration", statOrder = { 1979 }, level = 45, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitEnduranceChargeDuration2__"] = { type = "Synthesis", affix = "", "(12-15)% increased Endurance Charge Duration", statOrder = { 1979 }, level = 50, group = "EnduranceChargeDuration", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitEnduranceChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 55, group = "EnduranceChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitEnduranceChargeGeneration1"] = { type = "Synthesis", affix = "", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 6270 }, level = 60, group = "EnduranceChargeIfHitRecently", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitMinimumEnduranceCharge1"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Endurance Charges", statOrder = { 1662 }, level = 55, group = "MinimumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitMaximumEnduranceCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 60, group = "MaximumEnduranceCharges", weightKey = { }, weightVal = { }, modTags = { "endurance_charge" }, }, + ["SynthesisImplicitDamagePerEnduranceChargeMinor1"] = { type = "Synthesis", affix = "", "2% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 40, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerEnduranceCharge1"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 55, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerEnduranceCharge2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 55, group = "DamagePerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitLifeRegenPerEnduranceCharge1____"] = { type = "Synthesis", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 50, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitFrenzyChargeDuration1_"] = { type = "Synthesis", affix = "", "(8-11)% increased Frenzy Charge Duration", statOrder = { 1981 }, level = 45, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitFrenzyChargeDuration2_"] = { type = "Synthesis", affix = "", "(12-15)% increased Frenzy Charge Duration", statOrder = { 1981 }, level = 50, group = "FrenzyChargeDuration", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitFrenzyChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 55, group = "FrenzyChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitFrenzyChargeGeneration1"] = { type = "Synthesis", affix = "", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1692 }, level = 60, group = "FrenzyChargeOnHitChance", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitMinimumFrenzyCharge1_"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Frenzy Charges", statOrder = { 1667 }, level = 55, group = "MinimumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitMaximumFrenzyCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 60, group = "MaximumFrenzyCharges", weightKey = { }, weightVal = { }, modTags = { "frenzy_charge" }, }, + ["SynthesisImplicitDamagePerFrenzyChargeMinor1_"] = { type = "Synthesis", affix = "", "2% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 40, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerFrenzyCharge1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 55, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerFrenzyCharge2_"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 55, group = "DamagePerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitEvasionPerFrenzyCharge1_"] = { type = "Synthesis", affix = "", "6% increased Evasion Rating per Frenzy Charge", statOrder = { 1417 }, level = 50, group = "IncreasedEvasionRatingPerFrenzyCharge", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["SynthesisImplicitPowerChargeDuration1"] = { type = "Synthesis", affix = "", "(8-11)% increased Power Charge Duration", statOrder = { 1996 }, level = 45, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SynthesisImplicitPowerChargeDuration2"] = { type = "Synthesis", affix = "", "(12-15)% increased Power Charge Duration", statOrder = { 1996 }, level = 50, group = "IncreasedPowerChargeDuration", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SynthesisImplicitPowerChargeOnKill1"] = { type = "Synthesis", affix = "", "(5-10)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 55, group = "PowerChargeOnKillChance", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SynthesisImplicitPowerChargeGeneration1_"] = { type = "Synthesis", affix = "", "15% chance to gain a Power Charge on Critical Strike", statOrder = { 1689 }, level = 60, group = "PowerChargeOnCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "power_charge", "critical" }, }, + ["SynthesisImplicitMinimumPowerCharge1"] = { type = "Synthesis", affix = "", "+(1-2) to Minimum Power Charges", statOrder = { 1672 }, level = 55, group = "MinimumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SynthesisImplicitMaximumPowerCharge1"] = { type = "Synthesis", affix = "", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 60, group = "IncreasedMaximumPowerCharges", weightKey = { }, weightVal = { }, modTags = { "power_charge" }, }, + ["SynthesisImplicitDamagePerPowerChargeMinor1___"] = { type = "Synthesis", affix = "", "2% increased Damage per Power Charge", statOrder = { 5639 }, level = 40, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerPowerCharge1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Damage per Power Charge", statOrder = { 5639 }, level = 55, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamagePerPowerCharge2"] = { type = "Synthesis", affix = "", "(4-5)% increased Damage per Power Charge", statOrder = { 5639 }, level = 55, group = "IncreasedDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitSpellDamagePerPowerCharge1"] = { type = "Synthesis", affix = "", "6% increased Spell Damage per Power Charge", statOrder = { 1994 }, level = 50, group = "IncreasedSpellDamagePerPowerCharge", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitMovementVelocity1"] = { type = "Synthesis", affix = "", "4% increased Movement Speed", statOrder = { 1657 }, level = 24, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMovementVelocity2"] = { type = "Synthesis", affix = "", "(5-6)% increased Movement Speed", statOrder = { 1657 }, level = 36, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMovementVelocity3___"] = { type = "Synthesis", affix = "", "(7-8)% increased Movement Speed", statOrder = { 1657 }, level = 48, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTrinketMovementVelocity1"] = { type = "Synthesis", affix = "", "(4-5)% increased Movement Speed", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMovementVelocityJewel1___"] = { type = "Synthesis", affix = "", "1% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMovementVelocityJewel2"] = { type = "Synthesis", affix = "", "2% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitOnslaught1"] = { type = "Synthesis", affix = "", "Onslaught", statOrder = { 3433 }, level = 60, group = "HasOnslaught", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitProjectileSpeed1"] = { type = "Synthesis", affix = "", "(9-10)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeed2"] = { type = "Synthesis", affix = "", "(11-12)% increased Projectile Speed", statOrder = { 1655 }, level = 15, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeed3"] = { type = "Synthesis", affix = "", "(13-14)% increased Projectile Speed", statOrder = { 1655 }, level = 24, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeed4"] = { type = "Synthesis", affix = "", "(15-17)% increased Projectile Speed", statOrder = { 1655 }, level = 36, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeed5_"] = { type = "Synthesis", affix = "", "(18-20)% increased Projectile Speed", statOrder = { 1655 }, level = 48, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitProjectileSpeedJewel2__"] = { type = "Synthesis", affix = "", "(3-5)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitAreaOfEffectJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAreaOfEffectJewel2"] = { type = "Synthesis", affix = "", "(3-5)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAttackSpeed1"] = { type = "Synthesis", affix = "", "3% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAttackSpeed2_"] = { type = "Synthesis", affix = "", "4% increased Attack Speed", statOrder = { 1273 }, level = 15, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAttackSpeed3"] = { type = "Synthesis", affix = "", "5% increased Attack Speed", statOrder = { 1273 }, level = 24, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "2% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitLocalAttackSpeed1_"] = { type = "Synthesis", affix = "", "(3-4)% increased Attack Speed", statOrder = { 1276 }, level = 1, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitLocalAttackSpeed2"] = { type = "Synthesis", affix = "", "(5-6)% increased Attack Speed", statOrder = { 1276 }, level = 15, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitLocalAttackSpeed3"] = { type = "Synthesis", affix = "", "(7-8)% increased Attack Speed", statOrder = { 1276 }, level = 24, group = "LocalIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitMaceIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Maces or Sceptres", statOrder = { 1287 }, level = 1, group = "MaceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAxeIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Axes", statOrder = { 1283 }, level = 1, group = "AxeIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitSwordIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Swords", statOrder = { 1289 }, level = 1, group = "SwordIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitBowIncreasedAttackSpeedJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Bows", statOrder = { 1288 }, level = 1, group = "BowIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitClawIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Claws", statOrder = { 1285 }, level = 1, group = "ClawIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitDaggerIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Daggers", statOrder = { 1286 }, level = 1, group = "DaggerIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitWandIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Wands", statOrder = { 1290 }, level = 1, group = "WandIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitStaffIncreasedAttackSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Attack Speed with Staves", statOrder = { 1284 }, level = 1, group = "StaffIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitMaceIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Maces or Sceptres", statOrder = { 1287 }, level = 1, group = "MaceIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitAxeIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Axes", statOrder = { 1283 }, level = 1, group = "AxeIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitSwordIncreasedAttackSpeedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Swords", statOrder = { 1289 }, level = 1, group = "SwordIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitBowIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Bows", statOrder = { 1288 }, level = 1, group = "BowIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitClawIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Claws", statOrder = { 1285 }, level = 1, group = "ClawIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitDaggerIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Daggers", statOrder = { 1286 }, level = 1, group = "DaggerIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitWandIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Wands", statOrder = { 1290 }, level = 1, group = "WandIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitStaffIncreasedAttackSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Attack Speed with Staves", statOrder = { 1284 }, level = 1, group = "StaffIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["SynthesisImplicitCastSpeed1"] = { type = "Synthesis", affix = "", "3% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeed2"] = { type = "Synthesis", affix = "", "4% increased Cast Speed", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeed3"] = { type = "Synthesis", affix = "", "5% increased Cast Speed", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedJewel2_"] = { type = "Synthesis", affix = "", "2% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitWeaponCastSpeed1_"] = { type = "Synthesis", affix = "", "(5-6)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitWeaponCastSpeed2"] = { type = "Synthesis", affix = "", "(7-9)% increased Cast Speed", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitWeaponCastSpeed3"] = { type = "Synthesis", affix = "", "(10-12)% increased Cast Speed", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitTwoHandWeaponCastSpeed1"] = { type = "Synthesis", affix = "", "(11-12)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitTwoHandWeaponCastSpeed2"] = { type = "Synthesis", affix = "", "(13-15)% increased Cast Speed", statOrder = { 1308 }, level = 15, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitTwoHandWeaponCastSpeed3"] = { type = "Synthesis", affix = "", "(16-18)% increased Cast Speed", statOrder = { 1308 }, level = 24, group = "IncreasedCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithStaffJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while wielding a Staff", statOrder = { 1311 }, level = 1, group = "CastSpeedWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithDualWieldJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while Dual Wielding", statOrder = { 1309 }, level = 1, group = "CastSpeedWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithShieldJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Cast Speed while holding a Shield", statOrder = { 1310 }, level = 1, group = "CastSpeedWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithStaffJewel2"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while wielding a Staff", statOrder = { 1311 }, level = 1, group = "CastSpeedWithStaff", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithDualWieldJewel2"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while Dual Wielding", statOrder = { 1309 }, level = 1, group = "CastSpeedWithDualWield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitCastSpeedWithShieldJewel2_"] = { type = "Synthesis", affix = "", "3% increased Cast Speed while holding a Shield", statOrder = { 1310 }, level = 1, group = "CastSpeedWithShield", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeed1"] = { type = "Synthesis", affix = "", "3% increased Attack and Cast Speed", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeed2"] = { type = "Synthesis", affix = "", "4% increased Attack and Cast Speed", statOrder = { 1900 }, level = 15, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeed3"] = { type = "Synthesis", affix = "", "5% increased Attack and Cast Speed", statOrder = { 1900 }, level = 24, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeedJewel1"] = { type = "Synthesis", affix = "", "1% increased Attack and Cast Speed", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitTrapThrowingSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 48, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTrapThrowingSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 56, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTrapThrowingSpeedJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTrapThrowingSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Trap Throwing Speed", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMineLayingSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 48, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMineLayingSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 56, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMineLayingSpeedJewel1_"] = { type = "Synthesis", affix = "", "(1-2)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMineLayingSpeedJewel2"] = { type = "Synthesis", affix = "", "3% increased Mine Throwing Speed", statOrder = { 1785 }, level = 1, group = "MineLayingSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTotemPlacementSpeed1"] = { type = "Synthesis", affix = "", "(2-3)% increased Totem Placement speed", statOrder = { 2429 }, level = 48, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTotemPlacementSpeed2"] = { type = "Synthesis", affix = "", "(4-5)% increased Totem Placement speed", statOrder = { 2429 }, level = 56, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTotemPlacementSpeedJewel1___"] = { type = "Synthesis", affix = "", "(1-2)% increased Totem Placement speed", statOrder = { 2429 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitTotemPlacementSpeedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Totem Placement speed", statOrder = { 2429 }, level = 1, group = "SummonTotemCastSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitBrandAttachmentRange1_"] = { type = "Synthesis", affix = "", "(2-3)% increased Brand Attachment range", statOrder = { 9293 }, level = 48, group = "BrandAttachmentRange", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SynthesisImplicitBrandAttachmentRange2"] = { type = "Synthesis", affix = "", "(4-5)% increased Brand Attachment range", statOrder = { 9293 }, level = 56, group = "BrandAttachmentRange", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SynthesisImplicitTauntOnHitJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 1, group = "AttacksTauntOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitTauntOnHitJewel2_"] = { type = "Synthesis", affix = "", "(3-4)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 1, group = "AttacksTauntOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitBlindOnHitJewel1"] = { type = "Synthesis", affix = "", "(1-2)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitBlindOnHitJewel2"] = { type = "Synthesis", affix = "", "(3-4)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 1, group = "AttacksBlindOnHitChance", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitHinderOnHitJewel1__"] = { type = "Synthesis", affix = "", "(1-2)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 1, group = "SpellsHinderOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SynthesisImplicitHinderOnHitJewel2"] = { type = "Synthesis", affix = "", "(3-4)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 1, group = "SpellsHinderOnHitChance", weightKey = { }, weightVal = { }, modTags = { "caster" }, }, + ["SynthesisImplicitRarity1"] = { type = "Synthesis", affix = "", "(10-11)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarity2"] = { type = "Synthesis", affix = "", "(12-13)% increased Rarity of Items found", statOrder = { 1456 }, level = 15, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarity3"] = { type = "Synthesis", affix = "", "(14-15)% increased Rarity of Items found", statOrder = { 1456 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarity4"] = { type = "Synthesis", affix = "", "(16-17)% increased Rarity of Items found", statOrder = { 1456 }, level = 36, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarity5"] = { type = "Synthesis", affix = "", "(18-20)% increased Rarity of Items found", statOrder = { 1456 }, level = 48, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarityRing1"] = { type = "Synthesis", affix = "", "(19-20)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarityRing2"] = { type = "Synthesis", affix = "", "(21-22)% increased Rarity of Items found", statOrder = { 1456 }, level = 15, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarityRing3"] = { type = "Synthesis", affix = "", "(23-25)% increased Rarity of Items found", statOrder = { 1456 }, level = 24, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarityJewel1"] = { type = "Synthesis", affix = "", "(1-2)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitRarityJewel2"] = { type = "Synthesis", affix = "", "(3-4)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitQuantity1"] = { type = "Synthesis", affix = "", "(1-3)% increased Quantity of Items found", statOrder = { 1452 }, level = 65, group = "ItemFoundQuantityIncrease", weightKey = { }, weightVal = { }, modTags = { "drop" }, }, + ["SynthesisImplicitExperience1"] = { type = "Synthesis", affix = "", "2% increased Experience gain", statOrder = { 1463 }, level = 75, group = "ExperienceIncrease", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitExplosion1_"] = { type = "Synthesis", affix = "", "Enemies you Kill Explode, dealing 3% of their Life as Physical Damage", statOrder = { 5922 }, level = 75, group = "EnemiesExplodeOnDeathPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitExplosion2"] = { type = "Synthesis", affix = "", "Enemies you Kill Explode, dealing 5% of their Life as Physical Damage", statOrder = { 5922 }, level = 75, group = "EnemiesExplodeOnDeathPhysical", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitExplosionChance1_"] = { type = "Synthesis", affix = "", "Enemies you Kill have a 15% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitExplosionChance2__"] = { type = "Synthesis", affix = "", "Enemies you Kill have a 25% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitLocalWeaponRange1_"] = { type = "Synthesis", affix = "", "+0.1 metres to Weapon Range", statOrder = { 2594 }, level = 36, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitLocalWeaponRange2"] = { type = "Synthesis", affix = "", "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 48, group = "LocalMeleeWeaponRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitWeaponRange1"] = { type = "Synthesis", affix = "", "+0.1 metres to Melee Strike Range", statOrder = { 2385 }, level = 56, group = "MeleeWeaponAndUnarmedRange", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitOnslaughtOnKill1"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 55, group = "ChanceToGainOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitPhasingOnKill1__"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 55, group = "ChancetoGainPhasingOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitUnholyMightOnKill1"] = { type = "Synthesis", affix = "", "(5-8)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 55, group = "UnholyMightOnKillPercentChance", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitIntimidateOnHit1"] = { type = "Synthesis", affix = "", "Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 4640 }, level = 65, group = "IntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitOnslaughtOnHit1"] = { type = "Synthesis", affix = "", "You gain Onslaught for 4 seconds on Hit", statOrder = { 6309 }, level = 65, group = "OnslaughtOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitArcaneSurgeOnHit1"] = { type = "Synthesis", affix = "", "Gain Arcane Surge on Hit with Spells", statOrder = { 6253 }, level = 65, group = "ArcaneSurgeOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAreaOfEffect1"] = { type = "Synthesis", affix = "", "(5-6)% increased Area of Effect", statOrder = { 1739 }, level = 36, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAreaOfEffect2"] = { type = "Synthesis", affix = "", "(7-8)% increased Area of Effect", statOrder = { 1739 }, level = 48, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAreaOfEffect3_"] = { type = "Synthesis", affix = "", "(9-10)% increased Area of Effect", statOrder = { 1739 }, level = 56, group = "AreaOfEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitUnaffectedByBurningGround1"] = { type = "Synthesis", affix = "", "Unaffected by Burning Ground", statOrder = { 9673 }, level = 65, group = "BurningGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["SynthesisImplicitUnaffectedByChilledGround1"] = { type = "Synthesis", affix = "", "Unaffected by Chilled Ground", statOrder = { 9678 }, level = 65, group = "ChilledGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitUnaffectedByShockedGround1"] = { type = "Synthesis", affix = "", "Unaffected by Shocked Ground", statOrder = { 9698 }, level = 65, group = "ShockedGroundEffectEffectiveness", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitFlaskChargesGained1"] = { type = "Synthesis", affix = "", "(10-11)% increased Flask Charges gained", statOrder = { 2037 }, level = 1, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitFlaskChargesGained2"] = { type = "Synthesis", affix = "", "(12-13)% increased Flask Charges gained", statOrder = { 2037 }, level = 15, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitFlaskChargesGained3"] = { type = "Synthesis", affix = "", "(14-15)% increased Flask Charges gained", statOrder = { 2037 }, level = 24, group = "BeltIncreasedFlaskChargesGained", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitReducedFlaskChargesUsed1_"] = { type = "Synthesis", affix = "", "(10-11)% reduced Flask Charges used", statOrder = { 2038 }, level = 1, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitReducedFlaskChargesUsed2"] = { type = "Synthesis", affix = "", "(12-13)% reduced Flask Charges used", statOrder = { 2038 }, level = 15, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitReducedFlaskChargesUsed3"] = { type = "Synthesis", affix = "", "(14-15)% reduced Flask Charges used", statOrder = { 2038 }, level = 24, group = "BeltReducedFlaskChargesUsed", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitFlaskDuration1_"] = { type = "Synthesis", affix = "", "(10-11)% increased Flask Effect Duration", statOrder = { 2041 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitFlaskDuration2"] = { type = "Synthesis", affix = "", "(12-13)% increased Flask Effect Duration", statOrder = { 2041 }, level = 15, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitFlaskDuration3"] = { type = "Synthesis", affix = "", "(14-15)% increased Flask Effect Duration", statOrder = { 2041 }, level = 24, group = "BeltIncreasedFlaskDuration", weightKey = { }, weightVal = { }, modTags = { "flask" }, }, + ["SynthesisImplicitRemoveIgniteOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Ignite and Burning when you use a Flask", statOrder = { 9168 }, level = 65, group = "RemoveIgniteOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "fire", "ailment" }, }, + ["SynthesisImplicitRemoveFreezeOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Chill and Freeze when you use a Flask", statOrder = { 9164 }, level = 65, group = "RemoveFreezeOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "cold", "ailment" }, }, + ["SynthesisImplicitRemoveShockOnFlaskUse1"] = { type = "Synthesis", affix = "", "Remove Shock when you use a Flask", statOrder = { 9176 }, level = 65, group = "RemoveShockOnFlaskUse", weightKey = { }, weightVal = { }, modTags = { "flask", "elemental", "lightning", "ailment" }, }, + ["SynthesisImplicitGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Gems", statOrder = { 182 }, level = 40, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitGemQuality2_"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Gems", statOrder = { 182 }, level = 50, group = "SocketedGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 65, group = "LocalIncreaseSocketedGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitSupportGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Support Gems", statOrder = { 183 }, level = 40, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitSupportGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Support Gems", statOrder = { 183 }, level = 50, group = "IncreaseSocketedSupportGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitSupportGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Support Gems", statOrder = { 168 }, level = 65, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitMinionGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Minion Gems", statOrder = { 196 }, level = 40, group = "SocketedMinionGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitMinionGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Minion Gems", statOrder = { 196 }, level = 50, group = "SocketedMinionGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitMinionGemLevel1_"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 65, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { }, weightVal = { }, modTags = { "minion", "gem" }, }, + ["SynthesisImplicitFireGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Fire Gems", statOrder = { 192 }, level = 40, group = "SocketedFireGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitFireGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Fire Gems", statOrder = { 192 }, level = 50, group = "SocketedFireGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitFireGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 65, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "gem" }, }, + ["SynthesisImplicitColdGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Cold Gems", statOrder = { 189 }, level = 40, group = "SocketedColdGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitColdGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Cold Gems", statOrder = { 189 }, level = 50, group = "SocketedColdGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitColdGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 65, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "gem" }, }, + ["SynthesisImplicitLightningGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Lightning Gems", statOrder = { 194 }, level = 40, group = "SocketedLightningGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitLightningGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Lightning Gems", statOrder = { 194 }, level = 50, group = "SocketedLightningGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitLightningGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 65, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "gem" }, }, + ["SynthesisImplicitChaosGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Chaos Gems", statOrder = { 188 }, level = 40, group = "SocketedChaosGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitChaosGemQuality2_"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Chaos Gems", statOrder = { 188 }, level = 50, group = "SocketedChaosGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitChaosGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 65, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { }, weightVal = { }, modTags = { "chaos", "gem" }, }, + ["SynthesisImplicitMeleeGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Melee Gems", statOrder = { 195 }, level = 40, group = "SocketedMeleeGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitMeleeGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Melee Gems", statOrder = { 195 }, level = 50, group = "SocketedMeleeGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitMeleeGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 65, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["SynthesisImplicitBowGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Bow Gems", statOrder = { 187 }, level = 40, group = "SocketedBowGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitBowGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Bow Gems", statOrder = { 187 }, level = 50, group = "SocketedBowGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitBowGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Bow Gems", statOrder = { 157 }, level = 65, group = "LocalIncreaseSocketedBowGemLevel", weightKey = { }, weightVal = { }, modTags = { "attack", "gem" }, }, + ["SynthesisImplicitAuraGemQuality1_"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Aura Gems", statOrder = { 186 }, level = 40, group = "SocketedAuraGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitAuraGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Aura Gems", statOrder = { 186 }, level = 50, group = "SocketedAuraGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitAuraGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Aura Gems", statOrder = { 160 }, level = 65, group = "LocalIncreaseSocketedAuraLevel", weightKey = { }, weightVal = { }, modTags = { "aura", "gem" }, }, + ["SynthesisImplicitStrengthGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Strength Gems", statOrder = { 198 }, level = 40, group = "SocketedStrengthGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitStrengthGemQuality2__"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Strength Gems", statOrder = { 198 }, level = 50, group = "SocketedStrengthGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitStrengthGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 65, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitDexterityGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Dexterity Gems", statOrder = { 190 }, level = 40, group = "SocketedDexterityGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitDexterityGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Dexterity Gems", statOrder = { 190 }, level = 50, group = "SocketedDexterityGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitDexterityGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 65, group = "LocalIncreaseSocketedDexterityGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitIntelligenceGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Intelligence Gems", statOrder = { 193 }, level = 40, group = "SocketedIntelligenceGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitIntelligenceGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Intelligence Gems", statOrder = { 193 }, level = 50, group = "SocketedIntelligenceGemQuality", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitIntelligenceGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 65, group = "LocalIncreaseSocketedIntelligenceGemLevel", weightKey = { }, weightVal = { }, modTags = { "attribute", "gem" }, }, + ["SynthesisImplicitAoEGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed AoE Gems", statOrder = { 185 }, level = 40, group = "SocketedAoEGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitAoEGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed AoE Gems", statOrder = { 185 }, level = 50, group = "SocketedAoEGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitAoEGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed AoE Gems", statOrder = { 155 }, level = 65, group = "IncreasedSocketedAoEGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitProjectileGemQuality1"] = { type = "Synthesis", affix = "", "+(2-3)% to Quality of Socketed Projectile Gems", statOrder = { 197 }, level = 40, group = "SocketedProjectileGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitProjectileGemQuality2"] = { type = "Synthesis", affix = "", "+(4-6)% to Quality of Socketed Projectile Gems", statOrder = { 197 }, level = 50, group = "SocketedProjectileGemQuality", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitProjectileGemLevel1"] = { type = "Synthesis", affix = "", "+1 to Level of Socketed Projectile Gems", statOrder = { 156 }, level = 65, group = "LocalIncreaseSocketedProjectileGemLevel", weightKey = { }, weightVal = { }, modTags = { "gem" }, }, + ["SynthesisImplicitReducedDamageTaken1_"] = { type = "Synthesis", affix = "", "1% reduced Damage taken", statOrder = { 2091 }, level = 48, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitReducedDamageTaken2"] = { type = "Synthesis", affix = "", "2% reduced Damage taken", statOrder = { 2091 }, level = 56, group = "DamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitPhysicalAttackDamageTaken1_"] = { type = "Synthesis", affix = "", "-(15-11) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 24, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAttackDamageTaken2"] = { type = "Synthesis", affix = "", "-(20-16) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 36, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAttackDamageTaken3"] = { type = "Synthesis", affix = "", "-(25-21) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 48, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAttackDamageTaken4"] = { type = "Synthesis", affix = "", "-(40-35) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 56, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAttackDamageTakenJewel1_"] = { type = "Synthesis", affix = "", "-(7-5) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitPhysicalAttackDamageTakenJewel2___"] = { type = "Synthesis", affix = "", "-(10-8) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 1, group = "PhysicalAttackDamageTaken", weightKey = { }, weightVal = { }, modTags = { "physical", "attack" }, }, + ["SynthesisImplicitFortifyEffect1"] = { type = "Synthesis", affix = "", "+1 to maximum Fortification", statOrder = { 8469 }, level = 36, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitFortifyEffect2"] = { type = "Synthesis", affix = "", "+2 to maximum Fortification", statOrder = { 8469 }, level = 48, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitFortifyEffect3"] = { type = "Synthesis", affix = "", "+3 to maximum Fortification", statOrder = { 8469 }, level = 56, group = "FortifyEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitArmourEvasionWithFortify1"] = { type = "Synthesis", affix = "", "+250 to Armour and Evasion Rating while Fortified", statOrder = { 4485 }, level = 36, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["SynthesisImplicitArmourEvasionWithFortify2"] = { type = "Synthesis", affix = "", "+500 to Armour and Evasion Rating while Fortified", statOrder = { 4485 }, level = 48, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["SynthesisImplicitArmourEvasionWithFortify3"] = { type = "Synthesis", affix = "", "+800 to Armour and Evasion Rating while Fortified", statOrder = { 4485 }, level = 56, group = "ArmourEvasionWithFortify", weightKey = { }, weightVal = { }, modTags = { "defences", "armour", "evasion" }, }, + ["SynthesisImplicitDegenDamageTaken1_"] = { type = "Synthesis", affix = "", "3% reduced Damage taken from Damage Over Time", statOrder = { 2098 }, level = 65, group = "DegenDamageTaken", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitTotemElementalResistanceJewel1"] = { type = "Synthesis", affix = "", "Totems gain +3% to all Elemental Resistances", statOrder = { 2636 }, level = 1, group = "TotemElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitTotemElementalResistanceJewel2"] = { type = "Synthesis", affix = "", "Totems gain +(4-5)% to all Elemental Resistances", statOrder = { 2636 }, level = 1, group = "TotemElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitReflectDamageTaken1"] = { type = "Synthesis", affix = "", "You and your Minions take (5-8)% reduced Reflected Damage", statOrder = { 9142 }, level = 36, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitReflectDamageTaken2"] = { type = "Synthesis", affix = "", "You and your Minions take (9-12)% reduced Reflected Damage", statOrder = { 9142 }, level = 48, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitReflectDamageTaken3"] = { type = "Synthesis", affix = "", "You and your Minions take (13-15)% reduced Reflected Damage", statOrder = { 9142 }, level = 56, group = "ReflectDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitAttackerTakesDamageNoRange1_"] = { type = "Synthesis", affix = "", "Reflects (10-15) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitAttackerTakesDamageNoRange2"] = { type = "Synthesis", affix = "", "Reflects (16-40) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 15, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitAttackerTakesDamageNoRange3"] = { type = "Synthesis", affix = "", "Reflects (41-80) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 24, group = "AttackerTakesDamageNoRange", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitLightRadius1"] = { type = "Synthesis", affix = "", "10% increased Light Radius", statOrder = { 2351 }, level = 1, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitLightRadius2"] = { type = "Synthesis", affix = "", "12% increased Light Radius", statOrder = { 2351 }, level = 15, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitLightRadius3"] = { type = "Synthesis", affix = "", "15% increased Light Radius", statOrder = { 2351 }, level = 24, group = "LightRadius", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitIntimidateOnHitWeapon1"] = { type = "Synthesis", affix = "", "(4-5)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 36, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitIntimidateOnHitWeapon2_"] = { type = "Synthesis", affix = "", "(6-7)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 48, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitIntimidateOnHitWeapon3_"] = { type = "Synthesis", affix = "", "(8-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 56, group = "LocalChanceToIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { "attack" }, }, + ["SynthesisImplicitAttackAndCastSpeedWithOnslaught1"] = { type = "Synthesis", affix = "", "(10-12)% increased Attack and Cast Speed during Onslaught", statOrder = { 2873 }, level = 65, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeedWithOnslaughtJewel1"] = { type = "Synthesis", affix = "", "(2-3)% increased Attack and Cast Speed during Onslaught", statOrder = { 2873 }, level = 1, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeedWithOnslaughtJewel2"] = { type = "Synthesis", affix = "", "(4-5)% increased Attack and Cast Speed during Onslaught", statOrder = { 2873 }, level = 1, group = "AttackAndCastSpeedWithOnslaught", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitPhysicalDamageWithUnholyMight1"] = { type = "Synthesis", affix = "", "(40-50)% increased Physical Damage while you have Unholy Might", statOrder = { 8923 }, level = 65, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamageWithUnholyMightJewel1"] = { type = "Synthesis", affix = "", "(6-8)% increased Physical Damage while you have Unholy Might", statOrder = { 8923 }, level = 1, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitPhysicalDamageWithUnholyMightJewel2"] = { type = "Synthesis", affix = "", "(9-10)% increased Physical Damage while you have Unholy Might", statOrder = { 8923 }, level = 1, group = "PhysicalDamageWithUnholyMight", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["SynthesisImplicitMovementSpeedWhilePhasedJewel1_"] = { type = "Synthesis", affix = "", "2% increased Movement Speed while Phasing", statOrder = { 2460 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitMovementSpeedWhilePhasedJewel2_"] = { type = "Synthesis", affix = "", "3% increased Movement Speed while Phasing", statOrder = { 2460 }, level = 1, group = "MovementSpeedWhilePhased", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitAdditionalVaalSoulOnKill1"] = { type = "Synthesis", affix = "", "(2-3)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 36, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["SynthesisImplicitAdditionalVaalSoulOnKill2"] = { type = "Synthesis", affix = "", "(4-5)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 48, group = "AdditionalVaalSoulOnKill", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["SynthesisImplicitVaalSkillCriticalStrikeChance1"] = { type = "Synthesis", affix = "", "(21-30)% increased Vaal Skill Critical Strike Chance", statOrder = { 2946 }, level = 36, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical", "vaal" }, }, + ["SynthesisImplicitVaalSkillCriticalStrikeChance2_"] = { type = "Synthesis", affix = "", "(31-40)% increased Vaal Skill Critical Strike Chance", statOrder = { 2946 }, level = 48, group = "VaalSkillCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical", "vaal" }, }, + ["SynthesisImplicitVaalSkillDuration1"] = { type = "Synthesis", affix = "", "(5-8)% increased Vaal Skill Effect Duration", statOrder = { 2944 }, level = 36, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["SynthesisImplicitVaalSkillDuration2"] = { type = "Synthesis", affix = "", "(9-12)% increased Vaal Skill Effect Duration", statOrder = { 2944 }, level = 48, group = "VaalSkillDuration", weightKey = { }, weightVal = { }, modTags = { "vaal" }, }, + ["SynthesisImplicitMovementVelocityCorruptedItem1"] = { type = "Synthesis", affix = "", "(5-7)% increased Movement Speed if Corrupted", statOrder = { 7431 }, level = 60, group = "MovementVelocityCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SynthesisImplicitAttackAndCastSpeedCorruptedItem1___"] = { type = "Synthesis", affix = "", "(5-7)% increased Attack and Cast Speed if Corrupted", statOrder = { 7303 }, level = 60, group = "AttackAndCastSpeedCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "attack", "caster", "speed" }, }, + ["SynthesisImplicitAllElementalResistanceCorruptedItem1"] = { type = "Synthesis", affix = "", "+(8-12)% to all Elemental Resistances if Corrupted", statOrder = { 7435 }, level = 60, group = "AllElementalResistanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitAllElementalResistanceCorruptedItemJewel1"] = { type = "Synthesis", affix = "", "+2% to all Elemental Resistances if Corrupted", statOrder = { 7435 }, level = 60, group = "AllElementalResistanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SynthesisImplicitDamageTakenCorruptedItem1"] = { type = "Synthesis", affix = "", "5% reduced Damage taken if Corrupted", statOrder = { 7332 }, level = 60, group = "DamageTakenCorruptedItem", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SynthesisImplicitIncreasedLifeCorruptedItem1"] = { type = "Synthesis", affix = "", "(6-8)% increased maximum Life if Corrupted", statOrder = { 7426 }, level = 60, group = "IncreasedLifeCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SynthesisImplicitIncreasedEnergyShieldCorruptedItem1"] = { type = "Synthesis", affix = "", "(8-10)% increased maximum Energy Shield if Corrupted", statOrder = { 7424 }, level = 60, group = "IncreasedEnergyShieldCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["SynthesisImplicitAllDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(15-20)% increased Damage if Corrupted", statOrder = { 7331 }, level = 60, group = "AllDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitGlobalCriticalStrikeChanceCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Global Critical Strike Chance if Corrupted", statOrder = { 7326 }, level = 60, group = "GlobalCriticalStrikeChanceCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SynthesisImplicitImmuneToCursesCorruptedItem1"] = { type = "Synthesis", affix = "", "Immune to Curses if Corrupted", statOrder = { 7381 }, level = 60, group = "ImmuneToCursesCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["SynthesisImplicitAttackDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Attack Damage if Corrupted", statOrder = { 7304 }, level = 60, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitAttackDamageCorruptedItem2"] = { type = "Synthesis", affix = "", "(60-70)% increased Attack Damage if Corrupted", statOrder = { 7304 }, level = 60, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitAttackDamageCorruptedItemJewel1"] = { type = "Synthesis", affix = "", "(5-7)% increased Attack Damage if Corrupted", statOrder = { 7304 }, level = 1, group = "AttackDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["SynthesisImplicitSpellDamageCorruptedItem1"] = { type = "Synthesis", affix = "", "(40-50)% increased Spell Damage if Corrupted", statOrder = { 7446 }, level = 60, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageCorruptedItem2"] = { type = "Synthesis", affix = "", "(60-70)% increased Spell Damage if Corrupted", statOrder = { 7446 }, level = 60, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitSpellDamageCorruptedItemJewel1__"] = { type = "Synthesis", affix = "", "(5-7)% increased Spell Damage if Corrupted", statOrder = { 7446 }, level = 1, group = "SpellDamageCorruptedItem", weightKey = { }, weightVal = { }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SynthesisImplicitVaalSkillDamageAffectsSkillDamage1"] = { type = "Synthesis", affix = "", "Increases and Reductions to Damage with Vaal Skills also apply to Non-Vaal Skills", statOrder = { 2537 }, level = 65, group = "VaalSkillDamageAffectsSkillDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageVSAbyssMonsters1"] = { type = "Synthesis", affix = "", "(15-20)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrder = { 5642 }, level = 40, group = "DamageVSAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitDamageVSAbyssMonsters2"] = { type = "Synthesis", affix = "", "(21-25)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrder = { 5642 }, level = 50, group = "DamageVSAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["SynthesisImplicitReducedPhysicalDamageTakenVsAbyssMonsters1"] = { type = "Synthesis", affix = "", "(2-3)% additional Physical Damage Reduction against Abyssal Monsters", statOrder = { 4342 }, level = 40, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitReducedPhysicalDamageTakenVsAbyssMonsters2"] = { type = "Synthesis", affix = "", "(4-5)% additional Physical Damage Reduction against Abyssal Monsters", statOrder = { 4342 }, level = 50, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SynthesisImplicitAbyssJewelEffect1"] = { type = "Synthesis", affix = "", "25% increased Effect of Socketed Abyss Jewels", statOrder = { 199 }, level = 70, group = "AbyssJewelEffect", weightKey = { }, weightVal = { }, modTags = { }, }, + ["WeaponFireAddedAsChaos1h1"] = { type = "Prefix", affix = "Acidic", "Gain (5-7)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 66, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponFireAddedAsChaos1h2"] = { type = "Prefix", affix = "Dissolving", "Gain (8-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 72, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponFireAddedAsChaos1h3_"] = { type = "Prefix", affix = "Corrosive", "Gain (11-13)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 80, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponColdAddedAsChaos1h1"] = { type = "Prefix", affix = "Atrophic", "Gain (5-7)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 66, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponColdAddedAsChaos1h2"] = { type = "Prefix", affix = "Festering", "Gain (8-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 72, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponColdAddedAsChaos1h3_"] = { type = "Prefix", affix = "Mortifying", "Gain (11-13)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 80, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponLightningAddedAsChaos1h1"] = { type = "Prefix", affix = "Agonizing", "Gain (5-7)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 66, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponLightningAddedAsChaos1h2"] = { type = "Prefix", affix = "Harrowing", "Gain (8-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 72, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponLightningAddedAsChaos1h3_"] = { type = "Prefix", affix = "Excruciating", "Gain (11-13)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 80, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos1h1____"] = { type = "Prefix", affix = "Pernicious", "Gain (5-7)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 66, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos1h2"] = { type = "Prefix", affix = "Inimical", "Gain (8-10)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 72, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos1h3_"] = { type = "Prefix", affix = "Baleful", "Gain (11-13)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 80, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["WeaponFireAddedAsChaos2h1_"] = { type = "Prefix", affix = "Acidic", "Gain (10-14)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 66, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponFireAddedAsChaos2h2"] = { type = "Prefix", affix = "Dissolving", "Gain (15-20)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 72, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponFireAddedAsChaos2h3_"] = { type = "Prefix", affix = "Corrosive", "Gain (21-26)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 80, group = "FireAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["WeaponColdAddedAsChaos2h1"] = { type = "Prefix", affix = "Atrophic", "Gain (10-14)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 66, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponColdAddedAsChaos2h2"] = { type = "Prefix", affix = "Festering", "Gain (15-20)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 72, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponColdAddedAsChaos2h3"] = { type = "Prefix", affix = "Mortifying", "Gain (21-26)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 80, group = "ColdAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["WeaponLightningAddedAsChaos2h1"] = { type = "Prefix", affix = "Agonizing", "Gain (10-14)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 66, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponLightningAddedAsChaos2h2"] = { type = "Prefix", affix = "Harrowing", "Gain (15-20)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 72, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponLightningAddedAsChaos2h3"] = { type = "Prefix", affix = "Excruciating", "Gain (21-26)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 80, group = "LightningAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos2h1"] = { type = "Prefix", affix = "Pernicious", "Gain (10-14)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 66, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos2h2"] = { type = "Prefix", affix = "Inimical", "Gain (15-20)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 72, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["WeaponPhysicalAddedAsChaos2h3"] = { type = "Prefix", affix = "Baleful", "Gain (21-26)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 80, group = "PhysicalAddedAsChaos", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["MinionDamageOnWeapon1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (10-19)% increased Damage", statOrder = { 1830 }, level = 2, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon2"] = { type = "Prefix", affix = "Viscountess's", "Minions deal (20-29)% increased Damage", statOrder = { 1830 }, level = 11, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon3"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (30-39)% increased Damage", statOrder = { 1830 }, level = 23, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 3000, 3000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon4_"] = { type = "Prefix", affix = "Countess's", "Minions deal (40-54)% increased Damage", statOrder = { 1830 }, level = 35, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1200, 1200, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon5"] = { type = "Prefix", affix = "Duchess's", "Minions deal (55-69)% increased Damage", statOrder = { 1830 }, level = 46, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon6"] = { type = "Prefix", affix = "Princess's", "Minions deal (70-84)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon7"] = { type = "Prefix", affix = "Queen's", "Minions deal (85-99)% increased Damage", statOrder = { 1830 }, level = 64, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 160, 160, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeapon8"] = { type = "Prefix", affix = "Empress's", "Minions deal (100-109)% increased Damage", statOrder = { 1830 }, level = 84, group = "MinionDamageOnWeapon", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeaponEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (50-66)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeaponEssence6"] = { type = "Prefix", affix = "Essences", "Minions deal (67-82)% increased Damage", statOrder = { 1830 }, level = 74, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnWeaponEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (83-94)% increased Damage", statOrder = { 1830 }, level = 82, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeapon1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (15-29)% increased Damage", statOrder = { 1830 }, level = 2, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeapon2"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (30-44)% increased Damage", statOrder = { 1830 }, level = 11, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeapon3"] = { type = "Prefix", affix = "Duchess's", "Minions deal (45-59)% increased Damage", statOrder = { 1830 }, level = 23, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeapon4"] = { type = "Prefix", affix = "Queen's", "Minions deal (60-84)% increased Damage", statOrder = { 1830 }, level = 35, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEssence5"] = { type = "Prefix", affix = "Essences", "Minions deal (85-106)% increased Damage", statOrder = { 1830 }, level = 58, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEssence6"] = { type = "Prefix", affix = "Essences", "Minions deal (107-122)% increased Damage", statOrder = { 1830 }, level = 74, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageOnTwoHandWeaponEssence7"] = { type = "Prefix", affix = "Essences", "Minions deal (123-144)% increased Damage", statOrder = { 1830 }, level = 82, group = "MinionDamageOnWeapon", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageAndManaOnWeapon1"] = { type = "Prefix", affix = "Baron's", "+(17-20) to maximum Mana", "Minions deal (5-9)% increased Damage", statOrder = { 1439, 1830 }, level = 2, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon2_"] = { type = "Prefix", affix = "Viscount's", "+(21-24) to maximum Mana", "Minions deal (10-14)% increased Damage", statOrder = { 1439, 1830 }, level = 11, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon3"] = { type = "Prefix", affix = "Marquess's", "+(25-28) to maximum Mana", "Minions deal (15-19)% increased Damage", statOrder = { 1439, 1830 }, level = 23, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon4_"] = { type = "Prefix", affix = "Count's", "+(29-33) to maximum Mana", "Minions deal (20-24)% increased Damage", statOrder = { 1439, 1830 }, level = 35, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1600, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon5"] = { type = "Prefix", affix = "Duke's", "+(34-37) to maximum Mana", "Minions deal (25-29)% increased Damage", statOrder = { 1439, 1830 }, level = 46, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 800, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon6"] = { type = "Prefix", affix = "Prince's", "+(38-41) to maximum Mana", "Minions deal (30-34)% increased Damage", statOrder = { 1439, 1830 }, level = 58, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 400, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionDamageAndManaOnWeapon7_"] = { type = "Prefix", affix = "King's", "+(42-45) to maximum Mana", "Minions deal (35-39)% increased Damage", statOrder = { 1439, 1830 }, level = 80, group = "MinionDamageOnWeaponAndMana", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana", "minion" }, }, + ["MinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of Motivation", "Minions have (5-7)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 2, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Coercion", "Minions have (8-10)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 15, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Incitation", "Minions have (11-13)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 30, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed4"] = { type = "Suffix", affix = "of Agitation", "Minions have (14-16)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 40, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed5"] = { type = "Suffix", affix = "of Instigation", "Minions have (17-19)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 55, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed6__"] = { type = "Suffix", affix = "of Provocation", "Minions have (20-22)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 72, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionAttackAndCastSpeed7"] = { type = "Suffix", affix = "of Infuriation", "Minions have (23-25)% increased Attack and Cast Speed", statOrder = { 8600 }, level = 83, group = "MinionAttackSpeedAndCastSpeed", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["MinionGemLevel1h1"] = { type = "Prefix", affix = "Martinet's", "+1 to Level of all Minion Skill Gems", statOrder = { 1474 }, level = 60, group = "GlobalIncreaseMinionSpellSkillGemLevel", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "minion", "gem" }, }, + ["MinionLifeWeapon1"] = { type = "Suffix", affix = "of the Administrator", "Minions have (13-17)% increased maximum Life", statOrder = { 1625 }, level = 10, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeWeapon2"] = { type = "Suffix", affix = "of the Rector", "Minions have (18-22)% increased maximum Life", statOrder = { 1625 }, level = 26, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeWeapon3"] = { type = "Suffix", affix = "of the Overseer", "Minions have (23-27)% increased maximum Life", statOrder = { 1625 }, level = 42, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeWeapon4__"] = { type = "Suffix", affix = "of the Taskmaster", "Minions have (28-32)% increased maximum Life", statOrder = { 1625 }, level = 58, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeWeapon5"] = { type = "Suffix", affix = "of the Slavedriver", "Minions have (33-36)% increased maximum Life", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeWeapon6_"] = { type = "Suffix", affix = "of the Despot", "Minions have (37-40)% increased maximum Life", statOrder = { 1625 }, level = 82, group = "MinionLife", weightKey = { "two_hand_weapon", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionMovementSpeed1"] = { type = "Suffix", affix = "of Coordination", "Minions have (6-10)% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionMovementSpeed2"] = { type = "Suffix", affix = "of Collaboration", "Minions have (11-15)% increased Movement Speed", statOrder = { 1628 }, level = 15, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionMovementSpeed3"] = { type = "Suffix", affix = "of Integration", "Minions have (16-20)% increased Movement Speed", statOrder = { 1628 }, level = 30, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionMovementSpeed4"] = { type = "Suffix", affix = "of Orchestration", "Minions have (21-25)% increased Movement Speed", statOrder = { 1628 }, level = 40, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionMovementSpeed5"] = { type = "Suffix", affix = "of Harmony", "Minions have (26-30)% increased Movement Speed", statOrder = { 1628 }, level = 55, group = "MinionMovementSpeed", weightKey = { "two_hand_weapon", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionDamagePercent1"] = { type = "Prefix", affix = "Baroness's", "Minions deal (5-10)% increased Damage", statOrder = { 1830 }, level = 4, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamagePercent2"] = { type = "Prefix", affix = "Viscountess's", "Minions deal (11-20)% increased Damage", statOrder = { 1830 }, level = 15, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamagePercent3"] = { type = "Prefix", affix = "Marchioness's", "Minions deal (21-30)% increased Damage", statOrder = { 1830 }, level = 30, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamagePercent4"] = { type = "Prefix", affix = "Countess's", "Minions deal (31-36)% increased Damage", statOrder = { 1830 }, level = 60, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamagePercent5"] = { type = "Prefix", affix = "Duchess's", "Minions deal (37-42)% increased Damage", statOrder = { 1830 }, level = 81, group = "MinionDamage", weightKey = { "ring_can_roll_minion_modifiers", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "minion" }, }, + ["MinionResistancesWeapon1_"] = { type = "Suffix", affix = "of Adjustment", "Minions have +(11-15)% to all Elemental Resistances", statOrder = { 2760 }, level = 8, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionResistancesWeapon2"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(16-20)% to all Elemental Resistances", statOrder = { 2760 }, level = 24, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionResistancesWeapon3"] = { type = "Suffix", affix = "of Adaptation", "Minions have +(21-23)% to all Elemental Resistances", statOrder = { 2760 }, level = 37, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionResistancesWeapon4"] = { type = "Suffix", affix = "of Evolution", "Minions have +(24-26)% to all Elemental Resistances", statOrder = { 2760 }, level = 50, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionResistancesWeapon5"] = { type = "Suffix", affix = "of Metamorphosis", "Minions have +(27-30)% to all Elemental Resistances", statOrder = { 2760 }, level = 61, group = "MinionElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "ring_can_roll_minion_modifiers", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionAccuracyRatingWeapon1_"] = { type = "Suffix", affix = "of the Instructor", "Minions have +(80-130) to Accuracy Rating", statOrder = { 8595 }, level = 1, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyRatingWeapon2"] = { type = "Suffix", affix = "of the Tutor", "Minions have +(131-215) to Accuracy Rating", statOrder = { 8595 }, level = 20, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyRatingWeapon3"] = { type = "Suffix", affix = "of the Commander", "Minions have +(216-325) to Accuracy Rating", statOrder = { 8595 }, level = 40, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyRatingWeapon4"] = { type = "Suffix", affix = "of the Magnate", "Minions have +(326-455) to Accuracy Rating", statOrder = { 8595 }, level = 60, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyRatingWeapon5"] = { type = "Suffix", affix = "of the Ruler", "Minions have +(456-545) to Accuracy Rating", statOrder = { 8595 }, level = 75, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionAccuracyRatingWeapon6"] = { type = "Suffix", affix = "of the Monarch", "Minions have +(546-624) to Accuracy Rating", statOrder = { 8595 }, level = 85, group = "MinionFlatAccuracyRating", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "minion" }, }, + ["MinionMaxElementalResistance1"] = { type = "Suffix", affix = "of Impermeability", "Minions have +(3-4)% to all maximum Elemental Resistances", statOrder = { 8642 }, level = 68, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, + ["MinionMaxElementalResistance2"] = { type = "Suffix", affix = "of Countervailing", "Minions have +(5-6)% to all maximum Elemental Resistances", statOrder = { 8642 }, level = 75, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, + ["MinionMaxElementalResistance3"] = { type = "Suffix", affix = "of Imperviousness", "Minions have +(7-8)% to all maximum Elemental Resistances", statOrder = { 8642 }, level = 81, group = "MinionMaxElementalResistance", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "minion" }, }, + ["MinionPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Guard", "Minions have (7-9)% additional Physical Damage Reduction", statOrder = { 2126 }, level = 68, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, + ["MinionPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Brigade", "Minions have (10-12)% additional Physical Damage Reduction", statOrder = { 2126 }, level = 75, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, + ["MinionPhysicalDamageReduction3"] = { type = "Suffix", affix = "of the Phalanx", "Minions have (13-15)% additional Physical Damage Reduction", statOrder = { 2126 }, level = 81, group = "MinionPhysicalDamageReduction", weightKey = { "focus_can_roll_minion_modifiers", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "minion" }, }, + ["MinionCriticalStrikeChanceIncrease1"] = { type = "Suffix", affix = "of Luck", "Minions have (10-19)% increased Critical Strike Chance", statOrder = { 8617 }, level = 11, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceIncrease2"] = { type = "Suffix", affix = "of Fortune", "Minions have (20-39)% increased Critical Strike Chance", statOrder = { 8617 }, level = 21, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceIncrease3"] = { type = "Suffix", affix = "of Providence", "Minions have (40-59)% increased Critical Strike Chance", statOrder = { 8617 }, level = 28, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceIncrease4"] = { type = "Suffix", affix = "of Serendipity", "Minions have (60-79)% increased Critical Strike Chance", statOrder = { 8617 }, level = 41, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceIncrease5"] = { type = "Suffix", affix = "of Determinism", "Minions have (80-99)% increased Critical Strike Chance", statOrder = { 8617 }, level = 59, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeChanceIncrease6"] = { type = "Suffix", affix = "of Destiny", "Minions have (100-109)% increased Critical Strike Chance", statOrder = { 8617 }, level = 76, group = "MinionCriticalStrikeChanceIncrease", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "focus_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 2000, 0 }, modTags = { "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of the Foray", "Minions have +(10-14)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 8, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of the Horde", "Minions have +(15-19)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 21, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of the Throng", "Minions have +(20-24)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 30, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of the Swarm", "Minions have +(25-29)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 44, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of the Invasion", "Minions have +(30-34)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 59, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionCriticalStrikeMultiplier6"] = { type = "Suffix", affix = "of the Legion", "Minions have +(35-38)% to Critical Strike Multiplier", statOrder = { 8619 }, level = 73, group = "MinionCriticalStrikeMultiplier", weightKey = { "two_hand_weapon", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "damage", "minion", "critical" }, }, + ["MinionGrantsConvocation1"] = { type = "Suffix", affix = "of the Convocation", "Grants Level 1 Convocation Skill", statOrder = { 7341 }, level = 45, group = "MinionGrantsConvocation", weightKey = { "focus_can_roll_minion_modifiers", "weapon_can_roll_minion_modifiers", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["TrapAndMineThrowSpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(7-10)% increased Trap and Mine Throwing Speed", statOrder = { 9637 }, level = 42, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapAndMineThrowSpeedEssence2_"] = { type = "Suffix", affix = "of the Essence", "(11-13)% increased Trap and Mine Throwing Speed", statOrder = { 9637 }, level = 58, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapAndMineThrowSpeedEssence3_"] = { type = "Suffix", affix = "of the Essence", "(14-17)% increased Trap and Mine Throwing Speed", statOrder = { 9637 }, level = 74, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["TrapAndMineThrowSpeedEssence4"] = { type = "Suffix", affix = "of the Essence", "(18-21)% increased Trap and Mine Throwing Speed", statOrder = { 9637 }, level = 82, group = "TrapAndMineThrowSpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["UnaffectedByShockedGroundInfluence1"] = { type = "Prefix", affix = "Crusader's", "Unaffected by Shocked Ground", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["SocketedLightningGemLevelInfluence1_"] = { type = "Prefix", affix = "Crusader's", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 68, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, + ["MaximumFireResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 85, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceInfluence1New_"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceInfluence2New_"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 85, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["PhysicalAddedAsExtraLightningBootsInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningBootsInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (6-8)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["CooldownRecoveryInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(6-10)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["CooldownRecoveryInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 80, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AvoidIgniteInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["AvoidIgniteInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 70, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["AvoidIgniteInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["AvoidFreezeInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 68, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 70, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["AvoidFreezeInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["AvoidShockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AvoidShockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 70, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AvoidShockInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AvoidProjectilesInfluence1"] = { type = "Suffix", affix = "of Redemption", "(6-9)% chance to avoid Projectiles", statOrder = { 4705 }, level = 68, group = "ChanceToAvoidProjectiles", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AvoidProjectilesInfluence2"] = { type = "Suffix", affix = "of Redemption", "(10-12)% chance to avoid Projectiles", statOrder = { 4705 }, level = 73, group = "ChanceToAvoidProjectiles", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["UnaffectedByBurningGroundInfluence1"] = { type = "Prefix", affix = "Warlord's", "Unaffected by Burning Ground", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, + ["SocketedFireGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 68, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, + ["MaximumEnduranceChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 75, group = "MaximumEnduranceCharges", weightKey = { "boots_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["PhysicalAddedAsExtraFireBootsInfluence1"] = { type = "Prefix", affix = "Warlord's", "Gain (3-5)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireBootsInfluence2"] = { type = "Prefix", affix = "Warlord's", "Gain (6-8)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["AvoidStunInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(16-20)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["AvoidStunInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(21-25)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 70, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["AvoidStunInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(31-35)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "influence_mod" }, }, + ["AvoidFireDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 68, group = "FireDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, + ["AvoidFireDamageInfluence2__"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 80, group = "FireDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "fire" }, }, + ["AvoidColdDamageInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 68, group = "ColdDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "cold" }, }, + ["AvoidColdDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 80, group = "ColdDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "cold" }, }, + ["AvoidLightningDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 68, group = "LightningDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "lightning" }, }, + ["AvoidLightningDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 80, group = "LightningDamageAvoidance", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "lightning" }, }, + ["LifeRegenerationPercentInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Regenerate (0.8-1.2)% of Life per second", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRegenerationPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate (1.3-1.5)% of Life per second", statOrder = { 1801 }, level = 73, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["AdditionalPhysicalDamageReductionInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(2-4)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 75, group = "ReducedPhysicalDamageTaken", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["UnaffectedByChilledGroundInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Unaffected by Chilled Ground", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["SocketedColdGemLevelInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 68, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, + ["EnduranceChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["EnduranceChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 80, group = "EnduranceChargeOnKillChance", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["PhysicalAddedAsExtraColdBootsInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Gain (3-5)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdBootsInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (6-8)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ElusiveOnCriticalStrikeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(5-10)% chance to gain Elusive on Critical Strike", statOrder = { 4110 }, level = 75, group = "ElusiveOnCriticalStrike", weightKey = { "boots_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "critical" }, }, + ["ChanceToDodgeAttacksInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(4-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeAttacksInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(9-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 73, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeAttacksInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(14-15)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 80, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(4-8)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 68, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsInfluence2___"] = { type = "Suffix", affix = "of Redemption", "+(9-12)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 73, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(14-15)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 80, group = "ChanceToSuppressSpellsOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["IncreasedAilmentEffectOnEnemiesInfluence1"] = { type = "Suffix", affix = "of Redemption", "(30-34)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesInfluence2"] = { type = "Suffix", affix = "of Redemption", "(35-40)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 73, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "ailment" }, }, + ["OnslaughtOnKillInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 75, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["OnslaughtOnKillInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 80, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["UnaffectedByDesecratedGroundInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Unaffected by Desecrated Ground", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos" }, }, + ["SocketedChaosGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+2 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 68, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos", "gem" }, }, + ["AdditionalPierceInfluence1"] = { type = "Prefix", affix = "Hunter's", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "boots_basilisk", "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { }, }, + ["AdditionalPierceInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 80, group = "AdditionalPierce", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["PercentageStrengthInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Strength", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["PercentageStrengthInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Strength", statOrder = { 1051 }, level = 75, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["AvoidBleedAndPoisonInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% chance to Avoid being Poisoned", "(21-25)% chance to Avoid Bleeding", statOrder = { 1708, 4046 }, level = 68, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["AvoidBleedAndPoisonInfluence2____"] = { type = "Suffix", affix = "of the Hunt", "(26-30)% chance to Avoid being Poisoned", "(26-30)% chance to Avoid Bleeding", statOrder = { 1708, 4046 }, level = 70, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["AvoidBleedAndPoisonInfluence3"] = { type = "Suffix", affix = "of the Hunt", "(41-50)% chance to Avoid being Poisoned", "(41-50)% chance to Avoid Bleeding", statOrder = { 1708, 4046 }, level = 75, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["TailwindOnCriticalStrikeInfluence1"] = { type = "Suffix", affix = "of the Hunt", "You have Tailwind if you have dealt a Critical Strike Recently", statOrder = { 9575 }, level = 75, group = "TailwindOnCriticalStrike", weightKey = { "boots_basilisk", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["FasterIgniteInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (7-9)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (10-12)% faster", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterBleedInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (7-9)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (10-12)% faster", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterPoisonInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (7-9)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (10-12)% faster", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "boots_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["MaximumColdResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 85, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceInfluence1New"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceInfluence2New"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 85, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["ConvertPhysicalToFireInfluence1"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 71, group = "ConvertPhysicalToFire", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 71, group = "ConvertPhysicalToCold", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "(18-21)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "(22-25)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 71, group = "ConvertPhysicalToLightning", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["MaximumLifeLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "10% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 75, group = "MaximumLifeLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumEnergyShieldLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "15% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 75, group = "MaximumEnergyShieldLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["AvoidInterruptionWhileCastingInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 68, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AvoidInterruptionWhileCastingInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 70, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AvoidInterruptionWhileCastingInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 75, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["GlobalCriticalStrikeChanceInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["GlobalCriticalStrikeChanceInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 70, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["GlobalCriticalStrikeChanceInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["MaximumFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 75, group = "MaximumFrenzyCharges", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["MeleeDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Melee Damage", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Melee Damage", statOrder = { 1100 }, level = 70, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Melee Damage", statOrder = { 1100 }, level = 73, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 70, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 73, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["SpellDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Spell Damage", statOrder = { 1090 }, level = 70, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Spell Damage", statOrder = { 1090 }, level = 73, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["DamageOverTimeInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(18-22)% increased Damage over Time", statOrder = { 1077 }, level = 68, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageOverTimeInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(23-26)% increased Damage over Time", statOrder = { 1077 }, level = 70, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageOverTimeInfluence3"] = { type = "Prefix", affix = "Warlord's", "(27-30)% increased Damage over Time", statOrder = { 1077 }, level = 73, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["MeleeWeaponRangeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Melee Strike Range", statOrder = { 2385 }, level = 82, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["BlockPercentInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(2-3)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 68, group = "BlockPercent", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(4-5)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 80, group = "BlockPercent", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["CullingStrikeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Culling Strike", statOrder = { 1893 }, level = 73, group = "CullingStrike", weightKey = { "gloves_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 250, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["FrenzyChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["FrenzyChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 80, group = "FrenzyChargeOnKillChance", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["AddedPhysicalDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (4-5) to (6-8) Physical Damage if you've dealt a Critical Strike Recently", statOrder = { 8579 }, level = 68, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["AddedPhysicalDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (6-8) to (9-11) Physical Damage if you've dealt a Critical Strike Recently", statOrder = { 8579 }, level = 73, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["AddedFireDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-20) to (22-25) Fire Damage if you've dealt a Critical Strike Recently", statOrder = { 8568 }, level = 68, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["AddedFireDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-25) to (26-35) Fire Damage if you've dealt a Critical Strike Recently", statOrder = { 8568 }, level = 73, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["AddedColdDamageCritRecentlyInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-20) to (22-25) Cold Damage if you've dealt a Critical Strike Recently", statOrder = { 8563 }, level = 68, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["AddedColdDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-25) to (26-35) Cold Damage if you've dealt a Critical Strike Recently", statOrder = { 8563 }, level = 73, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageCritRecentlyInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Adds 1 to (41-47) Lightning Damage if you've dealt a Critical Strike Recently", statOrder = { 8573 }, level = 68, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageCritRecentlyInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds 1 to (48-60) Lightning Damage if you've dealt a Critical Strike Recently", statOrder = { 8573 }, level = 73, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["MinionDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (18-22)% increased Damage", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["MinionDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (23-26)% increased Damage", statOrder = { 1830 }, level = 70, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["MinionDamageInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (27-30)% increased Damage", statOrder = { 1830 }, level = 73, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["IncreasedAccuracyPercentInfluence1"] = { type = "Suffix", affix = "of Redemption", "(12-15)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["IncreasedAccuracyPercentInfluence2"] = { type = "Suffix", affix = "of Redemption", "(16-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 80, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["GlobalChanceToBlindOnHitInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(8-11)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["GlobalChanceToBlindOnHitInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(12-15)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 80, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["AdditionalChanceToEvadeInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(2-4)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["ChanceToIntimidateOnHitInfluence1"] = { type = "Prefix", affix = "Hunter's", "(7-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 85, group = "ChanceToIntimidateOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitInfluence1___"] = { type = "Prefix", affix = "Hunter's", "(7-10)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 85, group = "ChanceToUnnerveOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["StrikeSkillsAdditionalTargetInfluence1"] = { type = "Prefix", affix = "Hunter's", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrder = { 8519 }, level = 80, group = "StrikeSkillsAdditionalTarget", weightKey = { "gloves_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack" }, }, + ["ChanceToImpaleInfluence1"] = { type = "Prefix", affix = "Hunter's", "(13-16)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 68, group = "AttackImpaleChance", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, + ["ChanceToImpaleInfluence2"] = { type = "Prefix", affix = "Hunter's", "(17-20)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 80, group = "AttackImpaleChance", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, + ["AilmentDurationInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(10-12)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["AilmentDurationInfluence2"] = { type = "Prefix", affix = "Hunter's", "(13-15)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 80, group = "IncreasedAilmentDuration", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["PercentageDexterityInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Dexterity", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["PercentageDexterityInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Dexterity", statOrder = { 1052 }, level = 75, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["FireDamageOverTimeMultiplierInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 80, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierInfluence2__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 80, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChaosDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 80, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["PhysicalDamageOverTimeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(11-15)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 80, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["MaximumLightningResistanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 85, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceInfluence1New_"] = { type = "Suffix", affix = "of the Crusade", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceInfluence2New_"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 85, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 125, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumManaInfluence1"] = { type = "Prefix", affix = "Crusader's", "(9-11)% increased maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumManaInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(12-15)% increased maximum Mana", statOrder = { 1440 }, level = 80, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["PhysTakenAsLightningHelmInfluence1"] = { type = "Prefix", affix = "Crusader's", "(4-6)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["PhysTakenAsLightningHelmInfluence2"] = { type = "Prefix", affix = "Crusader's", "(7-10)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 83, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["EnemyLightningResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Nearby Enemies have -9% to Lightning Resistance", statOrder = { 7361 }, level = 85, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "resistance" }, }, + ["SpellBlockPercentInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(3-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockPercentInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(5-6)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "helmet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["FortifyEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+(3-4) to maximum Fortification", statOrder = { 8469 }, level = 75, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["FortifyEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+(4.2-5) to maximum Fortification", statOrder = { 8469 }, level = 80, group = "FortifyEffect", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["EnergyShieldRegenInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Regenerate (1-1.5)% of Energy Shield per second", statOrder = { 2495 }, level = 75, group = "EnergyShieldRegenerationPerMinute", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["ReducedIgniteDurationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 70, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationInfluence3__"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedBurnDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["ReducedFreezeDurationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 70, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ReducedShockEffectInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 70, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectInfluence3_"] = { type = "Suffix", affix = "of the Crusade", "(51-60)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "helmet_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["MaximumPowerChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 75, group = "IncreasedMaximumPowerCharges", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 125, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PhysTakenAsFireHelmetInfluence1"] = { type = "Prefix", affix = "Warlord's", "(4-6)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["PhysTakenAsFireHelmetInfluence2"] = { type = "Prefix", affix = "Warlord's", "(7-10)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 83, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["ElementalDamageInfluence1____"] = { type = "Prefix", affix = "Warlord's", "(12-14)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(15-18)% increased Elemental Damage", statOrder = { 1835 }, level = 70, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["ElementalDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(19-22)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["WarcryAreaOfEffectInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (21-25)% increased Area of Effect", statOrder = { 9778 }, level = 68, group = "WarcryAreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["WarcryAreaOfEffectInfluence2"] = { type = "Prefix", affix = "Warlord's", "Warcry Skills have (26-30)% increased Area of Effect", statOrder = { 9778 }, level = 75, group = "WarcryAreaOfEffect", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["EnemyFireResistanceAuraInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Nearby Enemies have -9% to Fire Resistance", statOrder = { 7359 }, level = 85, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "resistance" }, }, + ["CriticalStrikeMultiplierInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(11-13)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(14-16)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 70, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierInfluence3"] = { type = "Suffix", affix = "of the Conquest", "+(17-20)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["ManaRegenerationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(41-55)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRegenerationInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(56-70)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["GainAccuracyEqualToStrengthInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Gain Accuracy Rating equal to your Strength", statOrder = { 6237 }, level = 75, group = "GainAccuracyEqualToStrength", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MinionLifeInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Minions have (21-26)% increased maximum Life", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, + ["MinionLifeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Minions have (27-30)% increased maximum Life", statOrder = { 1625 }, level = 70, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, + ["MinionLifeInfluence3"] = { type = "Suffix", affix = "of the Conquest", "Minions have (31-35)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, + ["PowerChargeOnKillInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(4-6)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PowerChargeOnKillInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(7-10)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 80, group = "PowerChargeOnKillChance", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PhysTakenAsColdHelmetInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["PhysTakenAsColdHelmetInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["SpellsAdditionalUnleashSealInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Skills supported by Unleash have +1 to maximum number of Seals", statOrder = { 9898 }, level = 80, group = "SpellsAdditionalUnleashSeal", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, + ["EnemyColdResistanceAuraInfluence1__"] = { type = "Suffix", affix = "of Redemption", "Nearby Enemies have -9% to Cold Resistance", statOrder = { 7357 }, level = 85, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "resistance" }, }, + ["ReducedManaReservationInfluence1"] = { type = "Suffix", affix = "of Redemption", "(4-6)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaReservationEfficiencyInfluence1___"] = { type = "Suffix", affix = "of Redemption", "(4-6)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 68, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ReducedManaReservationInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 75, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaReservationEfficiencyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(7-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["IgniteChanceAndDamageInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(15-17)% increased Burning Damage", "(6-8)% chance to Ignite", statOrder = { 1736, 1880 }, level = 68, group = "IgniteChanceAndDamage", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["IgniteChanceAndDamageInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(18-20)% increased Burning Damage", "(6-8)% chance to Ignite", statOrder = { 1736, 1880 }, level = 75, group = "IgniteChanceAndDamage", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["FreezeChanceAndDurationInfluence1____"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Freeze Duration on Enemies", "(6-8)% chance to Freeze", statOrder = { 1717, 1883 }, level = 68, group = "FreezeChanceAndDuration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["FreezeChanceAndDurationInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(13-15)% increased Freeze Duration on Enemies", "(6-8)% chance to Freeze", statOrder = { 1717, 1883 }, level = 75, group = "FreezeChanceAndDuration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ShockChanceAndEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "(6-8)% chance to Shock", "(8-12)% increased Effect of Lightning Ailments", statOrder = { 1887, 6887 }, level = 68, group = "ShockChanceAndEffect", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ShockChanceAndEffectInfluence2"] = { type = "Suffix", affix = "of Redemption", "(6-8)% chance to Shock", "(13-15)% increased Effect of Lightning Ailments", statOrder = { 1887, 6887 }, level = 75, group = "ShockChanceAndEffect", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AddedManaRegenerationInfluence1"] = { type = "Suffix", affix = "of Redemption", "Regenerate (3-5) Mana per second", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AddedManaRegenerationInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Regenerate (6-8) Mana per second", statOrder = { 1442 }, level = 75, group = "AddedManaRegeneration", weightKey = { "helmet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["SpellAddedFireDamageInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Adds (17-22) to (33-39) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageInfluence2_"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (42-49) Fire Damage to Spells", statOrder = { 1267 }, level = 70, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Adds (25-34) to (51-59) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Adds (14-18) to (27-32) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (17-23) to (34-40) Cold Damage to Spells", statOrder = { 1268 }, level = 70, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (41-48) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-5) to (58-61) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (2-6) to (73-77) Lightning Damage to Spells", statOrder = { 1269 }, level = 70, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (2-7) to (88-93) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedPhysicalDamageInfluence1__"] = { type = "Prefix", affix = "Hunter's", "Adds (17-22) to (33-39) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (42-49) Physical Damage to Spells", statOrder = { 1266 }, level = 70, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (25-34) to (51-59) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (14-18) to (27-32) Chaos Damage to Spells", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (17-23) to (34-40) Chaos Damage to Spells", statOrder = { 1270 }, level = 70, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (21-28) to (41-48) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["EnemyChaosResistanceAuraInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Nearby Enemies have -9% to Chaos Resistance", statOrder = { 7356 }, level = 85, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["PercentageIntelligenceInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(6-8)% increased Intelligence", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["PercentageIntelligenceInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Intelligence", statOrder = { 1053 }, level = 75, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["IgnitingConfluxInfluence1"] = { type = "Suffix", affix = "of the Hunt", "You have Igniting Conflux for 3 seconds every 8 seconds", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["ChillingConfluxInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "You have Chilling Conflux for 3 seconds every 8 seconds", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["ShockingConfluxInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "You have Shocking Conflux for 3 seconds every 8 seconds", statOrder = { 6340 }, level = 80, group = "SingleConflux", weightKey = { "helmet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["PhysTakenAsLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "(8-12)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["PhysTakenAsLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "(13-15)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 83, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["ConsecratedGroundStationaryInfluence1_"] = { type = "Prefix", affix = "Crusader's", "You have Consecrated Ground around you while stationary", statOrder = { 5440 }, level = 75, group = "ConsecratedGroundStationary", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["HolyPhysicalExplosionInfluence1"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill Explode, dealing 3% of their Life as Physical Damage", statOrder = { 5922 }, level = 85, group = "EnemiesExplodeOnDeathPhysical", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["HolyPhysicalExplosionChanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill have a (11-20)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 3145 }, level = 75, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["HolyPhysicalExplosionChanceInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Enemies you Kill have a (21-30)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 3145 }, level = 85, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 25, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["PercentageIntelligenceBodyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(5-8)% increased Intelligence", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageIntelligenceBodyInfluence2___"] = { type = "Suffix", affix = "of the Crusade", "(9-12)% increased Intelligence", statOrder = { 1053 }, level = 75, group = "PercentageIntelligence", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["AddPowerChargeOnCritInfluence1"] = { type = "Suffix", affix = "of the Crusade", "15% chance to gain a Power Charge on Critical Strike", statOrder = { 1689 }, level = 80, group = "PowerChargeOnCriticalStrikeChance", weightKey = { "body_armour_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "influence_mod", "critical" }, }, + ["EnergyShieldOnKillPercentInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Recover (3-4)% of Energy Shield on Kill", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldOnKillPercentInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Recover (5-6)% of Energy Shield on Kill", statOrder = { 1609 }, level = 80, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateBodyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(8-11)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(12-15)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 80, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["PhysTakenAsFireInfluence1"] = { type = "Prefix", affix = "Warlord's", "(8-12)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["PhysTakenAsFireInfluence2"] = { type = "Prefix", affix = "Warlord's", "(13-15)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 83, group = "PhysicalDamageTakenAsFireUber", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["SocketedActiveGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of Socketed Skill Gems", statOrder = { 169 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevel", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "gem" }, }, + ["ReflectedPhysicalDamageInfluence1__"] = { type = "Prefix", affix = "Warlord's", "You and your Minions take 100% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["AllResistancesInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(10-12)% to all Elemental Resistances", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["AllResistancesInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(13-15)% to all Elemental Resistances", statOrder = { 1479 }, level = 70, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["AllResistancesInfluence3_"] = { type = "Suffix", affix = "of the Conquest", "+(16-18)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["PercentageStrengthBodyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-8)% increased Strength", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageStrengthBodyInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(9-12)% increased Strength", statOrder = { 1051 }, level = 75, group = "PercentageStrength", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["EnduranceChargeIfHitRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 6270 }, level = 80, group = "EnduranceChargeIfHitRecently", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["LifeOnKillPercentInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Recover (3-4)% of Life on Kill", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeOnKillPercentInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Recover (5-6)% of Life on Kill", statOrder = { 1608 }, level = 80, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRecoveryRateBodyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(8-11)% increased Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(12-15)% increased Life Recovery rate", statOrder = { 1438 }, level = 80, group = "LifeRecoveryRate", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["SocketedAttacksManaCostInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Socketed Attacks have -15 to Total Mana Cost", statOrder = { 465 }, level = 85, group = "SocketedAttacksManaCost", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "attack", "gem" }, }, + ["PhysTakenAsColdInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(8-12)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["PhysTakenAsColdInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 83, group = "PhysicalDamageTakenAsColdUber", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["SocketedSupportGemLevelInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+1 to Level of Socketed Support Gems", statOrder = { 168 }, level = 80, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "gem" }, }, + ["ReflectedElementalDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["NearbyEnemiesAreBlindedInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Nearby Enemies are Blinded", statOrder = { 3236 }, level = 75, group = "NearbyEnemiesAreBlinded", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["PercentageDexterityBodyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-8)% increased Dexterity", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["PercentageDexterityBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(9-12)% increased Dexterity", statOrder = { 1052 }, level = 75, group = "PercentageDexterity", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attribute" }, }, + ["FrenzyChargeOnHitChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1692 }, level = 80, group = "FrenzyChargeOnHitChance", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["ManaOnKillPercentInfluence1"] = { type = "Suffix", affix = "of Redemption", "Recover (3-4)% of Mana on Kill", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaOnKillPercentInfluence2"] = { type = "Suffix", affix = "of Redemption", "Recover (5-6)% of Mana on Kill", statOrder = { 1610 }, level = 80, group = "MaximumManaOnKillPercent", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRecoveryRateBodyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-11)% increased Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRecoveryRateBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(12-15)% increased Mana Recovery rate", statOrder = { 1446 }, level = 80, group = "ManaRecoveryRate", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AuraEffectBodyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-20)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "aura" }, }, + ["AuraEffectBodyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 80, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "aura" }, }, + ["MaximumLifeBodyInfluence1"] = { type = "Prefix", affix = "Hunter's", "(5-8)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLifeBodyInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(9-12)% increased maximum Life", statOrder = { 1431 }, level = 85, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["PhysTakenAsChaosInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(8-12)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysTakenAsChaosInfluence2"] = { type = "Prefix", affix = "Hunter's", "(13-15)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 83, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "chaos" }, }, + ["AdditionalCurseOnEnemiesInfluence1"] = { type = "Prefix", affix = "Hunter's", "You can apply an additional Curse", statOrder = { 2022 }, level = 82, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "curse" }, }, + ["RegenerateLifeOver1SecondInfluence1"] = { type = "Prefix", affix = "Hunter's", "Every 4 seconds, Regenerate 15% of Life over one second", statOrder = { 3619 }, level = 80, group = "RegenerateLifeOver1Second", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life" }, }, + ["OfferingEffectInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(16-20)% increased effect of Offerings", statOrder = { 3894 }, level = 68, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["OfferingEffectInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% increased effect of Offerings", statOrder = { 3894 }, level = 80, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AdditionalCritWithAttacksInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Attacks have +(0.5-1)% to Critical Strike Chance", statOrder = { 4518 }, level = 68, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "critical" }, }, + ["AdditionalCritWithAttacksInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Attacks have +(1.1-1.5)% to Critical Strike Chance", statOrder = { 4518 }, level = 84, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "critical" }, }, + ["AdditionalCritWithSpellsInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(0.5-1)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 68, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "critical" }, }, + ["AdditionalCritWithSpellsInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(1.1-1.5)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 84, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "critical" }, }, + ["LifeRegenerationPercentBodyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1-1.5)% of Life per second", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentBodyInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.6-2)% of Life per second", statOrder = { 1801 }, level = 75, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLightningResistanceHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceHighInfluence2"] = { type = "Prefix", affix = "Crusader's", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 80, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceHighInfluence3_"] = { type = "Prefix", affix = "Crusader's", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 86, group = "MaximumLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["DamagePerBlockChanceInfluence1"] = { type = "Prefix", affix = "Crusader's", "1% increased Damage per 1% Chance to Block Attack Damage", statOrder = { 5632 }, level = 68, group = "DamagePerBlockChance", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["MinimumPowerChargeInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+1 to Minimum Power Charges", statOrder = { 1672 }, level = 68, group = "MinimumPowerCharges", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["MinimumPowerChargeInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+2 to Minimum Power Charges", statOrder = { 1672 }, level = 80, group = "MinimumPowerCharges", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["RecoverEnergyShieldPercentOnBlockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Recover (3-5)% of Energy Shield when you Block", statOrder = { 2318 }, level = 68, group = "RecoverEnergyShieldPercentOnBlock", weightKey = { "shield_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRegenHighInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Regenerate (1.5-2.5)% of Energy Shield per second", statOrder = { 2495 }, level = 75, group = "EnergyShieldRegenerationPerMinute", weightKey = { "shield_crusader", "amulet_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["ChanceToChillAttackersOnBlockInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-40)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, + ["ChanceToChillAttackersOnBlockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 75, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "red_herring", "influence_mod", "elemental", "cold", "ailment" }, }, + ["ChanceToShockAttackersOnBlockInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(25-40)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAttackersOnBlockInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 75, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["SpellBlockIfBlockedSpellsInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "+(7-9)% Chance to Block Spell Damage if you have Blocked Spell Damage Recently", statOrder = { 9370 }, level = 68, group = "SpellBlockIfBlockedSpellRecently", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockIfBlockedSpellsInfluence2"] = { type = "Suffix", affix = "of the Crusade", "+(10-12)% Chance to Block Spell Damage if you have Blocked Spell Damage Recently", statOrder = { 9370 }, level = 75, group = "SpellBlockIfBlockedSpellRecently", weightKey = { "shield_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["WarcryBuffEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(18-21)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 68, group = "WarcryEffect", weightKey = { "shield_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["WarcryBuffEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "shield_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["MaximumFireResistanceHighInfluence1__"] = { type = "Prefix", affix = "Warlord's", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceHighInfluence2__"] = { type = "Prefix", affix = "Warlord's", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 80, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceHighInfluence3"] = { type = "Prefix", affix = "Warlord's", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 86, group = "MaximumFireResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AreaOfEffectInfluence1"] = { type = "Prefix", affix = "Warlord's", "(7-9)% increased Area of Effect", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectInfluence2"] = { type = "Prefix", affix = "Warlord's", "(10-12)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectInfluence3"] = { type = "Prefix", affix = "Warlord's", "(13-15)% increased Area of Effect", statOrder = { 1739 }, level = 80, group = "AreaOfEffect", weightKey = { "shield_adjudicator", "quiver_adjudicator", "ring_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["MinimumEnduranceChargeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+1 to Minimum Endurance Charges", statOrder = { 1662 }, level = 68, group = "MinimumEnduranceCharges", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["MinimumEnduranceChargeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+2 to Minimum Endurance Charges", statOrder = { 1662 }, level = 80, group = "MinimumEnduranceCharges", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["RecoverLifePercentOnBlockInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "Recover (3-5)% of Life when you Block", statOrder = { 2902 }, level = 68, group = "RecoverLifePercentOnBlock", weightKey = { "shield_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "block", "resource", "influence_mod", "life" }, }, + ["AttackBlockIfBlockedAttacksInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(5-6)% Chance to Block Attack Damage if you have Blocked Attack Damage Recently", statOrder = { 4930 }, level = 68, group = "AttackBlockIfBlockedAttackRecently", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["AttackBlockIfBlockedAttacksInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(7-8)% Chance to Block Attack Damage if you have Blocked Attack Damage Recently", statOrder = { 4930 }, level = 75, group = "AttackBlockIfBlockedAttackRecently", weightKey = { "shield_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["AdditionalPhysicalDamageReductionHighInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 75, group = "ReducedPhysicalDamageTaken", weightKey = { "shield_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["MaximumColdResistanceHighInfluence1"] = { type = "Prefix", affix = "Redeemer's", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceHighInfluence2"] = { type = "Prefix", affix = "Redeemer's", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 80, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceHighInfluence3__"] = { type = "Prefix", affix = "Redeemer's", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 86, group = "MaximumColdResist", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["EnergyShieldDelayHighInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(16-20)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldDelayHighInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(21-25)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldDelayHighInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 80, group = "EnergyShieldDelay", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["WeaponElementalDamageInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "(31-35)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 75, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, + ["WeaponElementalDamageInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "(36-40)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 80, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "attack" }, }, + ["MinimumFrenzyChargeInfluence1"] = { type = "Suffix", affix = "of Redemption", "+1 to Minimum Frenzy Charges", statOrder = { 1667 }, level = 68, group = "MinimumFrenzyCharges", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["MinimumFrenzyChargeInfluence2"] = { type = "Suffix", affix = "of Redemption", "+2 to Minimum Frenzy Charges", statOrder = { 1667 }, level = 80, group = "MinimumFrenzyCharges", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["RecoverManaPercentOnBlockInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Recover (3-5)% of your maximum Mana when you Block", statOrder = { 7594 }, level = 68, group = "RecoverManaPercentOnBlock", weightKey = { "shield_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "block", "resource", "influence_mod", "mana" }, }, + ["AdditionalChanceToEvadeHighInfluence1"] = { type = "Suffix", affix = "of Redemption", "+(3-5)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 75, group = "AdditionalChanceToEvade", weightKey = { "shield_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["AvoidPhysicalDamageInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to Avoid Physical Damage from Hits", statOrder = { 3211 }, level = 68, group = "PhysicalDamageAvoidance", weightKey = { "shield_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["AvoidPhysicalDamageInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to Avoid Physical Damage from Hits", statOrder = { 3211 }, level = 80, group = "PhysicalDamageAvoidance", weightKey = { "shield_eyrie", "quiver_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["CurseEffectivenessInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-11)% increased Effect of your Curses", statOrder = { 2447 }, level = 73, group = "CurseEffectiveness", weightKey = { "shield_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseEffectivenessInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Effect of your Curses", statOrder = { 2447 }, level = 80, group = "CurseEffectiveness", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["AuraEffectInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 73, group = "AuraEffect", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["AuraEffectInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 80, group = "AuraEffect", weightKey = { "shield_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["IncreasedAilmentEffectLowInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-20)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "shield_eyrie", "quiver_eyrie", "ring_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "ailment" }, }, + ["IncreasedAilmentEffectLowInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "shield_eyrie", "quiver_eyrie", "ring_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "ailment" }, }, + ["MaximumResistancesInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 80, group = "MaximumResistances", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesInfluence2"] = { type = "Prefix", affix = "Hunter's", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 85, group = "MaximumResistances", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resistance" }, }, + ["MaximumChaosResistanceHighInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceHighInfluence2"] = { type = "Prefix", affix = "Hunter's", "+2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 80, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceHighInfluence3"] = { type = "Prefix", affix = "Hunter's", "+3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 86, group = "MaximumChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumLifeInfluence1"] = { type = "Prefix", affix = "Hunter's", "(3-6)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "shield_basilisk", "belt_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["MaximumLifeInfluence2"] = { type = "Prefix", affix = "Hunter's", "(7-10)% increased maximum Life", statOrder = { 1431 }, level = 84, group = "MaximumLifeIncreasePercent", weightKey = { "shield_basilisk", "belt_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["NoExtraDamageFromBleedMovingInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3031 }, level = 75, group = "NoExtraDamageFromBleedMoving", weightKey = { "shield_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["GainRandomChargeOnBlockInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Gain an Endurance, Frenzy or Power charge when you Block", statOrder = { 6333 }, level = 68, group = "GainRandomChargeOnBlock", weightKey = { "shield_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "block", "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["SocketedGemsReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Socketed Gems have 20% increased Reservation Efficiency", statOrder = { 445 }, level = 68, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "gem" }, }, + ["SocketedGemsReducedReservationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Socketed Gems have 30% increased Reservation Efficiency", statOrder = { 445 }, level = 80, group = "DisplaySocketedGemsGetReducedReservation", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "skill", "gem" }, }, + ["DegenDamageTakenInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(4-6)% reduced Damage taken from Damage Over Time", statOrder = { 2098 }, level = 68, group = "DegenDamageTaken", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["DegenDamageTakenInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-10)% reduced Damage taken from Damage Over Time", statOrder = { 2098 }, level = 80, group = "DegenDamageTaken", weightKey = { "shield_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["LifeRegenerationPercentHighInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.1-1.5)% of Life per second", statOrder = { 1801 }, level = 68, group = "LifeRegenerationRatePercentage", weightKey = { "shield_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentHighInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Regenerate (1.6-2)% of Life per second", statOrder = { 1801 }, level = 80, group = "LifeRegenerationRatePercentage", weightKey = { "shield_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["PhysicalAddedAsExtraLightningInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (5-10)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "quiver_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (11-15)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "quiver_crusader", "amulet_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["AdditionalArrowInfluence1"] = { type = "Prefix", affix = "Warlord's", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 80, group = "AdditionalArrows", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["PhysicalAddedAsExtraFireInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Gain (5-10)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "quiver_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireInfluence2_____"] = { type = "Prefix", affix = "Warlord's", "Gain (11-15)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "quiver_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["MaimOnHitInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 15% chance to Maim on Hit", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MaimOnHitInfluence2___"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 20% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["ChancetoGainPhasingOnKillInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(5-6)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChancetoGainPhasingOnKillInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(7-8)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 70, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChancetoGainPhasingOnKillInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(9-10)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 73, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["BleedOnHitDamageInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 10% chance to cause Bleeding", "(15-25)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 68, group = "BleedOnHitAndDamage", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["BleedOnHitDamageInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "Attacks have 15% chance to cause Bleeding", "(26-30)% increased Damage with Bleeding", statOrder = { 2340, 3008 }, level = 75, group = "BleedOnHitAndDamage", weightKey = { "quiver_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["PhysicalAddedAsExtraColdInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Gain (5-10)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "quiver_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (11-15)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "quiver_eyrie", "amulet_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["MovementVelocityExtraInfluence1"] = { type = "Prefix", affix = "Hunter's", "(3-6)% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityExtraInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(7-10)% increased Movement Speed", statOrder = { 1657 }, level = 80, group = "MovementVelocity", weightKey = { "quiver_basilisk", "amulet_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["ManaGainPerTargetInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Gain (3-5) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves_basilisk", "quiver_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ChaosDamageOverTimeMultiplierQuiverInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Chaos Damage over Time Multiplier with Attack Skills", statOrder = { 1126 }, level = 68, group = "ChaosDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChaosDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Chaos Damage over Time Multiplier with Attack Skills", statOrder = { 1126 }, level = 80, group = "ChaosDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos", "attack" }, }, + ["PhysicalDamageOverTimeMultiplierQuiverInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Physical Damage over Time Multiplier with Attack Skills", statOrder = { 1115 }, level = 68, group = "PhysicalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical", "attack" }, }, + ["PhysicalDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Physical Damage over Time Multiplier with Attack Skills", statOrder = { 1115 }, level = 80, group = "PhysicalDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical", "attack" }, }, + ["FireDamageOverTimeMultiplierQuiverInfluence1"] = { type = "Suffix", affix = "of the Hunt", "+(16-20)% to Fire Damage over Time Multiplier with Attack Skills", statOrder = { 1118 }, level = 68, group = "FireDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["FireDamageOverTimeMultiplierQuiverInfluence2"] = { type = "Suffix", affix = "of the Hunt", "+(21-25)% to Fire Damage over Time Multiplier with Attack Skills", statOrder = { 1118 }, level = 80, group = "FireDamageOverTimeMultiplierWithAttacks", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["PoisonOnHitDamageInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "15% chance to Poison on Hit", "(15-25)% increased Damage with Poison", statOrder = { 3012, 3020 }, level = 68, group = "PoisonOnHitAndDamage", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonOnHitDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "20% chance to Poison on Hit", "(26-30)% increased Damage with Poison", statOrder = { 3012, 3020 }, level = 75, group = "PoisonOnHitAndDamage", weightKey = { "quiver_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["GlobalEnergyShieldPercentInfluence1"] = { type = "Prefix", affix = "Crusader's", "(7-9)% increased maximum Energy Shield", statOrder = { 1421 }, level = 68, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentInfluence2"] = { type = "Prefix", affix = "Crusader's", "(10-12)% increased maximum Energy Shield", statOrder = { 1421 }, level = 78, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentInfluence3"] = { type = "Prefix", affix = "Crusader's", "(13-15)% increased maximum Energy Shield", statOrder = { 1421 }, level = 82, group = "GlobalEnergyShieldPercent", weightKey = { "belt_crusader", "ring_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["CriticalStrikeChanceShockedEnemiesInfluence1"] = { type = "Prefix", affix = "Crusader's", "(30-34)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 5491 }, level = 68, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeChanceShockedEnemiesInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-39)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 5491 }, level = 75, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeChanceShockedEnemiesInfluence3__"] = { type = "Prefix", affix = "Crusader's", "(40-45)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 5491 }, level = 80, group = "CritChanceShockedEnemies", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["LightningDamageInfluence1__"] = { type = "Prefix", affix = "Crusader's", "(16-20)% increased Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningDamageInfluence2"] = { type = "Prefix", affix = "Crusader's", "(21-25)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningDamageInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(26-30)% increased Lightning Damage", statOrder = { 1241 }, level = 80, group = "LightningDamagePercentagePrefix", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["FortifyOnMeleeStunInfluence1"] = { type = "Prefix", affix = "Crusader's", "Melee Hits which Stun have (8-12)% chance to Fortify", statOrder = { 5267 }, level = 68, group = "FortifyOnMeleeStun", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, + ["CooldownRecoveryHighInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-15)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, + ["CooldownRecoveryHighInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 84, group = "GlobalCooldownRecovery", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, + ["SpellDamageDuringFlaskEffectInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "(20-25)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 68, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageDuringFlaskEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 75, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% increased Spell Damage during any Flask Effect", statOrder = { 9383 }, level = 80, group = "SpellDamageDuringFlaskEffect", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "caster_damage", "influence_mod", "damage", "caster" }, }, + ["EnergyShieldRecoveryRateInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(7-9)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(10-12)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "belt_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["RemoveShockOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Remove Shock when you use a Flask", statOrder = { 9176 }, level = 75, group = "RemoveShockOnFlaskUse", weightKey = { "belt_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "lightning", "ailment" }, }, + ["GlobalArmourPercentInfluence1"] = { type = "Prefix", affix = "Warlord's", "(7-9)% increased Armour", statOrder = { 1402 }, level = 68, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["GlobalArmourPercentInfluence2___"] = { type = "Prefix", affix = "Warlord's", "(10-12)% increased Armour", statOrder = { 1402 }, level = 78, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["GlobalArmourPercentInfluence3"] = { type = "Prefix", affix = "Warlord's", "(13-15)% increased Armour", statOrder = { 1402 }, level = 82, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "belt_adjudicator", "ring_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["FireDamageBurningEnemiesInfluence1"] = { type = "Prefix", affix = "Warlord's", "(22-27) to (41-46) added Fire Damage against Burning Enemies", statOrder = { 9548 }, level = 68, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageBurningEnemiesInfluence2"] = { type = "Prefix", affix = "Warlord's", "(28-32) to (47-51) added Fire Damage against Burning Enemies", statOrder = { 9548 }, level = 75, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageBurningEnemiesInfluence3"] = { type = "Prefix", affix = "Warlord's", "(33-39) to (52-55) added Fire Damage against Burning Enemies", statOrder = { 9548 }, level = 80, group = "AddedFireBurningEnemies", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(16-20)% increased Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "(21-25)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(26-30)% increased Fire Damage", statOrder = { 1221 }, level = 80, group = "FireDamagePercentagePrefix", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["ReducedCriticalStrikeDamageTakenInfluence1"] = { type = "Prefix", affix = "Warlord's", "You take (15-20)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 68, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["ReducedCriticalStrikeDamageTakenInfluence2_"] = { type = "Prefix", affix = "Warlord's", "You take (21-30)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 75, group = "ReducedCriticalStrikeDamageTaken", weightKey = { "belt_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["AllDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "(11-15)% increased Damage", statOrder = { 1058 }, level = 75, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["AllDamageInfluence2___"] = { type = "Prefix", affix = "Warlord's", "(16-20)% increased Damage", statOrder = { 1058 }, level = 80, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["AllDamageInfluence3"] = { type = "Prefix", affix = "Warlord's", "(21-25)% increased Damage", statOrder = { 1058 }, level = 85, group = "AllDamage", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["MeleeDamageDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(20-25)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 68, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["MeleeDamageDuringFlaskEffectInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(26-30)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 75, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["MeleeDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(31-35)% increased Melee Damage during any Flask Effect", statOrder = { 8524 }, level = 80, group = "MeleeDamageDuringFlaskEffect", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["LifeRecoveryRateInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(7-9)% increased Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "belt_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRecoveryRateInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(10-12)% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "belt_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["RemoveIgniteOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Remove Ignite and Burning when you use a Flask", statOrder = { 9168 }, level = 75, group = "RemoveIgniteOnFlaskUse", weightKey = { "belt_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "fire", "ailment" }, }, + ["GlobalEvasionPercentInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(7-9)% increased Evasion Rating", statOrder = { 1410 }, level = 68, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["GlobalEvasionPercentInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(10-12)% increased Evasion Rating", statOrder = { 1410 }, level = 78, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["GlobalEvasionPercentInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "(13-15)% increased Evasion Rating", statOrder = { 1410 }, level = 82, group = "GlobalEvasionRatingPercent", weightKey = { "belt_eyrie", "ring_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "defences", "evasion" }, }, + ["DamageChilledEnemiesInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Damage with Hits against Chilled Enemies", statOrder = { 5643 }, level = 68, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageChilledEnemiesInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(31-35)% increased Damage with Hits against Chilled Enemies", statOrder = { 5643 }, level = 75, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageChilledEnemiesInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(36-40)% increased Damage with Hits against Chilled Enemies", statOrder = { 5643 }, level = 80, group = "DamageChilledEnemies", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["FlaskEffectInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Flasks applied to you have (4-7)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, + ["FlaskEffectInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Flasks applied to you have (8-10)% increased Effect", statOrder = { 2591 }, level = 81, group = "FlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "influence_mod" }, }, + ["ColdDamageInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(16-20)% increased Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(21-25)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdDamageInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(26-30)% increased Cold Damage", statOrder = { 1230 }, level = 80, group = "ColdDamagePercentagePrefix", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["AttackSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "(8-14)% increased Attack Speed during any Flask Effect", statOrder = { 3141 }, level = 68, group = "AttackSpeedDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "influence_mod", "attack", "speed" }, }, + ["ProjectileAttackDamageDuringFlaskEffectInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(20-25)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 68, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageDuringFlaskEffectInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(26-30)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 75, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageDuringFlaskEffectInfluence3"] = { type = "Suffix", affix = "of Redemption", "(31-35)% increased Projectile Attack Damage during any Flask Effect", statOrder = { 9002 }, level = 80, group = "ProjectileAttackDamageDuringFlaskEffect", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "damage", "attack" }, }, + ["ManaRecoveryRateInfluence1"] = { type = "Suffix", affix = "of Redemption", "(7-9)% increased Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRecoveryRateInfluence2__"] = { type = "Suffix", affix = "of Redemption", "(10-12)% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "belt_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["RemoveFreezeOnFlaskUseInfluence1"] = { type = "Suffix", affix = "of Redemption", "Remove Chill and Freeze when you use a Flask", statOrder = { 9164 }, level = 75, group = "RemoveFreezeOnFlaskUse", weightKey = { "belt_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "influence_mod", "elemental", "cold", "ailment" }, }, + ["FlaskChanceToNotConsumeChargesInfluence1"] = { type = "Prefix", affix = "Hunter's", "(6-10)% chance for Flasks you use to not consume Charges", statOrder = { 4060 }, level = 80, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "flask" }, }, + ["FlaskChargeOnCritInfluence1"] = { type = "Prefix", affix = "Hunter's", "Gain a Flask Charge when you deal a Critical Strike", statOrder = { 3231 }, level = 75, group = "FlaskChargeOnCrit", weightKey = { "belt_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "critical" }, }, + ["ChaosDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "(16-20)% increased Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(21-25)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "(26-30)% increased Chaos Damage", statOrder = { 1249 }, level = 80, group = "IncreasedChaosDamagePrefix", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["PercentageAllAttributesInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-9)% increased Attributes", statOrder = { 1050 }, level = 68, group = "PercentageAllAttributes", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["PercentageAllAttributesInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(10-12)% increased Attributes", statOrder = { 1050 }, level = 75, group = "PercentageAllAttributes", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["CastSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(8-14)% increased Cast Speed during any Flask Effect", statOrder = { 5053 }, level = 68, group = "CastSpeedDuringFlaskEffect", weightKey = { "belt_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "flask", "caster", "speed" }, }, + ["ArmourPenetrationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits have (30-39)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (40-50)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["MovementSpeedDuringFlaskEffectInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(6-10)% increased Movement Speed during any Flask Effect", statOrder = { 3025 }, level = 81, group = "MovementSpeedDuringFlaskEffect", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "speed" }, }, + ["PhysicalAttackDamageTakenInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "-(35-25) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 68, group = "PhysicalAttackDamageTaken", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, + ["PhysicalAttackDamageTakenInfluence2"] = { type = "Suffix", affix = "of the Hunt", "-(45-36) Physical Damage taken from Attack Hits", statOrder = { 2087 }, level = 75, group = "PhysicalAttackDamageTaken", weightKey = { "belt_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical", "attack" }, }, + ["ChanceToShockAddedDamageInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds (3-7) to (68-73) Lightning Damage against Shocked Enemies", statOrder = { 6388 }, level = 68, group = "ChanceToShockAddedDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["ChanceToShockAddedDamageInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (4-8) to (82-86) Lightning Damage against Shocked Enemies", statOrder = { 6388 }, level = 75, group = "ChanceToShockAddedDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["AddedLightningDamagePerPowerChargeInfluence1__"] = { type = "Prefix", affix = "Crusader's", "1 to (6-8) Lightning Damage per Power Charge", statOrder = { 8574 }, level = 75, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamagePerPowerChargeInfluence2"] = { type = "Prefix", affix = "Crusader's", "(1-2) to (9-11) Lightning Damage per Power Charge", statOrder = { 8574 }, level = 80, group = "GlobalAddedLightningDamagePerPowerCharge", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["SpellDamageRingInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(15-17)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageRingInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(18-21)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellDamageRingInfluence3__"] = { type = "Prefix", affix = "Crusader's", "(22-25)% increased Spell Damage", statOrder = { 1090 }, level = 80, group = "SpellDamage", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["IncreasedLifeLeechRateInfluence1"] = { type = "Prefix", affix = "Crusader's", "(35-40)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 68, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["IncreasedLifeLeechRateInfluence2"] = { type = "Prefix", affix = "Crusader's", "(41-45)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 75, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["IncreasedLifeLeechRateInfluence3"] = { type = "Prefix", affix = "Crusader's", "(46-50)% increased total Recovery per second from Life Leech", statOrder = { 2011 }, level = 80, group = "IncreasedLifeLeechRate", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["ReducedCurseEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-29)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["ReducedCurseEffectInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(35-40)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 75, group = "ReducedCurseEffect", weightKey = { "ring_crusader", "default", }, weightVal = { 1000, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitConductivityInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 75, group = "ConductivityOnHitLevel", weightKey = { "ring_crusader", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitConductivityInfluence2___"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 80, group = "ConductivityOnHitLevel", weightKey = { "ring_crusader", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["LifeGainedOnSpellHitInfluence1"] = { type = "Prefix", affix = "Crusader's", "Gain (8-12) Life per Enemy Hit with Spells", statOrder = { 1598 }, level = 68, group = "LifeGainedOnSpellHit", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, + ["LifeGainedOnSpellHitInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (13-15) Life per Enemy Hit with Spells", statOrder = { 1598 }, level = 75, group = "LifeGainedOnSpellHit", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "caster" }, }, + ["GlobalCriticalStrikeChanceRingInfluence1___"] = { type = "Suffix", affix = "of the Crusade", "(15-17)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["GlobalCriticalStrikeChanceRingInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(18-21)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 75, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["GlobalCriticalStrikeChanceRingInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 80, group = "CriticalStrikeChance", weightKey = { "ring_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["ChanceToIgniteAddedDamageInfluence1"] = { type = "Prefix", affix = "Warlord's", "Adds (19-26) to (38-46) Fire Damage against Ignited Enemies", statOrder = { 6386 }, level = 68, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteAddedDamageInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (23-30) to (47-54) Fire Damage against Ignited Enemies", statOrder = { 6386 }, level = 75, group = "ChanceToIgniteAddedDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["AddedFireDamagePerEnduranceChargeInfluence1"] = { type = "Prefix", affix = "Warlord's", "(2-3) to (4-5) Fire Damage per Endurance Charge", statOrder = { 8570 }, level = 75, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["AddedFireDamagePerEnduranceChargeInfluence2__"] = { type = "Prefix", affix = "Warlord's", "(3-4) to (6-7) Fire Damage per Endurance Charge", statOrder = { 8570 }, level = 80, group = "GlobalAddedFireDamagePerEnduranceCharge", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["MeleeDamageRingInfluence1"] = { type = "Prefix", affix = "Warlord's", "(15-17)% increased Melee Damage", statOrder = { 1100 }, level = 68, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageRingInfluence2"] = { type = "Prefix", affix = "Warlord's", "(18-21)% increased Melee Damage", statOrder = { 1100 }, level = 75, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MeleeDamageRingInfluence3"] = { type = "Prefix", affix = "Warlord's", "(22-25)% increased Melee Damage", statOrder = { 1100 }, level = 80, group = "MeleeDamage", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["CurseOnHitFlammabilityInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 75, group = "FlammabilityOnHitLevel", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitFlammabilityInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 80, group = "FlammabilityOnHitLevel", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitVulnerabilityInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 75, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "ring_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitVulnerabilityInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Vulnerability on Hit", statOrder = { 2374 }, level = 80, group = "CurseOnHitLevelVulnerabilityMod", weightKey = { "ring_adjudicator", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CriticalStrikeMultiplierRingInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(14-16)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierRingInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(17-19)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 75, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierRingInfluence3_"] = { type = "Suffix", affix = "of the Conquest", "+(20-22)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 80, group = "CriticalStrikeMultiplier", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["BleedDamageAndDurationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(8-12)% increased Damage with Bleeding", "(5-6)% increased Bleeding Duration", statOrder = { 3008, 4706 }, level = 68, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["BleedDamageAndDurationInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(13-17)% increased Damage with Bleeding", "(7-8)% increased Bleeding Duration", statOrder = { 3008, 4706 }, level = 75, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["BleedDamageAndDurationInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(18-22)% increased Damage with Bleeding", "(9-10)% increased Bleeding Duration", statOrder = { 3008, 4706 }, level = 80, group = "BleedDamageAndDuration", weightKey = { "ring_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment" }, }, + ["ChanceToFreezeAddedDamageInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Adds (17-23) to (35-41) Cold Damage against Chilled or Frozen Enemies", statOrder = { 6385 }, level = 68, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeAddedDamageInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (20-26) to (41-48) Cold Damage against Chilled or Frozen Enemies", statOrder = { 6385 }, level = 75, group = "ChanceToFreezeAddedDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "ailment" }, }, + ["AddedColdDamagePerFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(2-3) to (4-5) Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 75, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["AddedColdDamagePerFrenzyChargeInfluence2__"] = { type = "Prefix", affix = "Redeemer's", "(3-4) to (6-7) Added Cold Damage per Frenzy Charge", statOrder = { 4103 }, level = 80, group = "AddedColdDamagePerFrenzyCharge", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ProjectileAttackDamageRingInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(15-17)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 68, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageRingInfluence2___"] = { type = "Prefix", affix = "Redeemer's", "(18-21)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 75, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageRingInfluence3"] = { type = "Prefix", affix = "Redeemer's", "(22-25)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 80, group = "ProjectileAttackDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["MinionDamageRingInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (15-17)% increased Damage", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["MinionDamageRingInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (18-21)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["MinionDamageRingInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Minions deal (22-25)% increased Damage", statOrder = { 1830 }, level = 80, group = "MinionDamage", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["EnergyShieldRechargeDelayInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(15-20)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "ring_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRechargeDelayInfluence2"] = { type = "Prefix", affix = "Redeemer's", "(20-24)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "ring_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["CurseOnHitFrostbiteInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 75, group = "FrostbiteOnHitLevel", weightKey = { "ring_eyrie", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitFrostbiteInfluence2"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 80, group = "FrostbiteOnHitLevel", weightKey = { "ring_eyrie", "default", }, weightVal = { 200, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["AttackSpeedHitRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "(8-12)% increased Attack Speed if you've been Hit Recently", statOrder = { 4615 }, level = 75, group = "AttackSpeedHitRecently", weightKey = { "ring_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["IncreasedExperienceGainInfluence1"] = { type = "Prefix", affix = "Hunter's", "(2-3)% increased Experience gain", statOrder = { 1463 }, level = 85, group = "ExperienceIncrease", weightKey = { "ring_basilisk", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["ReflectedPhysicalDamageRingInfluence1"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (31-45)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["ReflectedPhysicalDamageRingInfluence2_"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (46-55)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 75, group = "ReducedPhysicalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["ReflectedElementalDamageRingInfluence1"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (31-45)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental" }, }, + ["ReflectedElementalDamageRingInfluence2"] = { type = "Prefix", affix = "Hunter's", "You and your Minions take (46-55)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 75, group = "ReducedElementalReflectTaken", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "elemental" }, }, + ["EnergyShieldDelayInfluence1"] = { type = "Prefix", affix = "Hunter's", "(15-20)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 68, group = "EnergyShieldDelay", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldDelayInfluence2_"] = { type = "Prefix", affix = "Hunter's", "(20-24)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 75, group = "EnergyShieldDelay", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["LifeGainPerTargetInfluence1"] = { type = "Prefix", affix = "Hunter's", "Gain (10-15) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, + ["LifeGainPerTargetInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Gain (16-20) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 75, group = "LifeGainPerTarget", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, + ["ExertedAttackDamageInfluence1"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (25-27)% increased Damage", statOrder = { 5908 }, level = 68, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageInfluence2__"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (28-31)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageInfluence3"] = { type = "Prefix", affix = "Hunter's", "Exerted Attacks deal (32-35)% increased Damage", statOrder = { 5908 }, level = 80, group = "ExertedAttackDamage", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["CurseOnHitElementalWeaknessInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2376 }, level = 75, group = "CurseOnHitLevelElementalWeaknessMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["CurseOnHitElementalWeaknessInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2376 }, level = 80, group = "CurseOnHitLevelElementalWeaknessMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, + ["CurseOnHitDespairInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 75, group = "CurseOnHitDespairMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["CurseOnHitDespairInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 80, group = "CurseOnHitDespairMod", weightKey = { "ring_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, + ["PoisonDamageAndDurationInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "(5-6)% increased Poison Duration", "(8-12)% increased Damage with Poison", statOrder = { 3009, 3020 }, level = 68, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamageAndDurationInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-8)% increased Poison Duration", "(13-17)% increased Damage with Poison", statOrder = { 3009, 3020 }, level = 75, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamageAndDurationInfluence3__"] = { type = "Suffix", affix = "of the Hunt", "(9-10)% increased Poison Duration", "(18-22)% increased Damage with Poison", statOrder = { 3009, 3020 }, level = 80, group = "PoisonDamageAndDuration", weightKey = { "ring_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["LightningDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Crusader's", "(0.3-0.5)% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "lightning" }, }, + ["LightningDamageESLeechInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(0.2-0.4)% of Lightning Damage Leeched as Energy Shield", statOrder = { 4725 }, level = 68, group = "LightningDamageESLeech", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "lightning" }, }, + ["DamagePer15IntelligenceInfluence1"] = { type = "Prefix", affix = "Crusader's", "1% increased Damage per 15 Intelligence", statOrder = { 5630 }, level = 80, group = "DamagePer15Intelligence", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeInfluence1"] = { type = "Prefix", affix = "Crusader's", "(3-4)% increased Damage per Power Charge", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeInfluence2"] = { type = "Prefix", affix = "Crusader's", "(5-6)% increased Damage per Power Charge", statOrder = { 5639 }, level = 80, group = "IncreasedDamagePerPowerCharge", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["GlobalLightningGemLevelInfluence1_"] = { type = "Prefix", affix = "Crusader's", "+1 to Level of all Lightning Skill Gems", statOrder = { 6919 }, level = 82, group = "GlobalLightningGemLevel", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, + ["LightningPenetrationInfluence1__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (4-7)% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningPenetrationInfluence2__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (8-10)% Lightning Resistance", statOrder = { 2829 }, level = 82, group = "LightningResistancePenetration", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["MaximumLifeLeechRateHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "(15-25)% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 68, group = "MaximumLifeLeechRate", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumEnergyShieldLeechRateHighInfluence1"] = { type = "Prefix", affix = "Crusader's", "(15-25)% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 68, group = "MaximumEnergyShieldLeechRate", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["MaximumSpellBlockChanceInfluence1"] = { type = "Suffix", affix = "of the Crusade", "+2% to maximum Chance to Block Spell Damage", statOrder = { 1844 }, level = 68, group = "MaximumSpellBlockChance", weightKey = { "amulet_crusader", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod" }, }, + ["WrathReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (40-50)% increased Mana Reservation Efficiency", statOrder = { 9826 }, level = 75, group = "WrathReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["WrathReservationEfficiencyInfluence1________"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (40-50)% increased Mana Reservation Efficiency", statOrder = { 9827 }, level = 75, group = "WrathReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["DisciplineReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Discipline has (50-60)% increased Mana Reservation Efficiency", statOrder = { 5748 }, level = 75, group = "DisciplineReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["DisciplineReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Discipline has (50-60)% increased Mana Reservation Efficiency", statOrder = { 5749 }, level = 75, group = "DisciplineReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfLightningReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Purity of Lightning has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9042 }, level = 75, group = "PurityOfLightningReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfLightningReservationEfficiencyInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Purity of Lightning has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9043 }, level = 75, group = "PurityOfLightningReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["ZealotryReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (40-50)% increased Mana Reservation Efficiency", statOrder = { 9900 }, level = 75, group = "ZealotryReservation", weightKey = { "amulet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["ZealotryReservationEfficiencyInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (40-50)% increased Mana Reservation Efficiency", statOrder = { 9901 }, level = 75, group = "ZealotryReservationEfficiency", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["SpellBlockAmuletInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(4-5)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 68, group = "SpellBlockPercentage", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockAmuletInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(6-7)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 80, group = "SpellBlockPercentage", weightKey = { "amulet_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["FireDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Warlord's", "(0.3-0.5)% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "fire" }, }, + ["FireDamageESLeechInfluence1"] = { type = "Prefix", affix = "Warlord's", "(0.2-0.4)% of Fire Damage Leeched as Energy Shield", statOrder = { 4724 }, level = 68, group = "FireDamageESLeech", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "fire" }, }, + ["DamagePer15StrengthInfluence1"] = { type = "Prefix", affix = "Warlord's", "1% increased Damage per 15 Strength", statOrder = { 5631 }, level = 80, group = "DamagePer15Strength", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerEnduranceChargeInfluence1__"] = { type = "Prefix", affix = "Warlord's", "(3-4)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerEnduranceChargeInfluence2"] = { type = "Prefix", affix = "Warlord's", "(5-6)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 80, group = "DamagePerEnduranceCharge", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["GlobalFireGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of all Fire Skill Gems", statOrder = { 6116 }, level = 82, group = "GlobalFireGemLevel", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, + ["GlobalPhysicalGemLevelInfluence1"] = { type = "Prefix", affix = "Warlord's", "+1 to Level of all Physical Skill Gems", statOrder = { 8949 }, level = 82, group = "GlobalPhysicalGemLevel", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "gem" }, }, + ["FirePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (4-7)% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FirePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (8-10)% Fire Resistance", statOrder = { 2827 }, level = 82, group = "FireResistancePenetration", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["MaximumAttackBlockChanceInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+2% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 68, group = "MaximumBlockChance", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 250, 0 }, modTags = { "block", "influence_mod" }, }, + ["AngerReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (40-50)% increased Mana Reservation Efficiency", statOrder = { 4420 }, level = 75, group = "AngerReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["AngerReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (40-50)% increased Mana Reservation Efficiency", statOrder = { 4421 }, level = 75, group = "AngerReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["DeterminationReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Determination has (40-50)% increased Mana Reservation Efficiency", statOrder = { 5736 }, level = 75, group = "DeterminationReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["DeterminationReservationEfficiencyInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Determination has (40-50)% increased Mana Reservation Efficiency", statOrder = { 5737 }, level = 75, group = "DeterminationReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfFireReducedReservationInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Purity of Fire has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9036 }, level = 75, group = "PurityOfFireReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfFireReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Purity of Fire has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9037 }, level = 75, group = "PurityOfFireReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PrideReducedReservationInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "Pride has (40-50)% increased Mana Reservation Efficiency", statOrder = { 8992 }, level = 75, group = "PrideReservation", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PrideReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Pride has (40-50)% increased Mana Reservation Efficiency", statOrder = { 8993 }, level = 75, group = "PrideReservationEfficiency", weightKey = { "amulet_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["ColdDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(0.3-0.5)% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "life", "elemental", "cold" }, }, + ["ColdDamageESLeechInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "(0.2-0.4)% of Cold Damage Leeched as Energy Shield", statOrder = { 4722 }, level = 68, group = "ColdDamageESLeech", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "defences", "energy_shield", "elemental", "cold" }, }, + ["DamagePer15DexterityInfluence1"] = { type = "Prefix", affix = "Redeemer's", "1% increased Damage per 15 Dexterity", statOrder = { 5629 }, level = 80, group = "DamagePer15Dexterity", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerFrenzyChargeInfluence1"] = { type = "Prefix", affix = "Redeemer's", "(3-4)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 68, group = "DamagePerFrenzyCharge", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerFrenzyChargeInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "(5-6)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 80, group = "DamagePerFrenzyCharge", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["GlobalColdGemLevelInfluence1__"] = { type = "Prefix", affix = "Redeemer's", "+1 to Level of all Cold Skill Gems", statOrder = { 5420 }, level = 82, group = "GlobalColdGemLevel", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, + ["ColdPenetrationInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (4-7)% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdPenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (8-10)% Cold Resistance", statOrder = { 2828 }, level = 82, group = "ColdResistancePenetration", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["MaximumAttackDodgeChanceInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["MaximumSpellDodgeChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["SpellDamageSuppressedInfluence1"] = { type = "Suffix", affix = "of Redemption", "Prevent +2% of Suppressed Spell Damage", statOrder = { 1012 }, level = 68, group = "SpellDamageSuppressed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 250, 0 }, modTags = { "influence_mod" }, }, + ["HatredReducedReservationInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Hatred has (40-50)% increased Mana Reservation Efficiency", statOrder = { 6432 }, level = 75, group = "HatredReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["HatredReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (40-50)% increased Mana Reservation Efficiency", statOrder = { 6433 }, level = 75, group = "HatredReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["GraceReducedReservationInfluence1"] = { type = "Suffix", affix = "of Redemption", "Grace has (40-50)% increased Mana Reservation Efficiency", statOrder = { 6401 }, level = 75, group = "GraceReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["GraceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Grace has (40-50)% increased Mana Reservation Efficiency", statOrder = { 6402 }, level = 75, group = "GraceReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfIceReducedReservationInfluence1__"] = { type = "Suffix", affix = "of Redemption", "Purity of Ice has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9039 }, level = 75, group = "PurityOfIceReservation", weightKey = { "amulet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["PurityOfIceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of Redemption", "Purity of Ice has (50-60)% increased Mana Reservation Efficiency", statOrder = { 9040 }, level = 75, group = "PurityOfIceReservationEfficiency", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana", "aura" }, }, + ["WarcrySpeedInfluence1"] = { type = "Suffix", affix = "of Redemption", "(21-25)% increased Warcry Speed", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["WarcrySpeedInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(26-30)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["WarcrySpeedInfluence3"] = { type = "Suffix", affix = "of Redemption", "(31-35)% increased Warcry Speed", statOrder = { 3118 }, level = 80, group = "WarcrySpeed", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["WarcrySpeedEssence1"] = { type = "Suffix", affix = "of the Essence", "(15-20)% increased Warcry Speed", statOrder = { 3118 }, level = 42, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEssence2"] = { type = "Suffix", affix = "of the Essence", "(21-25)% increased Warcry Speed", statOrder = { 3118 }, level = 58, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEssence3"] = { type = "Suffix", affix = "of the Essence", "(26-30)% increased Warcry Speed", statOrder = { 3118 }, level = 74, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEssence4_"] = { type = "Suffix", affix = "of the Essence", "(31-35)% increased Warcry Speed", statOrder = { 3118 }, level = 82, group = "WarcrySpeed", weightKey = { "default", }, weightVal = { 0 }, modTags = { "speed" }, }, + ["DoubleDamageStunnedRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% chance to deal Double Damage if you have Stunned an Enemy Recently", statOrder = { 5251 }, level = 75, group = "DoubleDamageStunnedRecently", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DoubleDamageStunnedRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% chance to deal Double Damage if you have Stunned an Enemy Recently", statOrder = { 5251 }, level = 83, group = "DoubleDamageStunnedRecently", weightKey = { "amulet_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["PhysicalDamageLifeLeechInfluence1"] = { type = "Prefix", affix = "Hunter's", "(0.3-0.5)% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "physical" }, }, + ["ChaosDamageLifeLeechInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(0.3-0.5)% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["GlobalChaosGemLevelInfluence1__"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Chaos Skill Gems", statOrder = { 5342 }, level = 82, group = "GlobalChaosGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "gem" }, }, + ["GlobalStrengthGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Strength Skill Gems", statOrder = { 9488 }, level = 82, group = "GlobalStrengthGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, + ["GlobalDexterityGemLevelInfluence1_"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Dexterity Skill Gems", statOrder = { 5741 }, level = 82, group = "GlobalDexterityGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, + ["GlobalIntelligenceGemLevelInfluence1"] = { type = "Prefix", affix = "Hunter's", "+1 to Level of all Intelligence Skill Gems", statOrder = { 6757 }, level = 82, group = "GlobalIntelligenceGemLevel", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute", "gem" }, }, + ["ElementalPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (3-4)% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "amulet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (5-6)% Elemental Resistances", statOrder = { 2826 }, level = 82, group = "ElementalPenetration", weightKey = { "amulet_basilisk", "default", }, weightVal = { 250, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["MalevolenceReducedReservationInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (40-50)% increased Mana Reservation Efficiency", statOrder = { 7572 }, level = 75, group = "MalevolenceReservation", weightKey = { "amulet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "aura" }, }, + ["MalevolenceReservationEfficiencyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (40-50)% increased Mana Reservation Efficiency", statOrder = { 7573 }, level = 75, group = "MalevolenceReservationEfficiency", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "aura" }, }, + ["RandomChargeOnKillInfluence1___"] = { type = "Suffix", affix = "of the Hunt", "(3-6)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3448 }, level = 68, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["RandomChargeOnKillInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(7-10)% chance to gain a Power, Frenzy or Endurance Charge on Kill", statOrder = { 3448 }, level = 75, group = "PowerFrenzyOrEnduranceChargeOnKill", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["ReducedAttributeRequirementsInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Items and Gems have (5-10)% reduced Attribute Requirements", statOrder = { 2403 }, level = 68, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["ReducedAttributeRequirementsInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Items and Gems have (11-15)% reduced Attribute Requirements", statOrder = { 2403 }, level = 75, group = "GlobalItemAttributeRequirements", weightKey = { "amulet_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence1"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1098, 1510 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1098, 1510 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence3"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1098, 1510 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1098, 1510 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndLeechInfluence5_"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "0.6% of Physical Attack Damage Leeched as Life", statOrder = { 1098, 1510 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndLeech", weightKey = { "sword_crusader", "axe_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "resource", "influence_mod", "life", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence1"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrder = { 1098, 1276 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence2"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrder = { 1098, 1276 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence3"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrder = { 1098, 1276 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrder = { 1098, 1276 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAttackSpeedInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "(3-4)% increased Attack Speed", statOrder = { 1098, 1276 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndAttackSpeed", weightKey = { "sword_adjudicator", "axe_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "default", }, weightVal = { 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence1_"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrder = { 1098, 1326 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrder = { 1098, 1326 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrder = { 1098, 1326 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrder = { 1098, 1326 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritChanceInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(8-10)% increased Critical Strike Chance", statOrder = { 1098, 1326 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndCritChance", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence1"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrder = { 1098, 1350 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence2"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrder = { 1098, 1350 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrder = { 1098, 1350 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrder = { 1098, 1350 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndCritMultiInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "+(10-15)% to Global Critical Strike Multiplier", statOrder = { 1098, 1350 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndCritMulti", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "critical" }, }, + ["LocalIncreasedPhysicalDamagePercentAndStunInfluence1__"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrder = { 1098, 1378 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndStunInfluence2"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrder = { 1098, 1378 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndStunInfluence3"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrder = { 1098, 1378 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 150, 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndStunInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrder = { 1098, 1378 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndStunInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(6-8)% reduced Enemy Stun Threshold", statOrder = { 1098, 1378 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndStun", weightKey = { "mace_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "2h_mace_crusader", "default", }, weightVal = { 50, 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence1_"] = { type = "Prefix", affix = "Warlord's", "(25-34)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrder = { 1098, 1739 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(35-44)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrder = { 1098, 1739 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(45-54)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrder = { 1098, 1739 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 150, 150, 150, 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence4"] = { type = "Prefix", affix = "Warlord's", "(55-64)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrder = { 1098, 1739 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndAreaInfluence5"] = { type = "Prefix", affix = "Warlord's", "(65-69)% increased Physical Damage", "(10-15)% increased Area of Effect", statOrder = { 1098, 1739 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndArea", weightKey = { "mace_adjudicator", "sceptre_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 50, 50, 50, 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence1"] = { type = "Prefix", affix = "Crusader's", "(25-34)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrder = { 1098, 1655 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence2_"] = { type = "Prefix", affix = "Crusader's", "(35-44)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrder = { 1098, 1655 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 250, 250, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence3_"] = { type = "Prefix", affix = "Crusader's", "(45-54)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrder = { 1098, 1655 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 150, 150, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence4"] = { type = "Prefix", affix = "Crusader's", "(55-64)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrder = { 1098, 1655 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 100, 100, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndProjSpeedInfluence5"] = { type = "Prefix", affix = "Crusader's", "(65-69)% increased Physical Damage", "(20-25)% increased Projectile Speed", statOrder = { 1098, 1655 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndProjSpeed", weightKey = { "wand_crusader", "bow_crusader", "default", }, weightVal = { 50, 50, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack", "speed" }, }, + ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence1_"] = { type = "Prefix", affix = "Hunter's", "(25-34)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrder = { 1098, 1649 }, level = 68, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence2"] = { type = "Prefix", affix = "Hunter's", "(35-44)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrder = { 1098, 1649 }, level = 71, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 250, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence3"] = { type = "Prefix", affix = "Hunter's", "(45-54)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrder = { 1098, 1649 }, level = 74, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 150, 150, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence4_"] = { type = "Prefix", affix = "Hunter's", "(55-64)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrder = { 1098, 1649 }, level = 77, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 100, 100, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalIncreasedPhysicalDamagePercentAndPierceInfluence5_"] = { type = "Prefix", affix = "Hunter's", "(65-69)% increased Physical Damage", "Projectiles Pierce an additional Target", statOrder = { 1098, 1649 }, level = 80, group = "LocalIncreasedPhysicalDamagePercentAndPierce", weightKey = { "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 50, 50, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (8-10) to (15-18) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 68, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (12-16) to (24-28) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 71, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (17-22) to (33-39) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 74, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (21-28) to (42-49) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 77, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (26-35) to (53-61) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 80, group = "LocalFireDamagePenetrationHybrid", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "Adds (15-19) to (28-34) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 68, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (22-30) to (44-52) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 71, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (31-41) to (61-72) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 74, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (39-52) to (78-90) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 77, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedFireDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (49-65) to (99-114) Fire Damage", "Attacks with this Weapon Penetrate (5-7)% Fire Resistance", statOrder = { 1226, 3595 }, level = 80, group = "LocalFireDamagePenetrationHybrid", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (7-9) to (14-16) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 68, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (11-14) to (22-25) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 71, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (15-20) to (30-35) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 74, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (19-25) to (38-44) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 77, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (23-32) to (48-55) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 80, group = "LocalColdDamagePenetrationHybrid", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (13-16) to (26-30) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 68, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationTwoHandInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Adds (21-26) to (41-46) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 71, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Adds (28-37) to (56-65) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 74, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (35-46) to (71-81) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 77, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedColdDamageAndPenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Redeemer's", "Adds (43-59) to (89-102) Cold Damage", "Attacks with this Weapon Penetrate (5-7)% Cold Resistance", statOrder = { 1235, 3596 }, level = 80, group = "LocalColdDamagePenetrationHybrid", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds 2 to (25-29) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 68, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (40-45) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 71, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (2-5) to (55-63) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 74, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (70-79) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 77, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (3-8) to (89-99) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 80, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "bow_crusader", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Adds 3 to (46-53) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 68, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (2-7) to (74-84) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 71, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (3-9) to (102-117) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 74, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Crusader's", "Adds (3-12) to (130-146) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 77, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedLightningDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (6-15) to (165-183) Lightning Damage", "Attacks with this Weapon Penetrate (5-7)% Lightning Resistance", statOrder = { 1246, 3597 }, level = 80, group = "LocalLightningDamagePenetrationHybrid", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (5-7) to (11-13) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 68, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (9-11) to (17-20) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 71, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (12-16) to (24-28) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 74, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationInfluence4"] = { type = "Prefix", affix = "Hunter's", "Adds (15-20) to (30-35) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 77, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationInfluence5"] = { type = "Prefix", affix = "Hunter's", "Adds (18-25) to (38-44) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 80, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence1__"] = { type = "Prefix", affix = "Hunter's", "Adds (9-13) to (21-24) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 68, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Hunter's", "Adds (16-21) to (32-37) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 71, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "Adds (22-29) to (44-52) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 74, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Hunter's", "Adds (28-37) to (57-65) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 77, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalAddedChaosDamageAndPenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Hunter's", "Adds (35-48) to (72-81) Chaos Damage", "Attacks with this Weapon Penetrate (4-6)% Chaos Resistance", statOrder = { 1253, 7321 }, level = 80, group = "LocalChaosDamagePenetrationHybrid", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["SpellAddedFireDamagePenetrationInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (6-8) to (12-14) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrder = { 1267, 2827 }, level = 68, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (10-13) to (19-22) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrder = { 1267, 2827 }, level = 71, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Adds (13-18) to (27-31) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrder = { 1267, 2827 }, level = 74, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (17-22) to (33-39) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrder = { 1267, 2827 }, level = 77, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Warlord's", "Adds (21-28) to (42-49) Fire Damage to Spells", "Damage Penetrates 4% Fire Resistance", statOrder = { 1267, 2827 }, level = 80, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Warlord's", "Adds (8-11) to (17-19) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 1267, 2827 }, level = 68, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Adds (13-17) to (26-30) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 1267, 2827 }, level = 71, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Adds (18-24) to (36-42) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 1267, 2827 }, level = 74, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "Adds (23-30) to (45-53) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 1267, 2827 }, level = 77, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamagePenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Warlord's", "Adds (28-38) to (57-66) Fire Damage to Spells", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 1267, 2827 }, level = 80, group = "SpellAddedFireDamagePenetrationHybrid", weightKey = { "staff_adjudicator", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamagePenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (5-7) to (10-12) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrder = { 1268, 2828 }, level = 68, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Adds (8-10) to (16-18) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrder = { 1268, 2828 }, level = 71, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (11-15) to (22-25) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrder = { 1268, 2828 }, level = 74, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationInfluence4"] = { type = "Prefix", affix = "Redeemer's", "Adds (14-18) to (27-32) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrder = { 1268, 2828 }, level = 77, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (17-23) to (34-40) Cold Damage to Spells", "Damage Penetrates 4% Cold Resistance", statOrder = { 1268, 2828 }, level = 80, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Adds (8-10) to (15-18) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 1268, 2828 }, level = 68, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Adds (12-16) to (23-27) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 1268, 2828 }, level = 71, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Adds (16-22) to (33-38) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 1268, 2828 }, level = 74, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationTwoHandInfluence4_"] = { type = "Prefix", affix = "Redeemer's", "Adds (21-27) to (41-48) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 1268, 2828 }, level = 77, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamagePenetrationTwoHandInfluence5"] = { type = "Prefix", affix = "Redeemer's", "Adds (26-34) to (52-60) Cold Damage to Spells", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 1268, 2828 }, level = 80, group = "SpellAddedColdDamagePenetrationHybrid", weightKey = { "staff_eyrie", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamagePenetrationInfluence1___"] = { type = "Prefix", affix = "Crusader's", "Adds (1-2) to (21-22) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrder = { 1269, 2829 }, level = 68, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Adds (1-3) to (33-35) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrder = { 1269, 2829 }, level = 71, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (46-49) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrder = { 1269, 2829 }, level = 74, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationInfluence4_"] = { type = "Prefix", affix = "Crusader's", "Adds (2-5) to (58-61) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrder = { 1269, 2829 }, level = 77, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationInfluence5"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (73-77) Lightning Damage to Spells", "Damage Penetrates 4% Lightning Resistance", statOrder = { 1269, 2829 }, level = 80, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Crusader's", "Adds (1-3) to (32-34) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 1269, 2829 }, level = 68, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Crusader's", "Adds (1-4) to (49-52) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 1269, 2829 }, level = 71, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Crusader's", "Adds (2-6) to (69-73) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 1269, 2829 }, level = 74, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationTwoHandInfluence4__"] = { type = "Prefix", affix = "Crusader's", "Adds (2-7) to (87-92) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 1269, 2829 }, level = 77, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamagePenetrationTwoHandInfluence5_"] = { type = "Prefix", affix = "Crusader's", "Adds (3-9) to (109-115) Lightning Damage to Spells", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 1269, 2829 }, level = 80, group = "SpellAddedLightningDamagePenetrationHybrid", weightKey = { "staff_crusader", "default", }, weightVal = { 300, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["LocalWeaponFirePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (9-10)% Fire Resistance", statOrder = { 3595 }, level = 68, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalWeaponFirePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (11-12)% Fire Resistance", statOrder = { 3595 }, level = 73, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalWeaponFirePenetrationInfluence3"] = { type = "Prefix", affix = "Warlord's", "Attacks with this Weapon Penetrate (13-15)% Fire Resistance", statOrder = { 3595 }, level = 78, group = "LocalFirePenetration", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "attack" }, }, + ["LocalWeaponColdPenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (9-10)% Cold Resistance", statOrder = { 3596 }, level = 68, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalWeaponColdPenetrationInfluence2_"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (11-12)% Cold Resistance", statOrder = { 3596 }, level = 73, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalWeaponColdPenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Attacks with this Weapon Penetrate (13-15)% Cold Resistance", statOrder = { 3596 }, level = 78, group = "LocalColdPenetration", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "attack" }, }, + ["LocalWeaponLightningPenetrationInfluence1"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (9-10)% Lightning Resistance", statOrder = { 3597 }, level = 68, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalWeaponLightningPenetrationInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (11-12)% Lightning Resistance", statOrder = { 3597 }, level = 73, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalWeaponLightningPenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Attacks with this Weapon Penetrate (13-15)% Lightning Resistance", statOrder = { 3597 }, level = 78, group = "LocalLightningPenetration", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "sceptre_crusader", "wand_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "bow_crusader", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "attack" }, }, + ["LocalWeaponChaosPenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (6-7)% Chaos Resistance", statOrder = { 7321 }, level = 68, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalWeaponChaosPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (8-9)% Chaos Resistance", statOrder = { 7321 }, level = 73, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalWeaponChaosPenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (10-12)% Chaos Resistance", statOrder = { 7321 }, level = 78, group = "LocalChaosPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["LocalWeaponElementalPenetrationInfluence1_"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (6-7)% Elemental Resistances", statOrder = { 3594 }, level = 68, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["LocalWeaponElementalPenetrationInfluence2"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (8-9)% Elemental Resistances", statOrder = { 3594 }, level = 73, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["LocalWeaponElementalPenetrationInfluence3_"] = { type = "Prefix", affix = "Hunter's", "Attacks with this Weapon Penetrate (10-12)% Elemental Resistances", statOrder = { 3594 }, level = 78, group = "LocalElementalPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["FireResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 7% Fire Resistance", statOrder = { 2827 }, level = 73, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 78, group = "FireResistancePenetration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (10-11)% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (12-13)% Fire Resistance", statOrder = { 2827 }, level = 73, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "Damage Penetrates (14-15)% Fire Resistance", statOrder = { 2827 }, level = 78, group = "FireResistancePenetration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["ColdResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 7% Cold Resistance", statOrder = { 2828 }, level = 73, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 78, group = "ColdResistancePenetration", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (10-11)% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (12-13)% Cold Resistance", statOrder = { 2828 }, level = 73, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationTwoHandInfluence3_"] = { type = "Prefix", affix = "Redeemer's", "Damage Penetrates (14-15)% Cold Resistance", statOrder = { 2828 }, level = 78, group = "ColdResistancePenetration", weightKey = { "staff_eyrie", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["LightningResistancePenetrationInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationInfluence2"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 7% Lightning Resistance", statOrder = { 2829 }, level = 73, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 78, group = "LightningResistancePenetration", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (10-11)% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandInfluence2_"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (12-13)% Lightning Resistance", statOrder = { 2829 }, level = 73, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationTwoHandInfluence3__"] = { type = "Prefix", affix = "Crusader's", "Damage Penetrates (14-15)% Lightning Resistance", statOrder = { 2829 }, level = 78, group = "LightningResistancePenetration", weightKey = { "staff_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["ElementalResistancePenetrationInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 4% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancePenetrationInfluence2_"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 5% Elemental Resistances", statOrder = { 2826 }, level = 73, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancePenetrationInfluence3"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates 6% Elemental Resistances", statOrder = { 2826 }, level = 78, group = "ElementalPenetration", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancePenetrationTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (7-8)% Elemental Resistances", statOrder = { 2826 }, level = 68, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancePenetrationTwoHandInfluence2"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (9-10)% Elemental Resistances", statOrder = { 2826 }, level = 73, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["ElementalResistancePenetrationTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "Damage Penetrates (11-12)% Elemental Resistances", statOrder = { 2826 }, level = 78, group = "ElementalPenetration", weightKey = { "staff_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["PhysicalAddedAsExtraFireWeaponInfluence1"] = { type = "Prefix", affix = "Warlord's", "Gain (7-12)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireWeaponInfluence2"] = { type = "Prefix", affix = "Warlord's", "Gain (13-17)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 73, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireWeaponInfluence3_"] = { type = "Prefix", affix = "Warlord's", "Gain (18-20)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 78, group = "PhysicalAddedAsFire", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence1__"] = { type = "Prefix", affix = "Warlord's", "Gain (16-20)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 68, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence2__"] = { type = "Prefix", affix = "Warlord's", "Gain (21-26)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 73, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraFireTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Warlord's", "Gain (27-30)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 78, group = "PhysicalAddedAsFire", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsExtraColdWeaponInfluence1_"] = { type = "Prefix", affix = "Redeemer's", "Gain (7-12)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdWeaponInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (13-17)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 73, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdWeaponInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Gain (18-20)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 78, group = "PhysicalAddedAsCold", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence1"] = { type = "Prefix", affix = "Redeemer's", "Gain (16-20)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 68, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence2"] = { type = "Prefix", affix = "Redeemer's", "Gain (21-26)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 73, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraColdTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Redeemer's", "Gain (27-30)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 78, group = "PhysicalAddedAsCold", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsExtraLightningWeaponInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Gain (7-12)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningWeaponInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (13-17)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 73, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningWeaponInfluence3_"] = { type = "Prefix", affix = "Crusader's", "Gain (18-20)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 78, group = "PhysicalAddedAsLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "wand_crusader", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence1_"] = { type = "Prefix", affix = "Crusader's", "Gain (16-20)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 68, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence2"] = { type = "Prefix", affix = "Crusader's", "Gain (21-26)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 73, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsExtraLightningTwoHandWeaponInfluence3"] = { type = "Prefix", affix = "Crusader's", "Gain (27-30)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 78, group = "PhysicalAddedAsLightning", weightKey = { "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 400, 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["AddedFireDamagePerStrengthInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (1-2) to (3-4) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "sceptre_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamagePerStrengthTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-3) to (4-5) Fire Damage to Attacks with this Weapon per 10 Strength", statOrder = { 4590 }, level = 68, group = "AddedFireDamagePerStrength", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamagePerDexterityInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (1-2) to (3-4) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamagePerDexterityTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds (2-3) to (4-5) Cold Damage to Attacks with this Weapon per 10 Dexterity", statOrder = { 4644 }, level = 68, group = "AddedColdDamagePerDexterity", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamagePerIntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds 1 to (5-6) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamagePerIntelligenceTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "Adds 1 to (7-8) Lightning Damage to Attacks with this Weapon per 10 Intelligence", statOrder = { 4593 }, level = 68, group = "AddedLightningDamagePerIntelligence", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["SpellDamagePer16StrengthInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Strength", statOrder = { 9391 }, level = 68, group = "SpellDamagePer16Strength", weightKey = { "sceptre_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamagePer16DexterityInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Dexterity", statOrder = { 9389 }, level = 68, group = "SpellDamagePer16Dexterity", weightKey = { "rune_dagger_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamagePer16IntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 16 Intelligence", statOrder = { 9390 }, level = 68, group = "SpellDamagePer16Intelligence", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamagePer10StrengthInfluence1_"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 10 Strength", statOrder = { 9388 }, level = 68, group = "SpellDamagePer10Strength", weightKey = { "staff_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamagePer10IntelligenceInfluence1"] = { type = "Prefix", affix = "Hunter's", "1% increased Spell Damage per 10 Intelligence", statOrder = { 2587 }, level = 68, group = "SpellDamagePer10Intelligence", weightKey = { "staff_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["BurningDamagePrefixInfluence1___"] = { type = "Prefix", affix = "Warlord's", "(60-69)% increased Burning Damage", statOrder = { 1736 }, level = 68, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixInfluence2"] = { type = "Prefix", affix = "Warlord's", "(70-79)% increased Burning Damage", statOrder = { 1736 }, level = 71, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixInfluence3"] = { type = "Prefix", affix = "Warlord's", "(80-89)% increased Burning Damage", statOrder = { 1736 }, level = 75, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixInfluence4"] = { type = "Prefix", affix = "Warlord's", "(90-94)% increased Burning Damage", statOrder = { 1736 }, level = 78, group = "BurnDamagePrefix", weightKey = { "sceptre_adjudicator", "wand_adjudicator", "default", }, weightVal = { 100, 100, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "(100-109)% increased Burning Damage", statOrder = { 1736 }, level = 68, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixTwoHandInfluence2_"] = { type = "Prefix", affix = "Warlord's", "(110-119)% increased Burning Damage", statOrder = { 1736 }, level = 71, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "(120-129)% increased Burning Damage", statOrder = { 1736 }, level = 75, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 200, 200, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BurningDamagePrefixTwoHandInfluence4_"] = { type = "Prefix", affix = "Warlord's", "(130-134)% increased Burning Damage", statOrder = { 1736 }, level = 78, group = "BurnDamagePrefix", weightKey = { "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 100, 100, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["BleedingDamagePrefixInfluence1"] = { type = "Prefix", affix = "Warlord's", "(60-69)% increased Physical Damage over Time", statOrder = { 1078 }, level = 68, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 400, 400, 400, 400, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixInfluence2"] = { type = "Prefix", affix = "Warlord's", "(70-79)% increased Physical Damage over Time", statOrder = { 1078 }, level = 71, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 300, 300, 300, 300, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixInfluence3_"] = { type = "Prefix", affix = "Warlord's", "(80-89)% increased Physical Damage over Time", statOrder = { 1078 }, level = 75, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixInfluence4"] = { type = "Prefix", affix = "Warlord's", "(90-94)% increased Physical Damage over Time", statOrder = { 1078 }, level = 78, group = "PhysicalDamageOverTimePrefix", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 100, 100, 100, 100, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Warlord's", "(100-109)% increased Physical Damage over Time", statOrder = { 1078 }, level = 68, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 400, 400, 400, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixTwoHandInfluence2"] = { type = "Prefix", affix = "Warlord's", "(110-119)% increased Physical Damage over Time", statOrder = { 1078 }, level = 71, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 300, 300, 300, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Warlord's", "(120-129)% increased Physical Damage over Time", statOrder = { 1078 }, level = 75, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["BleedingDamagePrefixTwoHandInfluence4"] = { type = "Prefix", affix = "Warlord's", "(130-134)% increased Physical Damage over Time", statOrder = { 1078 }, level = 78, group = "PhysicalDamageOverTimePrefix", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "default", }, weightVal = { 100, 100, 100, 0 }, modTags = { "physical_damage", "bleed", "influence_mod", "damage", "physical", "ailment" }, }, + ["PoisonDamagePrefixInfluence1__"] = { type = "Prefix", affix = "Hunter's", "(60-69)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 68, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 400, 400, 400, 400, 400, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(70-79)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 71, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 300, 300, 300, 300, 300, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixInfluence3"] = { type = "Prefix", affix = "Hunter's", "(80-89)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 75, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixInfluence4"] = { type = "Prefix", affix = "Hunter's", "(90-94)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 78, group = "ChaosDamageOverTimePrefix", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "bow_basilisk", "default", }, weightVal = { 100, 100, 100, 100, 100, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixTwoHandInfluence1"] = { type = "Prefix", affix = "Hunter's", "(100-109)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 68, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 400, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixTwoHandInfluence2__"] = { type = "Prefix", affix = "Hunter's", "(110-119)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 71, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 300, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixTwoHandInfluence3"] = { type = "Prefix", affix = "Hunter's", "(120-129)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 75, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 200, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["PoisonDamagePrefixTwoHandInfluence4_"] = { type = "Prefix", affix = "Hunter's", "(130-134)% increased Chaos Damage over Time", statOrder = { 1081 }, level = 78, group = "ChaosDamageOverTimePrefix", weightKey = { "2h_sword_basilisk", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterIgniteDamageInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (8-12)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (13-15)% faster", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (18-21)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Ignites you inflict deal Damage (22-25)% faster", statOrder = { 2415 }, level = 73, group = "FasterIgniteDamage", weightKey = { "staff_basilisk", "warstaff_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterBleedDamageInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (8-12)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (13-15)% faster", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "sword_basilisk", "axe_basilisk", "mace_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (18-21)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Bleeding you inflict deals Damage (22-25)% faster", statOrder = { 6075 }, level = 73, group = "FasterBleedDamage", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterPoisonDamageInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (8-12)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (13-15)% faster", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "sword_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (18-21)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "2h_sword_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Poisons you inflict deal Damage (22-25)% faster", statOrder = { 6076 }, level = 73, group = "FasterPoisonDamage", weightKey = { "2h_sword_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["ImpaleEffectWeaponInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "(12-16)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ImpaleEffectWeaponInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(17-21)% increased Impale Effect", statOrder = { 6715 }, level = 71, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ImpaleEffectWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(22-25)% increased Impale Effect", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "mace_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ImpaleEffectTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(25-29)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ImpaleEffectTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(30-34)% increased Impale Effect", statOrder = { 6715 }, level = 71, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ImpaleEffectTwoHandWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(35-38)% increased Impale Effect", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "bow_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "physical" }, }, + ["ConvertPhysicalToFireInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "sword_crusader", "axe_crusader", "mace_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 71, group = "ConvertPhysicalToFire", weightKey = { "sword_crusader", "axe_crusader", "mace_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "2h_mace_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 71, group = "ConvertPhysicalToCold", weightKey = { "sword_crusader", "axe_crusader", "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "2h_sword_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningInfluenceWeapon1"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningInfluenceWeapon2_"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 71, group = "ConvertPhysicalToLightning", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "sceptre_crusader", "staff_crusader", "warstaff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosInfluenceWeapon1"] = { type = "Suffix", affix = "of the Hunt", "(16-20)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosInfluenceWeapon2"] = { type = "Suffix", affix = "of the Hunt", "(21-25)% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 71, group = "PhysicalDamageConvertedToChaos", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ArmourPenetrationWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (50-65)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7376 }, level = 68, group = "LocalArmourPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ArmourPenetrationWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (66-80)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7376 }, level = 71, group = "LocalArmourPenetration", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ArmourPenetrationTwoHandWeaponInfluence1_"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (50-65)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7376 }, level = 68, group = "LocalArmourPenetration", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ArmourPenetrationTwoHandWeaponInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "Hits with this Weapon have (66-80)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 7376 }, level = 71, group = "LocalArmourPenetration", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["ArmourPenetrationSpellWeaponInfluence1__"] = { type = "Suffix", affix = "of the Hunt", "Hits have (25-29)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationSpellWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (30-35)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 71, group = "ChanceToIgnoreEnemyArmour", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationSpellTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Hits have (50-59)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 68, group = "ChanceToIgnoreEnemyArmour", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationSpellTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Hits have (60-70)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 71, group = "ChanceToIgnoreEnemyArmour", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "physical" }, }, + ["FireExposureOnHitWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(11-15)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 75, group = "FireExposureOnHit", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "staff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["FireExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(16-20)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 80, group = "FireExposureOnHit", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "staff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["ColdExposureOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(11-15)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 75, group = "ColdExposureOnHit", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "staff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["ColdExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(16-20)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 80, group = "ColdExposureOnHit", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "staff_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["LightningExposureOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 75, group = "LightningExposureOnHit", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "staff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["LightningExposureOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 80, group = "LightningExposureOnHit", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "staff_crusader", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToUnnerveOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(7-11)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 78, group = "ChanceToUnnerveOnHit", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "staff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitWeaponInfluence2__"] = { type = "Suffix", affix = "of the Hunt", "(12-15)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 81, group = "ChanceToUnnerveOnHit", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "staff_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(7-11)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 78, group = "LocalChanceToIntimidateOnHit", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack" }, }, + ["ChanceToIntimidateOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(12-15)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 81, group = "LocalChanceToIntimidateOnHit", weightKey = { "sword_basilisk", "axe_basilisk", "claw_basilisk", "dagger_basilisk", "rune_dagger_basilisk", "mace_basilisk", "sceptre_basilisk", "wand_basilisk", "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "staff_basilisk", "warstaff_basilisk", "bow_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attack" }, }, + ["DamageFromAurasWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrder = { 3295 }, level = 82, group = "IncreasedDamageFromAuras", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "sceptre_eyrie", "wand_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 400, 400, 0 }, modTags = { "influence_mod", "damage", "aura" }, }, + ["DamageFromAurasTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrder = { 3295 }, level = 82, group = "IncreasedDamageFromAuras", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 400, 400, 400, 400, 400, 400, 0 }, modTags = { "influence_mod", "damage", "aura" }, }, + ["LocalChanceToMaimPhysicalDamageInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(10-13)% increased Physical Damage", "10% chance to Maim on Hit", statOrder = { 1098, 7421 }, level = 68, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalChanceToMaimPhysicalDamageInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(14-16)% increased Physical Damage", "15% chance to Maim on Hit", statOrder = { 1098, 7421 }, level = 70, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalChanceToMaimPhysicalDamageInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(17-20)% increased Physical Damage", "20% chance to Maim on Hit", statOrder = { 1098, 7421 }, level = 73, group = "LocalChanceToMaimPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "mace_adjudicator", "sceptre_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["BlindOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-18)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 68, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(19-22)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 70, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["BlindOnHitWeaponInfluence3"] = { type = "Suffix", affix = "of Redemption", "(23-25)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 73, group = "AttacksBlindOnHitChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["OnslaugtOnKillWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(15-18)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 68, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["OnslaugtOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(19-22)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 70, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["OnslaugtOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of Redemption", "(23-25)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 73, group = "OnslaugtOnKillPercentChance", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "wand_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["PhasingOnKillWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "(15-18)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["PhasingOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(19-22)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 70, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["PhasingOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(23-25)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 73, group = "ChancetoGainPhasingOnKill", weightKey = { "wand_adjudicator", "bow_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(15-18)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(19-22)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 70, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["UnholyMightOnKillWeaponInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(23-25)% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 73, group = "UnholyMightOnKillPercentChance", weightKey = { "wand_adjudicator", "claw_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "influence_mod" }, }, + ["BlockWhileDualWieldingInfluence1__"] = { type = "Suffix", affix = "of Redemption", "+(2-4)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 68, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockWhileDualWieldingInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(5-7)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 70, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlockWhileDualWieldingInfluence3"] = { type = "Suffix", affix = "of Redemption", "+(8-9)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 73, group = "BlockWhileDualWielding", weightKey = { "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "mace_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["PhysicalDamageWhileDualWieldingInfluence1__"] = { type = "Suffix", affix = "of the Conquest", "(23-27)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 68, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["PhysicalDamageWhileDualWieldingInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(28-32)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 70, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["PhysicalDamageWhileDualWieldingInfluence3"] = { type = "Suffix", affix = "of the Conquest", "(33-37)% increased Physical Attack Damage while Dual Wielding", statOrder = { 1143 }, level = 73, group = "DualWieldingPhysicalDamage", weightKey = { "sword_adjudicator", "axe_adjudicator", "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "mace_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical", "attack" }, }, + ["LocalMeleeWeaponRangeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 68, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["LocalMeleeWeaponRangeInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+0.3 metres to Weapon Range", statOrder = { 2594 }, level = 73, group = "LocalWeaponRangeUber", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "default", }, weightVal = { 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MovementVelocityWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "(3-6)% increased Movement Speed", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementVelocityWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(7-10)% increased Movement Speed", statOrder = { 1657 }, level = 73, group = "MovementVelocity", weightKey = { "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "bow_eyrie", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["SpellsDoubleDamageChanceInfluence1"] = { type = "Suffix", affix = "of Redemption", "Spells have a (4-5)% chance to deal Double Damage", statOrder = { 9373 }, level = 75, group = "SpellsDoubleDamageChance", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellsDoubleDamageChanceInfluence2"] = { type = "Suffix", affix = "of Redemption", "Spells have a (6-7)% chance to deal Double Damage", statOrder = { 9373 }, level = 80, group = "SpellsDoubleDamageChance", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellsDoubleDamageChanceTwoHandInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Spells have a (10-11)% chance to deal Double Damage", statOrder = { 9373 }, level = 75, group = "SpellsDoubleDamageChance", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["SpellsDoubleDamageChanceTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "Spells have a (12-14)% chance to deal Double Damage", statOrder = { 9373 }, level = 80, group = "SpellsDoubleDamageChance", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["DamagePerEnduranceChargeWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(5-7)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "sceptre_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerEnduranceChargeWeaponInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "(8-10)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 73, group = "DamagePerEnduranceCharge", weightKey = { "sceptre_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerFrenzyChargeWeaponInfluence1__"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 68, group = "DamagePerFrenzyCharge", weightKey = { "rune_dagger_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerFrenzyChargeWeaponInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 73, group = "DamagePerFrenzyCharge", weightKey = { "rune_dagger_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeWeaponInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(5-7)% increased Damage per Power Charge", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(8-10)% increased Damage per Power Charge", statOrder = { 5639 }, level = 73, group = "IncreasedDamagePerPowerCharge", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerEnduranceChargeTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(10-13)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 68, group = "DamagePerEnduranceCharge", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerEnduranceChargeTwoHandWeaponInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(14-17)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 73, group = "DamagePerEnduranceCharge", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeTwoHandWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-13)% increased Damage per Power Charge", statOrder = { 5639 }, level = 68, group = "IncreasedDamagePerPowerCharge", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamagePerPowerChargeTwoHandWeaponInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(14-17)% increased Damage per Power Charge", statOrder = { 5639 }, level = 73, group = "IncreasedDamagePerPowerCharge", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["BaseManaRegenerationInfluence1_____"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.3% of Mana per second", statOrder = { 1441 }, level = 68, group = "BaseManaRegeneration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["BaseManaRegenerationInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.4% of Mana per second", statOrder = { 1441 }, level = 73, group = "BaseManaRegeneration", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["BaseManaRegenerationTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.7% of Mana per second", statOrder = { 1441 }, level = 68, group = "BaseManaRegeneration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["BaseManaRegenerationTwoHandInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Regenerate 0.8% of Mana per second", statOrder = { 1441 }, level = 73, group = "BaseManaRegeneration", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AngerAuraEffectInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (28-33)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["AngerAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Conquest", "Anger has (34-40)% increased Aura Effect", statOrder = { 3196 }, level = 80, group = "AngerAuraEffect", weightKey = { "sceptre_adjudicator", "rune_dagger_adjudicator", "wand_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["AngerAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Anger has (48-54)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["AngerAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "Anger has (55-60)% increased Aura Effect", statOrder = { 3196 }, level = 80, group = "AngerAuraEffect", weightKey = { "staff_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["HatredAuraEffectInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (28-33)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["HatredAuraEffectInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Hatred has (34-40)% increased Aura Effect", statOrder = { 3206 }, level = 80, group = "HatredAuraEffect", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["HatredAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "Hatred has (48-54)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["HatredAuraEffectTwoHandInfluence2__"] = { type = "Suffix", affix = "of Redemption", "Hatred has (55-60)% increased Aura Effect", statOrder = { 3206 }, level = 80, group = "HatredAuraEffect", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["WrathAuraEffectInfluence1__"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (28-33)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["WrathAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (34-40)% increased Aura Effect", statOrder = { 3201 }, level = 80, group = "WrathAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["WrathAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (48-54)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["WrathAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Wrath has (55-60)% increased Aura Effect", statOrder = { 3201 }, level = 80, group = "WrathAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["MalevolenceAuraEffectInfluence1____"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (28-33)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (34-40)% increased Aura Effect", statOrder = { 5725 }, level = 80, group = "MalevolenceAuraEffect", weightKey = { "sceptre_basilisk", "rune_dagger_basilisk", "wand_basilisk", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (48-54)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "Malevolence has (55-60)% increased Aura Effect", statOrder = { 5725 }, level = 80, group = "MalevolenceAuraEffect", weightKey = { "staff_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (28-33)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["ZealotryAuraEffectInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (34-40)% increased Aura Effect", statOrder = { 9899 }, level = 80, group = "ZealotryAuraEffect", weightKey = { "sceptre_crusader", "rune_dagger_crusader", "wand_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["ZealotryAuraEffectTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (48-54)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["ZealotryAuraEffectTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Zealotry has (55-60)% increased Aura Effect", statOrder = { 9899 }, level = 80, group = "ZealotryAuraEffect", weightKey = { "staff_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "aura" }, }, + ["DamageWhileLeechingWeaponInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(18-22)% increased Damage while Leeching", statOrder = { 2905 }, level = 68, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageWhileLeechingWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(23-26)% increased Damage while Leeching", statOrder = { 2905 }, level = 70, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageWhileLeechingWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(27-30)% increased Damage while Leeching", statOrder = { 2905 }, level = 73, group = "DamageWhileLeeching", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageWhileLeechingWeaponTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(32-36)% increased Damage while Leeching", statOrder = { 2905 }, level = 68, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageWhileLeechingWeaponTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(37-41)% increased Damage while Leeching", statOrder = { 2905 }, level = 70, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["DamageWhileLeechingWeaponTwoHandInfluence3_"] = { type = "Suffix", affix = "of the Crusade", "(42-45)% increased Damage while Leeching", statOrder = { 2905 }, level = 73, group = "DamageWhileLeeching", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["AttackSpeedWithFortifyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(10-12)% increased Attack Speed while Fortified", statOrder = { 3055 }, level = 68, group = "AttackSpeedWithFortify", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedWithFortifyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(13-15)% increased Attack Speed while Fortified", statOrder = { 3055 }, level = 73, group = "AttackSpeedWithFortify", weightKey = { "sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedWithFortifyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(20-22)% increased Attack Speed while Fortified", statOrder = { 3055 }, level = 68, group = "AttackSpeedWithFortify", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedWithFortifyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(23-25)% increased Attack Speed while Fortified", statOrder = { 3055 }, level = 73, group = "AttackSpeedWithFortify", weightKey = { "2h_sword_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["MeleeWeaponRangeIfKilledRecentlyInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "+0.2 metres to Melee Strike Range if you have Killed Recently", statOrder = { 8546 }, level = 68, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "sword_adjudicator", "2h_sword_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["MeleeWeaponRangeIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+0.3 metres to Melee Strike Range if you have Killed Recently", statOrder = { 8546 }, level = 73, group = "MeleeWeaponRangeIfKilledRecently", weightKey = { "sword_adjudicator", "2h_sword_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["TauntOnHitWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(5-6)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["TauntOnHitWeaponInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(7-8)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 70, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["TauntOnHitWeaponInfluence3"] = { type = "Suffix", affix = "of the Crusade", "(9-10)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 73, group = "AttacksTauntOnHitChance", weightKey = { "axe_crusader", "2h_axe_crusader", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "attack" }, }, + ["AttackSpeedIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(13-16)% increased Attack Speed if you've Killed Recently", statOrder = { 4614 }, level = 68, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(17-20)% increased Attack Speed if you've Killed Recently", statOrder = { 4614 }, level = 73, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Conquest", "(23-26)% increased Attack Speed if you've Killed Recently", statOrder = { 4614 }, level = 68, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "2h_axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["AttackSpeedIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Conquest", "(27-30)% increased Attack Speed if you've Killed Recently", statOrder = { 4614 }, level = 73, group = "AttackSpeedIfEnemyKilledRecently", weightKey = { "2h_axe_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "attack", "speed" }, }, + ["CastSpeedIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(13-16)% increased Cast Speed if you've Killed Recently", statOrder = { 5054 }, level = 68, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, + ["CastSpeedIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(17-20)% increased Cast Speed if you've Killed Recently", statOrder = { 5054 }, level = 73, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "sceptre_eyrie", "rune_dagger_eyrie", "wand_eyrie", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, + ["CastSpeedIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(23-26)% increased Cast Speed if you've Killed Recently", statOrder = { 5054 }, level = 68, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, + ["CastSpeedIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "(27-30)% increased Cast Speed if you've Killed Recently", statOrder = { 5054 }, level = 73, group = "CastSpeedIfEnemyKilledRecently", weightKey = { "staff_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "speed" }, }, + ["WarcryCooldownSpeedInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(17-21)% increased Warcry Cooldown Recovery Rate", statOrder = { 3170 }, level = 68, group = "WarcryCooldownSpeed", weightKey = { "axe_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WarcryCooldownSpeedInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(22-25)% increased Warcry Cooldown Recovery Rate", statOrder = { 3170 }, level = 73, group = "WarcryCooldownSpeed", weightKey = { "axe_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["WarcryCooldownSpeedTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(35-40)% increased Warcry Cooldown Recovery Rate", statOrder = { 3170 }, level = 68, group = "WarcryCooldownSpeed", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "shield_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, + ["WarcryCooldownSpeedTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(41-45)% increased Warcry Cooldown Recovery Rate", statOrder = { 3170 }, level = 73, group = "WarcryCooldownSpeed", weightKey = { "2h_sword_basilisk", "2h_axe_basilisk", "2h_mace_basilisk", "shield_basilisk", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { }, }, + ["CriticalStrikeChanceIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(31-40)% increased Critical Strike Chance if you have Killed Recently", statOrder = { 5503 }, level = 68, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeChanceIfKilledRecentlyInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(41-50)% increased Critical Strike Chance if you have Killed Recently", statOrder = { 5503 }, level = 73, group = "CriticalStrikeChanceIfKilledRecently", weightKey = { "claw_crusader", "dagger_crusader", "rune_dagger_crusader", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CriticalStrikeMultiplierIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(26-30)% to Critical Strike Multiplier if you've Killed Recently", statOrder = { 5534 }, level = 68, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierIfKilledRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Conquest", "+(31-35)% to Critical Strike Multiplier if you've Killed Recently", statOrder = { 5534 }, level = 73, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "claw_adjudicator", "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierAgainstFullLifeInfluence1"] = { type = "Suffix", affix = "of the Conquest", "+(41-50)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrder = { 3273 }, level = 68, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["CriticalStrikeMultiplierAgainstFullLifeInfluence2"] = { type = "Suffix", affix = "of the Conquest", "+(51-60)% to Critical Strike Multiplier against Enemies that are on Full Life", statOrder = { 3273 }, level = 73, group = "CriticalStrikeMultiplierAgainstEnemiesOnFullLife", weightKey = { "dagger_adjudicator", "rune_dagger_adjudicator", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["GainRareMonsterModsOnKillChanceInfluence1"] = { type = "Suffix", affix = "of the Conquest", "When you Kill a Rare Monster, (21-30)% chance to gain one of its Modifiers for 10 seconds", statOrder = { 6223 }, level = 68, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["GainRareMonsterModsOnKillChanceInfluence2"] = { type = "Suffix", affix = "of the Conquest", "When you Kill a Rare Monster, (31-40)% chance to gain one of its Modifiers for 10 seconds", statOrder = { 6223 }, level = 73, group = "GainRareMonsterModsOnKillChance", weightKey = { "claw_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["StunDurationAndThresholdInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(11-15)% reduced Enemy Stun Threshold", "(11-15)% increased Stun Duration on Enemies", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["StunDurationAndThresholdInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(16-20)% reduced Enemy Stun Threshold", "(16-20)% increased Stun Duration on Enemies", statOrder = { 1378, 1722 }, level = 73, group = "StunDurationAndThresholdUber", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["StunDurationAndThresholdTwoHandInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(21-25)% reduced Enemy Stun Threshold", "(21-25)% increased Stun Duration on Enemies", statOrder = { 1378, 1722 }, level = 68, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["StunDurationAndThresholdTwoHandInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% reduced Enemy Stun Threshold", "(26-30)% increased Stun Duration on Enemies", statOrder = { 1378, 1722 }, level = 73, group = "StunDurationAndThresholdUber", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectIfStunnedRecentlyInfluence1"] = { type = "Suffix", affix = "of the Crusade", "(26-30)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectIfStunnedRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(31-35)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 73, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectIfStunnedRecentlyTwoHandInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(36-40)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 68, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["AreaOfEffectIfStunnedRecentlyTwoHandInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "(41-45)% increased Area of Effect if you have Stunned an Enemy Recently", statOrder = { 4457 }, level = 73, group = "AreaOfEffectIfStunnedEnemyRecently", weightKey = { "2h_mace_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["EnemiesExplodeOnDeathDealingFireInfluence1_"] = { type = "Suffix", affix = "of Redemption", "Enemies Killed with Attack or Spell Hits Explode, dealing 5% of their Life as Fire Damage", statOrder = { 2553 }, level = 78, group = "EnemiesExplodeOnDeath", weightKey = { "mace_eyrie", "2h_mace_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["ChanceForDoubleStunDurationInfluence1"] = { type = "Suffix", affix = "of Redemption", "(7-11)% chance to double Stun Duration", statOrder = { 3400 }, level = 68, group = "ChanceForDoubleStunDuration", weightKey = { "mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceForDoubleStunDurationInfluence2"] = { type = "Suffix", affix = "of Redemption", "(12-15)% chance to double Stun Duration", statOrder = { 3400 }, level = 73, group = "ChanceForDoubleStunDuration", weightKey = { "mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceForDoubleStunDurationTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(17-21)% chance to double Stun Duration", statOrder = { 3400 }, level = 68, group = "ChanceForDoubleStunDuration", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["ChanceForDoubleStunDurationTwoHandInfluence2_"] = { type = "Suffix", affix = "of Redemption", "(22-25)% chance to double Stun Duration", statOrder = { 3400 }, level = 73, group = "ChanceForDoubleStunDuration", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod" }, }, + ["MovementSpeedIfHitRecentlyInfluence1"] = { type = "Suffix", affix = "of Redemption", "(5-7)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 68, group = "MovementSpeedIfHitRecently", weightKey = { "mace_eyrie", "sceptre_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementSpeedIfHitRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "(8-10)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 73, group = "MovementSpeedIfHitRecently", weightKey = { "mace_eyrie", "sceptre_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementSpeedIfHitRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of Redemption", "(10-12)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 68, group = "MovementSpeedIfHitRecently", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["MovementSpeedIfHitRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of Redemption", "(13-15)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 73, group = "MovementSpeedIfHitRecently", weightKey = { "2h_mace_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "speed" }, }, + ["AreaOfEffectIfKilledRecentlyInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(17-21)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 68, group = "AreaOfEffectIfKilledRecently", weightKey = { "mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AreaOfEffectIfKilledRecentlyInfluence2_"] = { type = "Suffix", affix = "of the Hunt", "(22-25)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 73, group = "AreaOfEffectIfKilledRecently", weightKey = { "mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AreaOfEffectIfKilledRecentlyTwoHandInfluence1"] = { type = "Suffix", affix = "of the Hunt", "(27-31)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 68, group = "AreaOfEffectIfKilledRecently", weightKey = { "2h_mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AreaOfEffectIfKilledRecentlyTwoHandInfluence2"] = { type = "Suffix", affix = "of the Hunt", "(32-35)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 73, group = "AreaOfEffectIfKilledRecently", weightKey = { "2h_mace_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["ChanceToBlockIfDamagedRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "+(10-12)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrder = { 3056 }, level = 68, group = "ChanceToBlockIfDamagedRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["ChanceToBlockIfDamagedRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(13-15)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrder = { 3056 }, level = 73, group = "ChanceToBlockIfDamagedRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockChanceIfHitRecentlyInfluence1_"] = { type = "Suffix", affix = "of Redemption", "+(10-12)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrder = { 5241 }, level = 68, group = "SpellBlockChanceIfHitRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["SpellBlockChanceIfHitRecentlyInfluence2"] = { type = "Suffix", affix = "of Redemption", "+(13-15)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrder = { 5241 }, level = 73, group = "SpellBlockChanceIfHitRecently", weightKey = { "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 500, 500, 0 }, modTags = { "block", "influence_mod" }, }, + ["AdditionalProjectileWeaponInfluence1_"] = { type = "Suffix", affix = "of the Conquest", "Skills fire an additional Projectile", statOrder = { 1651 }, level = 82, group = "AdditionalProjectiles", weightKey = { "2h_sword_adjudicator", "2h_axe_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 200, 200, 200, 200, 200, 0 }, modTags = { "influence_mod" }, }, + ["SocketedSkillsChainInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Socketed Gems Chain 1 additional times", statOrder = { 457 }, level = 85, group = "DisplaySocketedSkillsChain", weightKey = { "bow_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, + ["SocketedSkillsForkInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "Projectiles from Socketed Gems Fork", statOrder = { 480 }, level = 85, group = "DisplaySocketedSkillsFork", weightKey = { "bow_crusader", "default", }, weightVal = { 100, 0 }, modTags = { "skill", "influence_mod", "gem" }, }, + ["ProjectileDamagePerEnemyPiercedInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (15-20)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrder = { 9008 }, level = 68, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["ProjectileDamagePerEnemyPiercedInfluence2_"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (21-25)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrder = { 9008 }, level = 70, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["ProjectileDamagePerEnemyPiercedInfluence3"] = { type = "Suffix", affix = "of the Crusade", "Projectiles deal (26-30)% increased Damage with Hits and Ailments for each Enemy Pierced", statOrder = { 9008 }, level = 73, group = "ProjectileDamagePerEnemyPierced", weightKey = { "bow_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "damage" }, }, + ["PhysicalDamageAddedAsRandomElementInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Gain (7-8)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 68, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["PhysicalDamageAddedAsRandomElementInfluence2"] = { type = "Suffix", affix = "of the Crusade", "Gain (9-11)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 73, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["PhysicalDamageAddedAsRandomElementInfluence3"] = { type = "Suffix", affix = "of the Crusade", "Gain (12-15)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 78, group = "PhysicalDamageAddedAsRandomElement", weightKey = { "bow_crusader", "default", }, weightVal = { 400, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental" }, }, + ["ArcaneSurgeOnCritInfluence1_"] = { type = "Suffix", affix = "of the Crusade", "(11-20)% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 6250 }, level = 75, group = "GainArcaneSurgeOnCrit", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["ArcaneSurgeOnCritInfluence2"] = { type = "Suffix", affix = "of the Crusade", "(21-30)% chance to Gain Arcane Surge when you deal a Critical Strike", statOrder = { 6250 }, level = 80, group = "GainArcaneSurgeOnCrit", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "critical" }, }, + ["CurseOnHitFlammabilityWeaponInfluence1"] = { type = "Suffix", affix = "of the Conquest", "Curse Enemies with Flammability on Hit", statOrder = { 2381 }, level = 78, group = "FlammabilityOnHitLevel", weightKey = { "wand_adjudicator", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitFrostbiteWeaponInfluence1"] = { type = "Suffix", affix = "of Redemption", "Curse Enemies with Frostbite on Hit", statOrder = { 2382 }, level = 78, group = "FrostbiteOnHitLevel", weightKey = { "wand_eyrie", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitConductivityWeaponInfluence1"] = { type = "Suffix", affix = "of the Crusade", "Curse Enemies with Conductivity on Hit", statOrder = { 2378 }, level = 78, group = "ConductivityOnHitLevel", weightKey = { "wand_crusader", "default", }, weightVal = { 500, 0 }, modTags = { "influence_mod", "caster", "curse" }, }, + ["CurseOnHitDespairWeaponInfluence1"] = { type = "Suffix", affix = "of the Hunt", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 78, group = "CurseOnHitDespair", weightKey = { "wand_basilisk", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["ImpaleEffectEssence1"] = { type = "Suffix", affix = "of the Essence", "(12-16)% increased Impale Effect", statOrder = { 6715 }, level = 58, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ImpaleEffectEssence2__"] = { type = "Suffix", affix = "of the Essence", "(17-21)% increased Impale Effect", statOrder = { 6715 }, level = 74, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ImpaleEffectEssence3"] = { type = "Suffix", affix = "of the Essence", "(22-25)% increased Impale Effect", statOrder = { 6715 }, level = 82, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ImpaleEffectTwoHandEssence1"] = { type = "Suffix", affix = "of the Essence", "(25-29)% increased Impale Effect", statOrder = { 6715 }, level = 58, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ImpaleEffectTwoHandEssence2_"] = { type = "Suffix", affix = "of the Essence", "(30-34)% increased Impale Effect", statOrder = { 6715 }, level = 74, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["ImpaleEffectTwoHandEssence3_"] = { type = "Suffix", affix = "of the Essence", "(35-38)% increased Impale Effect", statOrder = { 6715 }, level = 82, group = "ImpaleEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["BreachBodyChaosDamageAsPortionOfFireDamage1_"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 1, group = "ChaosDamageAsPortionOfFireDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "fire", "chaos" }, }, + ["BreachBodyChaosDamageAsPortionOfColdDamage1"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 1, group = "ChaosDamageAsPortionOfColdDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "cold", "chaos" }, }, + ["BreachBodyChaosDamageAsPortionOfLightningDamage1"] = { type = "Prefix", affix = "Chayula's", "Gain 10% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 1, group = "ChaosDamageAsPortionOfLightningDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "chaos_damage", "damage", "elemental", "lightning", "chaos" }, }, + ["BreachBodyAllDefences1"] = { type = "Prefix", affix = "Chayula's", "50% increased Global Defences", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences" }, }, + ["BreachBodyLifeGainedOnHittingIgnitedEnemies1"] = { type = "Suffix", affix = "of Xoph", "Gain (20-30) Life for each Ignited Enemy hit with Attacks", statOrder = { 1602 }, level = 1, group = "LifeGainOnHitVsIgnitedEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["BreachBodyNoExtraBleedDamageWhileMoving1_"] = { type = "Suffix", affix = "of Uul-Netol", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3031 }, level = 1, group = "NoExtraBleedDamageWhileMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["BreachBodyAddedColdDamagePerPowerCharge1"] = { type = "Prefix", affix = "Tul's", "Adds 10 to 15 Cold Damage to Spells per Power Charge", statOrder = { 1684 }, level = 1, group = "AddedColdDamagePerPowerCharge", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["BreachBodyGainPowerChargeOnKillingFrozenEnemy1"] = { type = "Suffix", affix = "of Tul", "25% chance to gain a Power Charge on Killing a Frozen Enemy", statOrder = { 1683 }, level = 1, group = "GainPowerChargeOnKillingFrozenEnemy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge" }, }, + ["BreachBodyIncreasedAttackSpeedPerDexterity1"] = { type = "Suffix", affix = "of Esh", "1% increased Attack Speed per 25 Dexterity", statOrder = { 4622 }, level = 1, group = "IncreasedAttackSpeedPerDexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "speed" }, }, + ["BreachBodyPhysicalDamageReductionWhileNotMoving1"] = { type = "Suffix", affix = "of Uul-Netol", "6% additional Physical Damage Reduction while stationary", statOrder = { 4143 }, level = 1, group = "PhysicalDamageReductionWhileNotMoving", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical" }, }, + ["BreachBodyAddedLightningDamagePerShockedEnemyKilled1"] = { type = "Prefix", affix = "Esh's", "Adds 1 to 5 Lightning Damage for each Shocked Enemy you've Killed Recently", statOrder = { 8575 }, level = 1, group = "AddedLightningDamagePerShockedEnemyKilled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["BreachBodyReflectsShocks1"] = { type = "Suffix", affix = "of Esh", "Shock Reflection", statOrder = { 9144 }, level = 1, group = "ReflectsShocks", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["BreachBodyChaosDamageDoesNotBypassESNotLowLifeOrMana1_"] = { type = "Prefix", affix = "Esh's", "Chaos Damage taken does not bypass Energy Shield while not on Low Life", statOrder = { 5317 }, level = 1, group = "ChaosDamageDoesNotBypassESNotLowLifeOrMana", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos" }, }, + ["BreachBodyOnHitBlindChilledEnemies1"] = { type = "Suffix", affix = "of Tul", "Blind Chilled Enemies on Hit", statOrder = { 4918 }, level = 1, group = "OnHitBlindChilledEnemies", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["BreachBodyVulnerabilityOnHit1"] = { type = "Suffix", affix = "of Uul-Netol", "25% chance to Curse Enemies with Vulnerability on Hit", statOrder = { 2375 }, level = 1, group = "CurseLevel10VulnerabilityOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["BreachBodyGrantsEnvy1"] = { type = "Prefix", affix = "Chayula's", "Grants Level 15 Envy Skill", statOrder = { 555 }, level = 1, group = "GrantsEnvy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill" }, }, + ["BreachBodyEnemiesBlockedAreIntimidated1"] = { type = "Prefix", affix = "Uul-Netol's", "Permanently Intimidate Enemies on Block", statOrder = { 8893 }, level = 1, group = "EnemiesBlockedAreIntimidated", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["BreachBodyMinionsPoisonEnemiesOnHit1_"] = { type = "Suffix", affix = "of Chayula", "Minions have 60% chance to Poison Enemies on Hit", statOrder = { 3013 }, level = 1, group = "MinionsPoisonEnemiesOnHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["BreachBodyArmourIncreasedByUncappedFireResistance1____"] = { type = "Prefix", affix = "Xoph's", "Armour is increased by Overcapped Fire Resistance", statOrder = { 4489 }, level = 1, group = "ArmourIncreasedByUncappedFireResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour" }, }, + ["BreachBodyEvasionIncreasedByUncappedColdResistance1"] = { type = "Prefix", affix = "Tul's", "Evasion Rating is increased by Overcapped Cold Resistance", statOrder = { 6023 }, level = 1, group = "EvasionIncreasedByUncappedColdResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion" }, }, + ["BreachBodyCriticalChanceIncreasedByUncappedLightningResistance1"] = { type = "Suffix", affix = "of Esh", "Critical Strike Chance is increased by Overcapped Lightning Resistance", statOrder = { 5497 }, level = 1, group = "CriticalChanceIncreasedByUncappedLightningResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["BreachBodyCoverInAshWhenHit1__"] = { type = "Prefix", affix = "Xoph's", "Cover Enemies in Ash when they Hit you", statOrder = { 4429 }, level = 1, group = "CoverInAshWhenHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["BreachBodyChillEnemiesWhenHit1"] = { type = "Suffix", affix = "of Tul", "Chill Enemy for 1 second when Hit, reducing their Action Speed by 30%", statOrder = { 2979 }, level = 1, group = "ChillEnemiesWhenHit", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["BreachBodyArcticArmourReservationCost1"] = { type = "Suffix", affix = "of Tul", "Arctic Armour has 100% increased Mana Reservation Efficiency", statOrder = { 4445 }, level = 1, group = "ArcticArmourReservationCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["BreachBodyArcticArmourReservationEfficiency1"] = { type = "Suffix", affix = "of Tul", "Arctic Armour has 100% increased Mana Reservation Efficiency", statOrder = { 4446 }, level = 1, group = "ArcticArmourReservationEfficiency", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["BreachBodyMaximumLifeConvertedToEnergyShield1___"] = { type = "Prefix", affix = "Chayula's", "10% of Maximum Life Converted to Energy Shield", statOrder = { 8502 }, level = 1, group = "MaximumLifeConvertedToEnergyShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LocalIncreaseSocketedActiveGemLevelUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "+1 to Level of Socketed Skill Gems", "+(5-10)% to Quality of Socketed Skill Gems", statOrder = { 169, 184 }, level = 90, group = "LocalIncreaseSocketedActiveSkillGemLevelMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, + ["LocalIncreaseSocketedSupportGemLevelUberMaven___"] = { type = "Prefix", affix = "Elevated Elder's", "+1 to Level of Socketed Support Gems", "+(5-10)% to Quality of Socketed Support Gems", statOrder = { 168, 183 }, level = 90, group = "LocalIncreaseSocketedSupportGemLevelMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, + ["PhysicalDamageTakenAsFirePercentUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(16-18)% of Physical Damage from Hits taken as Fire Damage", "(7-10)% of Fire Damage taken Recouped as Life", statOrder = { 2298, 6102 }, level = 94, group = "PhysicalDamageTakenAsFireUberMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdPercentUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% of Physical Damage from Hits taken as Cold Damage", "(7-10)% of Cold Damage taken Recouped as Life", statOrder = { 2299, 5402 }, level = 93, group = "PhysicalDamageTakenAsColdUberMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsLightningPercentUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% of Physical Damage from Hits taken as Lightning Damage", "(7-10)% of Lightning Damage taken Recouped as Life", statOrder = { 2300, 6905 }, level = 92, group = "PhysicalDamageTakenAsLightningUberMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "lightning" }, }, + ["ReducedElementalReflectTakenUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "(3-5)% reduced Elemental Damage taken", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrder = { 3134, 5889 }, level = 85, group = "ReducedElementalReflectTakenMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["ReducedPhysicalReflectTakenUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(3-5)% reduced Physical Damage taken", "You and your Minions take 100% reduced Reflected Physical Damage", statOrder = { 2094, 8948 }, level = 85, group = "ReducedPhysicalReflectTakenMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["MaximumLifeUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(13-15)% increased maximum Life", statOrder = { 1431 }, level = 95, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumManaBodyUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "(16-18)% increased maximum Mana", statOrder = { 1440 }, level = 85, group = "MaximumManaIncreaseShaper", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["DamageTakenFromManaBeforeLifeUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "(11-15)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 90, group = "DamageRemovedFromManaBeforeLife", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "mana" }, }, + ["MaximumLifeOnKillPercentUberMaven__"] = { type = "Suffix", affix = "of the Elevated Elder", "Recover (5-6)% of Life on Kill", "(5-10)% increased Life Recovery Rate if you haven't Killed Recently", statOrder = { 1608, 6847 }, level = 85, group = "MaximumLifeOnKillPercentMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumManaOnKillPercentUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Recover (5-6)% of Mana on Kill", "(5-10)% increased Mana Recovery Rate if you haven't Killed Recently", statOrder = { 1610, 7599 }, level = 85, group = "MaximumManaOnKillPercentMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["MaximumEnergyShieldOnKillPercentUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Recover (5-6)% of Energy Shield on Kill", "(5-10)% increased Energy Shield Recovery Rate if you haven't Killed Recently", statOrder = { 1609, 5992 }, level = 85, group = "MaximumEnergyShieldOnKillPercentMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["PercentageStrengthUberMaven__"] = { type = "Suffix", affix = "of the Elevated Elder", "+1 to Level of Socketed Strength Gems", "(9-12)% increased Strength", statOrder = { 138, 1051 }, level = 93, group = "PercentageStrengthMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["PercentageDexterityUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+1 to Level of Socketed Dexterity Gems", "(9-12)% increased Dexterity", statOrder = { 139, 1052 }, level = 93, group = "PercentageDexterityMaven", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["PercentageIntelligenceUberMaven__"] = { type = "Suffix", affix = "of Elevated Shaping", "+1 to Level of Socketed Intelligence Gems", "(9-12)% increased Intelligence", statOrder = { 140, 1053 }, level = 93, group = "PercentageIntelligenceMaven", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["LifeRegenerationRatePercentUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Regenerate (2.1-3)% of Life per second", statOrder = { 1801 }, level = 85, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["SupportedByItemRarityUberMaven__"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 20 Item Rarity", "(19-25)% increased Rarity of Items found from Slain Unique Enemies", statOrder = { 266, 9716 }, level = 95, group = "SupportedByItemRarityUnique", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem", "drop" }, }, + ["AdditionalCriticalStrikeChanceWithAttacksUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Attacks have +(1.6-2)% to Critical Strike Chance", statOrder = { 4518 }, level = 94, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["AdditionalCriticalStrikeChanceWithSpellsUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(1.6-2)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 94, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, + ["MaximumManaInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(16-18)% increased maximum Mana", statOrder = { 1440 }, level = 90, group = "MaximumManaIncreasePercent", weightKey = { "helmet_crusader", "body_armour_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["PhysTakenAsLightningInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(16-18)% of Physical Damage from Hits taken as Lightning Damage", "(7-10)% of Lightning Damage taken Recouped as Life", statOrder = { 2300, 6905 }, level = 93, group = "PhysicalDamageTakenAsLightningUberMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "lightning" }, }, + ["ConsecratedGroundStationaryInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "You have Consecrated Ground around you while stationary", "Effects of Consecrated Ground you create Linger for 1 second", statOrder = { 5440, 9874 }, level = 85, group = "ConsecratedGroundStationaryMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["HolyPhysicalExplosionInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Crusader's", "(8-12)% increased Area of Effect", "Enemies you Kill Explode, dealing 5% of their Life as Physical Damage", statOrder = { 1739, 5922 }, level = 95, group = "EnemiesExplodeOnDeathPhysicalMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["HolyPhysicalExplosionChanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(8-12)% increased Area of Effect", "Enemies you Kill have a (31-35)% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 1739, 3145 }, level = 95, group = "EnemiesExplodeOnDeathPhysicalChanceMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["PercentageIntelligenceBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "+1 to Level of Socketed Intelligence Gems", "(9-12)% increased Intelligence", statOrder = { 140, 1053 }, level = 85, group = "PercentageIntelligenceMaven", weightKey = { "body_armour_crusader", "amulet_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["AddPowerChargeOnCritInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "15% chance to gain a Power Charge on Critical Strike", "3% increased Damage per Power Charge", statOrder = { 1689, 5639 }, level = 90, group = "PowerChargeOnCriticalStrikeChanceMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge", "influence_mod", "critical" }, }, + ["EnergyShieldOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "Recover (5-6)% of Energy Shield on Kill", "(5-10)% increased Energy Shield Recovery Rate if you haven't Killed Recently", statOrder = { 1609, 5992 }, level = 90, group = "MaximumEnergyShieldOnKillPercentMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(12-15)% increased Energy Shield Recovery rate", "Regenerate (50-100) Energy Shield per second", statOrder = { 1428, 2494 }, level = 90, group = "EnergyShieldRecoveryRateMaven", weightKey = { "body_armour_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["PhysTakenAsFireInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(16-18)% of Physical Damage from Hits taken as Fire Damage", "(7-10)% of Fire Damage taken Recouped as Life", statOrder = { 2298, 6102 }, level = 93, group = "PhysicalDamageTakenAsFireUberMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "fire" }, }, + ["SocketedActiveGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Level of Socketed Skill Gems", "+(5-10)% to Quality of Socketed Skill Gems", statOrder = { 169, 184 }, level = 80, group = "LocalIncreaseSocketedActiveSkillGemLevelMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, + ["ReflectedPhysicalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(3-5)% reduced Physical Damage taken", "You and your Minions take 100% reduced Reflected Physical Damage", statOrder = { 2094, 8948 }, level = 85, group = "ReducedPhysicalReflectTakenMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical" }, }, + ["AllResistancesInfluenceMaven____"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(19-22)% to all Elemental Resistances", "+1% to all maximum Elemental Resistances", statOrder = { 1479, 1502 }, level = 85, group = "AllResistancesMaven", weightKey = { "body_armour_adjudicator", "belt_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "resistance" }, }, + ["PercentageStrengthBodyInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Conquest", "+1 to Level of Socketed Strength Gems", "(9-12)% increased Strength", statOrder = { 138, 1051 }, level = 85, group = "PercentageStrengthMaven", weightKey = { "body_armour_adjudicator", "amulet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["EnduranceChargeIfHitRecentlyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "3% increased Area of Effect per Endurance Charge", "Gain 1 Endurance Charge every second if you've been Hit Recently", statOrder = { 4462, 6270 }, level = 90, group = "EnduranceChargeIfHitRecentlyMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["LifeOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Recover (5-6)% of Life on Kill", "(5-10)% increased Life Recovery Rate if you haven't Killed Recently", statOrder = { 1608, 6847 }, level = 90, group = "MaximumLifeOnKillPercentMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["LifeRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(12-15)% increased Life Recovery rate", "Life Flasks gain 1 Charge every 3 seconds", statOrder = { 1438, 6804 }, level = 90, group = "LifeRecoveryRateMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "life" }, }, + ["SocketedAttacksManaCostInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Ignore Stuns while using Socketed Attack Skills", "Socketed Attacks have -20 to Total Mana Cost", statOrder = { 461, 465 }, level = 95, group = "SocketedAttacksManaCostMaven", weightKey = { "body_armour_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "resource", "influence_mod", "mana", "attack", "gem" }, }, + ["PhysTakenAsColdInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(16-18)% of Physical Damage from Hits taken as Cold Damage", "(7-10)% of Cold Damage taken Recouped as Life", statOrder = { 2299, 5402 }, level = 93, group = "PhysicalDamageTakenAsColdUberMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "physical", "elemental", "cold" }, }, + ["SocketedSupportGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "+1 to Level of Socketed Support Gems", "+(5-10)% to Quality of Socketed Support Gems", statOrder = { 168, 183 }, level = 90, group = "LocalIncreaseSocketedSupportGemLevelMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "gem" }, }, + ["ReflectedElementalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(3-5)% reduced Elemental Damage taken", "You and your Minions take 100% reduced Reflected Elemental Damage", statOrder = { 3134, 5889 }, level = 85, group = "ReducedElementalReflectTakenMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental" }, }, + ["NearbyEnemiesAreBlindedInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Cannot be Blinded", "Nearby Enemies are Blinded", statOrder = { 2820, 3236 }, level = 85, group = "NearbyEnemiesAreBlindedMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["PercentageDexterityBodyInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "+1 to Level of Socketed Dexterity Gems", "(9-12)% increased Dexterity", statOrder = { 139, 1052 }, level = 85, group = "PercentageDexterityMaven", weightKey = { "body_armour_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attribute", "gem" }, }, + ["FrenzyChargeOnHitChanceInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "1% increased Movement Speed per Frenzy Charge", "10% chance to gain a Frenzy Charge on Hit", statOrder = { 1661, 1692 }, level = 90, group = "FrenzyChargeOnHitChanceMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod", "speed" }, }, + ["ManaOnKillPercentInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "Recover (5-6)% of Mana on Kill", "(5-10)% increased Mana Recovery Rate if you haven't Killed Recently", statOrder = { 1610, 7599 }, level = 90, group = "MaximumManaOnKillPercentMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaRecoveryRateBodyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(12-15)% increased Mana Recovery rate", "(20-35)% increased Mana Recovery from Flasks", statOrder = { 1446, 1914 }, level = 90, group = "ManaRecoveryRateMaven", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, + ["AuraEffectBodyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(26-30)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 90, group = "AuraEffect", weightKey = { "body_armour_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "aura" }, }, + ["MaximumLifeBodyInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "(13-15)% increased maximum Life", statOrder = { 1431 }, level = 95, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["PhysTakenAsChaosInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "+1% to maximum Chaos Resistance", "(16-18)% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 1499, 2302 }, level = 93, group = "PhysicalDamageTakenAsChaosUberMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "chaos", "resistance" }, }, + ["AdditionalCurseOnEnemiesInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "You can apply an additional Curse", "20% increased Mana Reservation Efficiency of Curse Aura Skills", statOrder = { 2022, 5570 }, level = 92, group = "OLDAdditionalCurseOnEnemiesMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "caster", "aura", "curse" }, }, + ["AdditionalCurseOnEnemiesInfluenceMavenV2___"] = { type = "Prefix", affix = "Elevated Hunter's", "You can apply an additional Curse", "20% increased Mana Reservation Efficiency of Curse Aura Skills", statOrder = { 2022, 5571 }, level = 92, group = "AdditionalCurseOnEnemiesMaven", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana", "caster", "aura", "curse" }, }, + ["RegenerateLifeOverMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Every 4 seconds, Regenerate 25% of Life over one second", statOrder = { 3619 }, level = 90, group = "RegenerateLifeOver1Second", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["OfferingEffectInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(26-35)% increased effect of Offerings", statOrder = { 3894 }, level = 90, group = "OfferingEffect", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["AdditionalCritWithAttacksInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Attacks have +(1.6-2)% to Critical Strike Chance", statOrder = { 4518 }, level = 94, group = "AdditionalCriticalStrikeChanceWithAttacks", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "critical" }, }, + ["AdditionalCritWithSpellsInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(1.6-2)% to Spell Critical Strike Chance", statOrder = { 9364 }, level = 94, group = "AdditionalCriticalStrikeChanceWithSpells", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "critical" }, }, + ["LifeRegenerationPercentBodyInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Regenerate (2.1-3)% of Life per second", statOrder = { 1801 }, level = 85, group = "LifeRegenerationRatePercentage", weightKey = { "body_armour_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["AreaDamageSupportedUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Concentrated Effect", "(23-25)% increased Area Damage", statOrder = { 372, 1889 }, level = 92, group = "AreaDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["AreaOfEffectSupportedUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 25 Increased Area of Effect", "(13-15)% increased Area of Effect", statOrder = { 202, 1739 }, level = 93, group = "AreaOfEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["MaximumManaUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "(12-15)% increased maximum Mana", "Transfiguration of Mind", statOrder = { 1440, 4359 }, level = 85, group = "MaximumManaIncreasePercentMaven", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana", "damage" }, }, + ["MinionDamageSupportedUberMaven___"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Minion Damage", "Minions deal (23-25)% increased Damage", statOrder = { 423, 1830 }, level = 93, group = "MinionDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "minion", "gem" }, }, + ["MinionLifeSupportedUberMaven_"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Minion Life", "Minions have (23-25)% increased maximum Life", statOrder = { 421, 1625 }, level = 90, group = "MinionLifeSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "resource", "influence_mod", "life", "minion", "gem" }, }, + ["AdditionalMinesPlacedSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Blastchain Mine", "Throw an additional Mine", statOrder = { 416, 3385 }, level = 95, group = "AdditionalMinesPlacedSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["MineDamageUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Blastchain Mine", "(31-35)% increased Mine Damage", statOrder = { 416, 1063 }, level = 90, group = "MineDamageSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["MineDamageTrapUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap And Mine Damage", "(31-35)% increased Mine Damage", statOrder = { 376, 1063 }, level = 90, group = "MineDamageTrapSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["IncreasedChillEffectSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Hypothermia", "(17-20)% increased Effect of Cold Ailments", statOrder = { 428, 5384 }, level = 90, group = "ChillEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "cold", "ailment", "gem" }, }, + ["IncreasedShockEffectSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Innervate", "(17-20)% increased Effect of Lightning Ailments", statOrder = { 438, 6887 }, level = 90, group = "ShockEffectSupported", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "lightning", "ailment", "gem" }, }, + ["IgniteDurationSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Immolate", "(17-20)% increased Ignite Duration on Enemies", statOrder = { 256, 1718 }, level = 90, group = "IgniteDurationSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "elemental", "fire", "ailment", "gem" }, }, + ["IncreasedBurningDamageSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Burning Damage", "(31-35)% increased Burning Damage", statOrder = { 259, 1736 }, level = 92, group = "BurningDamageSupported", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "elemental_damage", "influence_mod", "damage", "elemental", "fire", "gem" }, }, + ["ChanceToGainPowerChargeOnKillUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "50% increased Power Charge Duration", "(11-15)% chance to gain a Power Charge on Kill", statOrder = { 1996, 2482 }, level = 94, group = "PowerChargeOnKillChanceMaven", weightKey = { "helmet_shaper", "staff_shaper", "warstaff_shaper", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["SupportedByLessDurationUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Less Duration", statOrder = { 298 }, level = 78, group = "SupportedByLessDuration", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SpellAddedFireDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (35-49) to (60-73) Fire Damage to Spells", statOrder = { 1267 }, level = 92, group = "SpellAddedFireDamageUber", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Adds (29-39) to (49-61) Cold Damage to Spells", statOrder = { 1268 }, level = 93, group = "SpellAddedColdDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Adds (2-8) to (101-121) Lightning Damage to Spells", statOrder = { 1269 }, level = 94, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "influence_mod", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedPhysicalDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (35-49) to (60-73) Physical Damage to Spells", statOrder = { 1266 }, level = 95, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "caster_damage", "influence_mod", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Adds (29-39) to (49-61) Chaos Damage to Spells", statOrder = { 1270 }, level = 95, group = "SpellAddedChaosDamage", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "chaos_damage", "influence_mod", "damage", "chaos", "caster" }, }, + ["ManaRegenerationUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "(56-70)% increased Mana Regeneration Rate", "20% increased Mana Regeneration Rate while stationary", statOrder = { 1444, 4146 }, level = 85, group = "ManaRegenerationMaven", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["AddedManaRegenerationUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Regenerate (6-8) Mana per second", "Mana Flasks gain 1 Charge every 3 seconds", statOrder = { 1442, 7584 }, level = 90, group = "AddedManaRegenerationMaven", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, + ["AdditionalSpellBlockChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(5-6)% Chance to Block Spell Damage", "+1% to maximum Chance to Block Spell Damage", statOrder = { 1028, 1844 }, level = 90, group = "SpellBlockPercentageMaven", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["SocketedSpellCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Spells have +4% to Critical Strike Chance", statOrder = { 482 }, level = 94, group = "SocketedSpellCriticalStrikeChance", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "caster", "critical", "gem" }, }, + ["SocketedAttackCriticalStrikeChanceUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Attacks have +4% to Critical Strike Chance", statOrder = { 463 }, level = 93, group = "SocketedAttackCriticalStrikeChance", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "attack", "critical", "gem" }, }, + ["EnemyPhysicalDamageTakenAuraUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Nearby Enemies take 12% increased Physical Damage", statOrder = { 7363 }, level = 95, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet_elder", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["EnemyElementalDamageTakenAuraUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Nearby Enemies take 9% increased Elemental Damage", statOrder = { 7358 }, level = 95, group = "NearbyEnemyElementalDamageTaken", weightKey = { "helmet_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["LifeRegenerationPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Regenerate (1.6-2)% of Life per second", statOrder = { 1801 }, level = 83, group = "LifeRegenerationRatePercentage", weightKey = { "boots_adjudicator", "helmet_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumLightningResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 95, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 95, group = "MaximumLightningResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["PhysTakenAsLightningHelmInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "(11-13)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 93, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "lightning" }, }, + ["EnemyLightningResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "Nearby Enemies have -12% to Lightning Resistance", statOrder = { 7361 }, level = 95, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning", "resistance" }, }, + ["SpellBlockPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(5-6)% Chance to Block Spell Damage", "+1% to maximum Chance to Block Spell Damage", statOrder = { 1028, 1844 }, level = 90, group = "SpellBlockPercentageMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["FortifyEffectInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "+500 to Armour while Fortified", "+(4.2-5) to maximum Fortification", statOrder = { 4493, 8469 }, level = 90, group = "FortifyEffectMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "armour" }, }, + ["EnergyShieldRegenInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "(15-25)% increased Energy Shield Recharge Rate", "Regenerate (1-1.5)% of Energy Shield per second", statOrder = { 1425, 2495 }, level = 85, group = "EnergyShieldRegenerationPerMinuteMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["ReducedIgniteDurationInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(51-60)% reduced Ignite Duration on you", "(36-50)% increased Damage if you've been Ignited Recently", statOrder = { 1734, 5618 }, level = 85, group = "ReducedBurnDurationMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["ReducedFreezeDurationInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Crusade", "(51-60)% reduced Freeze Duration on you", "(4-7)% reduced Damage taken if you've been Frozen Recently", statOrder = { 1733, 5685 }, level = 85, group = "ReducedFreezeDurationMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ReducedShockEffectInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(45-75)% increased Critical Strike Chance if you've been Shocked Recently", "(51-60)% reduced Effect of Shock on you", statOrder = { 5504, 9269 }, level = 85, group = "ReducedShockEffectOnSelfMaven", weightKey = { "helmet_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "critical", "ailment" }, }, + ["MaximumPowerChargeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Power Charges", "10% chance that if you would gain Power Charges, you instead gain up to", "your maximum number of Power Charges", statOrder = { 1673, 6299, 6299.1 }, level = 85, group = "IncreasedMaximumPowerChargesMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PhysTakenAsFireHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(11-13)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 93, group = "PhysicalDamageTakenAsFireUber", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "fire" }, }, + ["ElementalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(19-22)% increased Elemental Damage", "Damage Penetrates (2-3)% of Enemy Elemental Resistances", statOrder = { 1835, 3395 }, level = 85, group = "ElementalDamagePercentMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental" }, }, + ["WarcryAreaOfEffectInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "15% increased Warcry Buff Effect", "Warcry Skills have (26-30)% increased Area of Effect", statOrder = { 9770, 9778 }, level = 85, group = "WarcryAreaOfEffectMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["EnemyFireResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Nearby Enemies have -12% to Fire Resistance", statOrder = { 7359 }, level = 95, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "resistance" }, }, + ["CriticalStrikeMultiplierInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(21-24)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 85, group = "CriticalStrikeMultiplier", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "critical" }, }, + ["ManaRegenerationInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(56-70)% increased Mana Regeneration Rate", "20% increased Mana Regeneration Rate while stationary", statOrder = { 1444, 4146 }, level = 85, group = "ManaRegenerationMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["GainAccuracyEqualToStrengthInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "1% increased Critical Strike Chance per 10 Strength", "Gain Accuracy Rating equal to your Strength", statOrder = { 5508, 6237 }, level = 85, group = "GainAccuracyEqualToStrengthMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "critical" }, }, + ["MinionLifeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "Minions have (36-40)% increased maximum Life", "Minions Regenerate (1-1.5)% of Life per second", statOrder = { 1625, 2759 }, level = 85, group = "MinionLifeMaven", weightKey = { "helmet_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life", "minion" }, }, + ["PowerChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Power Charge Duration", "(11-15)% chance to gain a Power Charge on Kill", statOrder = { 1996, 2482 }, level = 90, group = "PowerChargeOnKillChanceMaven", weightKey = { "helmet_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "sceptre_eyrie", "wand_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "power_charge", "influence_mod" }, }, + ["PhysTakenAsColdHelmetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(11-13)% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 93, group = "PhysicalDamageTakenAsColdUber", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "physical", "elemental", "cold" }, }, + ["SpellsAdditionalUnleashSealInfluenceMaven___"] = { type = "Prefix", affix = "Elevated Redeemer's", "(50-75)% increased Critical Strike Chance with Spells which remove the maximum number of Seals", "Skills supported by Unleash have +1 to maximum number of Seals", statOrder = { 9374, 9898 }, level = 90, group = "SpellsAdditionalUnleashSealMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "caster", "critical" }, }, + ["EnemyColdResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "Nearby Enemies have -12% to Cold Resistance", statOrder = { 7357 }, level = 95, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold", "resistance" }, }, + ["ReducedManaReservationInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(12-14)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 85, group = "ReducedReservation", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["ManaReservationEfficiencyInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(11-14)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 85, group = "ManaReservationEfficiency", weightKey = { "helmet_eyrie", "amulet_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "influence_mod", "mana" }, }, + ["IgniteChanceAndDamageInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Ignite", "Ignites you inflict deal Damage (10-15)% faster", statOrder = { 1880, 2415 }, level = 85, group = "IgniteChanceAndDamageMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire", "ailment" }, }, + ["FreezeChanceAndDurationInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Freeze", "Freeze Enemies as though dealing (30-50)% more Damage", statOrder = { 1883, 6585 }, level = 85, group = "FreezeChanceAndDurationMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ShockChanceAndEffectInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(10-15)% chance to Shock", "Shock Enemies as though dealing (30-50)% more Damage", statOrder = { 1887, 6586 }, level = 85, group = "ShockChanceAndEffectMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AddedManaRegenerationInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "Regenerate (6-8) Mana per second", "Mana Flasks gain 1 Charge every 3 seconds", statOrder = { 1442, 7584 }, level = 85, group = "AddedManaRegenerationMaven", weightKey = { "helmet_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "influence_mod", "mana" }, }, + ["SpellAddedFireDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (35-49) to (60-73) Fire Damage to Spells", statOrder = { 1267 }, level = 85, group = "SpellAddedFireDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (29-39) to (49-61) Cold Damage to Spells", statOrder = { 1268 }, level = 85, group = "SpellAddedColdDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (2-8) to (101-121) Lightning Damage to Spells", statOrder = { 1269 }, level = 85, group = "SpellAddedLightningDamageUber", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedPhysicalDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (35-49) to (60-73) Physical Damage to Spells", statOrder = { 1266 }, level = 85, group = "SpellAddedPhysicalDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "Adds (29-39) to (49-61) Chaos Damage to Spells", statOrder = { 1270 }, level = 85, group = "SpellAddedChaosDamage", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["EnemyChaosResistanceAuraInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Nearby Enemies have -12% to Chaos Resistance", statOrder = { 7356 }, level = 95, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["PercentageIntelligenceInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Intelligence", statOrder = { 1053 }, level = 85, group = "PercentageIntelligence", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, + ["IgnitingConfluxInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Ignite Duration on Enemies", "You have Igniting Conflux for 3 seconds every 8 seconds", statOrder = { 1718, 6340 }, level = 90, group = "IgnitingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillingConfluxInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Chill Duration on Enemies", "You have Chilling Conflux for 3 seconds every 8 seconds", statOrder = { 1715, 6340 }, level = 90, group = "ChillingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ShockingConfluxInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(20-30)% increased Shock Duration on Enemies", "You have Shocking Conflux for 3 seconds every 8 seconds", statOrder = { 1716, 6340 }, level = 90, group = "ShockingConfluxMaven", weightKey = { "helmet_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedAttackSpeedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Faster Attacks", "(13-14)% increased Attack Speed", statOrder = { 388, 1273 }, level = 92, group = "IncreasedAttackSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "attack", "speed", "gem" }, }, + ["IncreasedCastSpeedUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Faster Casting", "(13-14)% increased Cast Speed", statOrder = { 418, 1308 }, level = 94, group = "IncreasedCastSpeedSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "caster", "speed", "gem" }, }, + ["IncreasedAttackAndCastSpeedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(13-14)% increased Attack and Cast Speed", "(5-10)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1900, 2838 }, level = 95, group = "IncreasedAttackAndCastSpeedSupportedMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, + ["SupportedByManaLeechUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 20 Mana Leech", "(20-30)% increased Maximum total Mana Recovery per second from Leech", statOrder = { 431, 1592 }, level = 78, group = "DisplaySupportedByManaLeechMaven", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "resource", "influence_mod", "mana", "gem" }, }, + ["ProjectileSpeedUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are supported by Level 25 Faster Projectiles", "(26-30)% increased Projectile Speed", statOrder = { 401, 1655 }, level = 92, group = "ProjectileSpeedSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["ProjectileDamageUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are Supported by Level 25 Slower Projectiles", "(23-25)% increased Projectile Damage", statOrder = { 308, 1850 }, level = 93, group = "ProjectileDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["ChanceToAvoidInterruptionWhileCastingUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "(31-60)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 90, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["IncreasedMeleeWeaponRangeUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+(0.3-0.4) metres to Melee Strike Range", statOrder = { 2385 }, level = 95, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["IncreasedMeleeWeaponRangeAndMeleeDamageUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "(13-16)% increased Melee Damage", "+(0.3-0.4) metres to Melee Strike Range", statOrder = { 1100, 2385 }, level = 95, group = "MeleeDamageAndMeleeRange", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["AdditionalTrapsThrownSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap", "Skills which Throw Traps throw up to 1 additional Trap", statOrder = { 373, 8816 }, level = 94, group = "AdditionalTrapsThrownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapDamageUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap", "(31-35)% increased Trap Damage", statOrder = { 373, 1061 }, level = 90, group = "TrapDamageSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapDamageCooldownUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Advanced Traps", "(31-35)% increased Trap Damage", statOrder = { 319, 1061 }, level = 90, group = "TrapDamageCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TrapSpeedCooldownUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Advanced Traps", "(17-20)% increased Trap Throwing Speed", statOrder = { 319, 1784 }, level = 90, group = "TrapSpeedCooldownSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["TrapDamageMineUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Trap And Mine Damage", "(31-35)% increased Trap Damage", statOrder = { 376, 1061 }, level = 90, group = "TrapDamageMineSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["PoisonDamageSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance to Poison", "(31-35)% increased Damage with Poison", statOrder = { 440, 3020 }, level = 90, group = "PoisonDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "chaos_damage", "poison", "influence_mod", "damage", "chaos", "ailment", "gem" }, }, + ["PoisonDurationSupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance to Poison", "(17-20)% increased Poison Duration", statOrder = { 440, 3009 }, level = 90, group = "PoisonDurationSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "poison", "influence_mod", "chaos", "ailment", "gem" }, }, + ["BleedingDamageUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Chance To Bleed", "(31-35)% increased Damage with Bleeding", statOrder = { 218, 3008 }, level = 90, group = "BleedingDamageSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "physical_damage", "bleed", "influence_mod", "damage", "physical", "attack", "ailment", "gem" }, }, + ["ChanceToGainFrenzyChargeOnKillUberElderMaven"] = { type = "Prefix", affix = "Elevated Elder's", "50% increased Frenzy Charge Duration", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 1981, 2480 }, level = 94, group = "FrenzyChargeOnKillChanceMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["IncreasedAccuracySupportedUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are supported by Level 25 Additional Accuracy", "(16-20)% increased Global Accuracy Rating", statOrder = { 399, 1296 }, level = 93, group = "IncreasedAccuracyPercentSupported", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "attack", "gem" }, }, + ["AdditionalBlockChanceUberMaven___"] = { type = "Suffix", affix = "of the Elevated Elder", "(4-5)% Chance to Block Attack Damage", "+1% to maximum Chance to Block Attack Damage", statOrder = { 1009, 1843 }, level = 90, group = "BlockPercentMaven", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["BlindOnHitSupportedUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are supported by Level 25 Blind", "(9-10)% Global chance to Blind Enemies on hit", statOrder = { 389, 2804 }, level = 90, group = "BlindOnHitSupported", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["SocketedSpellCriticalMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Spells have +90% to Critical Strike Multiplier", statOrder = { 483 }, level = 93, group = "SocketedSpellCriticalMultiplier", weightKey = { "gloves_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "caster_damage", "influence_mod", "damage", "caster", "critical", "gem" }, }, + ["SocketedAttackCriticalMultiplierUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Attacks have +90% to Critical Strike Multiplier", statOrder = { 464 }, level = 94, group = "SocketedAttackCriticalMultiplier", weightKey = { "gloves_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "damage", "attack", "critical", "gem" }, }, + ["ChaosNonAilmentDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+(17-24)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 90, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "influence_mod", "damage", "chaos" }, }, + ["ColdDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(17-24)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 90, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["FireDamageOverTimeMultiplierUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(17-24)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 90, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_shaper", "amulet_shaper", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["PhysicalDamageOverTimeMultiplierUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "+(17-24)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 90, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_elder", "amulet_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "influence_mod", "damage", "physical" }, }, + ["AvoidStunInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "(36-50)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 85, group = "AvoidStun", weightKey = { "boots_adjudicator", "gloves_adjudicator", "quiver_adjudicator", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["MaximumColdResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 95, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 95, group = "MaximumColdResist", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["ConvertPhysicalToFireInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Fire Damage", "(22-25)% of Physical Damage Converted to Fire Damage", statOrder = { 1789, 1812 }, level = 81, group = "ConvertPhysicalToFireMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Cold Damage", "(22-25)% of Physical Damage Converted to Cold Damage", statOrder = { 1790, 1814 }, level = 81, group = "ConvertPhysicalToColdMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (3-5)% of Physical Damage as Extra Lightning Damage", "(22-25)% of Physical Damage Converted to Lightning Damage", statOrder = { 1791, 1816 }, level = 81, group = "ConvertPhysicalToLightningMaven", weightKey = { "gloves_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["MaximumLifeLeechRateInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "20% increased Maximum total Life Recovery per second from Leech", statOrder = { 1590 }, level = 85, group = "MaximumLifeLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "influence_mod", "life" }, }, + ["MaximumEnergyShieldLeechRateInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Crusader's", "30% increased Maximum total Energy Shield Recovery per second from Leech", statOrder = { 1593 }, level = 85, group = "MaximumEnergyShieldLeechRate", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "energy_shield" }, }, + ["AvoidInterruptionWhileCastingInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(31-60)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 85, group = "AvoidInterruptionWhileCasting", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["GlobalCriticalStrikeChanceInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(31-60)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 85, group = "CriticalStrikeChance", weightKey = { "gloves_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "critical" }, }, + ["MaximumFrenzyChargeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Frenzy Charges", "10% chance that if you would gain Frenzy Charges, you instead gain up to your maximum number of Frenzy Charges", statOrder = { 1668, 6297 }, level = 85, group = "MaximumFrenzyChargesMaven", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["MeleeDamageInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Melee Damage", statOrder = { 1100 }, level = 83, group = "MeleeDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["ProjectileAttackDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Projectile Attack Damage", statOrder = { 1851 }, level = 83, group = "ProjectileAttackDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "attack" }, }, + ["SpellDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Spell Damage", statOrder = { 1090 }, level = 83, group = "SpellDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "caster_damage", "influence_mod", "damage", "caster" }, }, + ["DamageOverTimeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "(31-38)% increased Damage over Time", statOrder = { 1077 }, level = 83, group = "DegenerationDamage", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage" }, }, + ["MeleeWeaponRangeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(0.3-0.4) metres to Melee Strike Range", statOrder = { 2385 }, level = 92, group = "MeleeWeaponAndUnarmedRange", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["BlockPercentInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(4-5)% Chance to Block Attack Damage", "+1% to maximum Chance to Block Attack Damage", statOrder = { 1009, 1843 }, level = 90, group = "BlockPercentMaven", weightKey = { "gloves_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "block", "influence_mod" }, }, + ["CullingStrikeInfluenceMaven__"] = { type = "Suffix", affix = "of the Elevated Conquest", "Culling Strike", "(15-25)% increased Area of Effect if you've dealt a Culling Strike Recently", statOrder = { 1893, 4454 }, level = 83, group = "CullingStrikeMaven", weightKey = { "gloves_adjudicator", "2h_sword_adjudicator", "2h_axe_adjudicator", "2h_mace_adjudicator", "staff_adjudicator", "warstaff_adjudicator", "bow_adjudicator", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["FrenzyChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Frenzy Charge Duration", "(7-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 1981, 2480 }, level = 90, group = "FrenzyChargeOnKillChanceMaven", weightKey = { "gloves_eyrie", "quiver_eyrie", "sword_eyrie", "axe_eyrie", "claw_eyrie", "dagger_eyrie", "rune_dagger_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "bow_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "frenzy_charge", "influence_mod" }, }, + ["AddedPhysicalDamageCritRecentlyInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (9-12) to (13-16) Physical Damage if you've dealt a Critical Strike Recently", statOrder = { 8579 }, level = 83, group = "AddedPhysicalDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "influence_mod", "damage", "physical" }, }, + ["AddedFireDamageCritRecentlyInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (26-30) to (36-45) Fire Damage if you've dealt a Critical Strike Recently", statOrder = { 8568 }, level = 83, group = "AddedFireDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "fire" }, }, + ["AddedColdDamageCritRecentlyInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds (26-30) to (36-45) Cold Damage if you've dealt a Critical Strike Recently", statOrder = { 8563 }, level = 83, group = "AddedColdDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageCritRecentlyInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Adds 1 to (61-90) Lightning Damage if you've dealt a Critical Strike Recently", statOrder = { 8573 }, level = 83, group = "AddedLightningDamageIfCritRecently", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "influence_mod", "damage", "elemental", "lightning" }, }, + ["MinionDamageInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Minions deal (31-45)% increased Damage", statOrder = { 1830 }, level = 83, group = "MinionDamage", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "damage", "minion" }, }, + ["IncreasedAccuracyPercentInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "(21-30)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 90, group = "IncreasedAccuracyPercent", weightKey = { "gloves_eyrie", "quiver_eyrie", "ring_eyrie", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "influence_mod", "attack" }, }, + ["GlobalChanceToBlindOnHitInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(20-30)% increased Damage with Hits and Ailments against Blinded Enemies", "(12-15)% Global chance to Blind Enemies on hit", statOrder = { 2660, 2804 }, level = 90, group = "GlobalChanceToBlindOnHitMaven", weightKey = { "gloves_eyrie", "quiver_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "damage" }, }, + ["AdditionalChanceToEvadeInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(7-12)% increased Attack and Cast Speed if you haven't been Hit Recently", "+(2-4)% chance to Evade Attack Hits", statOrder = { 4540, 5262 }, level = 85, group = "AdditionalChanceToEvadeMaven", weightKey = { "gloves_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "evasion", "attack", "caster", "speed" }, }, + ["ChanceToIntimidateOnHitInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 95, group = "ChanceToIntimidateOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 95, group = "ChanceToUnnerveOnHit", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["StrikeSkillsAdditionalTargetInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 90, group = "StrikeSkillsAdditionalTarget", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attack" }, }, + ["ChanceToImpaleInfluenceMaven_"] = { type = "Prefix", affix = "Elevated Hunter's", "(21-25)% chance to Impale Enemies on Hit with Attacks", "Adds (1-2) to (3-5) Physical Damage for each Impale on Enemy", statOrder = { 4638, 8581 }, level = 90, group = "AttackImpaleChanceMaven", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical", "attack" }, }, + ["AilmentDurationInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "(13-15)% increased Duration of Ailments on Enemies", "(13-15)% increased Effect of Non-Damaging Ailments", statOrder = { 1719, 8793 }, level = 90, group = "IncreasedAilmentDurationMaven", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "ailment" }, }, + ["PercentageDexterityInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Dexterity", statOrder = { 1052 }, level = 85, group = "PercentageDexterity", weightKey = { "gloves_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, + ["FireDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 90, group = "FireDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamageOverTimeMultiplierInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 90, group = "ColdDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChaosDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 90, group = "ChaosDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["PhysicalDamageOverTimeMultiplierInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "+(21-25)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 90, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "gloves_basilisk", "amulet_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["ManaGainPerTargetInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "Gain (3-5) Mana per Enemy Hit with Attacks", "(10-20)% increased Attack Speed while not on Low Mana", statOrder = { 1603, 4626 }, level = 78, group = "ManaGainPerTargetMaven", weightKey = { "gloves_basilisk", "quiver_basilisk", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack", "speed" }, }, + ["IncreasedDurationBootsUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 20 More Duration", "(10-15)% increased Skill Effect Duration", statOrder = { 261, 1754 }, level = 78, group = "SkillEffectDurationSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["IncreasedCooldownRecoveryBootsUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "(16-20)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 90, group = "GlobalCooldownRecovery", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["SupportedByFortifyUberMaven_"] = { type = "Prefix", affix = "Elevated Elder's", "Socketed Gems are Supported by Level 25 Fortify", statOrder = { 415 }, level = 78, group = "DisplaySocketedGemsSupportedByFortify", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["ImmuneToChilledGroundUberMaven"] = { type = "Prefix", affix = "Elevated Shaper's", "Unaffected by Chill", statOrder = { 9675 }, level = 78, group = "ChilledGroundEffectEffectivenessMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["ImmuneToBurningGroundUberMaven_"] = { type = "Prefix", affix = "Elevated Shaper's", "Unaffected by Ignite", statOrder = { 9690 }, level = 78, group = "BurningGroundEffectEffectivenessMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["ImmuneToShockedGroundUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Unaffected by Shock", statOrder = { 9694 }, level = 78, group = "ShockedGroundEffectEffectivenessMaven", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["ImmuneToDesecratedGroundUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "Unaffected by Poison", statOrder = { 4761 }, level = 78, group = "DesecratedGroundEffectEffectivenessMaven", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "influence_mod", "chaos", "ailment" }, }, + ["ChanceToDodgeUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "+(16-18)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 94, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "+(16-18)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 93, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidStunUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "(36-50)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 92, group = "AvoidStun", weightKey = { "boots_elder", "quiver_elder", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToAvoidElementalAilmentsUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "(36-45)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 91, group = "AvoidElementalStatusAilments", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["ChanceToAvoidProjectilesUberMaven___"] = { type = "Suffix", affix = "of Elevated Shaping", "(11-15)% chance to avoid Projectiles if you've taken Projectile Damage Recently", "(10-12)% chance to avoid Projectiles", statOrder = { 4665, 4705 }, level = 94, group = "ChanceToAvoidProjectilesMaven", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToGainEnduranceChargeOnKillUberMaven"] = { type = "Prefix", affix = "Elevated Elder's", "50% increased Endurance Charge Duration", "(7-10)% chance to gain an Endurance Charge on Kill", statOrder = { 1979, 2478 }, level = 93, group = "EnduranceChargeOnKillChanceMaven", weightKey = { "2h_axe_elder", "2h_mace_elder", "2h_sword_elder", "staff_elder", "warstaff_elder", "boots_elder", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["TotemDamageSpellUberMaven_"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Spell Totem", "(31-35)% increased Totem Damage", statOrder = { 383, 1060 }, level = 90, group = "TotemDamageSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemSpeedSpellUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "Socketed Gems are Supported by Level 25 Spell Totem", "(17-20)% increased Totem Placement speed", statOrder = { 383, 2429 }, level = 90, group = "TotemSpeedSpellSupported", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["TotemDamageAttackUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Ballista Totem", "(31-35)% increased Totem Damage", statOrder = { 295, 1060 }, level = 90, group = "TotemDamageAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "damage", "gem" }, }, + ["TotemSpeedAttackUberMaven"] = { type = "Suffix", affix = "of Elevated Shaping", "Socketed Gems are Supported by Level 25 Ballista Totem", "(17-20)% increased Totem Placement speed", statOrder = { 295, 2429 }, level = 90, group = "TotemSpeedAttackSupported", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "speed", "gem" }, }, + ["SupportedByLifeLeechUberMaven__"] = { type = "Prefix", affix = "Elevated Shaper's", "Socketed Gems are supported by Level 20 Life Leech", statOrder = { 402 }, level = 78, group = "SupportedByLifeLeech", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "support", "influence_mod", "gem" }, }, + ["GrantsDecoyTotemSkillUberMaven_"] = { type = "Suffix", affix = "of Elevated Shaping", "Grants Level 25 Decoy Totem Skill", statOrder = { 597 }, level = 78, group = "DecoyTotemSkill", weightKey = { "boots_shaper", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod" }, }, + ["GlobalRaiseSpectreGemLevelUberMaven"] = { type = "Suffix", affix = "of the Elevated Elder", "+2 to Level of all Raise Spectre Gems", statOrder = { 1476 }, level = 85, group = "MinionGlobalSkillLevel", weightKey = { "boots_elder", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "influence_mod", "minion", "gem" }, }, + ["UnaffectedByShockedGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Unaffected by Shock", statOrder = { 9694 }, level = 78, group = "ShockedGroundEffectEffectivenessMaven", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["SocketedLightningGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+2 to Level of Socketed Lightning Gems", "+(3-7)% to Quality of Socketed Lightning Gems", statOrder = { 148, 194 }, level = 78, group = "LocalIncreaseSocketedLightningGemLevelMaven", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "gem" }, }, + ["MaximumFireResistanceInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 95, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceInfluenceMavenNew"] = { type = "Suffix", affix = "of the Elevated Crusade", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 95, group = "MaximumFireResist", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["PhysicalAddedAsExtraLightningBootsInfluenceMaven"] = { type = "Prefix", affix = "Elevated Crusader's", "Gain (9-11)% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 85, group = "PhysicalAddedAsLightning", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "lightning" }, }, + ["CooldownRecoveryInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Crusade", "(16-20)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 90, group = "GlobalCooldownRecovery", weightKey = { "boots_crusader", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["AvoidIgniteInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 85, group = "AvoidIgnite", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["AvoidFreezeInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 85, group = "AvoidFreeze", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["AvoidShockInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Crusade", "(71-80)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 85, group = "AvoidShock", weightKey = { "boots_crusader", "quiver_crusader", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "ailment" }, }, + ["AvoidProjectilesInfluenceMaven_"] = { type = "Suffix", affix = "of Elevated Redemption", "(11-15)% chance to avoid Projectiles if you've taken Projectile Damage Recently", "(10-12)% chance to avoid Projectiles", statOrder = { 4665, 4705 }, level = 83, group = "ChanceToAvoidProjectilesMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["UnaffectedByBurningGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "Unaffected by Ignite", statOrder = { 9690 }, level = 78, group = "BurningGroundEffectEffectivenessMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "ailment" }, }, + ["SocketedFireGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Warlord's", "+2 to Level of Socketed Fire Gems", "+(3-7)% to Quality of Socketed Fire Gems", statOrder = { 146, 192 }, level = 78, group = "LocalIncreaseSocketedFireGemLevelMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "gem" }, }, + ["MaximumEnduranceChargeInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Warlord's", "+1 to Maximum Endurance Charges", "10% chance that if you would gain Endurance Charges, you instead gain up to maximum Endurance Charges", statOrder = { 1663, 4069 }, level = 85, group = "MaximumEnduranceChargesMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["PhysicalAddedAsExtraFireBootsInfluenceMaven___"] = { type = "Prefix", affix = "Elevated Warlord's", "Gain (9-11)% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 85, group = "PhysicalAddedAsFire", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "fire" }, }, + ["AvoidFireDamageInfluenceMaven_____"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Fire Resistance", "(8-10)% chance to Avoid Fire Damage from Hits", statOrder = { 1485, 3213 }, level = 90, group = "FireDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "fire", "resistance" }, }, + ["AvoidColdDamageInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Cold Resistance", "(8-10)% chance to Avoid Cold Damage from Hits", statOrder = { 1491, 3214 }, level = 90, group = "ColdDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "resistance" }, }, + ["AvoidLightningDamageInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "+(20-30)% to Lightning Resistance", "(8-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 1496, 3215 }, level = 90, group = "LightningDamageAvoidanceMaven", weightKey = { "boots_adjudicator", "shield_adjudicator", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "elemental", "lightning", "resistance" }, }, + ["AdditionalPhysicalDamageReductionInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Conquest", "(15-20)% increased Armour", "(2-4)% additional Physical Damage Reduction", statOrder = { 1402, 2125 }, level = 85, group = "ReducedPhysicalDamageTakenMaven", weightKey = { "boots_adjudicator", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "defences", "armour", "physical" }, }, + ["UnaffectedByChilledGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Unaffected by Chill", statOrder = { 9675 }, level = 78, group = "ChilledGroundEffectEffectivenessMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "ailment" }, }, + ["SocketedColdGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "+2 to Level of Socketed Cold Gems", "+(3-7)% to Quality of Socketed Cold Gems", statOrder = { 147, 189 }, level = 78, group = "LocalIncreaseSocketedColdGemLevelMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "elemental", "cold", "gem" }, }, + ["EnduranceChargeOnKillInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "50% increased Endurance Charge Duration", "(7-10)% chance to gain an Endurance Charge on Kill", statOrder = { 1979, 2478 }, level = 90, group = "EnduranceChargeOnKillChanceMaven", weightKey = { "boots_eyrie", "sword_eyrie", "axe_eyrie", "mace_eyrie", "sceptre_eyrie", "2h_sword_eyrie", "2h_axe_eyrie", "2h_mace_eyrie", "staff_eyrie", "warstaff_eyrie", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "endurance_charge", "influence_mod" }, }, + ["PhysicalAddedAsExtraColdBootsInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "Gain (9-11)% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 85, group = "PhysicalAddedAsCold", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "elemental_damage", "influence_mod", "damage", "physical", "elemental", "cold" }, }, + ["ElusiveOnCriticalStrikeInfluenceMaven"] = { type = "Prefix", affix = "Elevated Redeemer's", "(11-20)% chance to gain Elusive on Critical Strike", "(5-10)% increased Elusive Effect", statOrder = { 4110, 5904 }, level = 85, group = "ElusiveOnCriticalStrikeMaven", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "critical" }, }, + ["ChanceToDodgeAttacksInfluenceMaven__"] = { type = "Suffix", affix = "of Elevated Redemption", "+(16-18)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 90, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["ChanceToDodgeSpellsInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "+(16-18)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 90, group = "ChanceToSuppressSpellsMavenOld", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod" }, }, + ["IncreasedAilmentEffectOnEnemiesInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(41-60)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 83, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots_eyrie", "default", }, weightVal = { 0, 0 }, modTags = { "influence_mod", "ailment" }, }, + ["OnslaughtOnKillInfluenceMaven"] = { type = "Suffix", affix = "of Elevated Redemption", "(8-10)% chance to gain Onslaught for 4 seconds on Kill", "(3-10)% increased Attack, Cast and Movement Speed while you have Onslaught", statOrder = { 2838, 4562 }, level = 90, group = "ChanceToGainOnslaughtOnKillMaven", weightKey = { "boots_eyrie", "quiver_eyrie", "default", }, weightVal = { 0, 0, 0 }, modTags = { "influence_mod", "attack", "caster", "speed" }, }, + ["UnaffectedByDesecratedGroundInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "Unaffected by Poison", statOrder = { 4761 }, level = 78, group = "DesecratedGroundEffectEffectivenessMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["SocketedChaosGemLevelInfluenceMaven"] = { type = "Prefix", affix = "Elevated Hunter's", "+2 to Level of Socketed Chaos Gems", "+(3-7)% to Quality of Socketed Chaos Gems", statOrder = { 149, 188 }, level = 78, group = "LocalIncreaseSocketedChaosGemLevelMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "gem" }, }, + ["AdditionalPierceInfluenceMaven__"] = { type = "Prefix", affix = "Elevated Hunter's", "Projectiles Pierce (3-5) additional Targets", statOrder = { 1649 }, level = 90, group = "AdditionalPierce", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["PercentageStrengthInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(11-12)% increased Strength", statOrder = { 1051 }, level = 85, group = "PercentageStrength", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "attribute" }, }, + ["AvoidBleedAndPoisonInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(61-70)% chance to Avoid being Poisoned", "(61-70)% chance to Avoid Bleeding", statOrder = { 1708, 4046 }, level = 85, group = "AvoidBleedAndPoison", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "poison", "physical", "chaos", "attack", "ailment" }, }, + ["TailwindOnCriticalStrikeInfluenceMaven_"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-25)% increased Effect of Tailwind on you", "You have Tailwind if you have dealt a Critical Strike Recently", statOrder = { 9573, 9575 }, level = 85, group = "TailwindOnCriticalStrikeMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["FasterIgniteInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Ignite Duration on Enemies", "Ignites you inflict deal Damage (11-15)% faster", statOrder = { 1718, 2415 }, level = 83, group = "FasterIgniteDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterBleedInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Bleeding Duration", "Bleeding you inflict deals Damage (11-15)% faster", statOrder = { 4706, 6075 }, level = 83, group = "FasterBleedDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterPoisonInfluenceMaven"] = { type = "Suffix", affix = "of the Elevated Hunt", "(10-20)% increased Poison Duration", "Poisons you inflict deal Damage (11-15)% faster", statOrder = { 3009, 6076 }, level = 83, group = "FasterPoisonDamageMaven", weightKey = { "boots_basilisk", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["LocalIncreasedWard1"] = { type = "Prefix", affix = "Farrier's", "+(5-9) to Ward", statOrder = { 1389 }, level = 3, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard2"] = { type = "Prefix", affix = "Brownsmith's", "+(10-15) to Ward", statOrder = { 1389 }, level = 11, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard3_"] = { type = "Prefix", affix = "Coppersmith's", "+(16-23) to Ward", statOrder = { 1389 }, level = 17, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard4"] = { type = "Prefix", affix = "Blacksmith's", "+(24-35) to Ward", statOrder = { 1389 }, level = 23, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard5___"] = { type = "Prefix", affix = "Silversmith's", "+(36-52) to Ward", statOrder = { 1389 }, level = 29, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard6_"] = { type = "Prefix", affix = "Goldsmith's", "+(52-69) to Ward", statOrder = { 1389 }, level = 35, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard7"] = { type = "Prefix", affix = "Whitesmith's", "+(70-84) to Ward", statOrder = { 1389 }, level = 43, group = "LocalWard", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard8__"] = { type = "Prefix", affix = "Engraver's", "+(85-99) to Ward", statOrder = { 1389 }, level = 51, group = "LocalWard", weightKey = { "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard9"] = { type = "Prefix", affix = "Runesmith's", "+(100-119) to Ward", statOrder = { 1389 }, level = 60, group = "LocalWard", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard10____"] = { type = "Prefix", affix = "Runemaster's", "+(120-139) to Ward", statOrder = { 1389 }, level = 69, group = "LocalWard", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWard11"] = { type = "Prefix", affix = "Artificer's", "+(140-159) to Ward", statOrder = { 1389 }, level = 75, group = "LocalWard", weightKey = { "shield", "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent1"] = { type = "Prefix", affix = "Chiseled", "(11-28)% increased Ward", statOrder = { 1391 }, level = 3, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent2"] = { type = "Prefix", affix = "Etched", "(27-42)% increased Ward", statOrder = { 1391 }, level = 18, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent3"] = { type = "Prefix", affix = "Engraved", "(43-55)% increased Ward", statOrder = { 1391 }, level = 30, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent4"] = { type = "Prefix", affix = "Embedded", "(56-67)% increased Ward", statOrder = { 1391 }, level = 44, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent5"] = { type = "Prefix", affix = "Inscribed", "(68-79)% increased Ward", statOrder = { 1391 }, level = 60, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent6"] = { type = "Prefix", affix = "Lettered", "(80-91)% increased Ward", statOrder = { 1391 }, level = 72, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent7"] = { type = "Prefix", affix = "Runed", "(92-100)% increased Ward", statOrder = { 1391 }, level = 84, group = "LocalWardPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercent8"] = { type = "Prefix", affix = "Calligraphic", "(101-110)% increased Ward", statOrder = { 1391 }, level = 86, group = "LocalWardPercent", weightKey = { "helmet", "gloves", "boots", "ward_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery1______"] = { type = "Prefix", affix = "Improved", "(6-13)% increased Ward", "(6-7)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 3, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery2_"] = { type = "Prefix", affix = "Enhanced", "(14-20)% increased Ward", "(8-9)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 18, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery3"] = { type = "Prefix", affix = "Bolstered", "(21-26)% increased Ward", "(10-11)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 30, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery4"] = { type = "Prefix", affix = "Elegant", "(27-32)% increased Ward", "(12-13)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 44, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery5"] = { type = "Prefix", affix = "Exquisite", "(33-38)% increased Ward", "(14-15)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 60, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalIncreasedWardPercentAndStunRecovery6_"] = { type = "Prefix", affix = "Masterwork", "(39-42)% increased Ward", "(16-17)% increased Stun and Block Recovery", statOrder = { 1391, 1759 }, level = 78, group = "LocalWardAndStunRecoveryPercent", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["LocalBaseWardAndLife1__"] = { type = "Prefix", affix = "Annest's", "+(15-20) to Ward", "+(18-23) to maximum Life", statOrder = { 1389, 1429 }, level = 30, group = "LocalBaseWardAndLife", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "defences" }, }, + ["LocalBaseWardAndLife2"] = { type = "Prefix", affix = "Owen's", "+(21-30) to Ward", "+(24-28) to maximum Life", statOrder = { 1389, 1429 }, level = 46, group = "LocalBaseWardAndLife", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "defences" }, }, + ["LocalBaseWardAndLife3_"] = { type = "Prefix", affix = "Gwayne's", "+(31-40) to Ward", "+(29-33) to maximum Life", statOrder = { 1389, 1429 }, level = 62, group = "LocalBaseWardAndLife", weightKey = { "boots", "gloves", "ward_armour", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "resource", "life", "defences" }, }, + ["LocalBaseWardAndLife4_"] = { type = "Prefix", affix = "Cadigan's", "+(41-50) to Ward", "+(34-38) to maximum Life", statOrder = { 1389, 1429 }, level = 78, group = "LocalBaseWardAndLife", weightKey = { "shield", "boots", "gloves", "helmet", "ward_armour", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "resource", "life", "defences" }, }, + ["FasterStartOfWardRecharge1"] = { type = "Suffix", affix = "of Artifice", "(33-37)% faster Restoration of Ward", statOrder = { 1392 }, level = 46, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["FasterStartOfWardRecharge2"] = { type = "Suffix", affix = "of Etching", "(38-42)% faster Restoration of Ward", statOrder = { 1392 }, level = 57, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["FasterStartOfWardRecharge3"] = { type = "Suffix", affix = "of Engraving", "(43-47)% faster Restoration of Ward", statOrder = { 1392 }, level = 68, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["FasterStartOfWardRecharge4"] = { type = "Suffix", affix = "of Inscription", "(48-52)% faster Restoration of Ward", statOrder = { 1392 }, level = 76, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["FasterStartOfWardRecharge5"] = { type = "Suffix", affix = "of Runes", "(53-58)% faster Restoration of Ward", statOrder = { 1392 }, level = 85, group = "WardDelayRecovery", weightKey = { "ward_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences" }, }, + ["HellscapeUpsideIncreasedLife1__"] = { type = "ScourgeUpside", affix = "", "+(23-25) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideIncreasedLife2_"] = { type = "ScourgeUpside", affix = "", "+(28-30) to maximum Life", statOrder = { 1429 }, level = 45, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideIncreasedLife3_"] = { type = "ScourgeUpside", affix = "", "+(33-35) to maximum Life", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideIncreasedLife4"] = { type = "ScourgeUpside", affix = "", "+(38-40) to maximum Life", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "fishing_rod", "weapon", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 1000 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots1__"] = { type = "ScourgeUpside", affix = "", "+(30-33) to Armour", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots2"] = { type = "ScourgeUpside", affix = "", "+(34-37) to Armour", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots3"] = { type = "ScourgeUpside", affix = "", "+(38-41) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingGlovesBoots4_"] = { type = "ScourgeUpside", affix = "", "+(42-45) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "helmet", "shield", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield1"] = { type = "ScourgeUpside", affix = "", "+(33-39) to Armour", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield2__"] = { type = "ScourgeUpside", affix = "", "+(40-46) to Armour", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(47-53) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingHelmetShield4_"] = { type = "ScourgeUpside", affix = "", "+(54-60) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "body_armour", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(31-60) to Armour", statOrder = { 1401 }, level = 1, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour2"] = { type = "ScourgeUpside", affix = "", "+(61-90) to Armour", statOrder = { 1401 }, level = 45, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour3"] = { type = "ScourgeUpside", affix = "", "+(91-120) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalPhysicalDamageReductionRatingBodyArmour4_"] = { type = "ScourgeUpside", affix = "", "+(121-150) to Armour", statOrder = { 1401 }, level = 68, group = "LocalPhysicalDamageReductionRating", weightKey = { "helmet", "shield", "gloves", "boots", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideLocalEvasionRatingGlovesBoots1"] = { type = "ScourgeUpside", affix = "", "+(30-33) to Evasion Rating", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingGlovesBoots2___"] = { type = "ScourgeUpside", affix = "", "+(34-37) to Evasion Rating", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingGlovesBoots3_"] = { type = "ScourgeUpside", affix = "", "+(38-41) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingGlovesBoots4_"] = { type = "ScourgeUpside", affix = "", "+(42-45) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "helmet", "shield", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingHelmetShield1"] = { type = "ScourgeUpside", affix = "", "+(33-39) to Evasion Rating", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingHelmetShield2"] = { type = "ScourgeUpside", affix = "", "+(40-46) to Evasion Rating", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(47-53) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingHelmetShield4"] = { type = "ScourgeUpside", affix = "", "+(54-60) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(31-60) to Evasion Rating", statOrder = { 1409 }, level = 1, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingBodyArmour2"] = { type = "ScourgeUpside", affix = "", "+(61-90) to Evasion Rating", statOrder = { 1409 }, level = 45, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingBodyArmour3"] = { type = "ScourgeUpside", affix = "", "+(91-120) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideLocalEvasionRatingBodyArmour4_"] = { type = "ScourgeUpside", affix = "", "+(121-150) to Evasion Rating", statOrder = { 1409 }, level = 68, group = "LocalEvasionRating", weightKey = { "helmet", "shield", "gloves", "boots", "dex_armour", "str_dex_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideEnergyShieldGlovesBoots1_"] = { type = "ScourgeUpside", affix = "", "+(8-9) to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldGlovesBoots2__"] = { type = "ScourgeUpside", affix = "", "+(10-11) to maximum Energy Shield", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldGlovesBoots3"] = { type = "ScourgeUpside", affix = "", "+(12-13) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldGlovesBoots4"] = { type = "ScourgeUpside", affix = "", "+(14-15) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "helmet", "shield", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldHelmetShield1_"] = { type = "ScourgeUpside", affix = "", "+(11-12) to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldHelmetShield2"] = { type = "ScourgeUpside", affix = "", "+(13-14) to maximum Energy Shield", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldHelmetShield3"] = { type = "ScourgeUpside", affix = "", "+(15-16) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldHelmetShield4"] = { type = "ScourgeUpside", affix = "", "+(17-18) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "body_armour", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldBodyArmour1"] = { type = "ScourgeUpside", affix = "", "+(15-18) to maximum Energy Shield", statOrder = { 1419 }, level = 1, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldBodyArmour2_"] = { type = "ScourgeUpside", affix = "", "+(19-22) to maximum Energy Shield", statOrder = { 1419 }, level = 45, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldBodyArmour3_"] = { type = "ScourgeUpside", affix = "", "+(23-26) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldBodyArmour4"] = { type = "ScourgeUpside", affix = "", "+(27-30) to maximum Energy Shield", statOrder = { 1419 }, level = 68, group = "LocalEnergyShield", weightKey = { "helmet", "shield", "gloves", "boots", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsFirePercent3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsFirePercent4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 68, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsCold3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsCold", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsCold4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 68, group = "PhysicalDamageTakenAsCold", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsLightningPercent3_"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsLightningPercent4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 68, group = "PhysicalDamageTakenAsLightningPercent", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsChaos3"] = { type = "ScourgeUpside", affix = "", "4% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 68, group = "PhysicalDamageTakenAsChaos", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "chaos" }, }, + ["HellscapeUpsidePhysicalDamageTakenAsChaos4"] = { type = "ScourgeUpside", affix = "", "5% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 68, group = "PhysicalDamageTakenAsChaos", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical", "chaos" }, }, + ["HellscapeUpsideBaseFreezeDurationOnSelf3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideBaseFreezeDurationOnSelf4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 68, group = "ReducedFreezeDuration", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillEffectivenessOnSelf3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Effect of Chill on you", statOrder = { 1504 }, level = 68, group = "ChillEffectivenessOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillEffectivenessOnSelf4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Effect of Chill on you", statOrder = { 1504 }, level = 68, group = "ChillEffectivenessOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideReducedShockEffectOnSelf3"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideReducedShockEffectOnSelf4"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 68, group = "ReducedShockEffectOnSelf", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideReducedCurseEffect3"] = { type = "ScourgeUpside", affix = "", "(16-20)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideReducedCurseEffect4"] = { type = "ScourgeUpside", affix = "", "(21-25)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 68, group = "ReducedCurseEffect", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCannotGainCorruptedBloodWhileYouHaveAtLeast5Stacks1"] = { type = "ScourgeUpside", affix = "", "Corrupted Blood cannot be inflicted on you if you have at least 5 Corrupted Blood Debuffs on you", statOrder = { 5026 }, level = 45, group = "CannotGainCorruptedBloodWhileYouHaveAtLeast5Stacks", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideReducedBurnDuration3__"] = { type = "ScourgeUpside", affix = "", "(31-35)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideReducedBurnDuration4"] = { type = "ScourgeUpside", affix = "", "(36-40)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 68, group = "ReducedBurnDuration", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidBleeding2_"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 45, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidBleeding3_"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 68, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidBleeding4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 68, group = "ChanceToAvoidBleeding", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChillEnemiesWhenHit3"] = { type = "ScourgeUpside", affix = "", "Chill Enemy for 4 seconds when Hit, reducing their Action Speed by 30%", statOrder = { 2979 }, level = 68, group = "ChillEnemiesWhenHit", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillEnemiesWhenHit4"] = { type = "ScourgeUpside", affix = "", "Chill Enemy for 5 seconds when Hit, reducing their Action Speed by 30%", statOrder = { 2979 }, level = 68, group = "ChillEnemiesWhenHit", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideDamageTakenGainedAsLife2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideDamageTakenGainedAsLife3___"] = { type = "ScourgeUpside", affix = "", "(9-10)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideDamageTakenGainedAsLife4"] = { type = "ScourgeUpside", affix = "", "(11-12)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 68, group = "DamageTakenGainedAsLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage1h2__"] = { type = "ScourgeUpside", affix = "", "3% chance to deal Triple Damage", statOrder = { 4712 }, level = 45, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage1h3__"] = { type = "ScourgeUpside", affix = "", "4% chance to deal Triple Damage", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage1h4__"] = { type = "ScourgeUpside", affix = "", "5% chance to deal Triple Damage", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage2h2__"] = { type = "ScourgeUpside", affix = "", "5% chance to deal Triple Damage", statOrder = { 4712 }, level = 45, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage2h3_"] = { type = "ScourgeUpside", affix = "", "6% chance to deal Triple Damage", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideBaseChanceToDealTripleDamage2h4"] = { type = "ScourgeUpside", affix = "", "7% chance to deal Triple Damage", statOrder = { 4712 }, level = 68, group = "BaseChanceToDealTripleDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideOnslaughtWhenHitForDuration2"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 2 seconds when Hit", statOrder = { 2675 }, level = 45, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideOnslaughtWhenHitForDuration3"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 3 seconds when Hit", statOrder = { 2675 }, level = 68, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideOnslaughtWhenHitForDuration4"] = { type = "ScourgeUpside", affix = "", "You gain Onslaught for 4 seconds when Hit", statOrder = { 2675 }, level = 68, group = "OnslaughtWhenHitForDuration", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit2"] = { type = "ScourgeUpside", affix = "", "Deal (8-11)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3620 }, level = 45, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit3"] = { type = "ScourgeUpside", affix = "", "Deal (12-15)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3620 }, level = 68, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideBaseMaximumLifeInflictedAsAoeFireDamageWhenHit4"] = { type = "ScourgeUpside", affix = "", "Deal (16-19)% of your maximum Life as Fire Damage to nearby Enemies when Hit", statOrder = { 3620 }, level = 68, group = "BaseMaximumLifeInflictedAsAoeFireDamageWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideConsecrateGroundFor3SecondsWhenHit1"] = { type = "ScourgeUpside", affix = "", "Create Consecrated Ground when Hit, lasting 8 seconds", statOrder = { 3389 }, level = 45, group = "ConsecrateGroundFor3SecondsWhenHit", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance1h2"] = { type = "ScourgeUpside", affix = "", "5% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 45, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance1h3"] = { type = "ScourgeUpside", affix = "", "6% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance1h4___"] = { type = "ScourgeUpside", affix = "", "7% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "staff", "warstaff", "wand", "claw", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance2h2_"] = { type = "ScourgeUpside", affix = "", "8% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 45, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance2h3_"] = { type = "ScourgeUpside", affix = "", "9% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideUnholyMightOnKillPercentChance2h4"] = { type = "ScourgeUpside", affix = "", "10% chance to gain Unholy Might for 3 seconds on Kill", statOrder = { 3217 }, level = 68, group = "UnholyMightOnKillPercentChance", weightKey = { "wand", "claw", "staff", "warstaff", "default", }, weightVal = { 0, 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideElusiveEffect2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Elusive Effect", statOrder = { 5904 }, level = 45, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideElusiveEffect3___"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Elusive Effect", statOrder = { 5904 }, level = 68, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideElusiveEffect4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Elusive Effect", statOrder = { 5904 }, level = 68, group = "ElusiveEffect", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideBasePenetrateElementalResistances2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% of Enemy Elemental Resistances", statOrder = { 3395 }, level = 45, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, + ["HellscapeUpsideBasePenetrateElementalResistances3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% of Enemy Elemental Resistances", statOrder = { 3395 }, level = 68, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, + ["HellscapeUpsideBasePenetrateElementalResistances4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% of Enemy Elemental Resistances", statOrder = { 3395 }, level = 68, group = "BasePenetrateElementalResistances", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental" }, }, + ["HellscapeUpsideMinimumEnduranceCharges1"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Endurance Charges", statOrder = { 1662 }, level = 68, group = "MinimumEnduranceCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeUpsideMinimumPowerCharges1"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Power Charges", statOrder = { 1672 }, level = 68, group = "MinimumPowerCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "power_charge" }, }, + ["HellscapeUpsideMinimumFrenzyCharges1___"] = { type = "ScourgeUpside", affix = "", "+1 to Minimum Frenzy Charges", statOrder = { 1667 }, level = 68, group = "MinimumFrenzyCharges", weightKey = { "ring", "default", }, weightVal = { 100, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeUpsideCannotBeSlowedBelowValue3"] = { type = "ScourgeUpside", affix = "", "Action Speed cannot be modified to below (75-79)% of base value", statOrder = { 3034 }, level = 68, group = "CannotBeSlowedBelowValue", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideCannotBeSlowedBelowValue4_"] = { type = "ScourgeUpside", affix = "", "Action Speed cannot be modified to below (70-74)% of base value", statOrder = { 3034 }, level = 68, group = "CannotBeSlowedBelowValue", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMonsterNemesisOndarsGuile1__"] = { type = "ScourgeUpside", affix = "", "Arrow Dancing", statOrder = { 9954 }, level = 68, group = "MonsterNemesisOndarsGuile", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideConduit1"] = { type = "ScourgeUpside", affix = "", "Conduit", statOrder = { 9928 }, level = 68, group = "Conduit", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["HellscapeUpsideIronReflexes1__"] = { type = "ScourgeUpside", affix = "", "Iron Reflexes", statOrder = { 9945 }, level = 68, group = "IronReflexes", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["HellscapeUpsideUnwaveringStance1"] = { type = "ScourgeUpside", affix = "", "Unwavering Stance", statOrder = { 9968 }, level = 68, group = "UnwaveringStance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideEternalYouth1_"] = { type = "ScourgeUpside", affix = "", "Eternal Youth", statOrder = { 9937 }, level = 68, group = "EternalYouth", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["HellscapeUpsideWindDancer1"] = { type = "ScourgeUpside", affix = "", "Wind Dancer", statOrder = { 9972 }, level = 68, group = "WindDancer", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion" }, }, + ["HellscapeUpsideGlancingBlows1"] = { type = "ScourgeUpside", affix = "", "Glancing Blows", statOrder = { 9941 }, level = 68, group = "GlancingBlows", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideSacredBastion1_"] = { type = "ScourgeUpside", affix = "", "Imbalanced Guard", statOrder = { 9959 }, level = 68, group = "SacredBastion", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "armour" }, }, + ["HellscapeUpsideManaShield1_"] = { type = "ScourgeUpside", affix = "", "Mind Over Matter", statOrder = { 9948 }, level = 68, group = "ManaShield", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana" }, }, + ["HellscapeUpsideWickedWard1"] = { type = "ScourgeUpside", affix = "", "Wicked Ward", statOrder = { 9971 }, level = 68, group = "WickedWard", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideZealotsOath1"] = { type = "ScourgeUpside", affix = "", "Zealot's Oath", statOrder = { 9956 }, level = 68, group = "ZealotsOath", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["HellscapeUpsideBlindEnemiesWhenHit2"] = { type = "ScourgeUpside", affix = "", "(11-20)% chance to Blind Enemies when they Hit you", statOrder = { 4922 }, level = 45, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideBlindEnemiesWhenHit3_"] = { type = "ScourgeUpside", affix = "", "(21-30)% chance to Blind Enemies when they Hit you", statOrder = { 4922 }, level = 68, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideBlindEnemiesWhenHit4"] = { type = "ScourgeUpside", affix = "", "(31-40)% chance to Blind Enemies when they Hit you", statOrder = { 4922 }, level = 68, group = "BlindEnemiesWhenHit", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideGuardSkillCooldownRecovery3"] = { type = "ScourgeUpside", affix = "", "Guard Skills have (14-16)% increased Cooldown Recovery Rate", statOrder = { 6413 }, level = 68, group = "GuardSkillCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideGuardSkillCooldownRecovery4___"] = { type = "ScourgeUpside", affix = "", "Guard Skills have (17-19)% increased Cooldown Recovery Rate", statOrder = { 6413 }, level = 68, group = "GuardSkillCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideMinionChanceToTauntOnHit2___"] = { type = "ScourgeUpside", affix = "", "Minions have (11-13)% chance to Taunt on Hit with Attacks", statOrder = { 3271 }, level = 45, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, + ["HellscapeUpsideMinionChanceToTauntOnHit3"] = { type = "ScourgeUpside", affix = "", "Minions have (14-16)% chance to Taunt on Hit with Attacks", statOrder = { 3271 }, level = 68, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, + ["HellscapeUpsideMinionChanceToTauntOnHit4"] = { type = "ScourgeUpside", affix = "", "Minions have (17-19)% chance to Taunt on Hit with Attacks", statOrder = { 3271 }, level = 68, group = "MinionAttacksTauntOnHitChance", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "attack", "minion" }, }, + ["HellscapeUpsideIncreaseSocketedSupportGemQuality3"] = { type = "ScourgeUpside", affix = "", "+(9-10)% to Quality of Socketed Support Gems", statOrder = { 183 }, level = 68, group = "IncreaseSocketedSupportGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 500, 250, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideIncreaseSocketedSupportGemQuality4_"] = { type = "ScourgeUpside", affix = "", "+(11-12)% to Quality of Socketed Support Gems", statOrder = { 183 }, level = 68, group = "IncreaseSocketedSupportGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 500, 250, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideGainManaAsExtraEnergyShield3"] = { type = "ScourgeUpside", affix = "", "Gain 5% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2029 }, level = 68, group = "GainManaAsExtraEnergyShield", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideGainManaAsExtraEnergyShield4_"] = { type = "ScourgeUpside", affix = "", "Gain 6% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2029 }, level = 68, group = "GainManaAsExtraEnergyShield", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideAreaOfEffect1_"] = { type = "ScourgeUpside", affix = "", "10% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideAreaOfEffect2"] = { type = "ScourgeUpside", affix = "", "11% increased Area of Effect", statOrder = { 1739 }, level = 45, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideAreaOfEffect3____"] = { type = "ScourgeUpside", affix = "", "12% increased Area of Effect", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideAreaOfEffect4"] = { type = "ScourgeUpside", affix = "", "13% increased Area of Effect", statOrder = { 1739 }, level = 68, group = "AreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideProjectileSpeed1"] = { type = "ScourgeUpside", affix = "", "(14-16)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideProjectileSpeed2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Projectile Speed", statOrder = { 1655 }, level = 45, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideProjectileSpeed3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Projectile Speed", statOrder = { 1655 }, level = 68, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideProjectileSpeed4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Projectile Speed", statOrder = { 1655 }, level = 68, group = "ProjectileSpeed", weightKey = { "ranged", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMinionLife2___"] = { type = "ScourgeUpside", affix = "", "Minions have (10-11)% increased maximum Life", statOrder = { 1625 }, level = 45, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLife3"] = { type = "ScourgeUpside", affix = "", "Minions have (12-13)% increased maximum Life", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLife4_"] = { type = "ScourgeUpside", affix = "", "Minions have (14-15)% increased maximum Life", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideFireResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideFireResistance2"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Fire Resistance", statOrder = { 1485 }, level = 45, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideFireResistance3_"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Fire Resistance", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideFireResistance4__"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Fire Resistance", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideColdResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideColdResistance2"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Cold Resistance", statOrder = { 1491 }, level = 45, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideColdResistance3_"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Cold Resistance", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideColdResistance4"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Cold Resistance", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideLightningResistance1"] = { type = "ScourgeUpside", affix = "", "+(18-20)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideLightningResistance2__"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Lightning Resistance", statOrder = { 1496 }, level = 45, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideLightningResistance3"] = { type = "ScourgeUpside", affix = "", "+(28-30)% to Lightning Resistance", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideLightningResistance4"] = { type = "ScourgeUpside", affix = "", "+(33-35)% to Lightning Resistance", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 300, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideElementalResistance1__"] = { type = "ScourgeUpside", affix = "", "+6% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideElementalResistance2"] = { type = "ScourgeUpside", affix = "", "+8% to all Elemental Resistances", statOrder = { 1479 }, level = 45, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideElementalResistance3"] = { type = "ScourgeUpside", affix = "", "+10% to all Elemental Resistances", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideElementalResistance4_"] = { type = "ScourgeUpside", affix = "", "+12% to all Elemental Resistances", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideChaosResistance1_"] = { type = "ScourgeUpside", affix = "", "+(10-13)% to Chaos Resistance", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeUpsideChaosResistance2_"] = { type = "ScourgeUpside", affix = "", "+(14-17)% to Chaos Resistance", statOrder = { 1500 }, level = 45, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeUpsideChaosResistance3_"] = { type = "ScourgeUpside", affix = "", "+(18-21)% to Chaos Resistance", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeUpsideChaosResistance4_"] = { type = "ScourgeUpside", affix = "", "+(22-25)% to Chaos Resistance", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 75, 250, 250, 250, 250, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeUpsideMinionElementalResistance2"] = { type = "ScourgeUpside", affix = "", "Minions have +(10-11)% to all Elemental Resistances", statOrder = { 2760 }, level = 45, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["HellscapeUpsideMinionElementalResistance3"] = { type = "ScourgeUpside", affix = "", "Minions have +(12-13)% to all Elemental Resistances", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["HellscapeUpsideMinionElementalResistance4"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-15)% to all Elemental Resistances", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["HellscapeUpsideMinionChaosResistance2__"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-17)% to Chaos Resistance", statOrder = { 2761 }, level = 45, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["HellscapeUpsideMinionChaosResistance3_"] = { type = "ScourgeUpside", affix = "", "Minions have +(18-21)% to Chaos Resistance", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["HellscapeUpsideMinionChaosResistance4"] = { type = "ScourgeUpside", affix = "", "Minions have +(22-25)% to Chaos Resistance", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["HellscapeUpsideStunAndBlockRecovery2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 45, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideStunAndBlockRecovery3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 68, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideStunAndBlockRecovery4__"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 68, group = "StunRecovery", weightKey = { "gloves", "armour", "belt", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToAvoidFreezeAndChill2_"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Chilled", "(26-30)% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 45, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidFreezeAndChill3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Chilled", "(31-35)% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 68, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidFreezeAndChill4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Chilled", "(36-40)% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 68, group = "ChanceToAvoidFreezeAndChill", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidShock2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 45, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidShock3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidShock4_"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 68, group = "AvoidShock", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidIgniteAndBurning2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 45, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidIgniteAndBurning3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidIgniteAndBurning4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 68, group = "AvoidIgnite", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidPoison2"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 45, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidPoison3"] = { type = "ScourgeUpside", affix = "", "(31-35)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 68, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidPoison4"] = { type = "ScourgeUpside", affix = "", "(36-40)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 68, group = "ChanceToAvoidPoison", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideChanceToAvoidStun2"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 45, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToAvoidStun3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToAvoidStun4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 68, group = "AvoidStun", weightKey = { "helmet", "gloves", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideAvoidElementalStatusAilments2__"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 45, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["HellscapeUpsideAvoidElementalStatusAilments3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["HellscapeUpsideAvoidElementalStatusAilments4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 68, group = "AvoidElementalStatusAilments", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["HellscapeUpsideReducedDurationOfElementalStatusAilments2"] = { type = "ScourgeUpside", affix = "", "(17-19)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 45, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, + ["HellscapeUpsideReducedDurationOfElementalStatusAilments3"] = { type = "ScourgeUpside", affix = "", "(20-22)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, + ["HellscapeUpsideReducedDurationOfElementalStatusAilments4"] = { type = "ScourgeUpside", affix = "", "(23-25)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "ailment" }, }, + ["HellscapeUpsideGainLifeOnBlock2"] = { type = "ScourgeUpside", affix = "", "(31-40) Life gained when you Block", statOrder = { 1616 }, level = 45, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, + ["HellscapeUpsideGainLifeOnBlock3_"] = { type = "ScourgeUpside", affix = "", "(41-50) Life gained when you Block", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, + ["HellscapeUpsideGainLifeOnBlock4___"] = { type = "ScourgeUpside", affix = "", "(51-60) Life gained when you Block", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, + ["HellscapeUpsideGainManaOnBlock2"] = { type = "ScourgeUpside", affix = "", "(31-40) Mana gained when you Block", statOrder = { 1617 }, level = 45, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, + ["HellscapeUpsideGainManaOnBlock3"] = { type = "ScourgeUpside", affix = "", "(41-50) Mana gained when you Block", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, + ["HellscapeUpsideGainManaOnBlock4"] = { type = "ScourgeUpside", affix = "", "(51-60) Mana gained when you Block", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, + ["HellscapeUpsideGainEnergyShieldOnBlock2"] = { type = "ScourgeUpside", affix = "", "Gain (31-40) Energy Shield when you Block", statOrder = { 1618 }, level = 45, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, + ["HellscapeUpsideGainEnergyShieldOnBlock3___"] = { type = "ScourgeUpside", affix = "", "Gain (41-50) Energy Shield when you Block", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, + ["HellscapeUpsideGainEnergyShieldOnBlock4_"] = { type = "ScourgeUpside", affix = "", "Gain (51-60) Energy Shield when you Block", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, + ["HellscapeUpsideBlockAttacks1"] = { type = "ScourgeUpside", affix = "", "+(2-3)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 1, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockAttacks2_"] = { type = "ScourgeUpside", affix = "", "+(4-5)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 45, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockAttacks3"] = { type = "ScourgeUpside", affix = "", "+(6-7)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockAttacks4__"] = { type = "ScourgeUpside", affix = "", "+(8-9)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockSpells2"] = { type = "ScourgeUpside", affix = "", "+(4-5)% Chance to Block Spell Damage", statOrder = { 1026 }, level = 45, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockSpells3_"] = { type = "ScourgeUpside", affix = "", "+(6-7)% Chance to Block Spell Damage", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideBlockSpells4"] = { type = "ScourgeUpside", affix = "", "+(8-9)% Chance to Block Spell Damage", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideMinionBlockAttacks2"] = { type = "ScourgeUpside", affix = "", "Minions have +(11-13)% Chance to Block Attack Damage", statOrder = { 2751 }, level = 45, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideMinionBlockAttacks3"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-16)% Chance to Block Attack Damage", statOrder = { 2751 }, level = 68, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideMinionBlockAttacks4"] = { type = "ScourgeUpside", affix = "", "Minions have +(17-19)% Chance to Block Attack Damage", statOrder = { 2751 }, level = 68, group = "MinionBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideMinionBlockSpells2__"] = { type = "ScourgeUpside", affix = "", "Minions have +(11-13)% Chance to Block Spell Damage", statOrder = { 2752 }, level = 45, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideMinionBlockSpells3"] = { type = "ScourgeUpside", affix = "", "Minions have +(14-16)% Chance to Block Spell Damage", statOrder = { 2752 }, level = 68, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideMinionBlockSpells4"] = { type = "ScourgeUpside", affix = "", "Minions have +(17-19)% Chance to Block Spell Damage", statOrder = { 2752 }, level = 68, group = "MinionSpellBlockChance", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "block", "minion" }, }, + ["HellscapeUpsideChanceToSuppressSpells2"] = { type = "ScourgeUpside", affix = "", "+(5-6)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToSuppressSpells3_"] = { type = "ScourgeUpside", affix = "", "+(7-8)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToSuppressSpells4_"] = { type = "ScourgeUpside", affix = "", "+(9-10)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { }, }, + ["HellscapeUpsideAttackerTakesDamageNoRange1_"] = { type = "ScourgeUpside", affix = "", "Reflects (20-40) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 1, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideAttackerTakesDamageNoRange2_"] = { type = "ScourgeUpside", affix = "", "Reflects (41-60) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 45, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideAttackerTakesDamageNoRange3"] = { type = "ScourgeUpside", affix = "", "Reflects (61-80) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 68, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideAttackerTakesDamageNoRange4"] = { type = "ScourgeUpside", affix = "", "Reflects (81-100) Physical Damage to Melee Attackers", statOrder = { 2056 }, level = 68, group = "AttackerTakesDamageNoRange", weightKey = { "body_armour", "shield", "belt", "helmet", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideLocalColdDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (10-13) to (18-23) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (19-24) to (28-33) Cold Damage", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage1h3__"] = { type = "ScourgeUpside", affix = "", "Adds (27-33) to (38-43) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage1h4_"] = { type = "ScourgeUpside", affix = "", "Adds (37-43) to (51-57) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamageRanged1_"] = { type = "ScourgeUpside", affix = "", "Adds (16-20) to (30-35) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamageRanged2_____"] = { type = "ScourgeUpside", affix = "", "Adds (24-29) to (41-46) Cold Damage", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamageRanged3___"] = { type = "ScourgeUpside", affix = "", "Adds (31-36) to (50-57) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamageRanged4"] = { type = "ScourgeUpside", affix = "", "Adds (37-45) to (60-67) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (19-24) to (35-39) Cold Damage", statOrder = { 1235 }, level = 1, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage2h2_____"] = { type = "ScourgeUpside", affix = "", "Adds (30-35) to (53-61) Cold Damage", statOrder = { 1235 }, level = 45, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage2h3__"] = { type = "ScourgeUpside", affix = "", "Adds (41-48) to (63-72) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalColdDamage2h4__"] = { type = "ScourgeUpside", affix = "", "Adds (50-61) to (75-87) Cold Damage", statOrder = { 1235 }, level = 68, group = "LocalColdDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["HellscapeUpsideLocalFireDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (11-14) to (23-27) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (21-26) to (31-38) Fire Damage", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage1h3___"] = { type = "ScourgeUpside", affix = "", "Adds (29-35) to (43-48) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (40-45) to (56-62) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamageRanged1__"] = { type = "ScourgeUpside", affix = "", "Adds (18-22) to (35-39) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamageRanged2"] = { type = "ScourgeUpside", affix = "", "Adds (27-34) to (46-53) Fire Damage", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamageRanged3_"] = { type = "ScourgeUpside", affix = "", "Adds (36-41) to (56-64) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamageRanged4______"] = { type = "ScourgeUpside", affix = "", "Adds (43-57) to (66-72) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (22-26) to (38-44) Fire Damage", statOrder = { 1226 }, level = 1, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage2h2__"] = { type = "ScourgeUpside", affix = "", "Adds (34-43) to (59-67) Fire Damage", statOrder = { 1226 }, level = 45, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage2h3______"] = { type = "ScourgeUpside", affix = "", "Adds (48-56) to (69-78) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalFireDamage2h4______"] = { type = "ScourgeUpside", affix = "", "Adds (59-72) to (80-91) Fire Damage", statOrder = { 1226 }, level = 68, group = "LocalFireDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (1-3) to (40-45) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (2-4) to (54-68) Lightning Damage", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage1h3"] = { type = "ScourgeUpside", affix = "", "Adds (3-6) to (76-90) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (4-8) to (98-111) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamageRanged1__"] = { type = "ScourgeUpside", affix = "", "Adds (1-5) to (60-66) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamageRanged2_"] = { type = "ScourgeUpside", affix = "", "Adds (3-6) to (81-102) Lightning Damage", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamageRanged3___"] = { type = "ScourgeUpside", affix = "", "Adds (4-9) to (114-134) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamageRanged4_"] = { type = "ScourgeUpside", affix = "", "Adds (5-12) to (147-166) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage2h1__"] = { type = "ScourgeUpside", affix = "", "Adds (2-6) to (74-86) Lightning Damage", statOrder = { 1246 }, level = 1, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (4-8) to (103-129) Lightning Damage", statOrder = { 1246 }, level = 45, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage2h3_"] = { type = "ScourgeUpside", affix = "", "Adds (5-10) to (145-170) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalLightningDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (6-15) to (186-211) Lightning Damage", statOrder = { 1246 }, level = 68, group = "LocalLightningDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (1-2) to (6-7) Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (3-4) to (8-9) Physical Damage", statOrder = { 1140 }, level = 45, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage1h3__"] = { type = "ScourgeUpside", affix = "", "Adds (5-6) to (10-11) Physical Damage", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (7-8) to (12-13) Physical Damage", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (2-4) to (11-13) Physical Damage", statOrder = { 1140 }, level = 1, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (6-8) to (15-17) Physical Damage", statOrder = { 1140 }, level = 45, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage2h3__"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (19-21) Physical Damage", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalPhysicalDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (14-16) to (23-25) Physical Damage", statOrder = { 1140 }, level = 68, group = "LocalPhysicalDamage", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (5-6) to (13-17) Chaos Damage", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (19-21) Chaos Damage", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage1h3____"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (23-27) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (29-33) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "one_hand_weapon", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamageRanged1_"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (19-25) Chaos Damage", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamageRanged2"] = { type = "ScourgeUpside", affix = "", "Adds (10-14) to (28-31) Chaos Damage", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamageRanged3_"] = { type = "ScourgeUpside", affix = "", "Adds (15-19) to (34-40) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamageRanged4"] = { type = "ScourgeUpside", affix = "", "Adds (20-22) to (43-49) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (10-11) to (25-32) Chaos Damage", statOrder = { 1253 }, level = 1, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage2h2"] = { type = "ScourgeUpside", affix = "", "Adds (13-17) to (36-40) Chaos Damage", statOrder = { 1253 }, level = 45, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage2h3_____"] = { type = "ScourgeUpside", affix = "", "Adds (19-23) to (44-51) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideLocalChaosDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (25-29) to (55-63) Chaos Damage", statOrder = { 1253 }, level = 68, group = "LocalChaosDamage", weightKey = { "bow", "two_hand_weapon", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["HellscapeUpsideIncreasedWeaponElementalDamagePercent1"] = { type = "ScourgeUpside", affix = "", "(8-12)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 1, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["HellscapeUpsideIncreasedWeaponElementalDamagePercent2_"] = { type = "ScourgeUpside", affix = "", "(13-16)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 45, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["HellscapeUpsideIncreasedWeaponElementalDamagePercent3"] = { type = "ScourgeUpside", affix = "", "(17-20)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["HellscapeUpsideIncreasedWeaponElementalDamagePercent4"] = { type = "ScourgeUpside", affix = "", "(21-24)% increased Elemental Damage with Attack Skills", statOrder = { 5876 }, level = 68, group = "IncreasedWeaponElementalDamagePercent", weightKey = { "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["HellscapeUpsideSpellAddedColdDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Cold Damage to Spells", statOrder = { 1268 }, level = 45, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (33-36) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (37-40) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Cold Damage to Spells", statOrder = { 1268 }, level = 1, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Cold Damage to Spells", statOrder = { 1268 }, level = 45, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedColdDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Cold Damage to Spells", statOrder = { 1268 }, level = 68, group = "SpellAddedColdDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage1h1_"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Fire Damage to Spells", statOrder = { 1267 }, level = 45, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage1h3"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (33-36) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (37-40) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Fire Damage to Spells", statOrder = { 1267 }, level = 1, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage2h2"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Fire Damage to Spells", statOrder = { 1267 }, level = 45, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage2h3_"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedFireDamage2h4"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Fire Damage to Spells", statOrder = { 1267 }, level = 68, group = "SpellAddedFireDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (4-6) to (31-34) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage1h2"] = { type = "ScourgeUpside", affix = "", "Adds (7-9) to (36-39) Lightning Damage to Spells", statOrder = { 1269 }, level = 45, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (10-12) to (42-45) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage1h4_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (47-50) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage2h1"] = { type = "ScourgeUpside", affix = "", "Adds (6-9) to (46-51) Lightning Damage to Spells", statOrder = { 1269 }, level = 1, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (10-13) to (54-59) Lightning Damage to Spells", statOrder = { 1269 }, level = 45, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (15-18) to (63-67) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedLightningDamage2h4_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (70-75) Lightning Damage to Spells", statOrder = { 1269 }, level = 68, group = "SpellAddedLightningDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage1h1"] = { type = "ScourgeUpside", affix = "", "Adds (9-12) to (25-27) Physical Damage to Spells", statOrder = { 1266 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage1h2_"] = { type = "ScourgeUpside", affix = "", "Adds (13-15) to (28-32) Physical Damage to Spells", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage1h3_"] = { type = "ScourgeUpside", affix = "", "Adds (16-18) to (32-36) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage1h4"] = { type = "ScourgeUpside", affix = "", "Adds (19-21) to (36-40) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage2h1_"] = { type = "ScourgeUpside", affix = "", "Adds (13-18) to (37-40) Physical Damage to Spells", statOrder = { 1266 }, level = 1, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage2h2_"] = { type = "ScourgeUpside", affix = "", "Adds (19-22) to (42-48) Physical Damage to Spells", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage2h3"] = { type = "ScourgeUpside", affix = "", "Adds (23-27) to (49-54) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellAddedPhysicalDamage2h4__"] = { type = "ScourgeUpside", affix = "", "Adds (28-31) to (55-60) Physical Damage to Spells", statOrder = { 1266 }, level = 68, group = "SpellAddedPhysicalDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["HellscapeUpsideSpellDamage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Spell Damage", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Spell Damage", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage1h2b___"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Spell Damage", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage1h4_"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 200, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h1___"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Spell Damage", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h2_"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Spell Damage", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Spell Damage", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideSpellDamage2h4___"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideColdDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Cold Damage", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage1h2_"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Cold Damage", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Cold Damage", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage1h3___"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h1_"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Cold Damage", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Cold Damage", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Cold Damage", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideFireDamagePercentage1h1__"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Fire Damage", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage1h2___"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Fire Damage", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage1h2b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Fire Damage", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage1h3__"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h1b____"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Fire Damage", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h2__"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Fire Damage", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Fire Damage", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h3___"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideLightningDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage1h1b__"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Lightning Damage", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Lightning Damage", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage1h2b__"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Lightning Damage", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Lightning Damage", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Lightning Damage", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Lightning Damage", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h3"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h2__"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Global Physical Damage", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h2b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Global Physical Damage", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Global Physical Damage", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Global Physical Damage", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h2b__"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Global Physical Damage", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h3_"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideElementalDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage1h1b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage1h2"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Elemental Damage", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Elemental Damage", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage1h3_"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage1h4"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h1_"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h1b_"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Elemental Damage", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h2b"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Elemental Damage", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h3"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideElementalDamagePercentage2h4__"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideChaosDamagePercentage1h1"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage1h1b_"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Chaos Damage", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage1h2_"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Chaos Damage", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage1h2b_"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Chaos Damage", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage1h3"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage1h4_"] = { type = "ScourgeUpside", affix = "", "(48-50)% increased Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h1"] = { type = "ScourgeUpside", affix = "", "(34-40)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h1b"] = { type = "ScourgeUpside", affix = "", "(41-47)% increased Chaos Damage", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h2"] = { type = "ScourgeUpside", affix = "", "(48-54)% increased Chaos Damage", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h2b___"] = { type = "ScourgeUpside", affix = "", "(55-61)% increased Chaos Damage", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h3_"] = { type = "ScourgeUpside", affix = "", "(62-68)% increased Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamagePercentage2h4"] = { type = "ScourgeUpside", affix = "", "(69-75)% increased Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideMinionDamagePercentage1__"] = { type = "ScourgeUpside", affix = "", "Minions deal (8-9)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeUpsideMinionDamagePercentage2"] = { type = "ScourgeUpside", affix = "", "Minions deal (10-11)% increased Damage", statOrder = { 1830 }, level = 45, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeUpsideMinionDamagePercentage3__"] = { type = "ScourgeUpside", affix = "", "Minions deal (12-13)% increased Damage", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeUpsideMinionDamagePercentage4_"] = { type = "ScourgeUpside", affix = "", "Minions deal (14-15)% increased Damage", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeUpsideProjectileDamagePercentage1"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Projectile Damage", statOrder = { 1850 }, level = 1, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideProjectileDamagePercentage2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Projectile Damage", statOrder = { 1850 }, level = 45, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideProjectileDamagePercentage3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Projectile Damage", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideProjectileDamagePercentage4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Projectile Damage", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideCriticalStrikeChance2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 45, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, + ["HellscapeUpsideCriticalStrikeChance3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, + ["HellscapeUpsideCriticalStrikeChance4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplier2_"] = { type = "ScourgeUpside", affix = "", "+(17-19)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplier3"] = { type = "ScourgeUpside", affix = "", "+(20-22)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplier4"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideCriticalStrikeChanceWithBows2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 45, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeUpsideCriticalStrikeChanceWithBows3"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeUpsideCriticalStrikeChanceWithBows4_"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplierWithBows2"] = { type = "ScourgeUpside", affix = "", "+(17-19)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplierWithBows3__"] = { type = "ScourgeUpside", affix = "", "+(20-22)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["HellscapeUpsideCriticalStrikeMultiplierWithBows4"] = { type = "ScourgeUpside", affix = "", "+(23-25)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["HellscapeUpsideFireDamageOverTimeMultiplier1h3_"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamageOverTimeMultiplier1h4__"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 68, group = "FireDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideColdDamageOverTimeMultiplier1h3___"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamageOverTimeMultiplier1h4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 68, group = "ColdDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsidePhysicalDamageOverTimeMultiplier1h3____"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamageOverTimeMultiplier1h4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamageOverTimeMultiplier2h3_"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsidePhysicalDamageOverTimeMultiplier2h4_"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 68, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideChaosDamageOverTimeMultiplier1h3__"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamageOverTimeMultiplier1h4___"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "wand", "sceptre", "default", }, weightVal = { 500, 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamageOverTimeMultiplier2h3"] = { type = "ScourgeUpside", affix = "", "+(16-19)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideChaosDamageOverTimeMultiplier2h4__"] = { type = "ScourgeUpside", affix = "", "+(21-24)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 68, group = "ChaosDamageOverTimeMultiplier", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["HellscapeUpsideDamageOverTimeMultiplier2_"] = { type = "ScourgeUpside", affix = "", "+(8-10)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 45, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, + ["HellscapeUpsideDamageOverTimeMultiplier3_"] = { type = "ScourgeUpside", affix = "", "+(11-13)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, + ["HellscapeUpsideDamageOverTimeMultiplier4"] = { type = "ScourgeUpside", affix = "", "+(14-16)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 100, 0 }, modTags = { "dot_multi", "damage" }, }, + ["HellscapeUpsideIncreasedAttackSpeed1_"] = { type = "ScourgeUpside", affix = "", "4% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeUpsideIncreasedAttackSpeed2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Attack Speed", statOrder = { 1273 }, level = 45, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeUpsideIncreasedAttackSpeed3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Attack Speed", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeUpsideIncreasedAttackSpeed4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Attack Speed", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeUpsideIncreasedCastSpeed1"] = { type = "ScourgeUpside", affix = "", "5% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeUpsideIncreasedCastSpeed2"] = { type = "ScourgeUpside", affix = "", "6% increased Cast Speed", statOrder = { 1308 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeUpsideIncreasedCastSpeed3_"] = { type = "ScourgeUpside", affix = "", "7% increased Cast Speed", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeUpsideIncreasedCastSpeed4_"] = { type = "ScourgeUpside", affix = "", "8% increased Cast Speed", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeUpsideMinionAttackAndCastSpeed1"] = { type = "ScourgeUpside", affix = "", "Minions have 5% increased Attack Speed", "Minions have 5% increased Cast Speed", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeUpsideMinionAttackAndCastSpeed2"] = { type = "ScourgeUpside", affix = "", "Minions have 6% increased Attack Speed", "Minions have 6% increased Cast Speed", statOrder = { 2755, 2756 }, level = 45, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeUpsideMinionAttackAndCastSpeed3____"] = { type = "ScourgeUpside", affix = "", "Minions have (7-8)% increased Attack Speed", "Minions have (7-8)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeUpsideMinionAttackAndCastSpeed4_"] = { type = "ScourgeUpside", affix = "", "Minions have (9-10)% increased Attack Speed", "Minions have (9-10)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeUpsideMaximumLifeOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Life on Kill", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideMaximumLifeOnKillPercent4___"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Life on Kill", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideMaximumManaOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Mana on Kill", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideMaximumManaOnKillPercent4"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Mana on Kill", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideMaximumEnergyShieldOnKillPercent3"] = { type = "ScourgeUpside", affix = "", "Recover 3% of Energy Shield on Kill", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideMaximumEnergyShieldOnKillPercent4"] = { type = "ScourgeUpside", affix = "", "Recover 4% of Energy Shield on Kill", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideIncreasedAccuracyPercent2"] = { type = "ScourgeUpside", affix = "", "(11-14)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideIncreasedAccuracyPercent3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideIncreasedAccuracyPercent4__"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideLocalIncreaseSocketedAreaOfEffectGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed AoE Gems", statOrder = { 155 }, level = 68, group = "IncreasedSocketedAoEGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedAuraGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Aura Gems", statOrder = { 160 }, level = 68, group = "LocalIncreaseSocketedAuraLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "aura", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedCurseGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Curse Gems", statOrder = { 163 }, level = 68, group = "IncreaseSocketedCurseGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "caster", "gem", "curse" }, }, + ["HellscapeUpsideLocalIncreaseSocketedDurationGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Duration Gems", statOrder = { 154 }, level = 68, group = "IncreaseSocketedDurationGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Gems", statOrder = { 141 }, level = 68, group = "LocalIncreaseSocketedGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 5, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedProjectileGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Projectile Gems", statOrder = { 156 }, level = 68, group = "LocalIncreaseSocketedProjectileGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedTrapAndMineGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Trap or Mine Gems", statOrder = { 166 }, level = 68, group = "IncreasedSocketedTrapOrMineGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedWarcryGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Warcry Gems", statOrder = { 171 }, level = 68, group = "LocalSocketedWarcryGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedSupportGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Support Gems", statOrder = { 168 }, level = 68, group = "LocalIncreaseSocketedSupportGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedLightningGemLevel__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 68, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedChaosGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 68, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "chaos", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedFireGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 68, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedColdGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 68, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedMinionGemLevel"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Minion Gems", statOrder = { 159 }, level = 68, group = "LocalIncreaseSocketedMinionGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "minion", "gem" }, }, + ["HellscapeUpsideLocalIncreaseSocketedMeleeGemLevel_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Melee Gems", statOrder = { 158 }, level = 68, group = "LocalIncreaseSocketedMeleeGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 25, 0 }, modTags = { "attack", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseChaosSpellSkillGemLevel1h"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Chaos Spell Skill Gems", statOrder = { 1473 }, level = 68, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseChaosSpellSkillGemLevel2h__"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Chaos Spell Skill Gems", statOrder = { 1473 }, level = 68, group = "GlobalIncreaseChaosSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "chaos", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseLightningSpellSkillGemLevel1h_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Lightning Spell Skill Gems", statOrder = { 1472 }, level = 68, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseLightningSpellSkillGemLevel2h_"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Lightning Spell Skill Gems", statOrder = { 1472 }, level = 68, group = "GlobalIncreaseLightningSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "lightning", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseFireSpellSkillGemLevel1h"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Fire Spell Skill Gems", statOrder = { 1470 }, level = 68, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseFireSpellSkillGemLevel2h_"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Fire Spell Skill Gems", statOrder = { 1470 }, level = 68, group = "GlobalIncreaseFireSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "fire", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseColdSpellSkillGemLevel1h_"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Cold Spell Skill Gems", statOrder = { 1471 }, level = 68, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreaseColdSpellSkillGemLevel2h"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Cold Spell Skill Gems", statOrder = { 1471 }, level = 68, group = "GlobalIncreaseColdSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "elemental", "cold", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreasePhysicalSpellSkillGemLevel1h__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of all Physical Spell Skill Gems", statOrder = { 1469 }, level = 68, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_dagger", "sceptre", "wand", "dagger", "default", }, weightVal = { 0, 50, 50, 50, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["HellscapeUpsideGlobalIncreasePhysicalSpellSkillGemLevel2h"] = { type = "ScourgeUpside", affix = "", "+2 to Level of all Physical Spell Skill Gems", statOrder = { 1469 }, level = 68, group = "GlobalIncreasePhysicalSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 50, 0 }, modTags = { "physical", "caster", "gem" }, }, + ["HellscapeUpsideAdditionalRaisedZombie1_"] = { type = "ScourgeUpside", affix = "", "+1 to maximum number of Raised Zombies", statOrder = { 2014 }, level = 45, group = "MaximumZombieCount", weightKey = { "boots", "default", }, weightVal = { 100, 0 }, modTags = { "minion" }, }, + ["HellscapeUpsideAdditionalSkeleton1__"] = { type = "ScourgeUpside", affix = "", "+1 to maximum number of Skeletons", statOrder = { 2016 }, level = 45, group = "MaximumSkeletonCount", weightKey = { "boots", "default", }, weightVal = { 100, 0 }, modTags = { "minion" }, }, + ["HellscapeUpsideWeaponRange1"] = { type = "ScourgeUpside", affix = "", "+0.1 metres to Weapon Range", statOrder = { 2594 }, level = 1, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideWeaponRange2"] = { type = "ScourgeUpside", affix = "", "+0.2 metres to Weapon Range", statOrder = { 2594 }, level = 45, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideWeaponRange3"] = { type = "ScourgeUpside", affix = "", "+0.3 metres to Weapon Range", statOrder = { 2594 }, level = 68, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideWeaponRange4"] = { type = "ScourgeUpside", affix = "", "+0.4 metres to Weapon Range", statOrder = { 2594 }, level = 68, group = "LocalMeleeWeaponRange", weightKey = { "wand", "bow", "weapon", "default", }, weightVal = { 0, 0, 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideAreaDamage1"] = { type = "ScourgeUpside", affix = "", "(11-15)% increased Area Damage", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideAreaDamage2_"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Area Damage", statOrder = { 1889 }, level = 45, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideAreaDamage3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Area Damage", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideAreaDamage4"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Area Damage", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideReducedAttributeRequirement2"] = { type = "ScourgeUpside", affix = "", "(12-14)% reduced Attribute Requirements", statOrder = { 946 }, level = 45, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideReducedAttributeRequirement3"] = { type = "ScourgeUpside", affix = "", "(15-17)% reduced Attribute Requirements", statOrder = { 946 }, level = 68, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideReducedAttributeRequirement4"] = { type = "ScourgeUpside", affix = "", "(18-20)% reduced Attribute Requirements", statOrder = { 946 }, level = 68, group = "LocalAttributeRequirements", weightKey = { "weapon", "body_armour", "helmet", "shield", "gloves", "boots", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideRarityOfItemsFound1_"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, + ["HellscapeUpsideRarityOfItemsFound2_"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Rarity of Items found", statOrder = { 1456 }, level = 45, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, + ["HellscapeUpsideRarityOfItemsFound3"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Rarity of Items found", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, + ["HellscapeUpsideRarityOfItemsFound4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Rarity of Items found", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 500, 500, 0 }, modTags = { "drop" }, }, + ["HellscapeUpsideLifeRegenerationRate2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Life Regeneration rate", statOrder = { 1437 }, level = 45, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifeRegenerationRate3"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Life Regeneration rate", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifeRegenerationRate4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Life Regeneration rate", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration1"] = { type = "ScourgeUpside", affix = "", "Regenerate (10.8-11.7) Life per second", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration1b_"] = { type = "ScourgeUpside", affix = "", "Regenerate (12.5-13.3) Life per second", statOrder = { 1434 }, level = 25, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration1c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (14.2-15) Life per second", statOrder = { 1434 }, level = 35, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration2_"] = { type = "ScourgeUpside", affix = "", "Regenerate (15.8-16.7) Life per second", statOrder = { 1434 }, level = 45, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration2b"] = { type = "ScourgeUpside", affix = "", "Regenerate (17.5-18.3) Life per second", statOrder = { 1434 }, level = 52, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration2c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (19.2-20) Life per second", statOrder = { 1434 }, level = 59, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration3__"] = { type = "ScourgeUpside", affix = "", "Regenerate (20.8-21.7) Life per second", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 333 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration3b"] = { type = "ScourgeUpside", affix = "", "Regenerate (22.5-23.3) Life per second", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 200 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration3c_"] = { type = "ScourgeUpside", affix = "", "Regenerate (24.2-25) Life per second", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 100 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideLifeRegeneration4_"] = { type = "ScourgeUpside", affix = "", "Regenerate (25.8-26.7) Life per second", statOrder = { 1434 }, level = 68, group = "LifeRegeneration", weightKey = { "fishing_rod", "weapon", "quiver", "flask", "map", "default", }, weightVal = { 0, 0, 0, 0, 0, 1000 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["HellscapeUpsideMinionLifeRegenPercentage2"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 2% of Life per second", statOrder = { 2759 }, level = 45, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLifeRegenPercentage2b_"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 2.5% of Life per second", statOrder = { 2759 }, level = 55, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLifeRegenPercentage3__"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 3% of Life per second", statOrder = { 2759 }, level = 68, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLifeRegenPercentage4_"] = { type = "ScourgeUpside", affix = "", "Minions Regenerate 3.5% of Life per second", statOrder = { 2759 }, level = 68, group = "MinionLifeRegeneration", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideEnergyShieldRechargeRate2"] = { type = "ScourgeUpside", affix = "", "(11-15)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 45, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldRechargeRate3"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldRechargeRate4"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 68, group = "EnergyShieldRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "int_armour", "dex_int_armour", "str_int_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideMovementVelocity1"] = { type = "ScourgeUpside", affix = "", "(8-9)% increased Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMovementVelocity2"] = { type = "ScourgeUpside", affix = "", "(10-11)% increased Movement Speed", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMovementVelocity3_"] = { type = "ScourgeUpside", affix = "", "(12-13)% increased Movement Speed", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMovementVelocity4"] = { type = "ScourgeUpside", affix = "", "(14-15)% increased Movement Speed", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMaximumMana1__"] = { type = "ScourgeUpside", affix = "", "+(23-25) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideMaximumMana2"] = { type = "ScourgeUpside", affix = "", "+(28-30) to maximum Mana", statOrder = { 1439 }, level = 45, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideMaximumMana3"] = { type = "ScourgeUpside", affix = "", "+(33-35) to maximum Mana", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideMaximumMana4_"] = { type = "ScourgeUpside", affix = "", "+(38-40) to maximum Mana", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration1"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration2"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 45, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration2b"] = { type = "ScourgeUpside", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration3"] = { type = "ScourgeUpside", affix = "", "(33-35)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration3b"] = { type = "ScourgeUpside", affix = "", "(38-40)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegeneration4"] = { type = "ScourgeUpside", affix = "", "(43-45)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat1"] = { type = "ScourgeUpside", affix = "", "Regenerate 0.8 Mana per second", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat1b"] = { type = "ScourgeUpside", affix = "", "Regenerate (1.5-1.7) Mana per second", statOrder = { 1442 }, level = 15, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat1c"] = { type = "ScourgeUpside", affix = "", "Regenerate (2.6-2.8) Mana per second", statOrder = { 1442 }, level = 25, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat1d__"] = { type = "ScourgeUpside", affix = "", "Regenerate (4-4.3) Mana per second", statOrder = { 1442 }, level = 35, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat2_"] = { type = "ScourgeUpside", affix = "", "Regenerate (5.1-5.7) Mana per second", statOrder = { 1442 }, level = 45, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat2b"] = { type = "ScourgeUpside", affix = "", "Regenerate (6.3-6.7) Mana per second", statOrder = { 1442 }, level = 55, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat3"] = { type = "ScourgeUpside", affix = "", "Regenerate (8-8.3) Mana per second", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRegenFlat4"] = { type = "ScourgeUpside", affix = "", "Regenerate (8.8-9.2) Mana per second", statOrder = { 1442 }, level = 68, group = "AddedManaRegeneration", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideAttackLifeLeech2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 45, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["HellscapeUpsideAttackLifeLeech3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["HellscapeUpsideAttackLifeLeech4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 68, group = "LifeLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["HellscapeUpsideAttackManaLifeLeech2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 45, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["HellscapeUpsideAttackManaLifeLeech3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["HellscapeUpsideAttackManaLifeLeech4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 68, group = "ManaLeechPermyriad", weightKey = { "ring", "amulet", "gloves", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["HellscapeUpsideMinionLifeLeech2"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.2-0.3)% of Damage as Life", statOrder = { 2758 }, level = 45, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLifeLeech3_"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.4-0.5)% of Damage as Life", statOrder = { 2758 }, level = 68, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideMinionLifeLeech4___"] = { type = "ScourgeUpside", affix = "", "Minions Leech (0.6-0.7)% of Damage as Life", statOrder = { 2758 }, level = 68, group = "MinionLifeLeech", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeUpsideFlaskChargesGained2_"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Flask Charges gained", statOrder = { 2037 }, level = 45, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeUpsideFlaskChargesGained3_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Charges gained", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeUpsideFlaskChargesGained4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Flask Charges gained", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeUpsideStunThreshold2"] = { type = "ScourgeUpside", affix = "", "(5-6)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 45, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideStunThreshold3____"] = { type = "ScourgeUpside", affix = "", "(7-8)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 68, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideStunThreshold4"] = { type = "ScourgeUpside", affix = "", "(9-10)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 68, group = "StunThresholdReduction", weightKey = { "mace", "sceptre", "staff", "sword", "axe", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideStunDuration2"] = { type = "ScourgeUpside", affix = "", "(17-19)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 45, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideStunDuration3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 68, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideStunDuration4"] = { type = "ScourgeUpside", affix = "", "(23-25)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 68, group = "StunDurationIncreasePercent", weightKey = { "weapon", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideFlaskLifeRecoveryRate2_"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 45, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["HellscapeUpsideFlaskLifeRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 68, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["HellscapeUpsideFlaskLifeRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Life Recovery rate", statOrder = { 2043 }, level = 68, group = "BeltFlaskLifeRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["HellscapeUpsideFlaskManaRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 45, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["HellscapeUpsideFlaskManaRecoveryRate3_"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 68, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["HellscapeUpsideFlaskManaRecoveryRate4_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Flask Mana Recovery rate", statOrder = { 2044 }, level = 68, group = "BeltFlaskManaRecoveryRate", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["HellscapeUpsideAdditionalDexterity1__"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalDexterity2"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Dexterity", statOrder = { 1045 }, level = 45, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalDexterity3"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Dexterity", statOrder = { 1045 }, level = 68, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalDexterity4_"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Dexterity", statOrder = { 1045 }, level = 68, group = "DexterityImplicit", weightKey = { "ring", "amulet", "gloves", "quiver", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalIntelligence1"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalIntelligence2__"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Intelligence", statOrder = { 1046 }, level = 45, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalIntelligence3_"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Intelligence", statOrder = { 1046 }, level = 68, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalIntelligence4"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Intelligence", statOrder = { 1046 }, level = 68, group = "IntelligenceImplicit", weightKey = { "ring", "amulet", "helmet", "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalStrength1"] = { type = "ScourgeUpside", affix = "", "+(20-23) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalStrength2"] = { type = "ScourgeUpside", affix = "", "+(24-27) to Strength", statOrder = { 1044 }, level = 45, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalStrength3"] = { type = "ScourgeUpside", affix = "", "+(28-31) to Strength", statOrder = { 1044 }, level = 68, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideAdditionalStrength4"] = { type = "ScourgeUpside", affix = "", "+(32-35) to Strength", statOrder = { 1044 }, level = 68, group = "StrengthImplicit", weightKey = { "ring", "amulet", "belt", "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideChanceToFreeze1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Freeze", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToFreeze1h3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Freeze", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToFreeze1h4_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Freeze", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToFreeze2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Freeze", statOrder = { 1883 }, level = 45, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToFreeze2h3__"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Freeze", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToFreeze2h4"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Freeze", statOrder = { 1883 }, level = 68, group = "ChanceToFreeze", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Ignite", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite1h3_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Ignite", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite1h4___"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Ignite", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Ignite", statOrder = { 1880 }, level = 45, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite2h3"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Ignite", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToIgnite2h4___"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Ignite", statOrder = { 1880 }, level = 68, group = "ChanceToIgnite", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideChanceToShock1h2"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to Shock", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToShock1h3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Shock", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToShock1h4"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Shock", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToShock2h2"] = { type = "ScourgeUpside", affix = "", "(7-9)% chance to Shock", statOrder = { 1887 }, level = 45, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToShock2h3"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to Shock", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToShock2h4"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to Shock", statOrder = { 1887 }, level = 68, group = "ChanceToShock", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideChanceToBleed2__"] = { type = "ScourgeUpside", affix = "", "Attacks have (12-14)% chance to cause Bleeding", statOrder = { 2340 }, level = 45, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChanceToBleed3_"] = { type = "ScourgeUpside", affix = "", "Attacks have (15-17)% chance to cause Bleeding", statOrder = { 2340 }, level = 68, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChanceToBleed4"] = { type = "ScourgeUpside", affix = "", "Attacks have (18-20)% chance to cause Bleeding", statOrder = { 2340 }, level = 68, group = "ChanceToBleed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideChanceToPoison2"] = { type = "ScourgeUpside", affix = "", "(12-14)% chance to Poison on Hit", statOrder = { 3012 }, level = 45, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideChanceToPoison3"] = { type = "ScourgeUpside", affix = "", "(15-17)% chance to Poison on Hit", statOrder = { 3012 }, level = 68, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideChanceToPoison4"] = { type = "ScourgeUpside", affix = "", "(18-20)% chance to Poison on Hit", statOrder = { 3012 }, level = 68, group = "PoisonOnHit", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["HellscapeUpsideLightRadius1_"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Light Radius", statOrder = { 2351 }, level = 1, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideLightRadius2_"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Light Radius", statOrder = { 2351 }, level = 45, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideLightRadius3______"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Light Radius", statOrder = { 2351 }, level = 68, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideLightRadius4"] = { type = "ScourgeUpside", affix = "", "(31-35)% increased Light Radius", statOrder = { 2351 }, level = 68, group = "LightRadius", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideCooldownRecoveryRate3_"] = { type = "ScourgeUpside", affix = "", "(3-4)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideCooldownRecoveryRate4_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToNotConsumeFlaskCharges3"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance for Flasks you use to not consume Charges", statOrder = { 4060 }, level = 68, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["HellscapeUpsideChanceToNotConsumeFlaskCharges4_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance for Flasks you use to not consume Charges", statOrder = { 4060 }, level = 68, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask" }, }, + ["HellscapeUpsideLifePercentage3_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifePercentage4"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideManaPercentage3"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaPercentage4"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideReducedReflectedPhysicalDamage3_"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (41-50)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideReducedReflectedPhysicalDamage4_"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (51-60)% reduced Reflected Physical Damage", statOrder = { 8948 }, level = 68, group = "ReducedPhysicalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideReducedReflectedElementalDamage3_____"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (41-50)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental" }, }, + ["HellscapeUpsideReducedReflectedElementalDamage4"] = { type = "ScourgeUpside", affix = "", "You and your Minions take (51-60)% reduced Reflected Elemental Damage", statOrder = { 5889 }, level = 68, group = "ReducedElementalReflectTaken", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental" }, }, + ["HellscapeUpsideChanceToGainOnslaughtOnKill2__"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 45, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToGainOnslaughtOnKill3"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 68, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToGainOnslaughtOnKill4_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 68, group = "ChanceToGainOnslaughtOnKill", weightKey = { "boots", "quiver", "default", }, weightVal = { 100, 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToGainPhasingOnKill2"] = { type = "ScourgeUpside", affix = "", "(11-15)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 45, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToGainPhasingOnKill3"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToGainPhasingOnKill4"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 68, group = "ChancetoGainPhasingOnKill", weightKey = { "quiver", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToTauntOnHit2__"] = { type = "ScourgeUpside", affix = "", "(11-15)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 45, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideChanceToTauntOnHit3"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideChanceToTauntOnHit4___"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 68, group = "AttacksTauntOnHitChance", weightKey = { "axe", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideMaximumColdResistance1_"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 68, group = "MaximumColdResist", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideMaximumFireResistance1__"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 68, group = "MaximumFireResist", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideMaximumLightningResistance1_"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 68, group = "MaximumLightningResistance", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideMaximumChaosResistance1__"] = { type = "ScourgeUpside", affix = "", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeUpsideMaximumElementalResistance1"] = { type = "ScourgeUpside", affix = "", "+1% to all maximum Elemental Resistances", statOrder = { 1502 }, level = 68, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 50, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideTotemPlacementSpeed2"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Totem Placement speed", statOrder = { 2429 }, level = 45, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideTotemPlacementSpeed3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Totem Placement speed", statOrder = { 2429 }, level = 68, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideTotemPlacementSpeed4"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Totem Placement speed", statOrder = { 2429 }, level = 68, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideTotemElementalResistances2"] = { type = "ScourgeUpside", affix = "", "Totems gain +(21-25)% to all Elemental Resistances", statOrder = { 2636 }, level = 45, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideTotemElementalResistances3"] = { type = "ScourgeUpside", affix = "", "Totems gain +(26-30)% to all Elemental Resistances", statOrder = { 2636 }, level = 68, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideTotemElementalResistances4"] = { type = "ScourgeUpside", affix = "", "Totems gain +(31-35)% to all Elemental Resistances", statOrder = { 2636 }, level = 68, group = "TotemElementalResistances", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeUpsideTotemDuration2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Totem Duration", statOrder = { 1637 }, level = 45, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemDuration3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Totem Duration", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemDuration4"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Totem Duration", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemPhysicalDamageReduction2___"] = { type = "ScourgeUpside", affix = "", "Totems have (11-15)% additional Physical Damage Reduction", statOrder = { 2638 }, level = 45, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemPhysicalDamageReduction3___"] = { type = "ScourgeUpside", affix = "", "Totems have (16-20)% additional Physical Damage Reduction", statOrder = { 2638 }, level = 68, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemPhysicalDamageReduction4_"] = { type = "ScourgeUpside", affix = "", "Totems have (21-25)% additional Physical Damage Reduction", statOrder = { 2638 }, level = 68, group = "TotemPhysicalDamageReduction", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideTotemLife2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Totem Life", statOrder = { 1633 }, level = 45, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideTotemLife3__"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Totem Life", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideTotemLife4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Totem Life", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideBrandDuration2"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (12-14)% increased Duration", statOrder = { 9288 }, level = 45, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideBrandDuration3"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (15-17)% increased Duration", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideBrandDuration4"] = { type = "ScourgeUpside", affix = "", "Brand Skills have (18-20)% increased Duration", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideBrandAttachmentRange2"] = { type = "ScourgeUpside", affix = "", "(12-14)% increased Brand Attachment range", statOrder = { 9293 }, level = 45, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideBrandAttachmentRange3"] = { type = "ScourgeUpside", affix = "", "(15-17)% increased Brand Attachment range", statOrder = { 9293 }, level = 68, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideBrandAttachmentRange4_"] = { type = "ScourgeUpside", affix = "", "(18-20)% increased Brand Attachment range", statOrder = { 9293 }, level = 68, group = "BrandAttachmentRange", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 500, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideLifeRecoveryRate2_"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Life Recovery rate", statOrder = { 1438 }, level = 45, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifeRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideLifeRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideManaRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Mana Recovery rate", statOrder = { 1446 }, level = 45, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideManaRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideEnergyShieldRecoveryRate2"] = { type = "ScourgeUpside", affix = "", "(5-6)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 45, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldRecoveryRate3"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideEnergyShieldRecoveryRate4"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes2"] = { type = "ScourgeUpside", affix = "", "You take (13-15)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes3"] = { type = "ScourgeUpside", affix = "", "You take (18-20)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideReducedExtraDamageTakenFromCriticalStrikes4"] = { type = "ScourgeUpside", affix = "", "You take (23-25)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 200, 200, 200, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeUpsideChanceToBlindOnHit2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 45, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToBlindOnHit3___"] = { type = "ScourgeUpside", affix = "", "(9-10)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToBlindOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 68, group = "GlobalChanceToBlindOnHit", weightKey = { "gloves", "quiver", "default", }, weightVal = { 200, 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToMaimOnHit2"] = { type = "ScourgeUpside", affix = "", "Attacks have (7-8)% chance to Maim on Hit", statOrder = { 7565 }, level = 45, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideChanceToMaimOnHit3_"] = { type = "ScourgeUpside", affix = "", "Attacks have (9-10)% chance to Maim on Hit", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideChanceToMaimOnHit4"] = { type = "ScourgeUpside", affix = "", "Attacks have (11-12)% chance to Maim on Hit", statOrder = { 7565 }, level = 68, group = "GlobalMaimOnHit", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideChanceToHinderOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 45, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideChanceToHinderOnHit3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 68, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideChanceToHinderOnHit4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 68, group = "SpellsHinderOnHitChance", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideChanceToIntimidateOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 45, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToIntimidateOnHit3_"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 68, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToIntimidateOnHit4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 68, group = "ChanceToIntimidateOnHit", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToUnnerveOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 45, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToUnnerveOnHit3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 68, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToUnnerveOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 68, group = "ChanceToUnnerveOnHit", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChanceToImpaleOnHit2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 45, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, + ["HellscapeUpsideChanceToImpaleOnHit3__"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 68, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, + ["HellscapeUpsideChanceToImpaleOnHit4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 68, group = "MonsterImpaleOnHit", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical", "attack" }, }, + ["HellscapeUpsideEnemiesExplodeOnDeathPhysical4_"] = { type = "ScourgeUpside", affix = "", "Enemies you Kill have a 15% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", statOrder = { 3145 }, level = 68, group = "EnemiesExplodeOnDeathPhysicalChance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideColdPenetration1h2_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Cold Resistance", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdPenetration1h4__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdPenetration2h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdPenetration2h3_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideColdPenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeUpsideFirePenetration1h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Fire Resistance", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFirePenetration1h3___"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFirePenetration1h4__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFirePenetration2h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFirePenetration2h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideFirePenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideLightningPenetration1h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Lightning Resistance", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningPenetration1h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningPenetration2h2"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningPenetration2h3_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningPenetration2h4"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeUpsideChaosPenetration1h2_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 3% Chaos Resistance", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, + ["HellscapeUpsideChaosPenetration1h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 4% Chaos Resistance", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, + ["HellscapeUpsideChaosPenetration1h4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 5% Chaos Resistance", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 50, 250, 250, 250, 0 }, modTags = { }, }, + ["HellscapeUpsideChaosPenetration2h2__"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 6% Chaos Resistance", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["HellscapeUpsideChaosPenetration2h3"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 7% Chaos Resistance", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["HellscapeUpsideChaosPenetration2h4_"] = { type = "ScourgeUpside", affix = "", "Damage Penetrates 8% Chaos Resistance", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["HellscapeUpsideCullingStrike1"] = { type = "ScourgeUpside", affix = "", "Culling Strike", statOrder = { 1893 }, level = 1, group = "CullingStrike", weightKey = { "weapon", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeUpsideCurseOnHitDespair1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Despair on Hit", statOrder = { 2366 }, level = 68, group = "CurseOnHitDespairChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitElementalWeakness1___"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Elemental Weakness on Hit", statOrder = { 2367 }, level = 68, group = "CurseOnHitLevelElementalWeaknessChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitEnfeeble1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Enfeeble on Hit", statOrder = { 2364 }, level = 68, group = "EnfeebleOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitTemporalChains1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Temporal Chains on Hit", statOrder = { 2370 }, level = 68, group = "TemporalChainsOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitVulnerability1_"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Vulnerability on Hit", statOrder = { 2371 }, level = 68, group = "VulnerabilityOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitConductivity1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Conductivity on Hit", statOrder = { 2365 }, level = 68, group = "CurseOnHitConductivityChance", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitFlammability1______"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Flammability on Hit", statOrder = { 2368 }, level = 68, group = "FlammabilityOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseOnHitFrostbite1"] = { type = "ScourgeUpside", affix = "", "Curse Enemies with Frostbite on Hit", statOrder = { 2369 }, level = 68, group = "FrostbiteOnHit", weightKey = { "gloves", "default", }, weightVal = { 50, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideChanceToGainEnduranceChargeOnKill1__"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 1, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeUpsideChanceToGainEnduranceChargeOnKill2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 45, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeUpsideChanceToGainEnduranceChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeUpsideChanceToGainEnduranceChargeOnKill4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain an Endurance Charge on Kill", statOrder = { 2478 }, level = 68, group = "EnduranceChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeUpsideChanceToGainPowerChargeOnKill1"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 1, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, + ["HellscapeUpsideChanceToGainPowerChargeOnKill2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 45, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, + ["HellscapeUpsideChanceToGainPowerChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, + ["HellscapeUpsideChanceToGainPowerChargeOnKill4___"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain a Power Charge on Kill", statOrder = { 2482 }, level = 68, group = "PowerChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "power_charge" }, }, + ["HellscapeUpsideChanceToGainFrenzyChargeOnKill1"] = { type = "ScourgeUpside", affix = "", "(5-6)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 1, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeUpsideChanceToGainFrenzyChargeOnKill2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 45, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeUpsideChanceToGainFrenzyChargeOnKill3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeUpsideChanceToGainFrenzyChargeOnKill4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to gain a Frenzy Charge on Kill", statOrder = { 2480 }, level = 68, group = "FrenzyChargeOnKillChance", weightKey = { "ring", "default", }, weightVal = { 200, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeUpsideTrapThrowingSpeed2"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 45, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideTrapThrowingSpeed3"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 68, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideTrapThrowingSpeed4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 68, group = "TrapThrowSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMineThrowingSpeed2___"] = { type = "ScourgeUpside", affix = "", "(7-9)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 45, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMineThrowingSpeed3_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 68, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideMineThrowingSpeed4"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 68, group = "MineLayingSpeed", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideAdditionalArrow1"] = { type = "ScourgeUpside", affix = "", "Bow Attacks fire an additional Arrow", statOrder = { 1653 }, level = 68, group = "AdditionalArrows", weightKey = { "bow", "quiver", "default", }, weightVal = { 50, 5, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideAdditionalChainChance1__"] = { type = "ScourgeUpside", affix = "", "Skills Chain +1 times", statOrder = { 1648 }, level = 68, group = "AdditionalChain", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, + ["HellscapeUpsideAdditionalPierceChance1__"] = { type = "ScourgeUpside", affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 68, group = "AdditionalPierce", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, + ["HellscapeUpsideAdditionalSplitChance1_"] = { type = "ScourgeUpside", affix = "", "Projectiles Split towards +1 targets", statOrder = { 9014 }, level = 68, group = "ProjectilesSplitCount", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { }, }, + ["HellscapeUpsideAdditionalReturn1___"] = { type = "ScourgeUpside", affix = "", "Attack Projectiles Return to you", statOrder = { 2672 }, level = 68, group = "ReturningAttackProjectiles", weightKey = { "quiver", "default", }, weightVal = { 5, 0 }, modTags = { "attack" }, }, + ["HellscapeUpsideStrengthPercent3"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Strength", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideStrengthPercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Strength", statOrder = { 1051 }, level = 68, group = "PercentageStrength", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideDexterityPercent3_"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Dexterity", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideDexterityPercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Dexterity", statOrder = { 1052 }, level = 68, group = "PercentageDexterity", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideIntelligencePercent3"] = { type = "ScourgeUpside", affix = "", "(4-5)% increased Intelligence", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsideIntelligencePercent4_"] = { type = "ScourgeUpside", affix = "", "(6-7)% increased Intelligence", statOrder = { 1053 }, level = 68, group = "PercentageIntelligence", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["HellscapeUpsidePoisonDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (4-5)% faster", statOrder = { 6076 }, level = 45, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsidePoisonDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (6-7)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsidePoisonDamageFaster1h4"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (8-9)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "two_hand_weapon", "sword", "claw", "dagger", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsidePoisonDamageFaster2h2"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (8-9)% faster", statOrder = { 6076 }, level = 45, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsidePoisonDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (10-11)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsidePoisonDamageFaster2h4_"] = { type = "ScourgeUpside", affix = "", "Poisons you inflict deal Damage (12-13)% faster", statOrder = { 6076 }, level = 68, group = "FasterPoisonDamage", weightKey = { "one_hand_weapon", "sword", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (4-5)% faster", statOrder = { 2415 }, level = 45, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (6-7)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster1h4__"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (8-9)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "sceptre", "wand", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster2h2_"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (8-9)% faster", statOrder = { 2415 }, level = 45, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (10-11)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideIgniteDamageFaster2h4"] = { type = "ScourgeUpside", affix = "", "Ignites you inflict deal Damage (12-13)% faster", statOrder = { 2415 }, level = 68, group = "FasterIgniteDamage", weightKey = { "staff", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster1h2"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (4-5)% faster", statOrder = { 6075 }, level = 45, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster1h3"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (6-7)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster1h4_"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (8-9)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "two_hand_weapon", "sword", "axe", "mace", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster2h2"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (8-9)% faster", statOrder = { 6075 }, level = 45, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster2h3"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (10-11)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideBleedingDamageFaster2h4"] = { type = "ScourgeUpside", affix = "", "Bleeding you inflict deals Damage (12-13)% faster", statOrder = { 6075 }, level = 68, group = "FasterBleedDamage", weightKey = { "one_hand_weapon", "sword", "axe", "mace", "bow", "default", }, weightVal = { 0, 500, 500, 500, 500, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsidePhysicalConvertedToCold1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 68, group = "ConvertPhysicalToCold", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["HellscapeUpsidePhysicalConvertedToFire1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 68, group = "ConvertPhysicalToFire", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["HellscapeUpsidePhysicalConvertedToLightning1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 68, group = "ConvertPhysicalToLightning", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["HellscapeUpsidePhysicalConvertedToChaos1"] = { type = "ScourgeUpside", affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 68, group = "PhysicalDamageConvertedToChaos", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["HellscapeUpsideAilmentDuration2_"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 45, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideAilmentDuration3"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideAilmentDuration4"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideNonDamagingAilmentEffect2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 45, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideNonDamagingAilmentEffect3"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideNonDamagingAilmentEffect4_"] = { type = "ScourgeUpside", affix = "", "(16-18)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedPhysicalDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies take 3% increased Physical Damage", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedPhysicalDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies take 4% increased Physical Damage", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage3__"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Fire Resistance", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedFireDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Fire Resistance", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedColdDamage3___"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Cold Resistance", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedColdDamage4__"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Cold Resistance", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedLightningDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Lightning Resistance", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedLightningDamage4_"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Lightning Resistance", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedChaosDamage3"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -3% to Chaos Resistance", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["HellscapeUpsideNearbyEnemiesTakeIncreasedChaosDamage4"] = { type = "ScourgeUpside", affix = "", "Nearby Enemies have -4% to Chaos Resistance", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 100, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["HellscapeUpsideCurseEffect3_"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Effect of your Curses", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideCurseEffect4"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Effect of your Curses", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeUpsideNonCurseAuraEffect2"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 45, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, + ["HellscapeUpsideNonCurseAuraEffect3__"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, + ["HellscapeUpsideNonCurseAuraEffect4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "aura" }, }, + ["HellscapeUpsideImpaleEffect1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% increased Impale Effect", statOrder = { 6715 }, level = 45, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideImpaleEffect1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideImpaleEffect1h4_"] = { type = "ScourgeUpside", affix = "", "(11-12)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "two_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideImpaleEffect2h2__"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Impale Effect", statOrder = { 6715 }, level = 45, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideImpaleEffect2h3"] = { type = "ScourgeUpside", affix = "", "(13-15)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideImpaleEffect2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% increased Impale Effect", statOrder = { 6715 }, level = 68, group = "ImpaleEffect", weightKey = { "one_hand_weapon", "sword", "axe", "claw", "dagger", "mace", "bow", "default", }, weightVal = { 0, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "physical" }, }, + ["HellscapeUpsideInflictColdExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 45, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictColdExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictColdExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictColdExposureOnHit2h2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 45, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictColdExposureOnHit2h3"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictColdExposureOnHit2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Cold Exposure on Hit", statOrder = { 4733 }, level = 68, group = "ColdExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 45, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit2h2__"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 45, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit2h3_____"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictFireExposureOnHit2h4"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Fire Exposure on Hit", statOrder = { 4734 }, level = 68, group = "FireExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit1h2"] = { type = "ScourgeUpside", affix = "", "(7-8)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 45, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit1h3"] = { type = "ScourgeUpside", affix = "", "(9-10)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit1h4"] = { type = "ScourgeUpside", affix = "", "(11-12)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "attack_dagger", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit2h2_"] = { type = "ScourgeUpside", affix = "", "(10-12)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 45, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit2h3__"] = { type = "ScourgeUpside", affix = "", "(13-15)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideInflictLightningExposureOnHit2h4__"] = { type = "ScourgeUpside", affix = "", "(16-18)% chance to inflict Lightning Exposure on Hit", statOrder = { 4735 }, level = 68, group = "LightningExposureOnHit", weightKey = { "warstaff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["HellscapeUpsideKnockbackOnHit2"] = { type = "ScourgeUpside", affix = "", "(16-20)% chance to Knock Enemies Back on hit", statOrder = { 1849 }, level = 45, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideKnockbackOnHit3__"] = { type = "ScourgeUpside", affix = "", "(21-25)% chance to Knock Enemies Back on hit", statOrder = { 1849 }, level = 68, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideKnockbackOnHit4"] = { type = "ScourgeUpside", affix = "", "(26-30)% chance to Knock Enemies Back on hit", statOrder = { 1849 }, level = 68, group = "GlobalKnockbackChance", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeUpsideReservationEfficiency3__"] = { type = "ScourgeUpside", affix = "", "(6-8)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideReservationEfficiency4_"] = { type = "ScourgeUpside", affix = "", "(10-12)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 68, group = "ReducedReservation", weightKey = { "amulet", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeUpsideWarcrySpeed2__"] = { type = "ScourgeUpside", affix = "", "(16-20)% increased Warcry Speed", statOrder = { 3118 }, level = 45, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideWarcrySpeed3"] = { type = "ScourgeUpside", affix = "", "(21-25)% increased Warcry Speed", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideWarcrySpeed4_"] = { type = "ScourgeUpside", affix = "", "(26-30)% increased Warcry Speed", statOrder = { 3118 }, level = 68, group = "WarcrySpeed", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "speed" }, }, + ["HellscapeUpsideColdDamageLeechedAsLife2_"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 45, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["HellscapeUpsideColdDamageLeechedAsLife4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 68, group = "ColdDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["HellscapeUpsideFireDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 45, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["HellscapeUpsideFireDamageLeechedAsLife4"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 68, group = "FireDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["HellscapeUpsideLightningDamageLeechedAsLife2__"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 45, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamageLeechedAsLife3_"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["HellscapeUpsideLightningDamageLeechedAsLife4_"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 68, group = "LightningDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["HellscapeUpsideChaosDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 45, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["HellscapeUpsideChaosDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["HellscapeUpsideChaosDamageLeechedAsLife4__"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 68, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["HellscapeUpsidePhysicalDamageLeechedAsLife2"] = { type = "ScourgeUpside", affix = "", "(0.2-0.3)% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 45, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, + ["HellscapeUpsidePhysicalDamageLeechedAsLife3"] = { type = "ScourgeUpside", affix = "", "(0.3-0.4)% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, + ["HellscapeUpsidePhysicalDamageLeechedAsLife4____"] = { type = "ScourgeUpside", affix = "", "(0.4-0.5)% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 68, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "physical" }, }, + ["HellscapeUpsideKeystoneMinionInstability"] = { type = "ScourgeUpside", affix = "", "Minion Instability", statOrder = { 9949 }, level = 68, group = "MinionInstability", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["HellscapeUpsideKeystoneResoluteTechnique"] = { type = "ScourgeUpside", affix = "", "Resolute Technique", statOrder = { 9975 }, level = 68, group = "ResoluteTechnique", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeUpsideKeystoneBloodMagic"] = { type = "ScourgeUpside", affix = "", "Blood Magic", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana" }, }, + ["HellscapeUpsideKeystonePainAttunement"] = { type = "ScourgeUpside", affix = "", "Pain Attunement", statOrder = { 9951 }, level = 68, group = "PainAttunement", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeUpsideKeystoneElementalEquilibrium_"] = { type = "ScourgeUpside", affix = "", "Elemental Equilibrium", statOrder = { 9934 }, level = 68, group = "ElementalEquilibrium", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeUpsideKeystoneIronGrip"] = { type = "ScourgeUpside", affix = "", "Iron Grip", statOrder = { 9965 }, level = 68, group = "IronGrip", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "attack" }, }, + ["HellscapeUpsideKeystonePointBlank"] = { type = "ScourgeUpside", affix = "", "Point Blank", statOrder = { 9952 }, level = 68, group = "PointBlank", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "attack" }, }, + ["HellscapeUpsideKeystoneAcrobatics___"] = { type = "ScourgeUpside", affix = "", "Acrobatics", statOrder = { 9920 }, level = 68, group = "Acrobatics", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, + ["HellscapeUpsideKeystoneGhostReaver"] = { type = "ScourgeUpside", affix = "", "Ghost Reaver", statOrder = { 9940 }, level = 68, group = "KeystoneGhostReaver", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["HellscapeUpsideKeystoneVaalPact"] = { type = "ScourgeUpside", affix = "", "Vaal Pact", statOrder = { 9969 }, level = 68, group = "VaalPact", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeUpsideKeystoneElementalOverload"] = { type = "ScourgeUpside", affix = "", "Elemental Overload", statOrder = { 9935 }, level = 68, group = "ElementalOverload", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["HellscapeUpsideKeystoneAvatarOfFire"] = { type = "ScourgeUpside", affix = "", "Avatar of Fire", statOrder = { 9923 }, level = 68, group = "AvatarOfFire", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeUpsideKeystoneEldritchBattery_"] = { type = "ScourgeUpside", affix = "", "Eldritch Battery", statOrder = { 9933 }, level = 68, group = "EldritchBattery", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideKeystoneAncestralBond"] = { type = "ScourgeUpside", affix = "", "Ancestral Bond", statOrder = { 9922 }, level = 68, group = "AncestralBond", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage" }, }, + ["HellscapeUpsideKeystoneCrimsonDance_"] = { type = "ScourgeUpside", affix = "", "Crimson Dance", statOrder = { 9930 }, level = 68, group = "CrimsonDance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["HellscapeUpsideKeystonePerfectAgony_"] = { type = "ScourgeUpside", affix = "", "Perfect Agony", statOrder = { 9921 }, level = 68, group = "PerfectAgony", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "damage", "critical", "ailment" }, }, + ["HellscapeUpsideKeystoneRunebinder___"] = { type = "ScourgeUpside", affix = "", "Runebinder", statOrder = { 9958 }, level = 68, group = "Runebinder", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideKeystoneMortalConviction_"] = { type = "ScourgeUpside", affix = "", "Blood Magic", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["HellscapeUpsideKeystoneCallToArms"] = { type = "ScourgeUpside", affix = "", "Call to Arms", statOrder = { 9926 }, level = 68, group = "CallToArms", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, + ["HellscapeUpsideKeystoneTheAgnostic_"] = { type = "ScourgeUpside", affix = "", "The Agnostic", statOrder = { 9950 }, level = 68, group = "TheAgnostic", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["HellscapeUpsideKeystoneSupremeEgo_"] = { type = "ScourgeUpside", affix = "", "Supreme Ego", statOrder = { 9966 }, level = 68, group = "SupremeEgo", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "resource", "mana", "aura" }, }, + ["HellscapeUpsideKeystoneTheImpaler_"] = { type = "ScourgeUpside", affix = "", "The Impaler", statOrder = { 9944 }, level = 68, group = "Impaler", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeUpsideKeystoneDoomsday"] = { type = "ScourgeUpside", affix = "", "Hex Master", statOrder = { 9942 }, level = 68, group = "HexMaster", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "curse" }, }, + ["HellscapeUpsideKeystoneLetheShade1_"] = { type = "ScourgeUpside", affix = "", "Lethe Shade", statOrder = { 9946 }, level = 68, group = "LetheShade", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideKeystoneGhostDance"] = { type = "ScourgeUpside", affix = "", "Ghost Dance", statOrder = { 9939 }, level = 68, group = "GhostDance", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["HellscapeUpsideKeystoneVersatileCombatant___"] = { type = "ScourgeUpside", affix = "", "Versatile Combatant", statOrder = { 9970 }, level = 68, group = "VersatileCombatant", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "block" }, }, + ["HellscapeUpsideKeystoneMagebane"] = { type = "ScourgeUpside", affix = "", "Magebane", statOrder = { 9947 }, level = 68, group = "Magebane", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { }, }, + ["HellscapeUpsideKeystoneSolipsism"] = { type = "ScourgeUpside", affix = "", "Solipsism", statOrder = { 9963 }, level = 68, group = "Solipsism", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "ailment" }, }, + ["HellscapeUpsideKeystoneDivineShield"] = { type = "ScourgeUpside", affix = "", "Divine Shield", statOrder = { 9932 }, level = 68, group = "DivineShield", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeUpsideKeystoneIronWill"] = { type = "ScourgeUpside", affix = "", "Iron Will", statOrder = { 9976 }, level = 68, group = "IronWill", weightKey = { "body_armour", "default", }, weightVal = { 10, 0 }, modTags = { "caster" }, }, + ["HellscapeUpsideLifeGainOnHitWithAttacks1"] = { type = "ScourgeUpside", affix = "", "Gain 2 Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 1, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, + ["HellscapeUpsideLifeGainOnHitWithAttacks2_"] = { type = "ScourgeUpside", affix = "", "Gain (3-4) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 45, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, + ["HellscapeUpsideLifeGainOnHitWithAttacks3"] = { type = "ScourgeUpside", affix = "", "Gain (5-7) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, + ["HellscapeUpsideLifeGainOnHitWithAttacks4_"] = { type = "ScourgeUpside", affix = "", "Gain (8-10) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 68, group = "LifeGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life", "attack" }, }, + ["HellscapeUpsideManaGainOnHitWithAttacks1"] = { type = "ScourgeUpside", affix = "", "Gain 2 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["HellscapeUpsideManaGainOnHitWithAttacks2__"] = { type = "ScourgeUpside", affix = "", "Gain 3 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 45, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["HellscapeUpsideManaGainOnHitWithAttacks3_"] = { type = "ScourgeUpside", affix = "", "Gain 4 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["HellscapeUpsideManaGainOnHitWithAttacks4__"] = { type = "ScourgeUpside", affix = "", "Gain 5 Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 68, group = "ManaGainPerTarget", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Lightning Damage", statOrder = { 386 }, level = 1, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedLightningDamage_"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Lightning Damage", statOrder = { 386 }, level = 45, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Lightning Damage", statOrder = { 386 }, level = 68, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedLightningDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Lightning Damage", statOrder = { 386 }, level = 68, group = "DisplaySocketedGemGetsAddedLightningDamageLevel", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedColdDamage_"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Cold Damage", statOrder = { 435 }, level = 1, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Cold Damage", statOrder = { 435 }, level = 45, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Cold Damage", statOrder = { 435 }, level = 68, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedColdDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Cold Damage", statOrder = { 435 }, level = 68, group = "DisplaySupportedByAddedColdDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel1AddedChaosDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 1 Added Chaos Damage", statOrder = { 377 }, level = 1, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel10AddedChaosDamage_____"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 10 Added Chaos Damage", statOrder = { 377 }, level = 45, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel20AddedChaosDamage"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 20 Added Chaos Damage", statOrder = { 377 }, level = 68, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideSocketedGemsAreSupportedByLevel22AddedChaosDamage__"] = { type = "ScourgeUpside", affix = "", "Socketed Gems are Supported by Level 22 Added Chaos Damage", statOrder = { 377 }, level = 68, group = "DisplaySocketedGemsGetAddedChaosDamage", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { "support", "gem" }, }, + ["HellscapeUpsideCannotBeFrozen___"] = { type = "ScourgeUpside", affix = "", "Cannot be Frozen", statOrder = { 1697 }, level = 1, group = "CannotBeFrozen", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideGainLifeChargeEvery3Seconds"] = { type = "ScourgeUpside", affix = "", "Life Flasks gain 1 Charge every 3 seconds", statOrder = { 6804 }, level = 1, group = "LifeFlaskPassiveChargeGain", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideGainManaChargeEvery3Seconds"] = { type = "ScourgeUpside", affix = "", "Mana Flasks gain 1 Charge every 3 seconds", statOrder = { 7584 }, level = 1, group = "ManaFlaskPassiveChargeGain", weightKey = { "belt", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeUpsideChillOnBlock1"] = { type = "ScourgeUpside", affix = "", "(14-16)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 1, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillOnBlock2"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 45, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillOnBlock3"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideChillOnBlock4"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Chill Attackers for 4 seconds on Block", statOrder = { 5352 }, level = 68, group = "ChanceToChillAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "red_herring", "elemental", "cold", "ailment" }, }, + ["HellscapeUpsideShockOnBlock1"] = { type = "ScourgeUpside", affix = "", "(14-16)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 1, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideShockOnBlock2___"] = { type = "ScourgeUpside", affix = "", "(17-19)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 45, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideShockOnBlock3__"] = { type = "ScourgeUpside", affix = "", "(20-22)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideShockOnBlock4__"] = { type = "ScourgeUpside", affix = "", "(23-25)% chance to Shock Attackers for 4 seconds on Block", statOrder = { 9255 }, level = 68, group = "ChanceToShockAttackersOnBlock", weightKey = { "shield", "default", }, weightVal = { 200, 0 }, modTags = { "block", "elemental", "lightning", "ailment" }, }, + ["HellscapeUpsideSocketedStrengthGems___"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 1, group = "LocalIncreaseSocketedStrengthGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, + ["HellscapeUpsideSocketedDexterityGems"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 1, group = "LocalIncreaseSocketedDexterityGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, + ["HellscapeUpsideSocketedIntelligenceGems__"] = { type = "ScourgeUpside", affix = "", "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 1, group = "LocalIncreaseSocketedIntelligenceGemLevel", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "attribute", "gem" }, }, + ["HellscapeUpsideGrantsLevel1HeraldOfIce__"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Ice Skill", statOrder = { 603 }, level = 1, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Ice Skill", statOrder = { 603 }, level = 45, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Ice Skill", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22HeraldOfIce"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Ice Skill", statOrder = { 603 }, level = 68, group = "HeraldOfIceSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel1HeraldOfAsh"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Ash Skill", statOrder = { 602 }, level = 1, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10HeraldOfAsh_"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Ash Skill", statOrder = { 602 }, level = 45, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20HeraldOfAsh"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Ash Skill", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22HeraldOfAsh_"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Ash Skill", statOrder = { 602 }, level = 68, group = "HeraldOfAshSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel1HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Thunder Skill", statOrder = { 605 }, level = 1, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Thunder Skill", statOrder = { 605 }, level = 45, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20HeraldOfThunder_"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Thunder Skill", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22HeraldOfThunder"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Thunder Skill", statOrder = { 605 }, level = 68, group = "HeraldOfThunderSkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel1HeraldOfPurity"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Purity Skill", statOrder = { 604 }, level = 1, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10HeraldOfPurity"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Purity Skill", statOrder = { 604 }, level = 45, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20HeraldOfPurity_____"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Purity Skill", statOrder = { 604 }, level = 68, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22HeraldOfPurity_"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Purity Skill", statOrder = { 604 }, level = 68, group = "HeraldOfPuritySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel1HeraldOfAgony"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Herald of Agony Skill", statOrder = { 601 }, level = 1, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 100, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10HeraldOfAgony"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Herald of Agony Skill", statOrder = { 601 }, level = 45, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 150, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20HeraldOfAgony__"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Herald of Agony Skill", statOrder = { 601 }, level = 68, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22HeraldOfAgony__"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Herald of Agony Skill", statOrder = { 601 }, level = 68, group = "HeraldOfAgonySkill", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel1SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 1 Sniper's Mark Skill", statOrder = { 558 }, level = 1, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel10SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 10 Sniper's Mark Skill", statOrder = { 558 }, level = 45, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel20SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 20 Sniper's Mark Skill", statOrder = { 558 }, level = 68, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideGrantsLevel22SnipersMark"] = { type = "ScourgeUpside", affix = "", "Grants Level 22 Sniper's Mark Skill", statOrder = { 558 }, level = 68, group = "ProjectileWeaknessSkill", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "skill" }, }, + ["HellscapeUpsideDaytimeFishSize___"] = { type = "ScourgeUpside", affix = "", "(10-30)% increased Size of Fish caught during Daytime", statOrder = { 5697 }, level = 1, group = "DaytimeFishSize", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideFishingCastDistance"] = { type = "ScourgeUpside", affix = "", "(13-16)% increased Fishing Range", statOrder = { 2695 }, level = 45, group = "FishingCastDistance", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideFishingRarity"] = { type = "ScourgeUpside", affix = "", "(20-25)% increased Rarity of Fish Caught", statOrder = { 2697 }, level = 1, group = "FishingRarity", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { "drop" }, }, + ["HellscapeUpsideStrengthAppliesToFishingReelSpeed_"] = { type = "ScourgeUpside", affix = "", "Strength's Damage bonus also applies to Reeling Speed at 20% of its value", statOrder = { 9486 }, level = 1, group = "StrengthAppliesToFishingReelSpeed", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["HellscapeUpsideCanCatchScourgedFish"] = { type = "ScourgeUpside", affix = "", "You can catch Scourged Fish", statOrder = { 4981 }, level = 68, group = "CanCatchScourgedFish", weightKey = { "fishing_rod", "default", }, weightVal = { 1, 0 }, modTags = { }, }, + ["HellscapeDownsideStrengthRequirement0_"] = { type = "ScourgeDownside", affix = "", "+(21-30) Strength Requirement", statOrder = { 956 }, level = 1, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideStrengthRequirement1"] = { type = "ScourgeDownside", affix = "", "+(36-50) Strength Requirement", statOrder = { 956 }, level = 1, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideStrengthRequirement2"] = { type = "ScourgeDownside", affix = "", "+(75-125) Strength Requirement", statOrder = { 956 }, level = 45, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideStrengthRequirement3"] = { type = "ScourgeDownside", affix = "", "+(150-200) Strength Requirement", statOrder = { 956 }, level = 68, group = "HellscapeDownsideStrengthRequirement", weightKey = { "str_armour", "str_dex_armour", "str_int_armour", "str_dex_int_armour", "sword", "mace", "sceptre", "staff", "axe", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideDexterityRequirement0__"] = { type = "ScourgeDownside", affix = "", "+(21-30) Dexterity Requirement", statOrder = { 948 }, level = 1, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideDexterityRequirement1_"] = { type = "ScourgeDownside", affix = "", "+(36-50) Dexterity Requirement", statOrder = { 948 }, level = 1, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideDexterityRequirement2_"] = { type = "ScourgeDownside", affix = "", "+(75-125) Dexterity Requirement", statOrder = { 948 }, level = 45, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideDexterityRequirement3__"] = { type = "ScourgeDownside", affix = "", "+(150-200) Dexterity Requirement", statOrder = { 948 }, level = 68, group = "HellscapeDownsideDexterityRequirement", weightKey = { "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "bow", "sword", "axe", "claw", "dagger", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideIntelligenceRequirement0_"] = { type = "ScourgeDownside", affix = "", "+(21-30) Intelligence Requirement", statOrder = { 950 }, level = 1, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideIntelligenceRequirement1_"] = { type = "ScourgeDownside", affix = "", "+(36-50) Intelligence Requirement", statOrder = { 950 }, level = 1, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideIntelligenceRequirement2"] = { type = "ScourgeDownside", affix = "", "+(75-125) Intelligence Requirement", statOrder = { 950 }, level = 45, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideIntelligenceRequirement3"] = { type = "ScourgeDownside", affix = "", "+(150-200) Intelligence Requirement", statOrder = { 950 }, level = 68, group = "HellscapeDownsideIntelligenceRequirement", weightKey = { "int_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "wand", "dagger", "claw", "staff", "sceptre", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotCrit_"] = { type = "ScourgeDownside", affix = "", "Never deal Critical Strikes", statOrder = { 2032 }, level = 45, group = "HellscapeDownsideCannotCrit", weightKey = { "body_armour", "quiver", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotBlock"] = { type = "ScourgeDownside", affix = "", "Cannot Block Attack Damage", "Cannot Block Spell Damage", statOrder = { 2110, 5021 }, level = 45, group = "HellscapeDownsideCannotBlock", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotEvade_"] = { type = "ScourgeDownside", affix = "", "Cannot Evade Enemy Attacks", statOrder = { 1775 }, level = 45, group = "HellscapeDownsideCannotEvade", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideReducedFireResistance0"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeDownsideReducedFireResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeDownsideReducedFireResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Fire Resistance", statOrder = { 1485 }, level = 45, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeDownsideReducedFireResistance3_"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Fire Resistance", statOrder = { 1485 }, level = 68, group = "FireResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["HellscapeDownsideReducedColdResistance0"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeDownsideReducedColdResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeDownsideReducedColdResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Cold Resistance", statOrder = { 1491 }, level = 45, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeDownsideReducedColdResistance3"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Cold Resistance", statOrder = { 1491 }, level = 68, group = "ColdResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["HellscapeDownsideReducedLightningResistance0_"] = { type = "ScourgeDownside", affix = "", "-(15-11)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeDownsideReducedLightningResistance1"] = { type = "ScourgeDownside", affix = "", "-(20-16)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeDownsideReducedLightningResistance2"] = { type = "ScourgeDownside", affix = "", "-(25-21)% to Lightning Resistance", statOrder = { 1496 }, level = 45, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeDownsideReducedLightningResistance3"] = { type = "ScourgeDownside", affix = "", "-(30-26)% to Lightning Resistance", statOrder = { 1496 }, level = 68, group = "LightningResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["HellscapeDownsideReducedChaosResistance0_"] = { type = "ScourgeDownside", affix = "", "-(13-10)% to Chaos Resistance", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeDownsideReducedChaosResistance1"] = { type = "ScourgeDownside", affix = "", "-(17-14)% to Chaos Resistance", statOrder = { 1500 }, level = 16, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeDownsideReducedChaosResistance2_"] = { type = "ScourgeDownside", affix = "", "-(21-18)% to Chaos Resistance", statOrder = { 1500 }, level = 45, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 750, 750, 750, 750, 750, 750, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeDownsideReducedChaosResistance3___"] = { type = "ScourgeDownside", affix = "", "-(25-22)% to Chaos Resistance", statOrder = { 1500 }, level = 68, group = "ChaosResistance", weightKey = { "weapon", "armour", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeDownsideReducedElementalResistances0_"] = { type = "ScourgeDownside", affix = "", "-5% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeDownsideReducedElementalResistances1_"] = { type = "ScourgeDownside", affix = "", "-(7-6)% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeDownsideReducedElementalResistances2_"] = { type = "ScourgeDownside", affix = "", "-(9-8)% to all Elemental Resistances", statOrder = { 1479 }, level = 45, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 750, 750, 750, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeDownsideReducedElementalResistances3_"] = { type = "ScourgeDownside", affix = "", "-(11-10)% to all Elemental Resistances", statOrder = { 1479 }, level = 68, group = "AllResistances", weightKey = { "shield", "ring", "amulet", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeDownsideMinusMaximumLife0"] = { type = "ScourgeDownside", affix = "", "-(20-16) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideMinusMaximumLife1_"] = { type = "ScourgeDownside", affix = "", "-(25-21) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideMinusMaximumLife2"] = { type = "ScourgeDownside", affix = "", "-(30-26) to maximum Life", statOrder = { 1429 }, level = 45, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideMinusMaximumLife3_"] = { type = "ScourgeDownside", affix = "", "-(35-31) to maximum Life", statOrder = { 1429 }, level = 68, group = "IncreasedLife", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideMinusMaximumMana0_"] = { type = "ScourgeDownside", affix = "", "-(25-21) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideMinusMaximumMana1"] = { type = "ScourgeDownside", affix = "", "-(30-26) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideMinusMaximumMana2__"] = { type = "ScourgeDownside", affix = "", "-(35-31) to maximum Mana", statOrder = { 1439 }, level = 45, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideMinusMaximumMana3_"] = { type = "ScourgeDownside", affix = "", "-(40-36) to maximum Mana", statOrder = { 1439 }, level = 68, group = "IncreasedMana", weightKey = { "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideReducedGlobalDefences0"] = { type = "ScourgeDownside", affix = "", "(6-10)% reduced Global Defences", statOrder = { 2681 }, level = 1, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideReducedGlobalDefences1"] = { type = "ScourgeDownside", affix = "", "(11-15)% reduced Global Defences", statOrder = { 2681 }, level = 1, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideReducedGlobalDefences2"] = { type = "ScourgeDownside", affix = "", "(16-20)% reduced Global Defences", statOrder = { 2681 }, level = 45, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideReducedGlobalDefences3__"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Global Defences", statOrder = { 2681 }, level = 68, group = "HellscapeDownsideReducedGlobalDefences", weightKey = { "armour", "ring", "amulet", "belt", "default", }, weightVal = { 1000, 1000, 1000, 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideDealNoDamageYourself_"] = { type = "ScourgeDownside", affix = "", "You can't deal Damage with your Skills yourself", statOrder = { 2103 }, level = 68, group = "HellscapeDownsideDealNoDamageYourself", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideReducedMinionLife2_"] = { type = "ScourgeDownside", affix = "", "Minions have (30-33)% reduced maximum Life", statOrder = { 1625 }, level = 45, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeDownsideReducedMinionLife3_"] = { type = "ScourgeDownside", affix = "", "Minions have (36-39)% reduced maximum Life", statOrder = { 1625 }, level = 68, group = "MinionLife", weightKey = { "helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["HellscapeDownsideReservationEfficiency3"] = { type = "ScourgeDownside", affix = "", "(18-24)% reduced Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 68, group = "ManaReservationEfficiency", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideIncreasedChanceToBeCrit3__"] = { type = "ScourgeDownside", affix = "", "Hits have +10% additional Critical Strike Chance against you", statOrder = { 2970 }, level = 68, group = "HellscapeDownsideIncreasedChanceToBeCrit", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideHinderedOnHitBySpells3__"] = { type = "ScourgeDownside", affix = "", "Spell Hits Hinder you", statOrder = { 5230 }, level = 68, group = "HellscapeDownsideHinderedOnHitBySpells", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideChanceToBeSilencedWhenHit3__"] = { type = "ScourgeDownside", affix = "", "(21-30)% chance to Curse you with Silence when Hit", statOrder = { 5583 }, level = 68, group = "HellscapeDownsideChanceToBeSilencedWhenHit", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent0__"] = { type = "ScourgeDownside", affix = "", "(21-30)% reduced Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent1_"] = { type = "ScourgeDownside", affix = "", "(31-40)% reduced Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent2_"] = { type = "ScourgeDownside", affix = "", "(41-50)% reduced Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 45, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["HellscapeDownsideMinusLocalEvasionArmourEnergyShieldPercent3"] = { type = "ScourgeDownside", affix = "", "(51-60)% reduced Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 68, group = "LocalArmourAndEvasionAndEnergyShield", weightKey = { "armour", "default", }, weightVal = { 1000, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["HellscapeDownsideMaximumElementalResistance1"] = { type = "ScourgeDownside", affix = "", "-1% to all maximum Elemental Resistances", statOrder = { 1502 }, level = 68, group = "MaximumElementalResistance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["HellscapeDownsideMaximumChaosResistance1"] = { type = "ScourgeDownside", affix = "", "-1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 68, group = "MaximumChaosResistance", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "chaos", "resistance" }, }, + ["HellscapeDownsideElementalResistanceMinion2__"] = { type = "ScourgeDownside", affix = "", "Minions have -(33-30)% to all Elemental Resistances", statOrder = { 2760 }, level = 45, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["HellscapeDownsideElementalResistanceMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have -(39-36)% to all Elemental Resistances", statOrder = { 2760 }, level = 68, group = "MinionElementalResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["HellscapeDownsideChaosResistanceMinion2"] = { type = "ScourgeDownside", affix = "", "Minions have -(51-42)% to Chaos Resistance", statOrder = { 2761 }, level = 45, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["HellscapeDownsideChaosResistanceMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have -(63-54)% to Chaos Resistance", statOrder = { 2761 }, level = 68, group = "MinionChaosResistance", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["HellscapeDownsideAllAilmentDuration2"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Duration of Ailments on Enemies", statOrder = { 1719 }, level = 45, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "ailment" }, }, + ["HellscapeDownsideAllAilmentDuration3__"] = { type = "ScourgeDownside", affix = "", "(26-30)% reduced Duration of Ailments on Enemies", statOrder = { 1719 }, level = 68, group = "IncreasedAilmentDuration", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "ailment" }, }, + ["HellscapeDownsideElementalDurationOnSelf2"] = { type = "ScourgeDownside", affix = "", "(17-19)% increased Elemental Ailment Duration on you", statOrder = { 1726 }, level = 45, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["HellscapeDownsideElementalDurationOnSelf3__"] = { type = "ScourgeDownside", affix = "", "(20-22)% increased Elemental Ailment Duration on you", statOrder = { 1726 }, level = 68, group = "SelfStatusAilmentDuration", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["HellscapeDownsideLifeOnBlock2__"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Life when you Block", statOrder = { 1616 }, level = 45, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, + ["HellscapeDownsideLifeOnBlock3"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Life when you Block", statOrder = { 1616 }, level = 68, group = "GainLifeOnBlock", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "life" }, }, + ["HellscapeDownsideManaOnBlock2_"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Mana when you Block", statOrder = { 1617 }, level = 45, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, + ["HellscapeDownsideManaOnBlock3_____"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Mana when you Block", statOrder = { 1617 }, level = 68, group = "GainManaOnBlock", weightKey = { "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "resource", "mana" }, }, + ["HellscapeDownsideEnergyShieldOnBlock2___"] = { type = "ScourgeDownside", affix = "", "Lose (31-40) Energy Shield when you Block", statOrder = { 1618 }, level = 45, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, + ["HellscapeDownsideEnergyShieldOnBlock3"] = { type = "ScourgeDownside", affix = "", "Lose (41-50) Energy Shield when you Block", statOrder = { 1618 }, level = 68, group = "GainEnergyShieldOnBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "block", "defences", "energy_shield" }, }, + ["HellscapeDownsideChanceToBlockAttacks2"] = { type = "ScourgeDownside", affix = "", "-(10-8)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 45, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["HellscapeDownsideChanceToBlockAttacks3"] = { type = "ScourgeDownside", affix = "", "-(14-12)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 68, group = "AdditionalBlock", weightKey = { "shield", "default", }, weightVal = { 1000, 0 }, modTags = { "block" }, }, + ["HellscapeDownsideChanceToBlockSpells2"] = { type = "ScourgeDownside", affix = "", "-(10-8)% Chance to Block Spell Damage", statOrder = { 1026 }, level = 45, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "block" }, }, + ["HellscapeDownsideChanceToBlockSpells3"] = { type = "ScourgeDownside", affix = "", "-(14-12)% Chance to Block Spell Damage", statOrder = { 1026 }, level = 68, group = "AdditionalSpellBlock", weightKey = { "focus", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "block" }, }, + ["HellscapeDownsideChanceToSuppressSpells2"] = { type = "ScourgeDownside", affix = "", "-(18-15)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 45, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { }, }, + ["HellscapeDownsideChanceToSuppressSpells3"] = { type = "ScourgeDownside", affix = "", "-(24-21)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 68, group = "ChanceToSuppressSpells", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { }, }, + ["HellscapeDownsideSpellDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage1h1_"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage1h1b_"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Spell Damage", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Spell Damage", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Spell Damage", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage1h3_"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h1_"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h1b_"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Spell Damage", statOrder = { 1090 }, level = 25, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h2____"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Spell Damage", statOrder = { 1090 }, level = 45, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Spell Damage", statOrder = { 1090 }, level = 55, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideSpellDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Spell Damage", statOrder = { 1090 }, level = 68, group = "SpellDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["HellscapeDownsideColdDamage1h0_"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Cold Damage", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Cold Damage", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage1h2b_______"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Cold Damage", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h0__"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Cold Damage", statOrder = { 1230 }, level = 25, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Cold Damage", statOrder = { 1230 }, level = 45, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h2b_"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Cold Damage", statOrder = { 1230 }, level = 55, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdDamage2h3__"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Cold Damage", statOrder = { 1230 }, level = 68, group = "ColdDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideFireDamage1h0_"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage1h1_"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Fire Damage", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Fire Damage", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Fire Damage", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage1h3_"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h1__"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Fire Damage", statOrder = { 1221 }, level = 25, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Fire Damage", statOrder = { 1221 }, level = 45, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Fire Damage", statOrder = { 1221 }, level = 55, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFireDamage2h3____"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Fire Damage", statOrder = { 1221 }, level = 68, group = "FireDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideLightningDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage1h1b___"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Lightning Damage", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Lightning Damage", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage1h2b_"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Lightning Damage", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Lightning Damage", statOrder = { 1241 }, level = 25, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h2___"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Lightning Damage", statOrder = { 1241 }, level = 45, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Lightning Damage", statOrder = { 1241 }, level = 55, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamage2h3__"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Lightning Damage", statOrder = { 1241 }, level = 68, group = "LightningDamagePercentage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsidePhysicalDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage1h1b___"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Global Physical Damage", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage1h2_"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Global Physical Damage", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Global Physical Damage", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 333, 333, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h1_"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Global Physical Damage", statOrder = { 1097 }, level = 25, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h2"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Global Physical Damage", statOrder = { 1097 }, level = 45, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h2b__"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Global Physical Damage", statOrder = { 1097 }, level = 55, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsidePhysicalDamage2h3______"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Global Physical Damage", statOrder = { 1097 }, level = 68, group = "PhysicalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 333, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsideElementalDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage1h1b__"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage1h2"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Elemental Damage", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Elemental Damage", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage1h3__"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h2"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Elemental Damage", statOrder = { 1835 }, level = 45, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Elemental Damage", statOrder = { 1835 }, level = 55, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideElementalDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Elemental Damage", statOrder = { 1835 }, level = 68, group = "ElementalDamagePercent", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["HellscapeDownsideChaosDamage1h0"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage1h1"] = { type = "ScourgeDownside", affix = "", "(42-50)% reduced Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage1h1b"] = { type = "ScourgeDownside", affix = "", "(52-60)% reduced Chaos Damage", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage1h2_"] = { type = "ScourgeDownside", affix = "", "(62-70)% reduced Chaos Damage", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage1h2b"] = { type = "ScourgeDownside", affix = "", "(72-80)% reduced Chaos Damage", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage1h3"] = { type = "ScourgeDownside", affix = "", "(82-90)% reduced Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_dagger", "wand", "sceptre", "dagger", "default", }, weightVal = { 0, 250, 250, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h0"] = { type = "ScourgeDownside", affix = "", "(54-66)% reduced Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h1"] = { type = "ScourgeDownside", affix = "", "(68-80)% reduced Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h1b"] = { type = "ScourgeDownside", affix = "", "(82-94)% reduced Chaos Damage", statOrder = { 1249 }, level = 25, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h2_"] = { type = "ScourgeDownside", affix = "", "(96-108)% reduced Chaos Damage", statOrder = { 1249 }, level = 45, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h2b"] = { type = "ScourgeDownside", affix = "", "(110-122)% reduced Chaos Damage", statOrder = { 1249 }, level = 55, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideChaosDamage2h3"] = { type = "ScourgeDownside", affix = "", "(124-136)% reduced Chaos Damage", statOrder = { 1249 }, level = 68, group = "IncreasedChaosDamage", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideMinionDamage0"] = { type = "ScourgeDownside", affix = "", "Minions deal (18-21)% reduced Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeDownsideMinionDamage1"] = { type = "ScourgeDownside", affix = "", "Minions deal (24-27)% reduced Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeDownsideMinionDamage2"] = { type = "ScourgeDownside", affix = "", "Minions deal (30-33)% reduced Damage", statOrder = { 1830 }, level = 45, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeDownsideMinionDamage3"] = { type = "ScourgeDownside", affix = "", "Minions deal (36-39)% reduced Damage", statOrder = { 1830 }, level = 68, group = "MinionDamage", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "minion" }, }, + ["HellscapeDownsideProjectileDamagePercentage0"] = { type = "ScourgeDownside", affix = "", "(18-21)% reduced Projectile Damage", statOrder = { 1850 }, level = 1, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideProjectileDamagePercentage1__"] = { type = "ScourgeDownside", affix = "", "(24-27)% reduced Projectile Damage", statOrder = { 1850 }, level = 45, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideProjectileDamagePercentage2_"] = { type = "ScourgeDownside", affix = "", "(30-33)% reduced Projectile Damage", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideProjectileDamagePercentage3_"] = { type = "ScourgeDownside", affix = "", "(36-39)% reduced Projectile Damage", statOrder = { 1850 }, level = 68, group = "ProjectileDamage", weightKey = { "gloves", "default", }, weightVal = { 250, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideCriticalStrikeChance2"] = { type = "ScourgeDownside", affix = "", "(51-57)% reduced Global Critical Strike Chance", statOrder = { 1321 }, level = 45, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "critical" }, }, + ["HellscapeDownsideCriticalStrikeChance3_"] = { type = "ScourgeDownside", affix = "", "(60-66)% reduced Global Critical Strike Chance", statOrder = { 1321 }, level = 68, group = "CriticalStrikeChance", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "critical" }, }, + ["HellscapeDownsideCriticalStrikeMultiplier2"] = { type = "ScourgeDownside", affix = "", "-(57-51)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 45, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeDownsideCriticalStrikeMultiplier3__"] = { type = "ScourgeDownside", affix = "", "-(66-60)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 68, group = "CriticalStrikeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeDownsideCriticalStrikeChanceWithBows2"] = { type = "ScourgeDownside", affix = "", "(51-57)% reduced Critical Strike Chance with Bows", statOrder = { 1327 }, level = 45, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeDownsideCriticalStrikeChanceWithBows3"] = { type = "ScourgeDownside", affix = "", "(60-66)% reduced Critical Strike Chance with Bows", statOrder = { 1327 }, level = 68, group = "CriticalStrikeChanceWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "critical" }, }, + ["HellscapeDownsideCriticalStrikeMultiplierWithBows2"] = { type = "ScourgeDownside", affix = "", "-(57-51)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 45, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["HellscapeDownsideCriticalStrikeMultiplierWithBows3"] = { type = "ScourgeDownside", affix = "", "-(66-60)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 68, group = "CriticalStrikeMultiplierWithBows", weightKey = { "quiver", "default", }, weightVal = { 200, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["HellscapeDownsideDamageOverTimeMultiplier2"] = { type = "ScourgeDownside", affix = "", "-(30-24)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 45, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "dot_multi", "damage" }, }, + ["HellscapeDownsideDamageOverTimeMultiplier3"] = { type = "ScourgeDownside", affix = "", "-(39-33)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 68, group = "GlobalDamageOverTimeMultiplier", weightKey = { "amulet", "default", }, weightVal = { 250, 0 }, modTags = { "dot_multi", "damage" }, }, + ["HellscapeDownsideAttackSpeed0"] = { type = "ScourgeDownside", affix = "", "(9-12)% reduced Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeDownsideAttackSpeed1__"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeDownsideAttackSpeed2_"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced Attack Speed", statOrder = { 1273 }, level = 45, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeDownsideAttackSpeed3"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced Attack Speed", statOrder = { 1273 }, level = 68, group = "IncreasedAttackSpeed", weightKey = { "gloves", "quiver", "dex_shield", "str_dex_shield", "dex_int_shield", "default", }, weightVal = { 1000, 500, 1000, 1000, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["HellscapeDownsideCastSpeed0"] = { type = "ScourgeDownside", affix = "", "12% reduced Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeDownsideCastSpeed1_"] = { type = "ScourgeDownside", affix = "", "15% reduced Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeDownsideCastSpeed2"] = { type = "ScourgeDownside", affix = "", "18% reduced Cast Speed", statOrder = { 1308 }, level = 45, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeDownsideCastSpeed3"] = { type = "ScourgeDownside", affix = "", "21% reduced Cast Speed", statOrder = { 1308 }, level = 68, group = "IncreasedCastSpeed", weightKey = { "amulet", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "speed" }, }, + ["HellscapeDownsideAttackAndCastSpeedMinion2_"] = { type = "ScourgeDownside", affix = "", "Minions have (21-24)% reduced Attack Speed", "Minions have (21-24)% reduced Cast Speed", statOrder = { 2755, 2756 }, level = 45, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeDownsideAttackAndCastSpeedMinion3"] = { type = "ScourgeDownside", affix = "", "Minions have (27-30)% reduced Attack Speed", "Minions have (27-30)% reduced Cast Speed", statOrder = { 2755, 2756 }, level = 68, group = "MinionAttackAndCastSpeed", weightKey = { "gloves", "default", }, weightVal = { 200, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["HellscapeDownsideLifeOnKill3__"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Life on Kill", statOrder = { 1608 }, level = 68, group = "MaximumLifeOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideManaOnKill3"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Mana on Kill", statOrder = { 1610 }, level = 68, group = "MaximumManaOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideEnergyShieldOnKill3"] = { type = "ScourgeDownside", affix = "", "Lose 3% of Energy Shield on Kill", statOrder = { 1609 }, level = 68, group = "MaximumEnergyShieldOnKillPercent", weightKey = { "body_armour", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeDownsideAccuracyPercent2"] = { type = "ScourgeDownside", affix = "", "(33-42)% reduced Global Accuracy Rating", statOrder = { 1296 }, level = 45, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 250, 250, 0 }, modTags = { "attack" }, }, + ["HellscapeDownsideAccuracyPercent3__"] = { type = "ScourgeDownside", affix = "", "(45-51)% reduced Global Accuracy Rating", statOrder = { 1296 }, level = 68, group = "IncreasedAccuracyPercent", weightKey = { "gloves", "quiver", "default", }, weightVal = { 250, 250, 0 }, modTags = { "attack" }, }, + ["HellscapeDownsideLocalIncreaseSocketedGemLevel"] = { type = "ScourgeDownside", affix = "", "-2 to Level of Socketed Gems", statOrder = { 141 }, level = 68, group = "LocalIncreaseSocketedGemLevel", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "gem" }, }, + ["HellscapeDownsideGlobalIncreaseSpellSpellSkillGemLevel1h"] = { type = "ScourgeDownside", affix = "", "-2 to Level of all Spell Skill Gems", statOrder = { 1468 }, level = 68, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_dagger", "wand", "dagger", "focus", "default", }, weightVal = { 0, 500, 500, 500, 0 }, modTags = { "caster", "gem" }, }, + ["HellscapeDownsideGlobalIncreaseSpellSpellSkillGemLevel2h"] = { type = "ScourgeDownside", affix = "", "-4 to Level of all Spell Skill Gems", statOrder = { 1468 }, level = 68, group = "GlobalIncreaseSpellSkillGemLevel", weightKey = { "attack_staff", "staff", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "gem" }, }, + ["HellscapeDownsideAdditionalRaisedZombie1"] = { type = "ScourgeDownside", affix = "", "-2 to maximum number of Raised Zombies", statOrder = { 2014 }, level = 45, group = "MaximumZombieCount", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "minion" }, }, + ["HellscapeDownsideAdditionalSkeleton1"] = { type = "ScourgeDownside", affix = "", "-2 to maximum number of Skeletons", statOrder = { 2016 }, level = 45, group = "MaximumSkeletonCount", weightKey = { "boots", "default", }, weightVal = { 200, 0 }, modTags = { "minion" }, }, + ["HellscapeDownsideAreaDamage0___"] = { type = "ScourgeDownside", affix = "", "(24-30)% reduced Area Damage", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideAreaDamage1"] = { type = "ScourgeDownside", affix = "", "(33-45)% reduced Area Damage", statOrder = { 1889 }, level = 1, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideAreaDamage2_"] = { type = "ScourgeDownside", affix = "", "(48-60)% reduced Area Damage", statOrder = { 1889 }, level = 45, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideAreaDamage3"] = { type = "ScourgeDownside", affix = "", "(63-75)% reduced Area Damage", statOrder = { 1889 }, level = 68, group = "AreaDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["HellscapeDownsideRarityOfItemsFound0"] = { type = "ScourgeDownside", affix = "", "(18-21)% reduced Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, + ["HellscapeDownsideRarityOfItemsFound1_"] = { type = "ScourgeDownside", affix = "", "(24-27)% reduced Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, + ["HellscapeDownsideRarityOfItemsFound2"] = { type = "ScourgeDownside", affix = "", "(30-33)% reduced Rarity of Items found", statOrder = { 1456 }, level = 45, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, + ["HellscapeDownsideRarityOfItemsFound3"] = { type = "ScourgeDownside", affix = "", "(36-39)% reduced Rarity of Items found", statOrder = { 1456 }, level = 68, group = "ItemFoundRarityIncrease", weightKey = { "ring", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "drop" }, }, + ["HellscapeDownsideLifeRegeneration2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Life Regeneration rate", statOrder = { 1437 }, level = 45, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideLifeRegeneration3"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Life Regeneration rate", statOrder = { 1437 }, level = 68, group = "LifeRegenerationRate", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1000, 500, 500, 300, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideMovementVelocity0"] = { type = "ScourgeDownside", affix = "", "(6-7)% reduced Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeDownsideMovementVelocity1_"] = { type = "ScourgeDownside", affix = "", "(8-9)% reduced Movement Speed", statOrder = { 1657 }, level = 1, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeDownsideMovementVelocity2"] = { type = "ScourgeDownside", affix = "", "(10-11)% reduced Movement Speed", statOrder = { 1657 }, level = 45, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeDownsideMovementVelocity3"] = { type = "ScourgeDownside", affix = "", "(12-13)% reduced Movement Speed", statOrder = { 1657 }, level = 68, group = "MovementVelocity", weightKey = { "boots", "default", }, weightVal = { 1000, 0 }, modTags = { "speed" }, }, + ["HellscapeDownsideMovementSkillsAreDisabled1_"] = { type = "ScourgeDownside", affix = "", "Your Movement Skills are Disabled", statOrder = { 9877 }, level = 68, group = "MovementSkillsAreDisabled", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegeneration0"] = { type = "ScourgeDownside", affix = "", "(16-20)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegeneration1"] = { type = "ScourgeDownside", affix = "", "(21-25)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegeneration2__"] = { type = "ScourgeDownside", affix = "", "(26-30)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 45, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegeneration2b"] = { type = "ScourgeDownside", affix = "", "(31-35)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 55, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegeneration3"] = { type = "ScourgeDownside", affix = "", "(36-40)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegeneration3b"] = { type = "ScourgeDownside", affix = "", "(46-50)% reduced Mana Regeneration Rate", statOrder = { 1444 }, level = 68, group = "ManaRegeneration", weightKey = { "ring", "amulet", "focus", "staff", "sceptre", "wand", "claw", "dagger", "str_int_shield", "dex_int_shield", "default", }, weightVal = { 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRegenFlat0________"] = { type = "ScourgeDownside", affix = "", "Lose (3.3-4.2) Mana per Second", statOrder = { 7581 }, level = 1, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat1"] = { type = "ScourgeDownside", affix = "", "Lose (4.6-5.7) Mana per Second", statOrder = { 7581 }, level = 1, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat1b_"] = { type = "ScourgeDownside", affix = "", "Lose (5.8-6.7) Mana per Second", statOrder = { 7581 }, level = 15, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat1c"] = { type = "ScourgeDownside", affix = "", "Lose (7.7-8.3) Mana per Second", statOrder = { 7581 }, level = 25, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat1d"] = { type = "ScourgeDownside", affix = "", "Lose (9.3-10) Mana per Second", statOrder = { 7581 }, level = 35, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat2"] = { type = "ScourgeDownside", affix = "", "Lose (11-11.7) Mana per Second", statOrder = { 7581 }, level = 45, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat2b"] = { type = "ScourgeDownside", affix = "", "Lose (12.7-13.3) Mana per Second", statOrder = { 7581 }, level = 55, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideManaRegenFlat3"] = { type = "ScourgeDownside", affix = "", "Lose (14.3-15) Mana per Second", statOrder = { 7581 }, level = 68, group = "HellscapeLoseManaPerSecond", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotLeechLife1"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Life", statOrder = { 2418 }, level = 68, group = "CannotLeechLife", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideCannotLeechMana1_"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Mana", statOrder = { 2419 }, level = 68, group = "CannotLeechMana", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotLeechEnergyShield1"] = { type = "ScourgeDownside", affix = "", "Cannot Leech Energy Shield", statOrder = { 4711 }, level = 68, group = "CannotLeechEnergyShield", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideFlaskChargesGained2_"] = { type = "ScourgeDownside", affix = "", "(22-30)% reduced Flask Charges gained", statOrder = { 2037 }, level = 45, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeDownsideFlaskChargesGained3__"] = { type = "ScourgeDownside", affix = "", "(32-40)% reduced Flask Charges gained", statOrder = { 2037 }, level = 68, group = "BeltIncreasedFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeDownsideFlaskChargesUsed2"] = { type = "ScourgeDownside", affix = "", "(32-40)% increased Flask Charges used", statOrder = { 2038 }, level = 45, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeDownsideFlaskChargesUsed3"] = { type = "ScourgeDownside", affix = "", "(42-50)% increased Flask Charges used", statOrder = { 2038 }, level = 68, group = "BeltReducedFlaskChargesUsed", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "flask" }, }, + ["HellscapeDownsideFlaskLifeRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(24-28)% reduced Life Recovery from Flasks", statOrder = { 1913 }, level = 45, group = "BeltFlaskLifeRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["HellscapeDownsideFlaskLifeRecoveryRate3_"] = { type = "ScourgeDownside", affix = "", "(30-34)% reduced Life Recovery from Flasks", statOrder = { 1913 }, level = 68, group = "BeltFlaskLifeRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "life" }, }, + ["HellscapeDownsideFlaskManaRecoveryRate2_"] = { type = "ScourgeDownside", affix = "", "(24-28)% reduced Mana Recovery from Flasks", statOrder = { 1914 }, level = 45, group = "BeltFlaskManaRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["HellscapeDownsideFlaskManaRecoveryRate3___"] = { type = "ScourgeDownside", affix = "", "(30-34)% reduced Mana Recovery from Flasks", statOrder = { 1914 }, level = 68, group = "BeltFlaskManaRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { "flask", "resource", "mana" }, }, + ["HellscapeDownsideCannotApplyBleed1"] = { type = "ScourgeDownside", affix = "", "Attacks cannot cause Bleeding", statOrder = { 2340 }, level = 68, group = "CannotCauseBleeding", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotApplyPoison1_"] = { type = "ScourgeDownside", affix = "", "Your Chaos Damage cannot Poison", "Your Physical Damage cannot Poison", statOrder = { 2736, 2738 }, level = 68, group = "CannotCausePoison", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotApplyStun1"] = { type = "ScourgeDownside", affix = "", "Your Hits cannot Stun Enemies", statOrder = { 1714 }, level = 68, group = "CannotStun", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCooldownRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(12-16)% reduced Cooldown Recovery Rate", statOrder = { 4716 }, level = 68, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideLifePercentage3"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced maximum Life", statOrder = { 1431 }, level = 68, group = "MaximumLifeIncreasePercent", weightKey = { "body_armour", "belt", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideManaPercentage3"] = { type = "ScourgeDownside", affix = "", "(15-18)% reduced maximum Mana", statOrder = { 1440 }, level = 68, group = "MaximumManaIncreasePercent", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideCursedWithDespair1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Despair", statOrder = { 9841 }, level = 68, group = "SelfCurseDespair", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithElementalWeakness1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Elemental Weakness", statOrder = { 9842 }, level = 68, group = "SelfCurseElementalWeakness", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithEnfeeble1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Enfeeble", statOrder = { 9843 }, level = 68, group = "SelfCurseEnfeeble", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithTemporalChains1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Temporal Chains", statOrder = { 9846 }, level = 68, group = "SelfCurseTemporalChains", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithVulnerability1____"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Vulnerability", statOrder = { 9847 }, level = 68, group = "SelfCurseVulnerability", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithConductivity1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Conductivity", statOrder = { 9840 }, level = 68, group = "SelfCurseConductivity", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithFlammability1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Flammability", statOrder = { 9844 }, level = 68, group = "SelfCurseFlammability", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsideCursedWithFrostbite1"] = { type = "ScourgeDownside", affix = "", "You are Cursed with Frostbite", statOrder = { 9845 }, level = 68, group = "SelfCurseFrostbite", weightKey = { "gloves", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["HellscapeDownsidePhysicalDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Physical Damage taken", statOrder = { 2094 }, level = 45, group = "PhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "physical" }, }, + ["HellscapeDownsidePhysicalDamageTaken3____"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Physical Damage taken", statOrder = { 2094 }, level = 68, group = "PhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "physical" }, }, + ["HellscapeDownsideFireDamageTaken2_"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Fire Damage taken", statOrder = { 2095 }, level = 45, group = "FireDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire" }, }, + ["HellscapeDownsideFireDamageTaken3_"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Fire Damage taken", statOrder = { 2095 }, level = 68, group = "FireDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire" }, }, + ["HellscapeDownsideColdDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Cold Damage taken", statOrder = { 3229 }, level = 45, group = "ColdDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold" }, }, + ["HellscapeDownsideColdDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Cold Damage taken", statOrder = { 3229 }, level = 68, group = "ColdDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold" }, }, + ["HellscapeDownsideLightningDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Lightning Damage taken", statOrder = { 3228 }, level = 45, group = "LightningDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning" }, }, + ["HellscapeDownsideLightningDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Lightning Damage taken", statOrder = { 3228 }, level = 68, group = "LightningDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning" }, }, + ["HellscapeDownsideChaosDamageTaken2"] = { type = "ScourgeDownside", affix = "", "(7-8)% increased Chaos Damage taken", statOrder = { 2096 }, level = 45, group = "ChaosDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos" }, }, + ["HellscapeDownsideChaosDamageTaken3"] = { type = "ScourgeDownside", affix = "", "(9-10)% increased Chaos Damage taken", statOrder = { 2096 }, level = 68, group = "ChaosDamageTakenPercentage", weightKey = { "helmet", "default", }, weightVal = { 200, 0 }, modTags = { "chaos" }, }, + ["HellscapeDownsideTotemDuration2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Totem Duration", statOrder = { 1637 }, level = 45, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["HellscapeDownsideTotemDuration3_"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Totem Duration", statOrder = { 1637 }, level = 68, group = "TotemDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["HellscapeDownsideTotemLife2"] = { type = "ScourgeDownside", affix = "", "(21-27)% reduced Totem Life", statOrder = { 1633 }, level = 45, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideTotemLife3"] = { type = "ScourgeDownside", affix = "", "(30-36)% reduced Totem Life", statOrder = { 1633 }, level = 68, group = "IncreasedTotemLife", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideBrandDuration2"] = { type = "ScourgeDownside", affix = "", "Brand Skills have (36-42)% reduced Duration", statOrder = { 9288 }, level = 45, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "caster" }, }, + ["HellscapeDownsideBrandDuration3_"] = { type = "ScourgeDownside", affix = "", "Brand Skills have (45-51)% reduced Duration", statOrder = { 9288 }, level = 68, group = "BrandDuration", weightKey = { "boots", "amulet", "default", }, weightVal = { 250, 250, 0 }, modTags = { "caster" }, }, + ["HellscapeDownsideNoLifeRegeneration1__"] = { type = "ScourgeDownside", affix = "", "You have no Life Regeneration", statOrder = { 2123 }, level = 45, group = "NoLifeRegeneration", weightKey = { "weapon", "quiver", "ring", "amulet", "belt", "shield", "body_armour", "helmet", "boots", "str_armour", "str_int_armour", "str_dex_armour", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 500, 250, 250, 150, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideNoManaRegeneration1"] = { type = "ScourgeDownside", affix = "", "You have no Mana Regeneration", statOrder = { 2124 }, level = 45, group = "NoManaRegeneration", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideNoEnergyShieldRegeneration1"] = { type = "ScourgeDownside", affix = "", "You cannot Regenerate Energy Shield", statOrder = { 5036 }, level = 45, group = "NoEnergyShieldRegen", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeDownsideNoEnergyShieldRecharge1"] = { type = "ScourgeDownside", affix = "", "You cannot Recharge Energy Shield", statOrder = { 5035 }, level = 45, group = "NoEnergyShieldRecharge", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeDownsideLifeRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Life Recovery rate", statOrder = { 1438 }, level = 45, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideLifeRecoveryRate3_"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Life Recovery rate", statOrder = { 1438 }, level = 68, group = "LifeRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["HellscapeDownsideManaRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Mana Recovery rate", statOrder = { 1446 }, level = 45, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideManaRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Mana Recovery rate", statOrder = { 1446 }, level = 68, group = "ManaRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, + ["HellscapeDownsideEnergyShieldRecoveryRate2"] = { type = "ScourgeDownside", affix = "", "(10-12)% reduced Energy Shield Recovery rate", statOrder = { 1428 }, level = 45, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeDownsideEnergyShieldRecoveryRate3"] = { type = "ScourgeDownside", affix = "", "(14-16)% reduced Energy Shield Recovery rate", statOrder = { 1428 }, level = 68, group = "EnergyShieldRecoveryRate", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["HellscapeDownsideExtraDamageTakenFromCriticalStrikes2_"] = { type = "ScourgeDownside", affix = "", "You take (22-30)% increased Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 45, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeDownsideExtraDamageTakenFromCriticalStrikes3"] = { type = "ScourgeDownside", affix = "", "You take (32-40)% increased Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 68, group = "ReducedExtraDamageFromCrits", weightKey = { "str_shield", "str_dex_shield", "str_int_shield", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { "damage", "critical" }, }, + ["HellscapeDownsideDamageIsUnlucky1___"] = { type = "ScourgeDownside", affix = "", "Damage with Hits is Unlucky", statOrder = { 4727 }, level = 45, group = "DamageIsUnlucky", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideColdPenetration1h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 10% higher than actual value", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdPenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 14% higher than actual value", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 16% higher than actual value", statOrder = { 2828 }, level = 45, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideColdPenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Cold Resistance as 20% higher than actual value", statOrder = { 2828 }, level = 68, group = "ColdResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideFirePenetration1h2_"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 10% higher than actual value", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFirePenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 14% higher than actual value", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFirePenetration2h2_"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 16% higher than actual value", statOrder = { 2827 }, level = 45, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideFirePenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Fire Resistance as 20% higher than actual value", statOrder = { 2827 }, level = 68, group = "FireResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["HellscapeDownsideLightningPenetration1h2__"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 10% higher than actual value", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningPenetration1h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 14% higher than actual value", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 16% higher than actual value", statOrder = { 2829 }, level = 45, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideLightningPenetration2h3"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Lightning Resistance as 20% higher than actual value", statOrder = { 2829 }, level = 68, group = "LightningResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["HellscapeDownsideChaosPenetration1h2___"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 10% higher than actual value", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { }, }, + ["HellscapeDownsideChaosPenetration1h3__"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 14% higher than actual value", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "attack_dagger", "amulet", "sceptre", "dagger", "wand", "default", }, weightVal = { 0, 200, 200, 200, 200, 0 }, modTags = { }, }, + ["HellscapeDownsideChaosPenetration2h2"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 16% higher than actual value", statOrder = { 9135 }, level = 45, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideChaosPenetration2h3_____"] = { type = "ScourgeDownside", affix = "", "Your Hits treat Chaos Resistance as 20% higher than actual value", statOrder = { 9135 }, level = 68, group = "ChaosResistancePenetration", weightKey = { "staff", "default", }, weightVal = { 200, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotCurse"] = { type = "ScourgeDownside", affix = "", "Cannot inflict Curses", statOrder = { 9851 }, level = 45, group = "CannotCurse", weightKey = { "gloves", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotApplyAilments1___"] = { type = "ScourgeDownside", affix = "", "Cannot inflict Elemental Ailments", statOrder = { 1721 }, level = 45, group = "CannotApplyFireAilments", weightKey = { "sceptre", "wand", "staff", "default", }, weightVal = { 500, 500, 500, 0 }, modTags = { }, }, + ["HellscapeDownsideAdditionalTraps1"] = { type = "ScourgeDownside", affix = "", "Can have 5 fewer Traps placed at a time", statOrder = { 2108 }, level = 45, group = "TrapsAllowed", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["HellscapeDownsideAdditionalMines1_"] = { type = "ScourgeDownside", affix = "", "Can have 5 fewer Remote Mines placed at a time", statOrder = { 2109 }, level = 45, group = "AdditionalRemoteMinesAllowed", weightKey = { "boots", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["HellscapeDownsideEffectOfNonDamagingAilments2"] = { type = "ScourgeDownside", affix = "", "(30-40)% reduced Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 45, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeDownsideEffectOfNonDamagingAilments3"] = { type = "ScourgeDownside", affix = "", "(50-60)% reduced Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 68, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "default", }, weightVal = { 500, 0 }, modTags = { "ailment" }, }, + ["HellscapeDownsideNearbyEnemiesTakeReducedPhysicalDamage3"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies take 9% reduced Physical Damage", statOrder = { 7363 }, level = 68, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsideNearbyEnemiesTakeReducedFireDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Fire Resistance", statOrder = { 7359 }, level = 68, group = "NearbyEnemyFireDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["HellscapeDownsideNearbyEnemiesTakeReducedColdDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Cold Resistance", statOrder = { 7357 }, level = 68, group = "NearbyEnemyColdDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["HellscapeDownsideNearbyEnemiesTakeReducedLightningDamage3"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Lightning Resistance", statOrder = { 7361 }, level = 68, group = "NearbyEnemyLightningDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["HellscapeDownsideNearbyEnemiesTakeReducedChaosDamage3_"] = { type = "ScourgeDownside", affix = "", "Nearby Enemies have +9% to Chaos Resistance", statOrder = { 7356 }, level = 68, group = "NearbyEnemyChaosDamageResistance", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["HellscapeDownsideCurseEffect2_"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced Effect of your Curses", statOrder = { 2447 }, level = 45, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeDownsideCurseEffect3__"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced Effect of your Curses", statOrder = { 2447 }, level = 68, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeDownsideAuraEffectOfNonCurseSkills2"] = { type = "ScourgeDownside", affix = "", "(21-24)% reduced effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 45, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, + ["HellscapeDownsideAuraEffectOfNonCurseSkills3"] = { type = "ScourgeDownside", affix = "", "(27-30)% reduced effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "aura" }, }, + ["HellscapeDownsideAdditionalCurse1__"] = { type = "ScourgeDownside", affix = "", "You can apply one fewer Curse", statOrder = { 2022 }, level = 68, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "curse" }, }, + ["HellscapeDownsideMaximumEnduranceCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 68, group = "MaximumEnduranceCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge" }, }, + ["HellscapeDownsideMaximumFrenzyCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 68, group = "MaximumFrenzyCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "frenzy_charge" }, }, + ["HellscapeDownsideMaximumPowerCharges1"] = { type = "ScourgeDownside", affix = "", "-1 to Maximum Power Charges", statOrder = { 1673 }, level = 68, group = "IncreasedMaximumPowerCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "power_charge" }, }, + ["HellscapeDownsideDealNoPhysicalDamage___"] = { type = "ScourgeDownside", affix = "", "Deal no Physical Damage", statOrder = { 2639 }, level = 1, group = "DealNoPhysicalDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["HellscapeDownsideDealNoFireDamage"] = { type = "ScourgeDownside", affix = "", "Deal no Fire Damage", statOrder = { 4719 }, level = 1, group = "DealNoFireDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { }, }, + ["HellscapeDownsideDealNoColdDamage_"] = { type = "ScourgeDownside", affix = "", "Deal no Cold Damage", statOrder = { 2641 }, level = 1, group = "DealNoColdDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HellscapeDownsideDealNoLightningDamage"] = { type = "ScourgeDownside", affix = "", "Deal no Lightning Damage", statOrder = { 4720 }, level = 1, group = "DealNoLightningDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { }, }, + ["HellscapeDownsideDealNoChaosDamage_"] = { type = "ScourgeDownside", affix = "", "Deal no Chaos Damage", statOrder = { 4718 }, level = 1, group = "DealNoChaosDamage", weightKey = { "weapon", "quiver", "default", }, weightVal = { 500, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["HellscapeDownsideCannotGainCharges"] = { type = "ScourgeDownside", affix = "", "Cannot gain Charges", statOrder = { 5025 }, level = 68, group = "CannotGainCharges", weightKey = { "ring", "default", }, weightVal = { 500, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["HellscapeDownsideCriticalStrikesDealNoExtraDamage"] = { type = "ScourgeDownside", affix = "", "Your Critical Strikes do not deal extra Damage", statOrder = { 2525 }, level = 45, group = "CriticalStrikesDealNoExtraDamage", weightKey = { "amulet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideDamageTakenOnFullLife2"] = { type = "ScourgeDownside", affix = "", "12% increased Damage taken while on Full Life", statOrder = { 5687 }, level = 45, group = "DamageTakenOnFullLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideDamageTakenOnFullLife3_"] = { type = "ScourgeDownside", affix = "", "20% increased Damage taken while on Full Life", statOrder = { 5687 }, level = 68, group = "DamageTakenOnFullLife", weightKey = { "helmet", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideFishingLineStrength"] = { type = "ScourgeDownside", affix = "", "(30-40)% reduced Fishing Line Strength", statOrder = { 2691 }, level = 1, group = "FishingLineStrength", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideFishingPoolConsumption"] = { type = "ScourgeDownside", affix = "", "(50-100)% increased Fishing Pool Consumption", statOrder = { 2692 }, level = 45, group = "FishingPoolConsumption", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["HellscapeDownsideFishRotWhenCaught"] = { type = "ScourgeDownside", affix = "", "Fish Rot upon being Caught", statOrder = { 6128 }, level = 1, group = "FishRotWhenCaught", weightKey = { "fishing_rod", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideFishingReelStability"] = { type = "ScourgeDownside", affix = "", "(30-60)% reduced Reeling Stability", statOrder = { 6141 }, level = 1, group = "FishingReelStability", weightKey = { "fishing_rod", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["HellscapeDownsideCannotFishFromWater_______"] = { type = "ScourgeDownside", affix = "", "Cannot Fish while standing in Water", statOrder = { 5024 }, level = 68, group = "CannotFishFromWater", weightKey = { "fishing_rod", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["IncreasedAttackSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, + ["IncreasedAttackSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Attack Speed", statOrder = { 1273 }, level = 75, group = "IncreasedAttackSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack", "speed" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-21)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit2"] = { type = "Exarch", affix = "", "(22-24)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit3"] = { type = "Exarch", affix = "", "(25-27)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit4"] = { type = "Exarch", affix = "", "(28-30)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit5"] = { type = "Exarch", affix = "", "(31-33)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicit6"] = { type = "Exarch", affix = "", "(34-36)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, + ["AttackCriticalStrikeChanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Critical Strike Chance for Attacks", statOrder = { 4567 }, level = 75, group = "AttackCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "attack", "critical" }, }, + ["AddedPhysicalDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (3-5) to (7-9) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (4-5) to (8-9) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (4-6) to (9-10) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (5-6) to (10-11) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (5-7) to (11-12) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (6-7) to (12-14) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (5-6) to (10-11) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (5-7) to (11-12) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-7) to (12-14) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-9) to (13-15) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-9) to (14-17) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-10) to (16-18) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (6-9) to (13-15) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (7-9) to (14-17) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (8-10) to (16-18) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (9-12) to (18-21) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-14) to (21-24) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedPhysicalDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-15) to (24-28) Physical Damage to Attacks", statOrder = { 1131 }, level = 75, group = "PhysicalDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AddedFireDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (6-8) to (13-15) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (7-9) to (14-16) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (8-10) to (15-18) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-20) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (9-12) to (19-22) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (10-13) to (21-24) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-11) to (17-20) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-12) to (19-22) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (21-24) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-26) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-29) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (11-15) to (23-26) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-16) to (25-29) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-20) to (32-37) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-42) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedFireDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (21-27) to (42-49) Fire Damage to Attacks", statOrder = { 1224 }, level = 75, group = "FireDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AddedColdDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (6-7) to (11-13) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (6-8) to (12-15) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (7-9) to (13-16) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (7-10) to (15-18) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-19) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (9-12) to (18-22) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-10) to (15-18) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-11) to (17-19) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-12) to (18-22) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (20-24) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (22-26) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (12-16) to (24-29) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-13) to (20-24) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (11-15) to (22-26) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-16) to (24-29) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (14-18) to (28-33) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-21) to (32-38) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedColdDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-44) Cold Damage to Attacks", statOrder = { 1233 }, level = 75, group = "ColdDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AddedLightningDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (1-2) to (22-24) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (1-3) to (24-26) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (1-3) to (27-28) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (2-4) to (32-35) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (2-4) to (36-38) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (32-35) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (36-38) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (39-42) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-4) to (43-47) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (48-51) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-4) to (39-42) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-4) to (43-47) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-5) to (48-51) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (2-6) to (55-59) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-6) to (63-68) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedLightningDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Attacks", statOrder = { 1244 }, level = 75, group = "LightningDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AddedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (5-6) to (10-11) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (5-7) to (11-12) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (6-7) to (12-14) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (6-9) to (13-15) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (7-9) to (14-17) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (8-10) to (16-18) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (6-9) to (13-15) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (7-9) to (14-17) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (8-10) to (16-18) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (9-11) to (17-20) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (19-22) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-14) to (21-24) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (9-11) to (17-20) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-13) to (19-22) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (10-14) to (21-24) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (12-15) to (24-28) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AddedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-20) to (32-37) Chaos Damage to Attacks", statOrder = { 1251 }, level = 75, group = "ChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 75, group = "FireDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 75, group = "ColdDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["PhysicalDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 75, group = "PhysicalDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(5-7)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-10)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(11-13)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(14-16)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(17-18)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(19-20)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 600, 600, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-16)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(17-19)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-22)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-25)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 300, 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-25)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-28)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-31)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-34)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["ChaosDamageOverTimeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(37-38)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 75, group = "ChaosDamageOverTimeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 120, 120, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["HeraldBonusAshEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Ash has (15-17)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Ash has (18-20)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Ash has (21-23)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Ash has (24-26)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Ash has (27-28)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Ash has (29-30)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (24-26)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (27-29)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (30-32)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (33-35)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (36-37)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ash has (38-39)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (33-35)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (36-38)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (39-41)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (42-44)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (45-46)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAshEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ash has (47-48)% increased Buff Effect", statOrder = { 6594 }, level = 75, group = "HeraldBonusAshEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Ice has (15-17)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Ice has (18-20)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Ice has (21-23)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Ice has (24-26)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Ice has (27-28)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Ice has (29-30)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (24-26)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (27-29)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (30-32)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (33-35)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (36-37)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Ice has (38-39)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (33-35)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (36-38)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (39-41)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (42-44)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (45-46)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusIceEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Ice has (47-48)% increased Buff Effect", statOrder = { 6598 }, level = 75, group = "HeraldBonusIceEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Thunder has (15-17)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Thunder has (18-20)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Thunder has (21-23)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Thunder has (24-26)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Thunder has (27-28)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Thunder has (29-30)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (24-26)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (27-29)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (30-32)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (33-35)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (36-37)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Thunder has (38-39)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (33-35)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (36-38)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (39-41)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (42-44)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (45-46)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusThunderEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Thunder has (47-48)% increased Buff Effect", statOrder = { 6608 }, level = 75, group = "HeraldBonusThunderEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Purity has (15-17)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Purity has (18-20)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Purity has (21-23)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Purity has (24-26)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Purity has (27-28)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Purity has (29-30)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (24-26)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (27-29)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (30-32)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (33-35)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (36-37)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Purity has (38-39)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (33-35)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (36-38)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (39-41)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (42-44)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (45-46)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusPurityEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Purity has (47-48)% increased Buff Effect", statOrder = { 6602 }, level = 75, group = "HeraldBonusPurityEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Herald of Agony has (15-17)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Herald of Agony has (18-20)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Herald of Agony has (21-23)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Herald of Agony has (24-26)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Herald of Agony has (27-28)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Herald of Agony has (29-30)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (24-26)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (27-29)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (30-32)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (33-35)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (36-37)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Herald of Agony has (38-39)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (33-35)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (36-38)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (39-41)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (42-44)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (45-46)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HeraldBonusAgonyEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Herald of Agony has (47-48)% increased Buff Effect", statOrder = { 6590 }, level = 75, group = "HeraldBonusAgonyEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IgniteProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.2 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.3 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.4 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.5 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.6 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Ignites you inflict spread to other Enemies within 1.7 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlif", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.5 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.6 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.7 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.8 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 1.9 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict spread to other Enemies within 2 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 1.8 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 1.9 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.1 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.2 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["IgniteProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict spread to other Enemies within 2.3 metres", statOrder = { 2071 }, level = 75, group = "GlobalIgniteProlifPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FreezeProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.2 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.3 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.4 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.5 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.6 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Freezes you inflict spread to other Enemies within 1.7 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferation", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FreezeProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.5 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.6 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.7 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.8 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 1.9 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Freezes you inflict spread to other Enemies within 2 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 1.8 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 1.9 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.1 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.2 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["FreezeProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Freezes you inflict spread to other Enemies within 2.3 metres", statOrder = { 2074 }, level = 75, group = "FreezeProliferationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ShockProliferationEldritchImplicit1"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.2 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicit2"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.3 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicit3"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.4 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicit4"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.5 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicit5"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.6 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicit6"] = { type = "Exarch", affix = "", "Shocks you inflict spread to other Enemies within 1.7 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferation", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.5 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.6 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.7 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.8 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 1.9 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Shocks you inflict spread to other Enemies within 2 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 1.8 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 1.9 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.1 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.2 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ShockProliferationEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Shocks you inflict spread to other Enemies within 2.3 metres", statOrder = { 2075 }, level = 75, group = "ShockProliferationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["StunThresholdReductionEldritchImplicit1"] = { type = "Exarch", affix = "", "(6-7)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicit2"] = { type = "Exarch", affix = "", "(8-9)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicit3"] = { type = "Exarch", affix = "", "(10-11)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicit4"] = { type = "Exarch", affix = "", "(12-13)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicit5"] = { type = "Exarch", affix = "", "(14-15)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicit6"] = { type = "Exarch", affix = "", "(16-17)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReduction", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (12-13)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["StunThresholdReductionEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% reduced Enemy Stun Threshold", statOrder = { 1378 }, level = 75, group = "StunThresholdReductionPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["MinionDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions deal (14-16)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions deal (17-19)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions deal (20-22)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions deal (23-25)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions deal (26-27)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions deal (28-29)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (26-28)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (29-31)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (32-34)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (35-37)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (38-39)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions deal (40-41)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (38-40)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (41-43)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (44-46)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (47-49)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (50-51)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, + ["MinionDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions deal (52-53)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "minion" }, }, + ["TrapThrowSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["TrapThrowSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Trap Throwing Speed", statOrder = { 1784 }, level = 75, group = "TrapThrowSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["MineLayingSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Mine Throwing Speed", statOrder = { 1785 }, level = 75, group = "MineLayingSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["ExtinguishOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["ExtinguishOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 100% chance to Extinguish Enemies on Hit", statOrder = { 6064 }, level = 75, group = "ExtinguishOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["DamagePerFrenzyChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyCharge", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerFrenzyChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 75, group = "DamagePerFrenzyChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit1"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit2"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit3"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit4"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 1 additional nearby Enemy", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit5"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicit6"] = { type = "Exarch", affix = "", "Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTarget", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 2 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 3 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 4 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, + ["StrikeSkillsAdditionalTargetEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Non-Vaal Strike Skills target 4 additional nearby Enemies", statOrder = { 8519 }, level = 75, group = "StrikeSkillsAdditionalTargetPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicit", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitUniquePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnHitImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 1 Rage on Hit with Attacks", statOrder = { 6391 }, level = 75, group = "RageOnHitImplicitPinnaclePresence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain 1 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 2 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 3 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 4 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, + ["RageOnAttackHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 4 Rage on Attack Hit", statOrder = { 6353 }, level = 75, group = "RageOnAttackHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { "attack" }, }, + ["ChanceToIntimidateOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToIntimidateOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidate Enemies for 4 seconds on Hit", statOrder = { 5303 }, level = 75, group = "ChanceToIntimidateOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit1"] = { type = "Exarch", affix = "", "15% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit2"] = { type = "Exarch", affix = "", "20% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit3"] = { type = "Exarch", affix = "", "25% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit4"] = { type = "Exarch", affix = "", "30% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit5"] = { type = "Exarch", affix = "", "35% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicit6"] = { type = "Exarch", affix = "", "40% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToUnnerveOnHitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Unnerve Enemies for 4 seconds on Hit", statOrder = { 5313 }, level = 75, group = "ChanceToUnnerveOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit1"] = { type = "Eater", affix = "", "+5% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit2"] = { type = "Eater", affix = "", "+6% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit3"] = { type = "Eater", affix = "", "+7% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit4"] = { type = "Eater", affix = "", "+8% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit5"] = { type = "Eater", affix = "", "+9% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicit6"] = { type = "Eater", affix = "", "+10% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpells", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +7% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +8% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +9% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +10% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +11% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +12% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +10% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +11% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +12% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +13% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +14% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, + ["ChanceToSuppressSpellsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +15% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 75, group = "ChanceToSuppressSpellsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingFromHelmetBoots", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["EvasionRatingHelmetBootsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Evasion Rating from Equipped Helmet and Boots", statOrder = { 6022 }, level = 75, group = "EvasionRatingHelmetBootsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["FireExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -11% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -12% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -13% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -14% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -15% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Fire Exposure on Hit, applying -16% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -14% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -15% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -16% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -17% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -18% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Fire Exposure on Hit, applying -19% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -17% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -18% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -19% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -20% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -21% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, + ["FireExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Fire Exposure on Hit, applying -22% to Fire Resistance", statOrder = { 6109 }, level = 75, group = "FireExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire" }, }, + ["ColdExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -11% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -12% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -13% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -14% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -15% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Cold Exposure on Hit, applying -16% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -14% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -15% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -16% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -17% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -18% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Cold Exposure on Hit, applying -19% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -17% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -18% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -19% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -20% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -21% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, + ["ColdExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Cold Exposure on Hit, applying -22% to Cold Resistance", statOrder = { 5407 }, level = 75, group = "ColdExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold" }, }, + ["LightningExposureEffectOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -11% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -12% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -13% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -14% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -15% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Inflict Lightning Exposure on Hit, applying -16% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -14% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -15% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -16% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -17% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -18% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Inflict Lightning Exposure on Hit, applying -19% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -17% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -18% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -19% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -20% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -21% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, + ["LightningExposureEffectOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Inflict Lightning Exposure on Hit, applying -22% to Lightning Resistance", statOrder = { 6912 }, level = 75, group = "LightningExposureEffectOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning" }, }, + ["ArmourPenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Hits have (30-34)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Hits have (35-38)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Hits have (39-42)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Hits have (43-45)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Hits have (46-48)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Hits have (49-50)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmour", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (43-45)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (46-48)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (49-52)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (53-56)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (57-60)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hits have (61-63)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (53-56)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (57-60)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (61-63)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (64-68)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (69-73)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, + ["ArmourPenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hits have (74-78)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 75, group = "ChanceToIgnoreEnemyArmourPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "physical" }, }, + ["WitherExpireSpeedEldritchImplicit1"] = { type = "Eater", affix = "", "Withered you Inflict expires (10-12)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicit2"] = { type = "Eater", affix = "", "Withered you Inflict expires (13-15)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicit3"] = { type = "Eater", affix = "", "Withered you Inflict expires (16-18)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicit4"] = { type = "Eater", affix = "", "Withered you Inflict expires (19-20)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicit5"] = { type = "Eater", affix = "", "Withered you Inflict expires (21-22)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicit6"] = { type = "Eater", affix = "", "Withered you Inflict expires (23-24)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (19-21)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (22-24)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (25-27)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (28-29)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (30-31)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Withered you Inflict expires (32-33)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (28-30)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (31-33)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (34-36)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (37-39)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (40-42)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, + ["WitherExpireSpeedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Withered you Inflict expires (43-45)% slower", statOrder = { 9822 }, level = 75, group = "WitherExpireSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos" }, }, + ["ConvertPhysicalToFireEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFireUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ConvertPhysicalToFireEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 75, group = "ConvertPhysicalToFirePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ConvertPhysicalToColdEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToColdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 75, group = "ConvertPhysicalToColdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["ConvertPhysicalToLightningEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToLightningEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 75, group = "ConvertPhysicalToLightningPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["ConvertPhysicalToChaosEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicit2"] = { type = "Eater", affix = "", "15% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicit3"] = { type = "Eater", affix = "", "20% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicit4"] = { type = "Eater", affix = "", "25% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicit5"] = { type = "Eater", affix = "", "30% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicit6"] = { type = "Eater", affix = "", "35% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "PhysicalDamageConvertToChaosImplicit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 55% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 60% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["ConvertPhysicalToChaosEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 65% of Physical Damage Converted to Chaos Damage", statOrder = { 1819 }, level = 75, group = "ConvertPhysicalToChaosPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["FireDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["FireDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Fire Damage Leeched as Life", statOrder = { 1531 }, level = 75, group = "FireDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ColdDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Cold Damage Leeched as Life", statOrder = { 1536 }, level = 75, group = "ColdDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["LightningDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Lightning Damage Leeched as Life", statOrder = { 1540 }, level = 75, group = "LightningDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["PhysicalDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Physical Damage Leeched as Life", statOrder = { 1527 }, level = 75, group = "PhysicalDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit1"] = { type = "Eater", affix = "", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit2"] = { type = "Eater", affix = "", "0.3% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit3"] = { type = "Eater", affix = "", "0.4% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit4"] = { type = "Eater", affix = "", "0.5% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit5"] = { type = "Eater", affix = "", "0.6% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicit6"] = { type = "Eater", affix = "", "0.7% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechHundredThousand", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.4% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.5% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.6% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.7% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.8% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 0.9% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.6% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.7% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.8% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 0.9% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1.1% of Chaos Damage Leeched as Life", statOrder = { 1543 }, level = 75, group = "ChaosDamageLifeLeechPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STR", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100STREldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100STREldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Strength", statOrder = { 5627 }, level = 75, group = "DamagePer100STRPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEX", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100DEXEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Dexterity", statOrder = { 5625 }, level = 75, group = "DamagePer100DEXPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicit1"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicit2"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicit3"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicit4"] = { type = "Eater", affix = "", "3% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicit5"] = { type = "Eater", affix = "", "4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicit6"] = { type = "Eater", affix = "", "4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INT", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["DamagePer100INTEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 4% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 5% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["DamagePer100INTEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per 100 Intelligence", statOrder = { 5626 }, level = 75, group = "DamagePer100INTPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "damage" }, }, + ["BlindEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BlindEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Blind Effect", statOrder = { 4921 }, level = 75, group = "BlindEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ExertedAttackDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Exerted Attacks deal (20-22)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Exerted Attacks deal (23-25)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Exerted Attacks deal (26-28)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Exerted Attacks deal (29-31)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Exerted Attacks deal (32-33)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Exerted Attacks deal (34-35)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamage", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (26-28)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (29-31)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (32-34)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (35-37)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (38-39)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Exerted Attacks deal (40-41)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (32-34)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (35-37)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (38-40)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (41-43)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (44-45)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, + ["ExertedAttackDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Exerted Attacks deal (46-47)% increased Damage", statOrder = { 5908 }, level = 75, group = "ExertedAttackDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "damage", "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks have 15% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks have 20% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks have 25% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks have 30% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks have 35% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks have 40% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 45% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 50% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 55% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 60% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 65% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 70% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 75% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 80% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 85% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 90% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 95% chance to Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, + ["GlobalMaimOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks always Maim on Hit", statOrder = { 7565 }, level = 75, group = "GlobalMaimOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "attack" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit1"] = { type = "Eater", affix = "", "15% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit2"] = { type = "Eater", affix = "", "20% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit3"] = { type = "Eater", affix = "", "25% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit4"] = { type = "Eater", affix = "", "30% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit5"] = { type = "Eater", affix = "", "35% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicit6"] = { type = "Eater", affix = "", "40% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 600, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 45% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 50% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 55% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 60% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 65% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 70% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, + ["SpellsHinderOnHitChanceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 75, group = "SpellsHinderOnHitChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 120, 0 }, modTags = { "caster" }, }, + ["IncreasedAccuracyPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(9-10)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(11-12)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(13-14)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(15-16)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(17-18)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(19-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercent", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (13-14)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (15-16)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (17-18)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["IncreasedAccuracyPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 75, group = "IncreasedAccuracyPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["MarkEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffect", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "caster", "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, + ["MarkEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of your Marks", statOrder = { 2449 }, level = 75, group = "MarkEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 80, 0 }, modTags = { "curse" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit1"] = { type = "Eater", affix = "", "+(43-45) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit2"] = { type = "Eater", affix = "", "+(46-48) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit3"] = { type = "Eater", affix = "", "+(49-51) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit4"] = { type = "Eater", affix = "", "+(52-54) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit5"] = { type = "Eater", affix = "", "+(55-57) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicit6"] = { type = "Eater", affix = "", "+(58-60) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "IncreasedAccuracyPerFrenzy", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(49-51) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(52-54) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(55-57) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(58-60) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(61-63) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(64-66) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(55-57) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(58-60) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(61-63) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(64-66) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(67-69) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["FlatAccuracyPerFrenzyChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(70-72) to Accuracy Rating per Frenzy Charge", statOrder = { 4287 }, level = 75, group = "FlatAccuracyPerFrenzyChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "attack" }, }, + ["AdditionalPierceEldritchImplicit1"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicit2"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicit3"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicit4"] = { type = "Eater", affix = "", "Projectiles Pierce an additional Target", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicit5"] = { type = "Eater", affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicit6"] = { type = "Eater", affix = "", "Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierce", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 2 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPierceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 3 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 4 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AdditionalPierceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Projectiles Pierce 4 additional Targets", statOrder = { 1649 }, level = 75, group = "AdditionalPiercePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["PoisonOnHitEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHit", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["PoisonOnHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Poison on Hit", statOrder = { 3012 }, level = 75, group = "PoisonOnHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToBleedEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks have 5% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks have 10% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks have 15% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks have 20% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks have 25% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks have 30% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 15% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 20% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 25% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 30% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 35% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks have 40% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 25% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 30% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 35% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 40% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 45% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToBleedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks have 50% chance to cause Bleeding", statOrder = { 2340 }, level = 75, group = "ChanceToBleedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleed", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 400, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 200, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAggravateBleedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Aggravate Bleeding on targets you Hit with Attacks", statOrder = { 4364 }, level = 75, group = "ChanceToAggravateBleedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 100, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AttackImpaleChanceEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChance", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 700, 0 }, modTags = { "physical", "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 350, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, + ["AttackImpaleChanceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 75, group = "AttackImpaleChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "gloves", "default", }, weightVal = { 0, 140, 0 }, modTags = { "attack" }, }, + ["IncreasedCastSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "8% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "9% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "10% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "11% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "12% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "13% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeed", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, + ["IncreasedCastSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Cast Speed", statOrder = { 1308 }, level = 75, group = "IncreasedCastSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster", "speed" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit1"] = { type = "Exarch", affix = "", "(28-30)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit2"] = { type = "Exarch", affix = "", "(31-33)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit3"] = { type = "Exarch", affix = "", "(34-36)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit4"] = { type = "Exarch", affix = "", "(37-39)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit5"] = { type = "Exarch", affix = "", "(40-42)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicit6"] = { type = "Exarch", affix = "", "(43-45)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChance", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, + ["SpellCriticalStrikeChanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 75, group = "SpellCriticalStrikeChancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster", "critical" }, }, + ["SpellAddedFireDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (10-13) to (20-23) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-25) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (11-15) to (24-27) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (13-16) to (26-30) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (14-18) to (29-33) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (15-20) to (32-36) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (26-30) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (29-33) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (32-36) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (17-22) to (34-40) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (19-24) to (38-43) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (17-22) to (34-40) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (19-24) to (38-43) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (20-27) to (41-48) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (23-31) to (47-55) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (27-35) to (54-63) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedFireDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (31-40) to (63-72) Fire Damage to Spells", statOrder = { 1267 }, level = 75, group = "SpellAddedFireDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (9-11) to (17-20) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (10-12) to (19-22) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-24) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (11-15) to (23-27) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (13-16) to (25-30) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (14-18) to (28-32) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-27) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-30) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (28-32) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (30-36) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (17-21) to (34-39) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (18-24) to (37-43) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-20) to (30-36) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (17-21) to (34-39) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-24) to (37-43) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (21-27) to (42-50) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (24-32) to (48-57) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedColdDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (28-36) to (56-65) Cold Damage to Spells", statOrder = { 1268 }, level = 75, group = "SpellAddedColdDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (2-4) to (34-36) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (2-4) to (37-40) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (2-4) to (41-44) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (2-5) to (45-48) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (2-5) to (50-53) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (2-6) to (54-59) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (45-48) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-5) to (50-53) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (2-6) to (54-59) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-6) to (60-64) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-7) to (66-70) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-6) to (60-64) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-7) to (66-70) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (3-8) to (72-78) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (4-8) to (83-90) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (4-10) to (96-103) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedLightningDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (5-11) to (110-119) Lightning Damage to Spells", statOrder = { 1269 }, level = 75, group = "SpellAddedLightningDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (8-10) to (15-18) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (8-11) to (17-20) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (9-12) to (19-22) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (10-13) to (21-24) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (11-15) to (23-26) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (13-16) to (25-29) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (21-24) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (23-26) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (25-29) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-18) to (28-32) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-19) to (31-35) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (16-22) to (33-39) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-18) to (28-32) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-19) to (31-35) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (16-22) to (33-39) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (19-25) to (39-44) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (22-28) to (45-51) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedPhysicalDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (25-33) to (51-59) Physical Damage to Spells", statOrder = { 1266 }, level = 75, group = "SpellAddedPhysicalDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "Adds (7-10) to (15-17) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "Adds (8-10) to (16-19) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "Adds (9-11) to (18-20) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "Adds (10-13) to (20-23) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "Adds (10-14) to (21-25) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "Adds (11-15) to (24-27) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-13) to (20-23) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (10-14) to (21-25) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (11-15) to (24-27) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (13-16) to (26-30) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (14-18) to (29-33) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Adds (15-20) to (32-36) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (13-16) to (26-30) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (14-18) to (29-33) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (15-20) to (32-36) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (18-23) to (36-41) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (20-27) to (41-48) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["SpellAddedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Adds (23-31) to (47-55) Chaos Damage to Spells", statOrder = { 1270 }, level = 75, group = "SpellAddedChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["FireDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Fire Damage taken Recouped as Life", statOrder = { 6102 }, level = 75, group = "FireDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["ColdDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Cold Damage taken Recouped as Life", statOrder = { 5402 }, level = 75, group = "ColdDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["LightningDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Lightning Damage taken Recouped as Life", statOrder = { 6905 }, level = 75, group = "LightningDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, + ["PhysicalDamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% of Physical Damage taken Recouped as Life", statOrder = { 8941 }, level = 75, group = "PhysicalDamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "resource", "life", "physical" }, }, + ["CurseEffectFlammabilityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammability", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFlammabilityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Flammability Curse Effect", statOrder = { 3845 }, level = 75, group = "CurseEffectFlammabilityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbite", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbiteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectFrostbiteEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Frostbite Curse Effect", statOrder = { 3846 }, level = 75, group = "CurseEffectFrostbitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivity", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectConductivityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Conductivity Curse Effect", statOrder = { 3842 }, level = 75, group = "CurseEffectConductivityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerability", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectVulnerabilityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Vulnerability Curse Effect", statOrder = { 3848 }, level = 75, group = "CurseEffectVulnerabilityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeakness", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectElementalWeaknessEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Elemental Weakness Curse Effect", statOrder = { 3843 }, level = 75, group = "CurseEffectElementalWeaknessPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespair", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectDespairEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Despair Curse Effect", statOrder = { 5732 }, level = 75, group = "CurseEffectDespairPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChains", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectTemporalChainsEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Temporal Chains Curse Effect", statOrder = { 3840 }, level = 75, group = "CurseEffectTemporalChainsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeble", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeebleUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectEnfeebleEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Enfeeble Curse Effect", statOrder = { 3844 }, level = 75, group = "CurseEffectEnfeeblePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishment", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["CurseEffectPunishmentEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Punishment Curse Effect", statOrder = { 3847 }, level = 75, group = "CurseEffectPunishmentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { "curse" }, }, + ["ReducedAttackManaCostEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-20)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicit2"] = { type = "Exarch", affix = "", "(21-22)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicit3"] = { type = "Exarch", affix = "", "(23-24)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicit4"] = { type = "Exarch", affix = "", "(25-26)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCost", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-32)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["ReducedAttackManaCostEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% reduced Mana Cost of Attacks", statOrder = { 4589 }, level = 75, group = "ReducedAttackManaCostPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerCharge", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["IncreasedDamagePerPowerChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Power Charge", statOrder = { 5639 }, level = 75, group = "IncreasedDamagePerPowerChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["MinionLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions have (14-16)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions have (17-19)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions have (20-22)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions have (23-25)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions have (26-27)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions have (28-29)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLife", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (20-22)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (23-25)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (26-28)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (29-31)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (32-33)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (34-35)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (26-28)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (29-31)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (32-34)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (35-37)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (38-39)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (40-41)% increased maximum Life", statOrder = { 1625 }, level = 75, group = "MinionLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life", "minion" }, }, + ["MinionRunSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "Minions have (11-12)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "Minions have (13-14)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "Minions have (15-16)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "Minions have (17-18)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "Minions have (19-20)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "Minions have (21-22)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeed", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (13-15)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (16-18)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (19-21)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (22-24)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (25-26)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Minions have (27-28)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (19-21)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (22-24)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (25-27)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (28-30)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (31-32)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, + ["MinionRunSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions have (33-34)% increased Movement Speed", statOrder = { 1628 }, level = 75, group = "MinionRunSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "speed", "minion" }, }, + ["AreaOfEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(7-8)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(9-10)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(11-12)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(13-14)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(15-16)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(17-18)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (13-14)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (15-16)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (19-20)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (21-22)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Area of Effect", statOrder = { 1739 }, level = 75, group = "AreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["EnergyShieldRegenerationEldritchImplicit1"] = { type = "Eater", affix = "", "21% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicit2"] = { type = "Eater", affix = "", "22% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicit3"] = { type = "Eater", affix = "", "23% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicit4"] = { type = "Eater", affix = "", "24% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicit5"] = { type = "Eater", affix = "", "25% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicit6"] = { type = "Eater", affix = "", "26% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegeneration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 24% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 26% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 27% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 28% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 29% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 27% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 28% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 29% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 31% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRegenerationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 32% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 75, group = "EnergyShieldRegenerationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBoots", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldFromGlovesBootsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Maximum Energy Shield from Equipped Gloves and Boots", statOrder = { 5974 }, level = 75, group = "EnergyShieldFromGlovesBootsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["FireResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Fire Resistance", statOrder = { 2827 }, level = 75, group = "FireResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Cold Resistance", statOrder = { 2828 }, level = 75, group = "ColdResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningResistancePenetrationEldritchImplicit1"] = { type = "Eater", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicit2"] = { type = "Eater", affix = "", "Damage Penetrates 4% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicit3"] = { type = "Eater", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicit4"] = { type = "Eater", affix = "", "Damage Penetrates 5% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicit5"] = { type = "Eater", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicit6"] = { type = "Eater", affix = "", "Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 6% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 7% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 8% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 9% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningResistancePenetrationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Damage Penetrates 10% Lightning Resistance", statOrder = { 2829 }, level = 75, group = "LightningResistancePenetrationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedAilmentDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(13-14)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(15-16)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(17-18)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(19-20)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(21-22)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(23-24)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDuration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentDurationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Duration of Ailments on Enemies", statOrder = { 1719 }, level = 75, group = "IncreasedAilmentDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-22)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-25)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-33)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (34-35)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-28)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-31)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (32-34)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-37)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-39)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["IncreasedAilmentEffectOnEnemiesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (40-41)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 75, group = "IncreasedAilmentEffectOnEnemiesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { "ailment" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit1"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit2"] = { type = "Eater", affix = "", "6% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit3"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit4"] = { type = "Eater", affix = "", "7% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit5"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicit6"] = { type = "Eater", affix = "", "8% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUber", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsFireBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 75, group = "PhysicalDamageTakenAsFireBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsColdBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Cold Damage", statOrder = { 2299 }, level = 75, group = "PhysicalDamageTakenAsColdBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsLightningBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2300 }, level = 75, group = "PhysicalDamageTakenAsLightningBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit1"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit2"] = { type = "Eater", affix = "", "10% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit3"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit4"] = { type = "Eater", affix = "", "11% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit5"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicit6"] = { type = "Eater", affix = "", "12% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUber", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 16% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageTakenAsChaosBodyUberEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% of Physical Damage from Hits taken as Chaos Damage", statOrder = { 2302 }, level = 75, group = "PhysicalDamageTakenAsChaosBodyUberPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "physical", "chaos" }, }, + ["ManaReservationEfficiencyEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiency", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, + ["ManaReservationEfficiencyEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 75, group = "ManaReservationEfficiencyPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resource", "mana" }, }, + ["ChanceToIgniteEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnite", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgniteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToIgniteEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Ignite", statOrder = { 1880 }, level = 75, group = "ChanceToIgnitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreeze", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToFreezeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Freeze", statOrder = { 1883 }, level = 75, group = "ChanceToFreezePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToShockEldritchImplicit1"] = { type = "Eater", affix = "", "5% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicit2"] = { type = "Eater", affix = "", "10% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicit3"] = { type = "Eater", affix = "", "15% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicit4"] = { type = "Eater", affix = "", "20% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicit5"] = { type = "Eater", affix = "", "25% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicit6"] = { type = "Eater", affix = "", "30% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShock", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 20% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 25% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 30% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 35% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 40% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 25% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 30% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 35% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 40% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 45% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ChanceToShockEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 50% chance to Shock", statOrder = { 1887 }, level = 75, group = "ChanceToShockPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelf", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedIgniteDurationOnSelfEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 75, group = "ReducedIgniteDurationOnSelfPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDuration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 75, group = "ReducedFreezeDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelf", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ReducedShockEffectOnSelfEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 75, group = "ReducedShockEffectOnSelfPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["ManaRegenerationEldritchImplicit1"] = { type = "Eater", affix = "", "(19-21)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicit2"] = { type = "Eater", affix = "", "(22-24)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicit3"] = { type = "Eater", affix = "", "(25-27)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicit4"] = { type = "Eater", affix = "", "(28-30)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicit5"] = { type = "Eater", affix = "", "(31-33)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicit6"] = { type = "Eater", affix = "", "(34-36)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegeneration", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRegenerationEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 75, group = "ManaRegenerationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["EnemyLifeRegenerationRateEldritchImplicit1"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (65-67)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicit2"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (68-70)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicit3"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (71-73)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicit4"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (74-76)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicit5"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (77-79)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicit6"] = { type = "Eater", affix = "", "Enemies you've Hit Recently have (80-82)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRate", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (74-76)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (77-79)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (80-82)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (83-85)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (86-88)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enemies you've Hit Recently have (89-91)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (83-85)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (86-88)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (89-91)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (92-94)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (95-97)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["EnemyLifeRegenerationRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enemies you've Hit Recently have (98-100)% reduced Life Regeneration rate", statOrder = { 5968 }, level = 75, group = "EnemyLifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit1"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit2"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit3"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit4"] = { type = "Eater", affix = "", "5% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit5"] = { type = "Eater", affix = "", "6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicit6"] = { type = "Eater", affix = "", "6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerCharge", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 6% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenerationPerPowerChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Mana Regeneration Rate per Power Charge", statOrder = { 1834 }, level = 75, group = "IncreasedManaRegenerationPerPowerChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "mana" }, }, + ["AttackDamageEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-34)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (35-37)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (38-39)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-41)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-40)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-43)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (44-46)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (47-49)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (50-51)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, + ["AttackDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-53)% increased Attack Damage", statOrder = { 1065 }, level = 75, group = "AttackDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "damage", "attack" }, }, + ["SpellDamageEldritchImplicit1"] = { type = "Eater", affix = "", "(14-16)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicit2"] = { type = "Eater", affix = "", "(17-19)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicit3"] = { type = "Eater", affix = "", "(20-22)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicit4"] = { type = "Eater", affix = "", "(23-25)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicit5"] = { type = "Eater", affix = "", "(26-27)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicit6"] = { type = "Eater", affix = "", "(28-29)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamage", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (26-28)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-31)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (32-34)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (35-37)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (38-39)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (40-41)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (38-40)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-43)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (44-46)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (47-49)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (50-51)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["SpellDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-53)% increased Spell Damage", statOrder = { 1090 }, level = 75, group = "SpellDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ArcaneSurgeEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffect", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcaneSurgeEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 75, group = "ArcaneSurgeEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "helmet", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["MovementVelocityEldritchImplicit1"] = { type = "Exarch", affix = "", "5% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicit2"] = { type = "Exarch", affix = "", "6% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicit3"] = { type = "Exarch", affix = "", "7% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicit4"] = { type = "Exarch", affix = "", "8% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicit5"] = { type = "Exarch", affix = "", "9% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicit6"] = { type = "Exarch", affix = "", "10% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocity", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 8% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 9% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, + ["MovementVelocityEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Movement Speed", statOrder = { 1657 }, level = 75, group = "MovementVelocityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, + ["ActionSpeedImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Action Speed", statOrder = { 4295 }, level = 75, group = "ActionSpeedImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { "speed" }, }, + ["ScorchedGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 2 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 3 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 4 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 5 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 6 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Scorched Ground while moving, lasting 7 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 4 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 5 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 6 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 7 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 8 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Scorched Ground while moving, lasting 9 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 6 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 7 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 8 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 9 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 10 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["ScorchedGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Scorched Ground while moving, lasting 11 seconds", statOrder = { 4960 }, level = 75, group = "ScorchedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 2 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 3 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 4 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 5 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 6 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Brittle Ground while moving, lasting 7 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 4 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 5 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 6 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 7 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 8 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Brittle Ground while moving, lasting 9 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 6 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 7 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 8 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 9 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 10 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["BrittleGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Brittle Ground while moving, lasting 11 seconds", statOrder = { 4958 }, level = 75, group = "BrittleGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit1"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 2 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit2"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 3 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit3"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 4 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit4"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 5 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit5"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 6 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicit6"] = { type = "Exarch", affix = "", "Drops Sapped Ground while moving, lasting 7 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundMovingImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 4 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 5 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 6 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 7 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 8 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Drops Sapped Ground while moving, lasting 9 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 6 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 7 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 8 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 9 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 10 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["SappedGroundWhileMovingEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Drops Sapped Ground while moving, lasting 11 seconds", statOrder = { 4959 }, level = 75, group = "SappedGroundWhileMovingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { }, }, + ["FireResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["FireResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Fire Resistance", statOrder = { 1485 }, level = 75, group = "FireResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["ColdResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Cold Resistance", statOrder = { 1491 }, level = 75, group = "ColdResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(13-14)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(15-16)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(17-18)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(19-20)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(21-22)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(23-24)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(23-24)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(25-26)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(27-28)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(29-30)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(29-30)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(31-32)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(33-34)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["LightningResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(35-36)% to Lightning Resistance", statOrder = { 1496 }, level = 75, group = "LightningResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["ChaosResistanceEldritchImplicit1"] = { type = "Exarch", affix = "", "+(6-7)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicit2"] = { type = "Exarch", affix = "", "+(8-9)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicit3"] = { type = "Exarch", affix = "", "+(10-11)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicit4"] = { type = "Exarch", affix = "", "+(12-13)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicit5"] = { type = "Exarch", affix = "", "+(14-15)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicit6"] = { type = "Exarch", affix = "", "+(16-17)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistance", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(12-13)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(14-15)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(16-17)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(18-19)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(20-21)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(22-23)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistanceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(18-19)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(20-21)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(22-23)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(24-25)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(26-27)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, + ["ChaosResistanceEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(28-29)% to Chaos Resistance", statOrder = { 1500 }, level = 75, group = "ChaosResistancePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "chaos", "resistance" }, }, + ["DamagePerEnduranceChargeEldritchImplicit1"] = { type = "Exarch", affix = "", "4% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicit2"] = { type = "Exarch", affix = "", "4% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicit3"] = { type = "Exarch", affix = "", "5% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicit4"] = { type = "Exarch", affix = "", "5% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicit5"] = { type = "Exarch", affix = "", "6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicit6"] = { type = "Exarch", affix = "", "6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceCharge", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 5% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 6% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 7% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["DamagePerEnduranceChargeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 8% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 75, group = "DamagePerEnduranceChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "damage" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["SummonTotemCastSpeedEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeed", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["SummonTotemCastSpeedEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Totem Placement speed", statOrder = { 2429 }, level = 75, group = "SummonTotemCastSpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["BrandAttachmentRangeEldritchImplicit1"] = { type = "Exarch", affix = "", "10% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicit2"] = { type = "Exarch", affix = "", "11% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicit3"] = { type = "Exarch", affix = "", "12% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicit4"] = { type = "Exarch", affix = "", "13% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicit5"] = { type = "Exarch", affix = "", "14% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicit6"] = { type = "Exarch", affix = "", "15% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRange", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "caster" }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 16% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 17% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 18% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 19% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 19% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 20% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 21% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 22% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["BrandAttachmentRangeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 23% increased Brand Attachment range", statOrder = { 9293 }, level = 75, group = "BrandAttachmentRangePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FireGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Flame Golems", statOrder = { 3928 }, level = 75, group = "FireGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IceGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Ice Golems", statOrder = { 3929 }, level = 75, group = "IceGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["LightningGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Lightning Golems", statOrder = { 3930 }, level = 75, group = "LightningGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RockGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Stone Golems", statOrder = { 3927 }, level = 75, group = "RockGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ChaosGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Chaos Golems", statOrder = { 3931 }, level = 75, group = "ChaosGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(37-39)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(40-42)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(43-45)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(46-48)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (49-51)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (52-54)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (55-57)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-60)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (61-63)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (64-66)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-69)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["CarrionGolemBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (70-72)% increased Effect of the Buff granted by your Carrion Golems", statOrder = { 4709 }, level = 75, group = "CarrionGolemBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flesh Offering has (6-7)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flesh Offering has (8-9)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flesh Offering has (10-11)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flesh Offering has (12-13)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flesh Offering has (14-15)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flesh Offering has (16-17)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (12-13)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (14-15)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (16-17)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (18-19)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (20-21)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh Offering has (22-23)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (18-19)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (20-21)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (22-23)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (24-25)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (26-27)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh Offering has (28-29)% increased Effect", statOrder = { 1040 }, level = 75, group = "FleshOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Bone Offering has (6-7)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Bone Offering has (8-9)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Bone Offering has (10-11)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Bone Offering has (12-13)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Bone Offering has (14-15)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Bone Offering has (16-17)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (12-13)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (14-15)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (16-17)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (18-19)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (20-21)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Bone Offering has (22-23)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (18-19)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (20-21)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (22-23)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (24-25)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (26-27)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BoneOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bone Offering has (28-29)% increased Effect", statOrder = { 1039 }, level = 75, group = "BoneOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Spirit Offering has (6-7)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Spirit Offering has (8-9)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Spirit Offering has (10-11)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Spirit Offering has (12-13)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Spirit Offering has (14-15)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Spirit Offering has (16-17)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (12-13)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (14-15)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (16-17)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (18-19)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (20-21)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Spirit Offering has (22-23)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (18-19)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (20-21)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (22-23)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (24-25)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (26-27)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SpiritOfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Spirit Offering has (28-29)% increased Effect", statOrder = { 1041 }, level = 75, group = "SpiritOfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AvoidIgniteEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnite", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgniteUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidIgniteEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 75, group = "AvoidIgnitePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidFreezeEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreeze", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidFreezeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 75, group = "AvoidFreezePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidShockEldritchImplicit1"] = { type = "Exarch", affix = "", "(33-35)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicit2"] = { type = "Exarch", affix = "", "(36-38)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicit3"] = { type = "Exarch", affix = "", "(39-41)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicit4"] = { type = "Exarch", affix = "", "(42-44)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicit5"] = { type = "Exarch", affix = "", "(45-47)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicit6"] = { type = "Exarch", affix = "", "(48-50)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShock", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidShockEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 75, group = "AvoidShockPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidStunEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-29)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicit6"] = { type = "Exarch", affix = "", "(30-32)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStun", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-35)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (36-38)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (39-41)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AvoidStunEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 75, group = "AvoidStunPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(6-7)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(8-9)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(10-11)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(12-13)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(14-15)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(16-17)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["OnslaughtEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 75, group = "OnslaughtEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["LifeRegenerationRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRate", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 15% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Life Regeneration rate", statOrder = { 1437 }, level = 75, group = "LifeRegenerationRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resource", "life" }, }, + ["ArmourFromHelmetGlovesEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGloves", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, + ["ArmourFromHelmetGlovesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% increased Armour from Equipped Helmet and Gloves", statOrder = { 4488 }, level = 75, group = "ArmourFromHelmetGlovesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "defences", "armour" }, }, + ["FasterIgniteDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 5% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 6% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 7% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 8% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 9% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Ignites you inflict deal Damage 10% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 8% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 9% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 10% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 11% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 12% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Ignites you inflict deal Damage 13% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 11% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 12% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 13% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 14% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 15% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterIgniteDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Ignites you inflict deal Damage 16% faster", statOrder = { 2415 }, level = 75, group = "FasterIgniteDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 5% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 6% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 7% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 8% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 9% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Poisons you inflict deal Damage 10% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 8% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 9% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 10% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 11% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 12% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Poisons you inflict deal Damage 13% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 11% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 12% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 13% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 14% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 15% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterPoisonDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Poisons you inflict deal Damage 16% faster", statOrder = { 6076 }, level = 75, group = "FasterPoisonDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 5% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 6% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 7% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 8% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 9% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Bleeding you inflict deals Damage 10% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 8% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 9% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 10% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 11% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 12% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Bleeding you inflict deals Damage 13% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 11% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 12% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 13% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 14% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 15% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["FasterBleedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Bleeding you inflict deals Damage 16% faster", statOrder = { 6075 }, level = 75, group = "FasterBleedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["PhysicalAddedAsFireEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFire", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFireUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsFireEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1789 }, level = 75, group = "PhysicalAddedAsFirePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "fire" }, }, + ["PhysicalAddedAsColdEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsCold", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsColdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Cold Damage", statOrder = { 1790 }, level = 75, group = "PhysicalAddedAsColdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "cold" }, }, + ["PhysicalAddedAsLightningEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightning", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalAddedAsLightningEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Lightning Damage", statOrder = { 1791 }, level = 75, group = "PhysicalAddedAsLightningPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "elemental", "lightning" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit1"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit2"] = { type = "Eater", affix = "", "Gain 4% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit3"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit4"] = { type = "Eater", affix = "", "Gain 5% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit5"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicit6"] = { type = "Eater", affix = "", "Gain 6% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaos", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 600, 0 }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 6% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 7% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 8% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 9% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, + ["PhysicalDamageAddedAsChaosEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain 10% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 75, group = "PhysicalDamageAddedAsChaosPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 120, 0 }, modTags = { "physical", "chaos" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit1"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit2"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit3"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit4"] = { type = "Eater", affix = "", "Regenerate 0.2% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit5"] = { type = "Eater", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicit6"] = { type = "Eater", affix = "", "Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceCharge", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.3% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.4% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.5% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, + ["LifeRegenerationPercentPerEnduranceChargeEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Regenerate 0.5% of Life per second per Endurance Charge", statOrder = { 1436 }, level = 75, group = "LifeRegenerationPercentPerEnduranceChargePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { "resource", "life" }, }, + ["IncreasedStunThresholdEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThreshold", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 1000, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["IncreasedStunThresholdEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Stun Threshold", statOrder = { 3113 }, level = 75, group = "IncreasedStunThresholdPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["TravelSkillCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Cooldown Recovery Rate of Travel Skills", statOrder = { 4211 }, level = 75, group = "TravelSkillCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["WarcrySpeedEldritchImplicit1"] = { type = "Eater", affix = "", "(15-16)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicit2"] = { type = "Eater", affix = "", "(17-18)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicit3"] = { type = "Eater", affix = "", "(19-20)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicit4"] = { type = "Eater", affix = "", "(21-22)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicit5"] = { type = "Eater", affix = "", "(23-24)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicit6"] = { type = "Eater", affix = "", "(25-26)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeed", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (23-24)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["WarcrySpeedEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Warcry Speed", statOrder = { 3118 }, level = 75, group = "WarcrySpeedPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "speed" }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "Enduring Cry has (15-17)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "Enduring Cry has (18-20)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "Enduring Cry has (21-23)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "Enduring Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "Enduring Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "Enduring Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Enduring Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (42-44)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (45-47)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["EnduringCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Enduring Cry has (48-50)% increased Cooldown Recovery Rate", statOrder = { 3719 }, level = 75, group = "EnduringCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "Intimidating Cry has (15-17)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "Intimidating Cry has (18-20)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "Intimidating Cry has (21-23)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "Intimidating Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "Intimidating Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "Intimidating Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Intimidating Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (42-44)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (45-47)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["IntimidatingCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Intimidating Cry has (48-50)% increased Cooldown Recovery Rate", statOrder = { 6764 }, level = 75, group = "IntimidatingCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (20-22)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (23-25)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (26-28)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (29-31)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (32-33)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks Exerted by Seismic Cry deal (34-35)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (26-28)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (29-31)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (32-34)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (35-37)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (38-39)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Seismic Cry deal (40-41)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (32-34)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (35-37)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (38-40)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (41-43)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (44-45)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SeismicCryExertedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Seismic Cry deal (46-47)% increased Damage", statOrder = { 9220 }, level = 75, group = "SeismicCryExertedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (20-22)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (23-25)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (26-28)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (29-31)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (32-33)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Attacks Exerted by Ancestral Cry deal (34-35)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamage", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (26-28)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (29-31)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (32-34)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (35-37)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (38-39)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Attacks Exerted by Ancestral Cry deal (40-41)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (32-34)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (35-37)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (38-40)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (41-43)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (44-45)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AncestralCryExertedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Attacks Exerted by Ancestral Cry deal (46-47)% increased Damage", statOrder = { 4405 }, level = 75, group = "AncestralCryExertedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["RallyingCryWarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Rallying Cry Buff Effect", statOrder = { 3945 }, level = 75, group = "RallyingCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["BattlemagesCryWarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Battlemage's Cry Buff Effect", statOrder = { 4764 }, level = 75, group = "BattlemagesCryWarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Infernal Cry has (15-17)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Infernal Cry has (18-20)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Infernal Cry has (21-23)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Infernal Cry has (24-26)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Infernal Cry has (27-29)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Infernal Cry has (30-32)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (24-26)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (27-29)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (30-32)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (33-35)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (36-38)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Infernal Cry has (39-41)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (33-35)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (36-38)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (39-41)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (42-44)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (45-47)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["InfernalCryWarcryAreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Infernal Cry has (48-50)% increased Area of Effect", statOrder = { 6736 }, level = 75, group = "InfernalCryWarcryAreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "General's Cry has (15-17)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "General's Cry has (18-20)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "General's Cry has (21-23)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "General's Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "General's Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "General's Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (24-26)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (27-29)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (30-32)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, General's Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (33-35)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (36-38)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (39-41)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (42-44)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (45-47)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GeneralsCryCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, General's Cry has (48-50)% increased Cooldown Recovery Rate", statOrder = { 6367 }, level = 75, group = "GeneralsCryCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit1"] = { type = "Eater", affix = "", "(15-17)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit2"] = { type = "Eater", affix = "", "(18-20)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit3"] = { type = "Eater", affix = "", "(21-23)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit4"] = { type = "Eater", affix = "", "(24-26)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit5"] = { type = "Eater", affix = "", "(27-29)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicit6"] = { type = "Eater", affix = "", "(30-32)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilments", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (24-26)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-29)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (30-32)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-35)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (36-38)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (39-41)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 250, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, + ["AvoidElementalStatusAilmentsEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% chance to Avoid Elemental Ailments", statOrder = { 1702 }, level = 75, group = "AvoidElementalStatusAilmentsPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 100, 0 }, modTags = { "elemental", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleeding", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidBleedingEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 75, group = "ChanceToAvoidBleedingPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit1"] = { type = "Eater", affix = "", "(33-35)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit2"] = { type = "Eater", affix = "", "(36-38)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit3"] = { type = "Eater", affix = "", "(39-41)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit4"] = { type = "Eater", affix = "", "(42-44)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit5"] = { type = "Eater", affix = "", "(45-47)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicit6"] = { type = "Eater", affix = "", "(48-50)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoison", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 700, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (42-44)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (45-47)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (48-50)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (51-53)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (54-57)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (58-61)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 350, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (51-53)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (54-56)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (57-59)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (60-62)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (63-66)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["ChanceToAvoidPoisonEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (67-70)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 75, group = "ChanceToAvoidPoisonPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 140, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["GlobalCooldownRecoveryEldritchImplicit1"] = { type = "Eater", affix = "", "5% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicit2"] = { type = "Eater", affix = "", "6% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicit3"] = { type = "Eater", affix = "", "7% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicit4"] = { type = "Eater", affix = "", "8% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicit5"] = { type = "Eater", affix = "", "9% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicit6"] = { type = "Eater", affix = "", "10% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 400, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 200, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["GlobalCooldownRecoveryEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecoveryPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 80, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffect", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "boots", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ElusiveEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased Elusive Effect", statOrder = { 5904 }, level = 75, group = "ElusiveEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "boots", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(20-21)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(22-23)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(24-25)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(26-27)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(28-29)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(30-31)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(30-31)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(32-33)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(34-35)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(36-37)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-33)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(34-35)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(36-37)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(38-39)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(40-41)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["SpellCriticalStrikeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(42-43)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 75, group = "SpellCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit1"] = { type = "Exarch", affix = "", "+(20-21)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit2"] = { type = "Exarch", affix = "", "+(22-23)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit3"] = { type = "Exarch", affix = "", "+(24-25)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit4"] = { type = "Exarch", affix = "", "+(26-27)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit5"] = { type = "Exarch", affix = "", "+(28-29)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicit6"] = { type = "Exarch", affix = "", "+(30-31)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplier", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(26-27)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(28-29)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(30-31)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(32-33)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(34-35)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +(36-37)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(32-33)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(34-35)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(36-37)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(38-39)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(40-41)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["AttackCriticalStrikeMultiplierEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(42-43)% to Critical Strike Multiplier for Attack Damage", statOrder = { 1352 }, level = 75, group = "AttackCriticalStrikeMultiplierPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["FireDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["FireDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Fire Damage", statOrder = { 1221 }, level = 75, group = "FireDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ColdDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Cold Damage", statOrder = { 1230 }, level = 75, group = "ColdDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamagePercentageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["LightningDamagePercentageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Lightning Damage", statOrder = { 1241 }, level = 75, group = "LightningDamagePercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["IncreasedChaosDamageEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["IncreasedChaosDamageEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Chaos Damage", statOrder = { 1249 }, level = 75, group = "IncreasedChaosDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["PhysicalDamagePercentEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-23)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-29)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-32)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PhysicalDamagePercentEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Global Physical Damage", statOrder = { 1097 }, level = 75, group = "PhysicalDamagePercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["ArcticArmourBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(15-17)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(18-20)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(21-23)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(24-26)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-29)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(30-32)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-26)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-29)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (30-32)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-35)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (36-38)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (39-41)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-35)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (36-38)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-41)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (42-44)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (45-47)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ArcticArmourBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (48-50)% increased Arctic Armour Buff Effect", statOrder = { 3854 }, level = 75, group = "ArcticArmourBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flesh and Stone has (15-17)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flesh and Stone has (18-20)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flesh and Stone has (21-23)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flesh and Stone has (24-26)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flesh and Stone has (27-29)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flesh and Stone has (30-32)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (24-26)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (27-29)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (30-32)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (33-35)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (36-38)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flesh and Stone has (39-41)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (33-35)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (36-38)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (39-41)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (42-44)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (45-47)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FleshAndStoneAreaOfEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flesh and Stone has (48-50)% increased Area of Effect", statOrder = { 6178 }, level = 75, group = "FleshAndStoneAreaOfEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Tempest Shield has (15-17)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Tempest Shield has (18-20)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Tempest Shield has (21-23)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Tempest Shield has (24-26)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Tempest Shield has (27-29)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Tempest Shield has (30-32)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (24-26)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (27-29)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (30-32)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (33-35)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (36-38)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Tempest Shield has (39-41)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (33-35)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (36-38)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (39-41)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (42-44)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (45-47)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["TempestShieldBuffEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Tempest Shield has (48-50)% increased Buff Effect", statOrder = { 9591 }, level = 75, group = "TempestShieldBuffEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "5% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "6% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "7% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "8% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "9% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "10% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLife", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 7% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 8% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 9% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageRemovedFromManaBeforeLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 75, group = "DamageRemovedFromManaBeforeLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-21)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit2"] = { type = "Exarch", affix = "", "(22-24)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit3"] = { type = "Exarch", affix = "", "(25-27)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit4"] = { type = "Exarch", affix = "", "(28-30)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit5"] = { type = "Exarch", affix = "", "(31-33)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicit6"] = { type = "Exarch", affix = "", "(34-36)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUnique", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-33)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (34-36)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (37-39)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (40-42)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (43-45)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (46-48)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniqueUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (43-45)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (46-48)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (49-51)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (52-54)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (55-57)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["GolemBuffEffectUniqueEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (58-60)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 75, group = "GolemBuffEffectUniquePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(9-10)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(11-12)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(13-14)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(15-16)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(17-18)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(19-20)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "aura" }, }, + ["AuraEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (17-18)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["AuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 75, group = "AuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { }, }, + ["CurseEffectivenessEldritchImplicit1"] = { type = "Exarch", affix = "", "7% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicit2"] = { type = "Exarch", affix = "", "8% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicit3"] = { type = "Exarch", affix = "", "9% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicit4"] = { type = "Exarch", affix = "", "10% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicit5"] = { type = "Exarch", affix = "", "11% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicit6"] = { type = "Exarch", affix = "", "12% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 10% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 11% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 12% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 13% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 14% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, 15% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 250, 250, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 17% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, + ["CurseEffectivenessEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 18% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectivenessPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 100, 100, 0 }, modTags = { "curse" }, }, + ["OfferingEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(13-14)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(15-16)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(17-18)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(19-20)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(21-22)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(23-24)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (19-20)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (21-22)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (25-26)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (27-28)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["OfferingEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased effect of Offerings", statOrder = { 3894 }, level = 75, group = "OfferingEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "(19-20)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "(21-22)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "(23-24)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "(25-26)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "(27-28)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "(29-30)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (35-36)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["WarcryEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (41-42)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 75, group = "WarcryEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FlaskEffectEldritchImplicit1"] = { type = "Exarch", affix = "", "Flasks applied to you have (6-7)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicit2"] = { type = "Exarch", affix = "", "Flasks applied to you have (8-9)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicit3"] = { type = "Exarch", affix = "", "Flasks applied to you have (10-11)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicit4"] = { type = "Exarch", affix = "", "Flasks applied to you have (12-13)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicit5"] = { type = "Exarch", affix = "", "Flasks applied to you have (14-15)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicit6"] = { type = "Exarch", affix = "", "Flasks applied to you have (16-17)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (12-13)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (14-15)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (16-17)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (18-19)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (20-21)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks applied to you have (22-23)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (18-19)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (20-21)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (22-23)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (24-25)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (26-27)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, + ["FlaskEffectEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks applied to you have (28-29)% increased Effect", statOrder = { 2591 }, level = 75, group = "FlaskEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "flask" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit1"] = { type = "Exarch", affix = "", "(8-9)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit2"] = { type = "Exarch", affix = "", "(10-11)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit3"] = { type = "Exarch", affix = "", "(12-13)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit4"] = { type = "Exarch", affix = "", "(14-15)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit5"] = { type = "Exarch", affix = "", "(16-17)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicit6"] = { type = "Exarch", affix = "", "(18-19)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLife", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (14-15)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (16-17)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (18-19)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (20-21)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (22-23)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, (24-25)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifeUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["DamageTakenGainedAsLifeEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (30-31)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 75, group = "DamageTakenGainedAsLifePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["FlaskGainPerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Flasks gain a Charge every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 2 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 3 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 4 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FlaskGainPerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Flasks gain 4 Charges every 3 seconds", statOrder = { 3315 }, level = 75, group = "FlaskGainPerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["MaximumResistancesEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicit3"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicit4"] = { type = "Exarch", affix = "", "+1% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicit5"] = { type = "Exarch", affix = "", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicit6"] = { type = "Exarch", affix = "", "+2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistances", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 400, 400, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, + ["MaximumResistancesEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to all maximum Resistances", statOrder = { 1501 }, level = 75, group = "MaximumResistancesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 80, 80, 0 }, modTags = { "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumFireResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Fire Resistance", statOrder = { 1483 }, level = 75, group = "MaximumFireResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumColdResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Cold Resistance", statOrder = { 1489 }, level = 75, group = "MaximumColdResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritch", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 600, 0 }, modTags = { }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumLightningResistanceEldritchEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Lightning Resistance", statOrder = { 1494 }, level = 75, group = "MaximumLightningResistanceEldritchPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 120, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit1"] = { type = "Exarch", affix = "", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit2"] = { type = "Exarch", affix = "", "+1% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit3"] = { type = "Exarch", affix = "", "+2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit4"] = { type = "Exarch", affix = "", "+2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit5"] = { type = "Exarch", affix = "", "+3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicit6"] = { type = "Exarch", affix = "", "+3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicit", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +2% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, +4% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +3% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +4% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["MaximumChaosResistanceImplicitEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +5% to maximum Chaos Resistance", statOrder = { 1499 }, level = 75, group = "MaximumChaosResistanceImplicitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["EnduranceChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 15 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 14 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 13 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 12 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 11 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain an Endurance Charge every 10 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 11 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 10 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 9 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 8 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 7 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain an Endurance Charge every 6 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 7 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 6 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 5 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 4 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 3 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["EnduranceChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain an Endurance Charge every 2 seconds", statOrder = { 4947 }, level = 75, group = "EnduranceChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 15 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 14 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 13 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 12 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 11 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain a Frenzy Charge every 10 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 11 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 10 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 9 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 8 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 7 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Frenzy Charge every 6 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 7 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 6 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 5 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 4 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 3 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["FrenzyChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Frenzy Charge every 2 seconds", statOrder = { 4948 }, level = 75, group = "FrenzyChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit1"] = { type = "Exarch", affix = "", "Gain a Power Charge every 15 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit2"] = { type = "Exarch", affix = "", "Gain a Power Charge every 14 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit3"] = { type = "Exarch", affix = "", "Gain a Power Charge every 13 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit4"] = { type = "Exarch", affix = "", "Gain a Power Charge every 12 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit5"] = { type = "Exarch", affix = "", "Gain a Power Charge every 11 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicit6"] = { type = "Exarch", affix = "", "Gain a Power Charge every 10 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecond", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence1"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 11 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence2"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 10 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence3"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 9 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence4"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 8 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence5"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 7 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitUniquePresence6"] = { type = "Exarch", affix = "", "While a Unique Enemy is in your Presence, Gain a Power Charge every 6 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence1"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 7 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence2"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 6 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence3"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 5 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence4"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 4 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence5"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 3 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["PowerChargePerSecondEldritchImplicitPinnaclePresence6"] = { type = "Exarch", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Gain a Power Charge every 2 seconds", statOrder = { 4949 }, level = 75, group = "PowerChargePerSecondPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicit1"] = { type = "Eater", affix = "", "5% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicit2"] = { type = "Eater", affix = "", "6% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicit3"] = { type = "Eater", affix = "", "7% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicit4"] = { type = "Eater", affix = "", "8% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicit5"] = { type = "Eater", affix = "", "9% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicit6"] = { type = "Eater", affix = "", "10% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["BlockPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["BlockPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% Chance to Block Attack Damage", statOrder = { 1009 }, level = 75, group = "BlockPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicit1"] = { type = "Eater", affix = "", "5% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicit2"] = { type = "Eater", affix = "", "6% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicit3"] = { type = "Eater", affix = "", "7% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicit4"] = { type = "Eater", affix = "", "8% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicit5"] = { type = "Eater", affix = "", "9% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicit6"] = { type = "Eater", affix = "", "10% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 700, 700, 0 }, modTags = { "block" }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 7% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 8% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 350, 350, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 9% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 10% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["SpellBlockPercentageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% Chance to Block Spell Damage", statOrder = { 1028 }, level = 75, group = "SpellBlockPercentagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 140, 140, 0 }, modTags = { }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(17-18)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(19-20)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(21-22)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(23-24)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(25-26)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(27-28)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalPhysicalDamageReductionRatingPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Armour", statOrder = { 1402 }, level = 75, group = "GlobalPhysicalDamageReductionRatingPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "armour" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(17-18)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(19-20)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(21-22)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(23-24)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(25-26)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(27-28)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (23-24)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (25-26)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (27-28)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (29-30)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (31-32)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (33-34)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (29-30)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (31-32)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (33-34)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (35-36)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (37-38)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEvasionRatingPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (39-40)% increased Evasion Rating", statOrder = { 1410 }, level = 75, group = "GlobalEvasionRatingPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "evasion" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit1"] = { type = "Eater", affix = "", "(6-7)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit2"] = { type = "Eater", affix = "", "(8-9)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit3"] = { type = "Eater", affix = "", "(10-11)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit4"] = { type = "Eater", affix = "", "(12-13)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit5"] = { type = "Eater", affix = "", "(14-15)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicit6"] = { type = "Eater", affix = "", "(16-17)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercent", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 1000, 1000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (12-13)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (14-15)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (16-17)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (18-19)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (20-21)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, (22-23)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (18-19)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (20-21)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (22-23)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (24-25)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (26-27)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["GlobalEnergyShieldPercentEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, (28-29)% increased maximum Energy Shield", statOrder = { 1421 }, level = 75, group = "GlobalEnergyShieldPercentPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "amulet", "default", }, weightVal = { 0, 200, 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["PlayerReflectedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "45% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "50% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "55% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "60% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "65% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "70% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 60% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 65% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 70% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 75% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 80% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 85% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 75% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 80% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 85% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 90% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 95% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["PlayerReflectedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 100% reduced Reflected Damage taken", statOrder = { 4099 }, level = 75, group = "PlayerReflectedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit1"] = { type = "Eater", affix = "", "Minions take 45% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit2"] = { type = "Eater", affix = "", "Minions take 50% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit3"] = { type = "Eater", affix = "", "Minions take 55% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit4"] = { type = "Eater", affix = "", "Minions take 60% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit5"] = { type = "Eater", affix = "", "Minions take 65% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicit6"] = { type = "Eater", affix = "", "Minions take 70% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamage", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 60% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 65% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 70% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 75% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 80% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Minions take 85% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamageUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 75% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 80% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 85% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 90% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 95% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["MinionReflectedDamageEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Minions take 100% reduced Reflected Damage", statOrder = { 8679 }, level = 75, group = "MinionReflectedDamagePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Anger has (19-21)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Anger has (22-24)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Anger has (25-27)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Anger has (28-30)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Anger has (31-33)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Anger has (34-36)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (31-33)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (34-36)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (37-39)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (40-42)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (43-45)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Anger has (46-48)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (43-45)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (46-48)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (49-51)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (52-54)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (55-57)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["AngerAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Anger has (58-60)% increased Aura Effect", statOrder = { 3196 }, level = 75, group = "AngerAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Hatred has (19-21)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Hatred has (22-24)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Hatred has (25-27)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Hatred has (28-30)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Hatred has (31-33)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Hatred has (34-36)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (31-33)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (34-36)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (37-39)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (40-42)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (43-45)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Hatred has (46-48)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (43-45)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (46-48)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (49-51)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (52-54)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (55-57)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HatredAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Hatred has (58-60)% increased Aura Effect", statOrder = { 3206 }, level = 75, group = "HatredAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Wrath has (19-21)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Wrath has (22-24)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Wrath has (25-27)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Wrath has (28-30)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Wrath has (31-33)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Wrath has (34-36)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (31-33)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (34-36)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (37-39)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (40-42)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (43-45)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Wrath has (46-48)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (43-45)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (46-48)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (49-51)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (52-54)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (55-57)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["WrathAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Wrath has (58-60)% increased Aura Effect", statOrder = { 3201 }, level = 75, group = "WrathAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Malevolence has (19-21)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Malevolence has (22-24)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Malevolence has (25-27)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Malevolence has (28-30)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Malevolence has (31-33)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Malevolence has (34-36)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (31-33)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (34-36)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (37-39)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (40-42)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (43-45)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Malevolence has (46-48)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (43-45)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (46-48)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (49-51)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (52-54)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (55-57)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["MalevolenceAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Malevolence has (58-60)% increased Aura Effect", statOrder = { 5725 }, level = 75, group = "MalevolenceAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Zealotry has (19-21)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Zealotry has (22-24)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Zealotry has (25-27)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Zealotry has (28-30)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Zealotry has (31-33)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Zealotry has (34-36)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (31-33)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (34-36)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (37-39)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (40-42)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (43-45)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Zealotry has (46-48)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (43-45)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (46-48)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (49-51)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (52-54)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (55-57)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["ZealotryAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Zealotry has (58-60)% increased Aura Effect", statOrder = { 9899 }, level = 75, group = "ZealotryAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Pride has (19-21)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Pride has (22-24)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Pride has (25-27)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Pride has (28-30)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Pride has (31-33)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Pride has (34-36)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (31-33)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (34-36)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (37-39)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (40-42)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (43-45)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Pride has (46-48)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (43-45)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (46-48)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (49-51)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (52-54)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (55-57)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PrideAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Pride has (58-60)% increased Aura Effect", statOrder = { 8988 }, level = 75, group = "PrideAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Determination has (19-21)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Determination has (22-24)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Determination has (25-27)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Determination has (28-30)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Determination has (31-33)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Determination has (34-36)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (31-33)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (34-36)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (37-39)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (40-42)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (43-45)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Determination has (46-48)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (43-45)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (46-48)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (49-51)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (52-54)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (55-57)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DeterminationAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Determination has (58-60)% increased Aura Effect", statOrder = { 3207 }, level = 75, group = "DeterminationAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Grace has (19-21)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Grace has (22-24)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Grace has (25-27)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Grace has (28-30)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Grace has (31-33)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Grace has (34-36)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (31-33)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (34-36)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (37-39)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (40-42)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (43-45)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Grace has (46-48)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (43-45)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (46-48)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (49-51)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (52-54)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (55-57)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["GraceAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Grace has (58-60)% increased Aura Effect", statOrder = { 3203 }, level = 75, group = "GraceAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Discipline has (19-21)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Discipline has (22-24)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Discipline has (25-27)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Discipline has (28-30)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Discipline has (31-33)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Discipline has (34-36)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (31-33)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (34-36)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (37-39)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (40-42)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (43-45)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Discipline has (46-48)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (43-45)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (46-48)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (49-51)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (52-54)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (55-57)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["DisciplineAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Discipline has (58-60)% increased Aura Effect", statOrder = { 3208 }, level = 75, group = "DisciplineAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Haste has (19-21)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Haste has (22-24)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Haste has (25-27)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Haste has (28-30)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Haste has (31-33)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Haste has (34-36)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (31-33)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (34-36)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (37-39)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (40-42)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (43-45)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Haste has (46-48)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (43-45)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (46-48)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (49-51)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (52-54)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (55-57)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["HasteAuraEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Haste has (58-60)% increased Aura Effect", statOrder = { 3204 }, level = 75, group = "HasteAuraEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Elements has (19-21)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Elements has (22-24)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Elements has (25-27)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Elements has (28-30)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Elements has (31-33)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Elements has (34-36)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (31-33)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (34-36)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (37-39)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (40-42)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (43-45)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Elements has (46-48)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (43-45)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (46-48)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (49-51)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (52-54)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (55-57)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfElementsEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Elements has (58-60)% increased Aura Effect", statOrder = { 3197 }, level = 75, group = "PurityOfElementsEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Fire has (19-21)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Fire has (22-24)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Fire has (25-27)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Fire has (28-30)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Fire has (31-33)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Fire has (34-36)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (31-33)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (34-36)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (37-39)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (40-42)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (43-45)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Fire has (46-48)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (43-45)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (46-48)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (49-51)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (52-54)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (55-57)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfFireEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Fire has (58-60)% increased Aura Effect", statOrder = { 3198 }, level = 75, group = "PurityOfFireEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Ice has (19-21)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Ice has (22-24)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Ice has (25-27)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Ice has (28-30)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Ice has (31-33)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Ice has (34-36)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (31-33)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (34-36)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (37-39)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (40-42)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (43-45)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Ice has (46-48)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (43-45)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (46-48)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (49-51)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (52-54)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (55-57)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfIceEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Ice has (58-60)% increased Aura Effect", statOrder = { 3199 }, level = 75, group = "PurityOfIceEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicit1"] = { type = "Eater", affix = "", "Purity of Lightning has (19-21)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicit2"] = { type = "Eater", affix = "", "Purity of Lightning has (22-24)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicit3"] = { type = "Eater", affix = "", "Purity of Lightning has (25-27)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicit4"] = { type = "Eater", affix = "", "Purity of Lightning has (28-30)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicit5"] = { type = "Eater", affix = "", "Purity of Lightning has (31-33)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicit6"] = { type = "Eater", affix = "", "Purity of Lightning has (34-36)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffect", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 300, 0 }, modTags = { "aura" }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (31-33)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (34-36)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (37-39)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (40-42)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (43-45)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Purity of Lightning has (46-48)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 150, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (43-45)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (46-48)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (49-51)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (52-54)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (55-57)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["PurityOfLightningEffectEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Purity of Lightning has (58-60)% increased Aura Effect", statOrder = { 3200 }, level = 75, group = "PurityOfLightningEffectPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 60, 0 }, modTags = { }, }, + ["FortifyOnMeleeHitEldritchImplicit1"] = { type = "Eater", affix = "", "Melee Hits have (6-7)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicit2"] = { type = "Eater", affix = "", "Melee Hits have (8-9)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicit3"] = { type = "Eater", affix = "", "Melee Hits have (10-11)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicit4"] = { type = "Eater", affix = "", "Melee Hits have (12-13)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicit5"] = { type = "Eater", affix = "", "Melee Hits have (14-15)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicit6"] = { type = "Eater", affix = "", "Melee Hits have (16-17)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHit", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (12-13)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (14-15)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (16-17)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (18-19)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (20-21)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, Melee Hits have (22-23)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (18-19)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (20-21)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (22-23)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (24-25)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (26-27)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, + ["FortifyOnMeleeHitEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, Melee Hits have (28-29)% chance to Fortify", statOrder = { 2116 }, level = 75, group = "FortifyOnMeleeHitPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { "attack" }, }, + ["AllResistancesEldritchImplicit1"] = { type = "Eater", affix = "", "+(5-6)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicit2"] = { type = "Eater", affix = "", "+(7-8)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicit3"] = { type = "Eater", affix = "", "+(9-10)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicit4"] = { type = "Eater", affix = "", "+(11-12)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicit5"] = { type = "Eater", affix = "", "+(13-14)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicit6"] = { type = "Eater", affix = "", "+(15-16)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistances", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(11-12)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(13-14)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(15-16)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(17-18)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(19-20)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, +(21-22)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(17-18)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(19-20)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(21-22)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(23-24)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(25-26)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, + ["AllResistancesEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, +(27-28)% to all Elemental Resistances", statOrder = { 1479 }, level = 75, group = "AllResistancesPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 200, 0 }, modTags = { "elemental", "resistance" }, }, + ["LifeRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["LifeRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Life Recovery rate", statOrder = { 1438 }, level = 75, group = "LifeRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "life" }, }, + ["ManaRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, + ["ManaRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Mana Recovery rate", statOrder = { 1446 }, level = 75, group = "ManaRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "resource", "mana" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit1"] = { type = "Eater", affix = "", "7% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit2"] = { type = "Eater", affix = "", "8% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit3"] = { type = "Eater", affix = "", "9% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit4"] = { type = "Eater", affix = "", "10% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit5"] = { type = "Eater", affix = "", "11% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicit6"] = { type = "Eater", affix = "", "12% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRate", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 700, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 9% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 10% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 11% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 12% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 13% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 14% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRateUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 350, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 11% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 12% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 13% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 14% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 15% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRecoveryRateEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 16% increased Energy Shield Recovery rate", statOrder = { 1428 }, level = 75, group = "EnergyShieldRecoveryRatePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 140, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DamageTakenPerStrengthEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrength", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerStrengthEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Strength", statOrder = { 4946 }, level = 75, group = "BodyDamageTakenPerStrengthPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterity", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerDexterityEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Dexterity", statOrder = { 4944 }, level = 75, group = "BodyDamageTakenPerDexterityPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit1"] = { type = "Eater", affix = "", "1% less Damage Taken per 230 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit2"] = { type = "Eater", affix = "", "1% less Damage Taken per 220 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit3"] = { type = "Eater", affix = "", "1% less Damage Taken per 210 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit4"] = { type = "Eater", affix = "", "1% less Damage Taken per 200 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit5"] = { type = "Eater", affix = "", "1% less Damage Taken per 190 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicit6"] = { type = "Eater", affix = "", "1% less Damage Taken per 180 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence1"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 210 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence2"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 200 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence3"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 190 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence4"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 180 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence5"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 170 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitUniquePresence6"] = { type = "Eater", affix = "", "While a Unique Enemy is in your Presence, 1% less Damage Taken per 160 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligenceUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence1"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 190 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence2"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 180 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence3"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 170 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence4"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 160 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence5"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 150 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["DamageTakenPerIntelligenceEldritchImplicitPinnaclePresence6"] = { type = "Eater", affix = "", "While a Pinnacle Atlas Boss is in your Presence, 1% less Damage Taken per 140 Intelligence", statOrder = { 4945 }, level = 75, group = "BodyDamageTakenPerIntelligencePinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "body_armour", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit1"] = { type = "Eater", affix = "", "(7-8)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit2"] = { type = "Eater", affix = "", "(9-10)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit3"] = { type = "Eater", affix = "", "(11-12)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit4"] = { type = "Eater", affix = "", "(13-14)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit5"] = { type = "Eater", affix = "", "(15-16)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationEldritchImplicit6"] = { type = "Eater", affix = "", "(17-18)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDuration", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 500, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence1"] = { type = "Eater", affix = "", "(13-14)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence2"] = { type = "Eater", affix = "", "(15-16)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence3"] = { type = "Eater", affix = "", "(17-18)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence4"] = { type = "Eater", affix = "", "(19-20)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence5"] = { type = "Eater", affix = "", "(21-22)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["SkillEffectDurationUniquePresence6"] = { type = "Eater", affix = "", "(23-24)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationUniquePresence", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 250, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence1"] = { type = "Eater", affix = "", "(19-20)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_6_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence2"] = { type = "Eater", affix = "", "(21-22)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_5_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence3"] = { type = "Eater", affix = "", "(23-24)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_4_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence4"] = { type = "Eater", affix = "", "(25-26)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_3_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence5"] = { type = "Eater", affix = "", "(27-28)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_2_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["SkillEffectDurationPinnaclePresence6"] = { type = "Eater", affix = "", "(29-30)% increased Skill Effect Duration", statOrder = { 1754 }, level = 75, group = "SkillEffectDurationPinnaclePresence", weightKey = { "no_tier_1_eldritch_implicit", "amulet", "default", }, weightVal = { 0, 100, 0 }, modTags = { }, }, + ["RecombinatorSpecialMaximumEnduranceCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 68, group = "MaximumEnduranceCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge" }, }, + ["RecombinatorSpecialMaximumFrenzyCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 68, group = "MaximumFrenzyCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "frenzy_charge" }, }, + ["RecombinatorSpecialMaximumPowerCharge"] = { type = "Prefix", affix = "Sentinel's", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 68, group = "IncreasedMaximumPowerCharges", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge" }, }, + ["RecombinatorSpecialKeystoneMinionInstability"] = { type = "Suffix", affix = "of the Sentinel", "Minion Instability", statOrder = { 9949 }, level = 68, group = "MinionInstability", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["RecombinatorSpecialKeystoneResoluteTechnique"] = { type = "Suffix", affix = "of the Sentinel", "Resolute Technique", statOrder = { 9975 }, level = 68, group = "ResoluteTechnique", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "critical" }, }, + ["RecombinatorSpecialKeystoneBloodMagic"] = { type = "Suffix", affix = "of the Sentinel", "Blood Magic", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, + ["RecombinatorSpecialKeystonePainAttunement"] = { type = "Suffix", affix = "of the Sentinel", "Pain Attunement", statOrder = { 9951 }, level = 68, group = "PainAttunement", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["RecombinatorSpecialKeystoneElementalEquilibrium"] = { type = "Suffix", affix = "of the Sentinel", "Elemental Equilibrium", statOrder = { 9934 }, level = 68, group = "ElementalEquilibrium", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["RecombinatorSpecialKeystoneIronGrip"] = { type = "Suffix", affix = "of the Sentinel", "Iron Grip", statOrder = { 9965 }, level = 68, group = "IronGrip", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["RecombinatorSpecialKeystonePointBlank"] = { type = "Suffix", affix = "of the Sentinel", "Point Blank", statOrder = { 9952 }, level = 68, group = "PointBlank", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack" }, }, + ["RecombinatorSpecialKeystoneAcrobatics"] = { type = "Suffix", affix = "of the Sentinel", "Acrobatics", statOrder = { 9920 }, level = 68, group = "Acrobatics", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialKeystoneGhostReaver"] = { type = "Suffix", affix = "of the Sentinel", "Ghost Reaver", statOrder = { 9940 }, level = 68, group = "KeystoneGhostReaver", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["RecombinatorSpecialKeystoneVaalPact"] = { type = "Suffix", affix = "of the Sentinel", "Vaal Pact", statOrder = { 9969 }, level = 68, group = "VaalPact", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["RecombinatorSpecialKeystoneElementalOverload"] = { type = "Suffix", affix = "of the Sentinel", "Elemental Overload", statOrder = { 9935 }, level = 68, group = "ElementalOverload", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["RecombinatorSpecialKeystoneAvatarOfFire"] = { type = "Suffix", affix = "of the Sentinel", "Avatar of Fire", statOrder = { 9923 }, level = 68, group = "AvatarOfFire", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["RecombinatorSpecialKeystoneEldritchBattery"] = { type = "Suffix", affix = "of the Sentinel", "Eldritch Battery", statOrder = { 9933 }, level = 68, group = "EldritchBattery", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["RecombinatorSpecialKeystoneAncestralBond"] = { type = "Suffix", affix = "of the Sentinel", "Ancestral Bond", statOrder = { 9922 }, level = 68, group = "AncestralBond", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["RecombinatorSpecialKeystoneCrimsonDance"] = { type = "Suffix", affix = "of the Sentinel", "Crimson Dance", statOrder = { 9930 }, level = 68, group = "CrimsonDance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["RecombinatorSpecialKeystonePerfectAgony"] = { type = "Suffix", affix = "of the Sentinel", "Perfect Agony", statOrder = { 9921 }, level = 68, group = "PerfectAgony", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical", "ailment" }, }, + ["RecombinatorSpecialKeystoneRunebinder"] = { type = "Suffix", affix = "of the Sentinel", "Runebinder", statOrder = { 9958 }, level = 68, group = "Runebinder", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster" }, }, + ["RecombinatorSpecialKeystoneMortalConviction"] = { type = "Suffix", affix = "of the Sentinel", "Blood Magic", statOrder = { 9925 }, level = 68, group = "BloodMagic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, + ["RecombinatorSpecialKeystoneCallToArms"] = { type = "Suffix", affix = "of the Sentinel", "Call to Arms", statOrder = { 9926 }, level = 68, group = "CallToArms", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialKeystoneTheAgnostic"] = { type = "Suffix", affix = "of the Sentinel", "The Agnostic", statOrder = { 9950 }, level = 68, group = "TheAgnostic", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana", "defences", "energy_shield" }, }, + ["RecombinatorSpecialKeystoneSupremeEgo"] = { type = "Suffix", affix = "of the Sentinel", "Supreme Ego", statOrder = { 9966 }, level = 68, group = "SupremeEgo", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "aura" }, }, + ["RecombinatorSpecialKeystoneTheImpaler"] = { type = "Suffix", affix = "of the Sentinel", "The Impaler", statOrder = { 9944 }, level = 68, group = "Impaler", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["RecombinatorSpecialKeystoneDoomsday"] = { type = "Suffix", affix = "of the Sentinel", "Hex Master", statOrder = { 9942 }, level = 68, group = "HexMaster", weightKey = { "default", }, weightVal = { 0 }, modTags = { "curse" }, }, + ["RecombinatorSpecialKeystoneLetheShade1"] = { type = "Suffix", affix = "of the Sentinel", "Lethe Shade", statOrder = { 9946 }, level = 68, group = "LetheShade", weightKey = { "default", }, weightVal = { 0 }, modTags = { "ailment" }, }, + ["RecombinatorSpecialKeystoneGhostDance"] = { type = "Suffix", affix = "of the Sentinel", "Ghost Dance", statOrder = { 9939 }, level = 68, group = "GhostDance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["RecombinatorSpecialKeystoneVersatileCombatant"] = { type = "Suffix", affix = "of the Sentinel", "Versatile Combatant", statOrder = { 9970 }, level = 68, group = "VersatileCombatant", weightKey = { "default", }, weightVal = { 0 }, modTags = { "block" }, }, + ["RecombinatorSpecialKeystoneMagebane"] = { type = "Suffix", affix = "of the Sentinel", "Magebane", statOrder = { 9947 }, level = 68, group = "Magebane", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialKeystoneSolipsism"] = { type = "Suffix", affix = "of the Sentinel", "Solipsism", statOrder = { 9963 }, level = 68, group = "Solipsism", weightKey = { "default", }, weightVal = { 0 }, modTags = { "ailment" }, }, + ["RecombinatorSpecialKeystoneDivineShield"] = { type = "Suffix", affix = "of the Sentinel", "Divine Shield", statOrder = { 9932 }, level = 68, group = "DivineShield", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["RecombinatorSpecialKeystoneIronWill"] = { type = "Suffix", affix = "of the Sentinel", "Iron Will", statOrder = { 9976 }, level = 68, group = "IronWill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster" }, }, + ["RecombinatorSpecialMagicUtilityFlaskEffect"] = { type = "Prefix", affix = "Sentinel's", "Magic Utility Flasks applied to you have (20-25)% increased Effect", statOrder = { 2592 }, level = 68, group = "MagicUtilityFlaskEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flask" }, }, + ["RecombinatorSpecialAuraEffect"] = { type = "Suffix", affix = "of the Sentinel", "(15-20)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 68, group = "AuraEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, + ["RecombinatorSpecialFireDamageToAttacksPerStrength"] = { type = "Prefix", affix = "Sentinel's", "Adds 2 to 4 Fire Damage to Attacks per 10 Strength", statOrder = { 8571 }, level = 68, group = "FireDamageToAttacksPerStrength", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "attack" }, }, + ["RecombinatorSpecialColdDamageToAttacksPerDexterity"] = { type = "Prefix", affix = "Sentinel's", "Adds 2 to 4 Cold Damage to Attacks per 10 Dexterity", statOrder = { 8564 }, level = 68, group = "ColdDamageToAttacksPerDexterity", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "attack" }, }, + ["RecombinatorSpecialLightningDamageToAttacksPerIntelligence"] = { type = "Prefix", affix = "Sentinel's", "Adds 1 to 5 Lightning Damage to Attacks per 10 Intelligence", statOrder = { 8576 }, level = 68, group = "LightningDamageToAttacksPerIntelligence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "attack" }, }, + ["RecombinatorSpecialAllFireDamageCanShock"] = { type = "Suffix", affix = "of the Sentinel", "Your Fire Damage can Shock", statOrder = { 2724 }, level = 68, group = "AllFireDamageCanShock", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "lightning", "ailment" }, }, + ["RecombinatorSpecialAllColdDamageCanIgnite"] = { type = "Suffix", affix = "of the Sentinel", "Your Cold Damage can Ignite", statOrder = { 2719 }, level = 68, group = "AllColdDamageCanIgnite", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "cold", "ailment" }, }, + ["RecombinatorSpecialAllLightningDamageCanFreeze"] = { type = "Suffix", affix = "of the Sentinel", "Your Lightning Damage can Freeze", statOrder = { 2731 }, level = 68, group = "AllLightningDamageCanFreeze", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["RecombinatorSpecialMarkEffect"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of your Marks", statOrder = { 2449 }, level = 68, group = "MarkEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["RecombinatorSpecialArcaneSurgeEffect1H"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 68, group = "ArcaneSurgeEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialArcaneSurgeEffect2H"] = { type = "Suffix", affix = "of the Sentinel", "(50-70)% increased Effect of Arcane Surge on you", statOrder = { 3129 }, level = 68, group = "ArcaneSurgeEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialOnslaughtEffect1H"] = { type = "Suffix", affix = "of the Sentinel", "(30-40)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 68, group = "OnslaughtEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialOnslaughtEffect2H"] = { type = "Suffix", affix = "of the Sentinel", "(50-70)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 68, group = "OnslaughtEffect", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["RecombinatorSpecialIncreasedDamageVsWarcryTauntedEnemies1H"] = { type = "Suffix", affix = "of the Sentinel", "Enemies Taunted by your Warcries take (10-15)% increased Damage", statOrder = { 9582 }, level = 68, group = "WarcryTauntedEnemiesTakeIncreasedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["RecombinatorSpecialIncreasedDamageVsWarcryTauntedEnemies2H"] = { type = "Suffix", affix = "of the Sentinel", "Enemies Taunted by your Warcries take (20-25)% increased Damage", statOrder = { 9582 }, level = 68, group = "WarcryTauntedEnemiesTakeIncreasedDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["RecombinatorSpecialSupportedByLevelFourEnlighten"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Enlighten", statOrder = { 238 }, level = 68, group = "SupportedByEnlighten", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, + ["RecombinatorSpecialSupportedByLevelFourEnhance"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Enhance", statOrder = { 237 }, level = 68, group = "SupportedByEnhance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, + ["RecombinatorSpecialSupportedByLevelFourEmpower"] = { type = "Prefix", affix = "Sentinel's", "Socketed Gems are Supported by Level 4 Empower", statOrder = { 235 }, level = 68, group = "SupportedByEmpower", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "gem" }, }, + ["RecombinatorSpecialTriggerSkillsDoubleDamage"] = { type = "Prefix", affix = "Sentinel's", "Socketed Triggered Skills deal Double Damage", statOrder = { 328 }, level = 68, group = "SocketedTriggeredSkillsDoubleDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "support", "damage", "gem" }, }, + ["LifeRegeneration1Inverted"] = { type = "Suffix", affix = "of the Newt", "Lose (1-2) Life per second", statOrder = { 1435 }, level = 1, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration2Inverted"] = { type = "Suffix", affix = "of the Lizard", "Lose (2.1-8) Life per second", statOrder = { 1435 }, level = 7, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration3Inverted"] = { type = "Suffix", affix = "of the Flatworm", "Lose (8.1-16) Life per second", statOrder = { 1435 }, level = 19, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration4Inverted"] = { type = "Suffix", affix = "of the Starfish", "Lose (16.1-24) Life per second", statOrder = { 1435 }, level = 31, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration5Inverted"] = { type = "Suffix", affix = "of the Hydra", "Lose (24.1-32) Life per second", statOrder = { 1435 }, level = 44, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration6Inverted"] = { type = "Suffix", affix = "of the Troll", "Lose (32.1-48) Life per second", statOrder = { 1435 }, level = 55, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration7Inverted"] = { type = "Suffix", affix = "of Ryslatha", "Lose (48.1-64) Life per second", statOrder = { 1435 }, level = 68, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["LifeRegeneration8Inverted"] = { type = "Suffix", affix = "of the Phoenix", "Lose (64.1-96) Life per second", statOrder = { 1435 }, level = 74, group = "LifeDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["AddedPhysicalDamage1Inverted"] = { type = "Prefix", affix = "Glinting", "Adds 1 to 2 Physical Damage to Attacks against you", statOrder = { 1132 }, level = 5, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage2Inverted"] = { type = "Prefix", affix = "Burnished", "Adds (2-3) to (4-5) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 13, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage3Inverted"] = { type = "Prefix", affix = "Polished", "Adds (3-4) to (6-7) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 19, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage4Inverted"] = { type = "Prefix", affix = "Honed", "Adds (4-6) to (9-10) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 28, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage5Inverted"] = { type = "Prefix", affix = "Gleaming", "Adds (5-7) to (11-12) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 35, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage6Inverted"] = { type = "Prefix", affix = "Annealed", "Adds (6-9) to (13-15) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 44, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage7Inverted"] = { type = "Prefix", affix = "Razor-sharp", "Adds (7-10) to (15-18) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 52, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage8Inverted"] = { type = "Prefix", affix = "Tempered", "Adds (9-12) to (19-22) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 64, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamage9Inverted"] = { type = "Prefix", affix = "Flaring", "Adds (11-15) to (22-26) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 76, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamage1Inverted"] = { type = "Prefix", affix = "Heated", "Adds 1 to 2 Fire Damage to Attacks against you", statOrder = { 1225 }, level = 1, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage2Inverted"] = { type = "Prefix", affix = "Smouldering", "Adds (3-5) to (7-8) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 12, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage3Inverted"] = { type = "Prefix", affix = "Smoking", "Adds (5-7) to (11-13) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 20, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage4Inverted"] = { type = "Prefix", affix = "Burning", "Adds (7-10) to (15-18) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 28, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage5Inverted"] = { type = "Prefix", affix = "Flaming", "Adds (9-12) to (19-22) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 35, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage6Inverted"] = { type = "Prefix", affix = "Scorching", "Adds (11-15) to (23-27) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 44, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage7Inverted"] = { type = "Prefix", affix = "Incinerating", "Adds (13-18) to (27-31) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 52, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage8Inverted"] = { type = "Prefix", affix = "Blasting", "Adds (16-22) to (32-38) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 64, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedFireDamage9Inverted"] = { type = "Prefix", affix = "Cremating", "Adds (19-25) to (39-45) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 76, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamage1Inverted"] = { type = "Prefix", affix = "Frosted", "Adds 1 to 2 Cold Damage to Attacks against you", statOrder = { 1234 }, level = 2, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage2Inverted"] = { type = "Prefix", affix = "Chilled", "Adds (3-4) to (7-8) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 13, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage3Inverted"] = { type = "Prefix", affix = "Icy", "Adds (5-7) to (10-12) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 21, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage4Inverted"] = { type = "Prefix", affix = "Frigid", "Adds (6-9) to (13-16) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 29, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage5Inverted"] = { type = "Prefix", affix = "Freezing", "Adds (8-11) to (16-19) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 36, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage6Inverted"] = { type = "Prefix", affix = "Frozen", "Adds (10-13) to (20-24) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 45, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage7Inverted"] = { type = "Prefix", affix = "Glaciated", "Adds (12-16) to (24-28) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 53, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage8Inverted"] = { type = "Prefix", affix = "Polar", "Adds (14-19) to (29-34) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 65, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedColdDamage9Inverted"] = { type = "Prefix", affix = "Entombing", "Adds (17-22) to (34-40) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 77, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamage1Inverted"] = { type = "Prefix", affix = "Humming", "Adds 1 to 5 Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 3, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage2Inverted"] = { type = "Prefix", affix = "Buzzing", "Adds 1 to (14-15) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 13, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage3Inverted"] = { type = "Prefix", affix = "Snapping", "Adds (1-2) to (22-23) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 22, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage4Inverted"] = { type = "Prefix", affix = "Crackling", "Adds (1-2) to (27-28) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 28, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage5Inverted"] = { type = "Prefix", affix = "Sparking", "Adds (1-3) to (33-34) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 35, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage6Inverted"] = { type = "Prefix", affix = "Arcing", "Adds (1-4) to (40-43) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 44, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage7Inverted"] = { type = "Prefix", affix = "Shocking", "Adds (2-5) to (47-50) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 52, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage8Inverted"] = { type = "Prefix", affix = "Discharging", "Adds (3-6) to (57-61) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 64, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AddedLightningDamage9Inverted"] = { type = "Prefix", affix = "Electrocuting", "Adds (3-7) to (68-72) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 76, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["LifeLeechPermyriad1Inverted"] = { type = "Prefix", affix = "Remora's", "(0.2-0.4)% of Physical Attack Damage Leeched by Enemy as Life", statOrder = { 1507 }, level = 50, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad2Inverted"] = { type = "Prefix", affix = "Lamprey's", "(0.6-0.8)% of Physical Attack Damage Leeched by Enemy as Life", statOrder = { 1507 }, level = 60, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["LifeLeechPermyriad3Inverted"] = { type = "Prefix", affix = "Vampire's", "(1-1.2)% of Physical Attack Damage Leeched by Enemy as Life", statOrder = { 1507 }, level = 70, group = "EnemyLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechPermyriad1Inverted"] = { type = "Prefix", affix = "Thirsty", "(0.2-0.4)% of Physical Attack Damage Leeched by Enemy as Mana", statOrder = { 1557 }, level = 50, group = "EnemyManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["ManaLeechPermyriad2Inverted"] = { type = "Prefix", affix = "Parched", "(0.6-0.8)% of Physical Attack Damage Leeched by Enemy as Mana", statOrder = { 1557 }, level = 70, group = "EnemyManaLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["LifeRegenerationEnhancedLevel50ModInverted"] = { type = "Suffix", affix = "of Guatelitzi", "Lose (32-40) Life per second", "Lose 0.4% of Life per second", statOrder = { 1435, 1800 }, level = 50, group = "LifeDegenerationAndPercentGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["IncreasedEnergyShieldEnhancedLevel50ModRegenInverted"] = { type = "Prefix", affix = "Guatelitzi's", "+(44-47) to maximum Energy Shield", "Lose 0.4% of Energy Shield per second", statOrder = { 1418, 2496 }, level = 50, group = "EnergyShieldAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["FireResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Fire Resistance", "0.4% of Fire Damage Leeched by Enemy as Life", statOrder = { 1485, 1530 }, level = 50, group = "FireResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["ColdResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Cold Resistance", "0.4% of Cold Damage Leeched by Enemy as Life", statOrder = { 1491, 1535 }, level = 50, group = "ColdResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "cold", "resistance" }, }, + ["LightningResistEnhancedLevel50ModLeechInverted"] = { type = "Suffix", affix = "of Puhuarte", "+(46-48)% to Lightning Resistance", "0.4% of Lightning Damage Leeched by Enemy as Life", statOrder = { 1496, 1539 }, level = 50, group = "LightningResistanceEnemyLeech", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "elemental", "lightning", "resistance" }, }, + ["IncreasedManaEnhancedLevel50ModRegenInverted"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Lose (5-7) Mana per second", statOrder = { 1439, 1443 }, level = 50, group = "IncreasedManaAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaEnhancedLevel50ModCostNewInverted"] = { type = "Prefix", affix = "Xopec's", "+(74-78) to maximum Mana", "Non-Channelling Skills Cost -(8-6) Mana", statOrder = { 1439, 9311 }, level = 50, group = "IncreasedManaAndBaseCost", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["AddedPhysicalDamageEssenceAmulet7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (16-18) to (27-30) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 82, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing5Inverted"] = { type = "Prefix", affix = "Essences", "Adds (6-8) to (12-13) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 58, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing6Inverted"] = { type = "Prefix", affix = "Essences", "Adds (7-9) to (13-15) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 74, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedPhysicalDamageEssenceRing7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (10-11) to (16-17) Physical Damage to Attacks against you", statOrder = { 1132 }, level = 82, group = "SelfPhysicalDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AddedFireDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (23-27) to (43-48) Fire Damage to Attacks against you", statOrder = { 1225 }, level = 82, group = "SelfFireDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AddedColdDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (20-24) to (38-44) Cold Damage to Attacks against you", statOrder = { 1234 }, level = 82, group = "SelfColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AddedLightningDamageEssence7Inverted"] = { type = "Prefix", affix = "Essences", "Adds (4-8) to (71-76) Lightning Damage to Attacks against you", statOrder = { 1245 }, level = 82, group = "SelfLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["FireDamageAsPortionOfPhysicalDamageEssence1Inverted"] = { type = "Prefix", affix = "Essences", "Hits against you gain 10% of Physical Damage as Extra Fire Damage", statOrder = { 1788 }, level = 63, group = "SelfPhysAsExtraFireTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AddedColdDamagePerFrenzyChargeEssence1Inverted"] = { type = "Prefix", affix = "Essences", "Adds 4 to 7 Cold Damage to Hits against you per Frenzy Charge", statOrder = { 4102 }, level = 63, group = "SelfColdDamageTakenPerFrenzy", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["ChanceToRecoverManaOnSkillUseEssence1Inverted"] = { type = "Suffix", affix = "of the Essence", "10% chance to lose 10% of Mana when you use a Skill", statOrder = { 3311 }, level = 63, group = "ChanceToLoseManaOnSkillUse", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["PhysicalDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Physical Damage Leeched by Enemy as Life", statOrder = { 1526 }, level = 60, group = "EnemyPhysicalDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["FireDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Fire Damage Leeched by Enemy as Life", statOrder = { 1530 }, level = 60, group = "EnemyFireDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ColdDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Cold Damage Leeched by Enemy as Life", statOrder = { 1535 }, level = 60, group = "EnemyColdDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["LightningDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Lightning Damage Leeched by Enemy as Life", statOrder = { 1539 }, level = 60, group = "EnemyLightningDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChaosDamageLifeLeechDelveInverted"] = { type = "Prefix", affix = "Subterranean", "0.4% of Chaos Damage Leeched by Enemy as Life", statOrder = { 1542 }, level = 60, group = "EnemyChaosDamageLifeLeechPermyriad", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["AddedManaRegenerationDelveInverted"] = { type = "Suffix", affix = "of the Underground", "Lose (3-5) Mana per second", statOrder = { 1443 }, level = 60, group = "ManaDegenerationGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["NecropolisCraftingAllResistancesWithChaos"] = { type = "Suffix", affix = "of Haunting", "+(12-16)% to All Resistances", statOrder = { 9181 }, level = 12, group = "AllResistancesWithChaos", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "resistance" }, }, + ["NecropolisCraftingFireResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Fire Resistance cannot be Penetrated", statOrder = { 6114 }, level = 68, group = "FireResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "resistance" }, }, + ["NecropolisCraftingColdResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Cold Resistance cannot be Penetrated", statOrder = { 5418 }, level = 68, group = "ColdResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "resistance" }, }, + ["NecropolisCraftingLightningResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Lightning Resistance cannot be Penetrated", statOrder = { 6916 }, level = 68, group = "LightningResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "resistance" }, }, + ["NecropolisCraftingLocalNoAttributeRequirements"] = { type = "Suffix", affix = "of Haunting", "Has no Attribute Requirements", statOrder = { 953 }, level = 50, group = "LocalNoAttributeRequirements", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingDamageTakenGainedAsLife"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, + ["NecropolisCraftingPercentDamageGoesToMana"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingLocalCanSocketIgnoringColour"] = { type = "Suffix", affix = "of Haunting", "Gems can be Socketed in this Item ignoring Socket Colour", statOrder = { 71 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingReducedExtraDamageFromCrits"] = { type = "Suffix", affix = "of Haunting", "You take (40-60)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 24, group = "ReducedExtraDamageFromCrits", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, + ["NecropolisCraftingManaReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(10-15)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 24, group = "ManaReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingLifeReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(20-30)% increased Life Reservation Efficiency of Skills", statOrder = { 2079 }, level = 34, group = "LifeReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, + ["NecropolisCraftingCorruptedBloodImmunity"] = { type = "Suffix", affix = "of Haunting", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, + ["NecropolisCraftingIncreasedStunThreshold"] = { type = "Suffix", affix = "of Haunting", "(80-120)% increased Stun Threshold", statOrder = { 3113 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "necropolis_boots", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCannotBeKnockedBack"] = { type = "Prefix", affix = "Haunted", "Cannot be Knocked Back", statOrder = { 1382 }, level = 50, group = "CannotBeKnockedBack", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingMaximumEnduranceCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 16, group = "MaximumEnduranceCharges", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingNoExtraBleedDamageWhileMoving"] = { type = "Suffix", affix = "of Haunting", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3031 }, level = 34, group = "NoExtraBleedDamageWhileMoving", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingAvoidIgnite"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 16, group = "AvoidIgnite", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "ailment" }, }, + ["NecropolisCraftingAvoidFreeze"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 16, group = "AvoidFreeze", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, + ["NecropolisCraftingAvoidShock"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 16, group = "AvoidShock", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, + ["NecropolisCraftingReducedBleedDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Bleed Duration on you", statOrder = { 9222 }, level = 24, group = "ReducedBleedDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, + ["NecropolisCraftingReducedPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Poison Duration on you", statOrder = { 9230 }, level = 24, group = "ReducedPoisonDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingBurningGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Burning Ground", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire" }, }, + ["NecropolisCraftingShockedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Shocked Ground", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, + ["NecropolisCraftingChilledGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Chilled Ground", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, + ["NecropolisCraftingDesecratedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Desecrated Ground", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "chaos" }, }, + ["NecropolisCraftingMovementCannotBeSlowedBelowBase"] = { type = "Prefix", affix = "Haunted", "Movement Speed cannot be modified to below Base Value", statOrder = { 3035 }, level = 45, group = "MovementCannotBeSlowedBelowBase", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "speed" }, }, + ["NecropolisCraftingWarcriesOpenChests"] = { type = "Prefix", affix = "Haunted", "Your Warcries open Chests", statOrder = { 8842 }, level = 24, group = "WarcriesOpenChests", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingIncreasedMaximumPowerCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 16, group = "IncreasedMaximumPowerCharges", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCriticalStrikeChance"] = { type = "Suffix", affix = "of Haunting", "(30-50)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "critical" }, }, + ["NecropolisCraftingManaRegeneration"] = { type = "Suffix", affix = "of Haunting", "(40-60)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingImmunityToBlind"] = { type = "Suffix", affix = "of Haunting", "Cannot be Blinded", statOrder = { 2820 }, level = 38, group = "ImmunityToBlind", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingManaPer2Intelligence"] = { type = "Prefix", affix = "Haunted", "+1 to maximum Mana per 2 Intelligence", statOrder = { 8510 }, level = 68, group = "ManaPer2Intelligence", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingAccuracyPer2Dexterity"] = { type = "Suffix", affix = "of Haunting", "+2 to Accuracy Rating per 2 Dexterity", statOrder = { 4286 }, level = 68, group = "AccuracyPer2Dexterity", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellDamage"] = { type = "Prefix", affix = "Haunted", "(20-30)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "caster_damage", "necropolis_exclusive_mod", "damage", "caster" }, }, + ["NecropolisCraftingIncreasedCastSpeed"] = { type = "Suffix", affix = "of Haunting", "(8-12)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "speed" }, }, + ["NecropolisCraftingArcaneSurgeOnSpendingMana"] = { type = "Suffix", affix = "of Haunting", "Gain Arcane Surge after Spending a total of 400 Mana", statOrder = { 6623 }, level = 34, group = "ArcaneSurgeOnSpendingMana", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingAreaOfEffect"] = { type = "Suffix", affix = "of Haunting", "(15-25)% increased Area of Effect", statOrder = { 1739 }, level = 12, group = "AreaOfEffect", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCurseEffectiveness"] = { type = "Suffix", affix = "of Haunting", "(5-8)% increased Effect of your Curses", statOrder = { 2447 }, level = 24, group = "CurseEffectiveness", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "curse" }, }, + ["NecropolisCraftingMaximumFrenzyCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 16, group = "MaximumFrenzyCharges", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingChaosDamage"] = { type = "Prefix", affix = "Haunted", "Adds (13-17) to (23-29) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 750, 0 }, modTags = { "chaos_damage", "necropolis_exclusive_mod", "damage", "chaos", "attack" }, }, + ["NecropolisCraftingCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Haunting", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, + ["NecropolisCraftingPoisonOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Poison on Hit", statOrder = { 3012 }, level = 16, group = "PoisonOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(12-20)% increased Poison Duration", statOrder = { 3009 }, level = 38, group = "PoisonDuration", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingChanceToBleed"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to cause Bleeding", statOrder = { 2340 }, level = 16, group = "ChanceToBleed", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingFasterBleedDamage"] = { type = "Suffix", affix = "of Haunting", "Bleeding you inflict deals Damage (12-20)% faster", statOrder = { 6075 }, level = 38, group = "FasterBleedDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "physical_damage", "bleed", "necropolis_exclusive_mod", "damage", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingGlobalChanceToBlindOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 16, group = "GlobalChanceToBlindOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingGlobalMaimOnHit"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to Maim on Hit", statOrder = { 7565 }, level = 34, group = "GlobalMaimOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellsHinderOnHitChance"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 34, group = "SpellsHinderOnHitChance", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, + ["NecropolisCraftingMeleeKnockback"] = { type = "Suffix", affix = "of Haunting", "Melee Attacks Knock Enemies Back on Hit", statOrder = { 8527 }, level = 45, group = "MeleeKnockback", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingIntimidateOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 4640 }, level = 38, group = "IntimidateOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellUnnerveOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Unnerve Enemies for 4 seconds on Hit with Spells", statOrder = { 5314 }, level = 38, group = "SpellUnnerveOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, + ["WeaponSpellDamageTriggerSkillOnWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", "(70-74)% increased Spell Damage", statOrder = { 713, 713.1, 1090 }, level = 50, group = "WeaponSpellDamageTriggerSkill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["WeaponSpellDamageTriggerSkillOnTwoHandWeaponEnhancedLevel50Mod"] = { type = "Prefix", affix = "Tacati's", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", "(105-110)% increased Spell Damage", statOrder = { 713, 713.1, 1090 }, level = 50, group = "WeaponSpellDamageTriggerSkill", weightKey = { "default", }, weightVal = { 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, } \ No newline at end of file diff --git a/src/Data/ModJewel.lua b/src/Data/ModJewel.lua index 4b1d5f056a..6da912a26e 100644 --- a/src/Data/ModJewel.lua +++ b/src/Data/ModJewel.lua @@ -2,426 +2,426 @@ -- Item data (c) Grinding Gear Games return { - ["ChaosResistJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ReducedCharacterSizeJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["ReducedChillDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedIgniteDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedShockDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrderKey = "1732", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedChargeDurationJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["AddedChaosDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChanceToBeCritJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrderKey = "2971", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "critical" }, }, - ["DamageWhileDeadJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrderKey = "2935", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage" }, }, - ["VaalSkillDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage", "vaal" }, }, - ["ChaosDamagePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrderKey = "2938", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LifeLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrderKey = "2939", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["ManaLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrderKey = "2941", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana" }, }, - ["SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["V2CorruptedBloodImmunityCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["V2HinderImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrderKey = "9848", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "blue_herring" }, }, - ["V2IncreasedAilmentEffectOnEnemiesCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "ailment" }, }, - ["V2IncreasedAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2IncreasedCriticalStrikeChanceCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, - ["V2IncreasedDamageJewelCorrupted___"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2MaimImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrderKey = "4662", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "minion" }, }, - ["V2ReducedManaReservationCorrupted"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2ReducedManaReservationCorruptedEfficiency__"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2083", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2FirePenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["V2ColdPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["V2LightningPenetrationJewelCorrupted__"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["V2ElementalPenetrationJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["V2ArmourPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, - ["V2AvoidIgniteJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["V2AvoidChillAndFreezeJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Chilled", "(20-25)% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2AvoidShockJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2AvoidPoisonJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2AvoidBleedJewelCorrupted__"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["V2AvoidStunJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2IgniteDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["V2ChillEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Chill on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2ShockEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2PoisonDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Poison Duration on you", statOrderKey = "9230", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2BleedDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Bleed Duration on you", statOrderKey = "9222", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["V2CurseEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "curse" }, }, - ["MaceDamageJewel"] = { type = "Prefix", affix = "Brutal", "(14-16)% increased Damage with Maces or Sceptres", statOrderKey = "1189", statOrder = { 1189 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["AxeDamageJewel"] = { type = "Prefix", affix = "Sinister", "(14-16)% increased Damage with Axes", statOrderKey = "1165", statOrder = { 1165 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["SwordDamageJewel"] = { type = "Prefix", affix = "Vicious", "(14-16)% increased Damage with Swords", statOrderKey = "1203", statOrder = { 1203 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["BowDamageJewel"] = { type = "Prefix", affix = "Fierce", "(14-16)% increased Damage with Bows", statOrderKey = "1195", statOrder = { 1195 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "one_handed_mod", "melee_mod", "dual_wielding_mod", "shield_mod", "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["ClawDamageJewel"] = { type = "Prefix", affix = "Savage", "(14-16)% increased Damage with Claws", statOrderKey = "1177", statOrder = { 1177 }, level = 1, group = "IncreasedClawDamageForJewel", weightKey = { "two_handed_mod", "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["DaggerDamageJewel"] = { type = "Prefix", affix = "Lethal", "(14-16)% increased Damage with Daggers", statOrderKey = "1183", statOrder = { 1183 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "two_handed_mod", "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["WandDamageJewel"] = { type = "Prefix", affix = "Cruel", "(14-16)% increased Damage with Wands", statOrderKey = "2790", statOrder = { 2790 }, level = 1, group = "IncreasedWandDamageForJewel", weightKey = { "melee_mod", "two_handed_mod", "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["StaffDamageJewel"] = { type = "Prefix", affix = "Judging", "(14-16)% increased Damage with Staves", statOrderKey = "1172", statOrder = { 1172 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, - ["OneHandedMeleeDamageJewel"] = { type = "Prefix", affix = "Soldier's", "(12-14)% increased Damage with One Handed Weapons", statOrderKey = "3176", statOrder = { 3176 }, level = 1, group = "IncreasedOneHandedMeleeDamageForJewel", weightKey = { "two_handed_mod", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["TwoHandedMeleeDamageJewel"] = { type = "Prefix", affix = "Champion's", "(12-14)% increased Damage with Two Handed Weapons", statOrderKey = "3177", statOrder = { 3177 }, level = 1, group = "IncreasedTwoHandedMeleeDamageForJewel", weightKey = { "bow", "wand", "one_handed_mod", "dual_wielding_mod", "shield_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["DualWieldingMeleeDamageJewel"] = { type = "Prefix", affix = "Gladiator's", "(12-14)% increased Attack Damage while Dual Wielding", statOrderKey = "1142", statOrder = { 1142 }, level = 1, group = "IncreasedDualWieldlingDamageForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["UnarmedMeleeDamageJewel"] = { type = "Prefix", affix = "Brawling", "(14-16)% increased Melee Physical Damage with Unarmed Attacks", statOrderKey = "1164", statOrder = { 1164 }, level = 1, group = "IncreasedUnarmedDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["MeleeDamageJewel_"] = { type = "Suffix", affix = "of Combat", "(10-12)% increased Melee Damage", statOrderKey = "1100", statOrder = { 1100 }, level = 1, group = "MeleeDamageForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["ProjectileDamageJewel"] = { type = "Suffix", affix = "of Archery", "(10-12)% increased Projectile Damage", statOrderKey = "1850", statOrder = { 1850 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 400, 500 }, modTags = { "damage" }, }, - ["SpellDamageJewel"] = { type = "Suffix", affix = "of Mysticism", "(10-12)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["StaffSpellDamageJewel"] = { type = "Prefix", affix = "Wizard's", "(14-16)% increased Spell Damage while wielding a Staff", statOrderKey = "1093", statOrder = { 1093 }, level = 1, group = "StaffSpellDamageForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 500, 0, 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["DualWieldingSpellDamageJewel_"] = { type = "Prefix", affix = "Sorcerer's", "(14-16)% increased Spell Damage while Dual Wielding", statOrderKey = "1096", statOrder = { 1096 }, level = 1, group = "DualWieldingSpellDamageForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["ShieldSpellDamageJewel"] = { type = "Prefix", affix = "Battlemage's", "(14-16)% increased Spell Damage while holding a Shield", statOrderKey = "1095", statOrder = { 1095 }, level = 1, group = "ShieldSpellDamageForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "bow", "staff", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, - ["TrapDamageJewel"] = { type = "Prefix", affix = "Trapping", "(14-16)% increased Trap Damage", statOrderKey = "1061", statOrder = { 1061 }, level = 1, group = "TrapDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["MineDamageJewel"] = { type = "Prefix", affix = "Sabotage", "(14-16)% increased Mine Damage", statOrderKey = "1063", statOrder = { 1063 }, level = 1, group = "MineDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["DamageJewel"] = { type = "Suffix", affix = "of Wounding", "(8-10)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "DamageForJewel", weightKey = { "default", }, weightVal = { 350 }, modTags = { "damage" }, }, - ["MinionDamageJewel"] = { type = "Prefix", affix = "Leadership", "Minions deal (14-16)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "damage", "minion" }, }, - ["FireDamageJewel"] = { type = "Prefix", affix = "Flaming", "(14-16)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["ColdDamageJewel"] = { type = "Prefix", affix = "Chilling", "(14-16)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["LightningDamageJewel"] = { type = "Prefix", affix = "Humming", "(14-16)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["PhysicalDamageJewel"] = { type = "Prefix", affix = "Sharpened", "(14-16)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DamageOverTimeJewel"] = { type = "Suffix", affix = "of Entropy", "(10-12)% increased Damage over Time", statOrderKey = "1077", statOrder = { 1077 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "damage" }, }, - ["ChaosDamageJewel"] = { type = "Prefix", affix = "Chaotic", "(9-13)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "ChaosDamageForJewel", weightKey = { "default", }, weightVal = { 200 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AreaDamageJewel"] = { type = "Suffix", affix = "of Blasting", "(10-12)% increased Area Damage", statOrderKey = "1889", statOrder = { 1889 }, level = 1, group = "AreaDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "damage" }, }, - ["MaceAttackSpeedJewel"] = { type = "Prefix", affix = "Beating", "(6-8)% increased Attack Speed with Maces or Sceptres", statOrderKey = "1287", statOrder = { 1287 }, level = 1, group = "MaceAttackSpeedForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["AxeAttackSpeedJewel"] = { type = "Prefix", affix = "Cleaving", "(6-8)% increased Attack Speed with Axes", statOrderKey = "1283", statOrder = { 1283 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["SwordAttackSpeedJewel"] = { type = "Prefix", affix = "Fencing", "(6-8)% increased Attack Speed with Swords", statOrderKey = "1289", statOrder = { 1289 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["BowAttackSpeedJewel"] = { type = "Prefix", affix = "Volleying", "(6-8)% increased Attack Speed with Bows", statOrderKey = "1288", statOrder = { 1288 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "one_handed_mod", "melee_mod", "dual_wielding_mod", "shield_mod", "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["ClawAttackSpeedJewel"] = { type = "Prefix", affix = "Ripping", "(6-8)% increased Attack Speed with Claws", statOrderKey = "1285", statOrder = { 1285 }, level = 1, group = "ClawAttackSpeedForJewel", weightKey = { "two_handed_mod", "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["DaggerAttackSpeedJewel"] = { type = "Prefix", affix = "Slicing", "(6-8)% increased Attack Speed with Daggers", statOrderKey = "1286", statOrder = { 1286 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "two_handed_mod", "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["WandAttackSpeedJewel"] = { type = "Prefix", affix = "Jinxing", "(6-8)% increased Attack Speed with Wands", statOrderKey = "1290", statOrder = { 1290 }, level = 1, group = "WandAttackSpeedForJewel", weightKey = { "melee_mod", "two_handed_mod", "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["StaffAttackSpeedJewel"] = { type = "Prefix", affix = "Blunt", "(6-8)% increased Attack Speed with Staves", statOrderKey = "1284", statOrder = { 1284 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["OneHandedMeleeAttackSpeedJewel"] = { type = "Prefix", affix = "Bandit's", "(4-6)% increased Attack Speed with One Handed Melee Weapons", statOrderKey = "1282", statOrder = { 1282 }, level = 1, group = "OneHandedMeleeAttackSpeedForJewel", weightKey = { "two_handed_mod", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["TwoHandedMeleeAttackSpeedJewel"] = { type = "Prefix", affix = "Warrior's", "(4-6)% increased Attack Speed with Two Handed Melee Weapons", statOrderKey = "1281", statOrder = { 1281 }, level = 1, group = "TwoHandedMeleeAttackSpeedForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "bow", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "attack", "speed" }, }, - ["DualWieldingAttackSpeedJewel"] = { type = "Prefix", affix = "Harmonic", "(4-6)% increased Attack Speed while Dual Wielding", statOrderKey = "1278", statOrder = { 1278 }, level = 1, group = "AttackSpeedWhileDualWieldingForJewel", weightKey = { "shield_mod", "two_handed_mod", "default", }, weightVal = { 0, 0, 500 }, modTags = { "attack", "speed" }, }, - ["DualWieldingCastSpeedJewel"] = { type = "Prefix", affix = "Resonant", "(3-5)% increased Cast Speed while Dual Wielding", statOrderKey = "1309", statOrder = { 1309 }, level = 1, group = "CastSpeedWhileDualWieldingForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster", "speed" }, }, - ["ShieldAttackSpeedJewel"] = { type = "Prefix", affix = "Charging", "(4-6)% increased Attack Speed while holding a Shield", statOrderKey = "1280", statOrder = { 1280 }, level = 1, group = "AttackSpeedWithAShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 500, 400 }, modTags = { "attack", "speed" }, }, - ["ShieldCastSpeedJewel"] = { type = "Prefix", affix = "Warding", "(3-5)% increased Cast Speed while holding a Shield", statOrderKey = "1310", statOrder = { 1310 }, level = 1, group = "CastSpeedWithAShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster", "speed" }, }, - ["StaffCastSpeedJewel"] = { type = "Prefix", affix = "Wright's", "(3-5)% increased Cast Speed while wielding a Staff", statOrderKey = "1311", statOrder = { 1311 }, level = 1, group = "CastSpeedWithAStaffForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "caster", "speed" }, }, - ["UnarmedAttackSpeedJewel"] = { type = "Prefix", affix = "Furious", "(6-8)% increased Unarmed Attack Speed with Melee Skills", statOrderKey = "1292", statOrder = { 1292 }, level = 1, group = "AttackSpeedWhileUnarmedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "speed" }, }, - ["AttackSpeedJewel"] = { type = "Suffix", affix = "of Berserking", "(3-5)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeedForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attack", "speed" }, }, - ["ProjectileSpeedJewel"] = { type = "Suffix", affix = "of Soaring", "(6-8)% increased Projectile Speed", statOrderKey = "1655", statOrder = { 1655 }, level = 1, group = "IncreasedProjectileSpeedForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "speed" }, }, - ["CastSpeedJewel"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "caster", "speed" }, }, - ["TrapThrowSpeedJewel"] = { type = "Prefix", affix = "Honed", "(6-8)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeedForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["MineLaySpeedJewel"] = { type = "Prefix", affix = "Arming", "(6-8)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 1, group = "MineLaySpeedForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["AttackAndCastSpeedJewel"] = { type = "Suffix", affix = "of Zeal", "(2-4)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default", }, weightVal = { 350 }, modTags = { "attack", "caster", "speed" }, }, - ["PhysicalDamageWhileHoldingAShield"] = { type = "Prefix", affix = "Flanking", "(12-14)% increased Attack Damage while holding a Shield", statOrderKey = "1073", statOrder = { 1073 }, level = 1, group = "DamageWhileHoldingAShieldForJewel", weightKey = { "bow", "wand", "dual_wielding_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, - ["FireGemCastSpeedJewel"] = { type = "Prefix", affix = "Pyromantic", "(3-5)% increased Cast Speed with Fire Skills", statOrderKey = "1229", statOrder = { 1229 }, level = 1, group = "FireGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "fire", "caster", "speed" }, }, - ["ColdGemCastSpeedJewel"] = { type = "Prefix", affix = "Cryomantic", "(3-5)% increased Cast Speed with Cold Skills", statOrderKey = "1240", statOrder = { 1240 }, level = 1, group = "ColdGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "cold", "caster", "speed" }, }, - ["LightningGemCastSpeedJewel_"] = { type = "Prefix", affix = "Electromantic", "(3-5)% increased Cast Speed with Lightning Skills", statOrderKey = "1248", statOrder = { 1248 }, level = 1, group = "LightningGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "lightning", "caster", "speed" }, }, - ["ChaosGemCastSpeedJewel"] = { type = "Prefix", affix = "Withering", "(3-5)% increased Cast Speed with Chaos Skills", statOrderKey = "1255", statOrder = { 1255 }, level = 1, group = "ChaosGemCastSpeedForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "speed" }, }, - ["CurseCastSpeedJewel_"] = { type = "Suffix", affix = "of Blasphemy", "Curse Skills have (5-10)% increased Cast Speed", statOrderKey = "2067", statOrder = { 2067 }, level = 1, group = "CurseCastSpeedForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed", "curse" }, }, - ["StrengthJewel"] = { type = "Suffix", affix = "of Strength", "+(12-16) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthForJewel", weightKey = { "not_str", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, - ["DexterityJewel"] = { type = "Suffix", affix = "of Dexterity", "+(12-16) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, - ["IntelligenceJewel"] = { type = "Suffix", affix = "of Intelligence", "+(12-16) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceForJewel", weightKey = { "not_int", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, - ["StrengthDexterityJewel"] = { type = "Suffix", affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "not_int", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, - ["StrengthIntelligenceJewel"] = { type = "Suffix", affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, - ["DexterityIntelligenceJewel"] = { type = "Suffix", affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "not_str", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, - ["AllAttributesJewel"] = { type = "Suffix", affix = "of Adaption", "+(6-8) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "attribute" }, }, - ["IncreasedLifeJewel"] = { type = "Prefix", affix = "Healthy", "+(8-12) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "IncreasedLifeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["PercentIncreasedLifeJewel"] = { type = "Prefix", affix = "Vivid", "(5-7)% increased maximum Life", statOrderKey = "1431", statOrder = { 1431 }, level = 1, group = "PercentIncreasedLifeForJewel", weightKey = { "not_str", "default", }, weightVal = { 350, 500 }, modTags = { "resource", "life" }, }, - ["IncreasedManaJewel"] = { type = "Prefix", affix = "Learned", "+(8-12) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "IncreasedManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["PercentIncreasedManaJewel"] = { type = "Prefix", affix = "Enlightened", "(8-10)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "PercentIncreasedManaForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 250 }, modTags = { "resource", "mana" }, }, - ["IncreasedManaRegenJewel"] = { type = "Prefix", affix = "Energetic", "(12-15)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "IncreasedManaRegenForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 500 }, modTags = { "resource", "mana" }, }, - ["IncreasedEnergyShieldJewel_"] = { type = "Prefix", affix = "Glowing", "+(8-12) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "IncreasedEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldJewel"] = { type = "Prefix", affix = "Shimmering", "(6-8)% increased maximum Energy Shield", statOrderKey = "1421", statOrder = { 1421 }, level = 1, group = "EnergyShieldForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, - ["IncreasedLifeAndManaJewel"] = { type = "Prefix", affix = "Determined", "+(4-6) to maximum Life", "+(4-6) to maximum Mana", statOrderKey = "1429,1439", statOrder = { 1429, 1439 }, level = 1, group = "LifeAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, - ["PercentIncreasedLifeAndManaJewel"] = { type = "Prefix", affix = "Passionate", "(2-4)% increased maximum Life", "(4-6)% increased maximum Mana", statOrderKey = "1431,1440", statOrder = { 1431, 1440 }, level = 1, group = "PercentageLifeAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "green_herring", "resource", "life", "mana" }, }, - ["EnergyShieldAndManaJewel"] = { type = "Prefix", affix = "Wise", "(2-4)% increased maximum Energy Shield", "(4-6)% increased maximum Mana", statOrderKey = "1421,1440", statOrder = { 1421, 1440 }, level = 1, group = "EnergyShieldAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, - ["LifeAndEnergyShieldJewel"] = { type = "Prefix", affix = "Faithful", "(2-4)% increased maximum Energy Shield", "(2-4)% increased maximum Life", statOrderKey = "1421,1431", statOrder = { 1421, 1431 }, level = 1, group = "LifeAndEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["LifeLeechPermyriadJewel"] = { type = "Prefix", affix = "Hungering", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrderKey = "1508", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriadForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "life", "physical", "attack" }, }, - ["ManaLeechPermyriadJewel"] = { type = "Prefix", affix = "Thirsting", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrderKey = "1558", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriadForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "mana", "physical", "attack" }, }, - ["SpellLifeLeechPermyriadJewel"] = { type = "Prefix", affix = "Transfusing", "0.2% of Spell Damage Leeched as Life", statOrderKey = "1522", statOrder = { 1522 }, level = 1, group = "SpellLifeLeechPermyriadForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "caster" }, }, - ["SpellManaLeechPermyriadJewel"] = { type = "Prefix", affix = "Siphoning", "0.2% of Spell Damage Leeched as Mana", statOrderKey = "1563", statOrder = { 1563 }, level = 1, group = "SpellManaLeechPermyriadForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "caster" }, }, - ["LifeOnHitJewel"] = { type = "Suffix", affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Attacks", statOrderKey = "1599", statOrder = { 1599 }, level = 1, group = "LifeGainPerTargetForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "life", "attack" }, }, - ["ManaOnHitJewel"] = { type = "Suffix", affix = "of Absorption", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTargetForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "mana", "attack" }, }, - ["EnergyShieldOnHitJewel"] = { type = "Suffix", affix = "of Focus", "Gain (2-3) Energy Shield per Enemy Hit with Attacks", statOrderKey = "1606", statOrder = { 1606 }, level = 1, group = "EnergyShieldGainPerTargetForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield", "attack" }, }, - ["LifeRecoupJewel"] = { type = "Suffix", affix = "of Infusion", "(4-6)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 500 }, modTags = { "resource", "life" }, }, - ["IncreasedArmourJewel"] = { type = "Prefix", affix = "Armoured", "(14-18)% increased Armour", statOrderKey = "1402", statOrder = { 1402 }, level = 1, group = "IncreasedArmourForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "armour" }, }, - ["IncreasedEvasionJewel"] = { type = "Prefix", affix = "Evasive", "(14-18)% increased Evasion Rating", statOrderKey = "1410", statOrder = { 1410 }, level = 1, group = "IncreasedEvasionForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "evasion" }, }, - ["ArmourEvasionJewel"] = { type = "Prefix", affix = "Fighter's", "(6-12)% increased Armour", "(6-12)% increased Evasion Rating", statOrderKey = "1402,1410", statOrder = { 1402, 1410 }, level = 1, group = "ArmourEvasionForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["ArmourEnergyShieldJewel"] = { type = "Prefix", affix = "Paladin's", "(6-12)% increased Armour", "(2-4)% increased maximum Energy Shield", statOrderKey = "1402,1421", statOrder = { 1402, 1421 }, level = 1, group = "ArmourEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["EvasionEnergyShieldJewel"] = { type = "Prefix", affix = "Rogue's", "(6-12)% increased Evasion Rating", "(2-4)% increased maximum Energy Shield", statOrderKey = "1410,1421", statOrder = { 1410, 1421 }, level = 1, group = "EvasionEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["IncreasedDefensesJewel"] = { type = "Prefix", affix = "Defensive", "(4-6)% increased Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "IncreasedDefensesForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences" }, }, - ["ItemRarityJewel"] = { type = "Suffix", affix = "of Raiding", "(4-6)% increased Rarity of Items found", statOrderKey = "1456", statOrder = { 1456 }, level = 1, group = "ItemRarityForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, - ["IncreasedAccuracyJewel"] = { type = "Suffix", affix = "of Accuracy", "+(20-40) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracyForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, - ["PercentIncreasedAccuracyJewel"] = { type = "Suffix", affix = "of Precision", "(10-14)% increased Global Accuracy Rating", statOrderKey = "1296", statOrder = { 1296 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "attack" }, }, - ["AccuracyAndCritsJewel"] = { type = "Suffix", affix = "of Deadliness", "(6-10)% increased Global Accuracy Rating", "(6-10)% increased Global Critical Strike Chance", statOrderKey = "1296,1321", statOrder = { 1296, 1321 }, level = 1, group = "AccuracyAndCritsForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 150 }, modTags = { "attack", "critical" }, }, - ["CriticalStrikeChanceJewel"] = { type = "Suffix", affix = "of Menace", "(8-12)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CritChanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "critical" }, }, - ["CriticalStrikeMultiplierJewel"] = { type = "Suffix", affix = "of Potency", "+(9-12)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 1, group = "CritMultiplierForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "damage", "critical" }, }, - ["CritChanceWithMaceJewel"] = { type = "Prefix", affix = "of Striking FIX ME", "(12-16)% increased Critical Strike Chance with Maces or Sceptres", statOrderKey = "1331", statOrder = { 1331 }, level = 1, group = "CritChanceWithMaceForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithAxeJewel"] = { type = "Prefix", affix = "of Biting FIX ME", "(12-16)% increased Critical Strike Chance with Axes", statOrderKey = "1334", statOrder = { 1334 }, level = 1, group = "CritChanceWithAxeForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithSwordJewel"] = { type = "Prefix", affix = "of Stinging FIX ME", "(12-16)% increased Critical Strike Chance with Swords", statOrderKey = "1330", statOrder = { 1330 }, level = 1, group = "CritChanceWithSwordForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithBowJewel"] = { type = "Prefix", affix = "of the Sniper FIX ME", "(12-16)% increased Critical Strike Chance with Bows", statOrderKey = "1327", statOrder = { 1327 }, level = 1, group = "CritChanceWithBowForJewel", weightKey = { "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithClawJewel"] = { type = "Prefix", affix = "of the Eagle FIX ME", "(12-16)% increased Critical Strike Chance with Claws", statOrderKey = "1328", statOrder = { 1328 }, level = 1, group = "CritChanceWithClawForJewel", weightKey = { "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithDaggerJewel"] = { type = "Prefix", affix = "of Needling FIX ME", "(12-16)% increased Critical Strike Chance with Daggers", statOrderKey = "1329", statOrder = { 1329 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithWandJewel"] = { type = "Prefix", affix = "of Divination FIX ME", "(12-16)% increased Critical Strike Chance with Wands", statOrderKey = "1333", statOrder = { 1333 }, level = 1, group = "CritChanceWithWandForJewel", weightKey = { "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritChanceWithStaffJewel"] = { type = "Prefix", affix = "of Tyranny FIX ME", "(12-16)% increased Critical Strike Chance with Staves", statOrderKey = "1332", statOrder = { 1332 }, level = 1, group = "CritChanceWithStaffForJewel", weightKey = { "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, - ["CritMultiplierWithMaceJewel"] = { type = "Prefix", affix = "of Crushing FIX ME", "+(8-10)% to Critical Strike Multiplier with Maces or Sceptres", statOrderKey = "1355", statOrder = { 1355 }, level = 1, group = "CritMultiplierWithMaceForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithAxeJewel"] = { type = "Prefix", affix = "of Execution FIX ME", "+(8-10)% to Critical Strike Multiplier with Axes", statOrderKey = "1356", statOrder = { 1356 }, level = 1, group = "CritMultiplierWithAxeForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithSwordJewel"] = { type = "Prefix", affix = "of Severing FIX ME", "+(8-10)% to Critical Strike Multiplier with Swords", statOrderKey = "1358", statOrder = { 1358 }, level = 1, group = "CritMultiplierWithSwordForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithBowJewel"] = { type = "Prefix", affix = "of the Hunter FIX ME", "+(8-10)% to Critical Strike Multiplier with Bows", statOrderKey = "1357", statOrder = { 1357 }, level = 1, group = "CritMultiplierWithBowForJewel", weightKey = { "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithClawJewel"] = { type = "Prefix", affix = "of the Bear FIX ME", "+(8-10)% to Critical Strike Multiplier with Claws", statOrderKey = "1360", statOrder = { 1360 }, level = 1, group = "CritMultiplierWithClawForJewel", weightKey = { "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithDaggerJewel"] = { type = "Prefix", affix = "of Assassination FIX ME", "+(8-10)% to Critical Strike Multiplier with Daggers", statOrderKey = "1354", statOrder = { 1354 }, level = 1, group = "CritMultiplierWithDaggerForJewel", weightKey = { "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithWandJewel_"] = { type = "Prefix", affix = "of Evocation FIX ME", "+(8-10)% to Critical Strike Multiplier with Wands", statOrderKey = "1359", statOrder = { 1359 }, level = 1, group = "CritMultiplierWithWandForJewel", weightKey = { "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["CritMultiplierWithStaffJewel"] = { type = "Prefix", affix = "of Trauma FIX ME", "+(8-10)% to Critical Strike Multiplier with Staves", statOrderKey = "1361", statOrder = { 1361 }, level = 1, group = "CritMultiplierWithStaffForJewel", weightKey = { "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["OneHandedCritChanceJewel"] = { type = "Prefix", affix = "Harming", "(14-18)% increased Critical Strike Chance with One Handed Melee Weapons", statOrderKey = "1340", statOrder = { 1340 }, level = 1, group = "OneHandedCritChanceForJewel", weightKey = { "wand", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, - ["TwoHandedCritChanceJewel"] = { type = "Prefix", affix = "Sundering", "(14-18)% increased Critical Strike Chance with Two Handed Melee Weapons", statOrderKey = "1338", statOrder = { 1338 }, level = 1, group = "TwoHandedCritChanceForJewel", weightKey = { "bow", "one_handed_mod", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, - ["DualWieldingCritChanceJewel"] = { type = "Prefix", affix = "Technical", "(14-18)% increased Attack Critical Strike Chance while Dual Wielding", statOrderKey = "1342", statOrder = { 1342 }, level = 1, group = "DualWieldingCritChanceForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, - ["ShieldCritChanceJewel"] = { type = "Prefix", affix = "", "(10-14)% increased Critical Strike Chance while holding a Shield", statOrderKey = "1335", statOrder = { 1335 }, level = 1, group = "ShieldCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "critical" }, }, - ["MeleeCritChanceJewel"] = { type = "Suffix", affix = "of Weight", "(10-14)% increased Melee Critical Strike Chance", statOrderKey = "1341", statOrder = { 1341 }, level = 1, group = "MeleeCritChanceForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, - ["SpellCritChanceJewel"] = { type = "Suffix", affix = "of Annihilation", "(10-14)% increased Spell Critical Strike Chance", statOrderKey = "1320", statOrder = { 1320 }, level = 1, group = "SpellCritChanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 250 }, modTags = { "caster", "critical" }, }, - ["TrapCritChanceJewel_"] = { type = "Prefix", affix = "Inescapable", "(12-16)% increased Critical Strike Chance with Traps", statOrderKey = "1336", statOrder = { 1336 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["MineCritChanceJewel"] = { type = "Prefix", affix = "Crippling", "(12-16)% increased Critical Strike Chance with Mines", statOrderKey = "1337", statOrder = { 1337 }, level = 1, group = "MineCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["FireCritChanceJewel"] = { type = "Prefix", affix = "Incinerating", "(14-18)% increased Critical Strike Chance with Fire Skills", statOrderKey = "1343", statOrder = { 1343 }, level = 1, group = "FireCritChanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "fire", "critical" }, }, - ["ColdCritChanceJewel"] = { type = "Prefix", affix = "Avalanching", "(14-18)% increased Critical Strike Chance with Cold Skills", statOrderKey = "1345", statOrder = { 1345 }, level = 1, group = "ColdCritChanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "cold", "critical" }, }, - ["LightningCritChanceJewel"] = { type = "Prefix", affix = "Thundering", "(14-18)% increased Critical Strike Chance with Lightning Skills", statOrderKey = "1344", statOrder = { 1344 }, level = 1, group = "LightningCritChanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "lightning", "critical" }, }, - ["ElementalCritChanceJewel"] = { type = "Suffix", affix = "of the Apocalypse", "(10-14)% increased Critical Strike Chance with Elemental Skills", statOrderKey = "1346", statOrder = { 1346 }, level = 1, group = "ElementalCritChanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "elemental", "critical" }, }, - ["ChaosCritChanceJewel"] = { type = "Prefix", affix = "Obliterating", "(12-16)% increased Critical Strike Chance with Chaos Skills", statOrderKey = "1347", statOrder = { 1347 }, level = 1, group = "ChaosCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, }, - ["OneHandCritMultiplierJewel_"] = { type = "Prefix", affix = "Piercing", "+(15-18)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrderKey = "1362", statOrder = { 1362 }, level = 1, group = "OneHandCritMultiplierForJewel", weightKey = { "wand", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TwoHandCritMultiplierJewel"] = { type = "Prefix", affix = "Rupturing", "+(15-18)% to Critical Strike Multiplier with Two Handed Melee Weapons", statOrderKey = "1339", statOrder = { 1339 }, level = 1, group = "TwoHandCritMultiplierForJewel", weightKey = { "bow", "one_handed_mod", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["DualWieldingCritMultiplierJewel"] = { type = "Prefix", affix = "Puncturing", "+(15-18)% to Critical Strike Multiplier while Dual Wielding", statOrderKey = "4094", statOrder = { 4094 }, level = 1, group = "DualWieldingCritMultiplierForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["ShieldCritMultiplierJewel"] = { type = "Prefix", affix = "", "+(6-8)% to Melee Critical Strike Multiplier while holding a Shield", statOrderKey = "1365", statOrder = { 1365 }, level = 1, group = "ShieldCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, }, - ["MeleeCritMultiplier"] = { type = "Suffix", affix = "of Demolishing", "+(12-15)% to Melee Critical Strike Multiplier", statOrderKey = "1363", statOrder = { 1363 }, level = 1, group = "MeleeCritMultiplierForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["SpellCritMultiplier"] = { type = "Suffix", affix = "of Unmaking", "+(12-15)% to Critical Strike Multiplier for Spell Damage", statOrderKey = "1353", statOrder = { 1353 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 250 }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, - ["TrapCritMultiplier"] = { type = "Prefix", affix = "Debilitating", "+(8-10)% to Critical Strike Multiplier with Traps", statOrderKey = "1366", statOrder = { 1366 }, level = 1, group = "TrapCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["MineCritMultiplier"] = { type = "Prefix", affix = "Incapacitating", "+(8-10)% to Critical Strike Multiplier with Mines", statOrderKey = "1367", statOrder = { 1367 }, level = 1, group = "MineCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, - ["FireCritMultiplier"] = { type = "Prefix", affix = "Infernal", "+(15-18)% to Critical Strike Multiplier with Fire Skills", statOrderKey = "1368", statOrder = { 1368 }, level = 1, group = "FireCritMultiplierForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "critical" }, }, - ["ColdCritMultiplier"] = { type = "Prefix", affix = "Arctic", "+(15-18)% to Critical Strike Multiplier with Cold Skills", statOrderKey = "1370", statOrder = { 1370 }, level = 1, group = "ColdCritMultiplierForJewel", weightKey = { "not_dex", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "critical" }, }, - ["LightningCritMultiplier"] = { type = "Prefix", affix = "Surging", "+(15-18)% to Critical Strike Multiplier with Lightning Skills", statOrderKey = "1369", statOrder = { 1369 }, level = 1, group = "LightningCritMultiplierForJewel", weightKey = { "not_int", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, }, - ["ElementalCritMultiplier"] = { type = "Suffix", affix = "of the Elements", "+(12-15)% to Critical Strike Multiplier with Elemental Skills", statOrderKey = "1371", statOrder = { 1371 }, level = 1, group = "ElementalCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["ChaosCritMultiplier"] = { type = "Prefix", affix = "", "+(8-10)% to Critical Strike Multiplier with Chaos Skills", statOrderKey = "1372", statOrder = { 1372 }, level = 1, group = "ChaosCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, }, - ["FireResistanceJewel"] = { type = "Suffix", affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "fire", "resistance" }, }, - ["ColdResistanceJewel"] = { type = "Suffix", affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "cold", "resistance" }, }, - ["LightningResistanceJewel"] = { type = "Suffix", affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["FireColdResistanceJewel"] = { type = "Suffix", affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrderKey = "2647", statOrder = { 2647 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["FireLightningResistanceJewel"] = { type = "Suffix", affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["ColdLightningResistanceJewel"] = { type = "Suffix", affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrderKey = "2649", statOrder = { 2649 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["AllResistancesJewel"] = { type = "Suffix", affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "resistance" }, }, - ["ChaosResistanceJewel"] = { type = "Suffix", affix = "of Order", "+(7-13)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "chaos", "resistance" }, }, - ["MaximumFireResistanceJewel"] = { type = "Suffix", affix = "of the Phoenix", "+(1-2)% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 1, group = "MaximumFireResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "fire", "resistance" }, }, - ["MaximumColdResistanceJewel"] = { type = "Suffix", affix = "of the Kraken", "+(1-2)% to maximum Cold Resistance", statOrderKey = "1489", statOrder = { 1489 }, level = 1, group = "MaximumColdResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "cold", "resistance" }, }, - ["MaximumLightningResistanceJewel"] = { type = "Suffix", affix = "of the Leviathan", "+(1-2)% to maximum Lightning Resistance", statOrderKey = "1494", statOrder = { 1494 }, level = 1, group = "MaximumLightningResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["StunDurationJewel"] = { type = "Suffix", affix = "of Stunning", "(10-14)% increased Stun Duration on Enemies", statOrderKey = "1722", statOrder = { 1722 }, level = 1, group = "StunDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, modTags = { }, }, - ["StunRecoveryJewel"] = { type = "Suffix", affix = "of Recovery", "(25-35)% increased Stun and Block Recovery", statOrderKey = "1759", statOrder = { 1759 }, level = 1, group = "StunRecoveryForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, modTags = { }, }, - ["ManaCostReductionJewel"] = { type = "Suffix", affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["FasterAilmentDamageJewel"] = { type = "Prefix", affix = "Decrepifying", "Damaging Ailments deal damage (4-6)% faster", statOrderKey = "5692", statOrder = { 5692 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "ailment" }, }, - ["AuraRadiusJewel"] = { type = "Suffix", affix = "Hero's FIX ME", "(10-15)% increased Area of Effect of Aura Skills", statOrderKey = "2077", statOrder = { 2077 }, level = 1, group = "AuraRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, - ["CurseRadiusJewel"] = { type = "Suffix", affix = "Hexing FIX ME", "(8-10)% increased Area of Effect of Hex Skills", statOrderKey = "2078", statOrder = { 2078 }, level = 1, group = "CurseRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["AvoidIgniteJewel"] = { type = "Suffix", affix = "Dousing FIX ME", "(6-8)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgniteForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AvoidShockJewel"] = { type = "Suffix", affix = "Insulating FIX ME", "(6-8)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AvoidFreezeJewel"] = { type = "Suffix", affix = "Thawing FIX ME", "(6-8)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "AvoidFreezeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidChillJewel"] = { type = "Suffix", affix = "Heating FIX ME", "(6-8)% chance to Avoid being Chilled", statOrderKey = "1703", statOrder = { 1703 }, level = 1, group = "AvoidChillForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AvoidStunJewel"] = { type = "Suffix", affix = "FIX ME", "(6-8)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStunForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ChanceToFreezeJewel"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Freeze", statOrderKey = "1883", statOrder = { 1883 }, level = 1, group = "ChanceToFreezeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ChanceToIgniteJewel_"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Ignite", statOrderKey = "1880", statOrder = { 1880 }, level = 1, group = "ChanceToIgniteForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChanceToShockJewel"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Shock", statOrderKey = "1887", statOrder = { 1887 }, level = 1, group = "ChanceToShockForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["EnduranceChargeDurationJewel"] = { type = "Suffix", affix = "of Endurance", "(10-14)% increased Endurance Charge Duration", statOrderKey = "1979", statOrder = { 1979 }, level = 1, group = "EnduranceChargeDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge" }, }, - ["FrenzyChargeDurationJewel"] = { type = "Suffix", affix = "of Frenzy", "(10-14)% increased Frenzy Charge Duration", statOrderKey = "1981", statOrder = { 1981 }, level = 1, group = "FrenzyChargeDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge" }, }, - ["PowerChargeDurationJewel_"] = { type = "Suffix", affix = "of Power", "(10-14)% increased Power Charge Duration", statOrderKey = "1996", statOrder = { 1996 }, level = 1, group = "PowerChargeDurationForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge" }, }, - ["KnockbackChanceJewel_"] = { type = "Suffix", affix = "of Fending", "(4-6)% chance to Knock Enemies Back on hit", statOrderKey = "1849", statOrder = { 1849 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { }, }, - ["BlockDualWieldingJewel"] = { type = "Prefix", affix = "Parrying", "+(2-3)% Chance to Block Attack Damage while Dual Wielding", statOrderKey = "1029", statOrder = { 1029 }, level = 1, group = "BlockDualWieldingForJewel", weightKey = { "staff", "two_handed_mod", "shield_mod", "default", }, weightVal = { 0, 0, 0, 350 }, modTags = { "block" }, }, - ["BlockShieldJewel"] = { type = "Prefix", affix = "Shielding", "+(2-3)% Chance to Block Attack Damage while holding a Shield", statOrderKey = "1010", statOrder = { 1010 }, level = 1, group = "BlockShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, - ["BlockStaffJewel"] = { type = "Prefix", affix = "Deflecting", "+(2-3)% Chance to Block Attack Damage while wielding a Staff", statOrderKey = "1022", statOrder = { 1022 }, level = 1, group = "BlockStaffForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_dex", "default", }, weightVal = { 0, 350, 0, 0, 0, 350, 0 }, modTags = { "block" }, }, - ["DualWieldingSpellBlockForJewel"] = { type = "Prefix", affix = "Dissipating", "+(2-3)% Chance to Block Spell Damage while Dual Wielding", statOrderKey = "1015", statOrder = { 1015 }, level = 1, group = "DualWieldingSpellBlockForJewel", weightKey = { "two_handed_mod", "shield_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, - ["ShieldSpellBlockJewel"] = { type = "Prefix", affix = "Thwarting", "+(2-3)% Chance to Block Spell Damage while holding a Shield", statOrderKey = "1011", statOrder = { 1011 }, level = 1, group = "ShieldSpellBlockForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, - ["StaffSpellBlockJewel"] = { type = "Prefix", affix = "Halting", "+(2-3)% Chance to Block Spell Damage while wielding a Staff", statOrderKey = "1019", statOrder = { 1019 }, level = 1, group = "StaffSpellBlockForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_dex", "default", }, weightVal = { 0, 350, 0, 0, 0, 350, 0 }, modTags = { "block" }, }, - ["FreezeDurationJewel"] = { type = "Suffix", affix = "of the Glacier", "(12-16)% increased Chill and Freeze Duration on Enemies", statOrderKey = "5351", statOrder = { 5351 }, level = 1, group = "FreezeDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ShockDurationJewel"] = { type = "Suffix", affix = "of the Storm", "(12-16)% increased Shock Duration on Enemies", statOrderKey = "1716", statOrder = { 1716 }, level = 1, group = "ShockDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IgniteDurationJewel"] = { type = "Suffix", affix = "of Immolation", "(3-5)% increased Ignite Duration on Enemies", statOrderKey = "1718", statOrder = { 1718 }, level = 1, group = "BurnDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChillAndShockEffectOnYouJewel"] = { type = "Suffix", affix = "of Insulation", "15% reduced Effect of Chill and Shock on you", statOrderKey = "9268", statOrder = { 9268 }, level = 1, group = "ChillAndShockEffectOnYouJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, - ["CurseEffectOnYouJewel"] = { type = "Suffix", affix = "of Hexwarding", "(25-30)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "curse" }, }, - ["IgniteDurationOnYouJewel"] = { type = "Suffix", affix = "of the Flameruler", "(30-35)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ChillEffectOnYouJewel"] = { type = "Suffix", affix = "of the Snowbreather", "(30-35)% reduced Effect of Chill on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ShockEffectOnYouJewel"] = { type = "Suffix", affix = "of the Stormdweller", "(30-35)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["PoisonDurationOnYouJewel"] = { type = "Suffix", affix = "of Neutralisation", "(30-35)% reduced Poison Duration on you", statOrderKey = "9230", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "poison", "chaos", "ailment" }, }, - ["BleedDurationOnYouJewel"] = { type = "Suffix", affix = "of Stemming", "(30-35)% reduced Bleed Duration on you", statOrderKey = "9222", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "bleed", "physical", "ailment" }, }, - ["ManaReservationEfficiencyJewel"] = { type = "Prefix", affix = "Cerebral", "(2-3)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 250 }, modTags = { "resource", "mana" }, }, - ["FlaskDurationJewel"] = { type = "Prefix", affix = "Prolonging", "(6-10)% increased Flask Effect Duration", statOrderKey = "2041", statOrder = { 2041 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "flask" }, }, - ["FreezeChanceAndDurationJewel"] = { type = "Suffix", affix = "of Freezing", "(12-16)% increased Freeze Duration on Enemies", "(3-5)% chance to Freeze", statOrderKey = "1717,1883", statOrder = { 1717, 1883 }, level = 1, group = "FreezeChanceAndDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ShockChanceAndDurationJewel"] = { type = "Suffix", affix = "of Shocking", "(12-16)% increased Shock Duration on Enemies", "(3-5)% chance to Shock", statOrderKey = "1716,1887", statOrder = { 1716, 1887 }, level = 1, group = "ShockChanceAndDurationForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IgniteChanceAndDurationJewel"] = { type = "Suffix", affix = "of Burning", "(6-8)% increased Ignite Duration on Enemies", "(3-5)% chance to Ignite", statOrderKey = "1718,1880", statOrder = { 1718, 1880 }, level = 1, group = "IgniteChanceAndDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "fire", "ailment" }, }, - ["PoisonChanceAndDurationForJewel"] = { type = "Suffix", affix = "of Poisoning", "(6-8)% increased Poison Duration", "(3-5)% chance to Poison on Hit", statOrderKey = "3009,3012", statOrder = { 3009, 3012 }, level = 1, group = "PoisonChanceAndDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 350 }, modTags = { "poison", "chaos", "ailment" }, }, - ["BleedChanceAndDurationForJewel__"] = { type = "Suffix", affix = "of Bleeding", "Attacks have (3-5)% chance to cause Bleeding", "(12-16)% increased Bleeding Duration", statOrderKey = "2340,4706", statOrder = { 2340, 4706 }, level = 1, group = "BleedChanceAndDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["ImpaleChanceForJewel_"] = { type = "Suffix", affix = "of Impaling", "(5-7)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "4638", statOrder = { 4638 }, level = 1, group = "ImpaleChanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "physical", "attack" }, }, - ["PoisonDamageForJewel"] = { type = "Suffix", affix = "of Venom", "(16-20)% increased Damage with Poison", statOrderKey = "3020", statOrder = { 3020 }, level = 1, group = "PoisonDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 500 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["BleedDamageForJewel"] = { type = "Suffix", affix = "of Haemophilia", "(16-20)% increased Damage with Bleeding", statOrderKey = "3008", statOrder = { 3008 }, level = 1, group = "BleedDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 500 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["BurningDamageForJewel"] = { type = "Suffix", affix = "of Combusting", "(16-20)% increased Burning Damage", statOrderKey = "1736", statOrder = { 1736 }, level = 1, group = "BurningDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["EnergyShieldDelayJewel"] = { type = "Prefix", affix = "Serene", "(4-6)% faster start of Energy Shield Recharge", statOrderKey = "1422", statOrder = { 1422 }, level = 1, group = "EnergyShieldDelayForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, - ["EnergyShieldRateJewel"] = { type = "Prefix", affix = "Fevered", "(6-8)% increased Energy Shield Recharge Rate", statOrderKey = "1425", statOrder = { 1425 }, level = 1, group = "EnergyShieldRechargeRateForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, - ["MinionBlockJewel"] = { type = "Suffix", affix = "of the Wall", "Minions have +(4-6)% Chance to Block Attack Damage", statOrderKey = "2751", statOrder = { 2751 }, level = 1, group = "MinionBlockForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "block", "minion" }, }, - ["MinionLifeJewel"] = { type = "Prefix", affix = "Master's", "Minions have (8-12)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MinionLifeForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "resource", "life", "minion" }, }, - ["MinionElementalResistancesJewel"] = { type = "Suffix", affix = "of Resilience", "Minions have +(11-15)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "elemental", "resistance", "minion" }, }, - ["MinionAccuracyRatingJewel"] = { type = "Suffix", affix = "of Training", "(22-26)% increased Minion Accuracy Rating", statOrderKey = "8597", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "attack", "minion" }, }, - ["TotemDamageJewel"] = { type = "Prefix", affix = "Shaman's", "(12-16)% increased Totem Damage", statOrderKey = "1060", statOrder = { 1060 }, level = 1, group = "TotemDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "damage" }, }, - ["TotemLifeJewel"] = { type = "Prefix", affix = "Carved", "(8-12)% increased Totem Life", statOrderKey = "1633", statOrder = { 1633 }, level = 1, group = "TotemLifeForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "resource", "life" }, }, - ["TotemElementalResistancesJewel"] = { type = "Suffix", affix = "of Runes", "Totems gain +(6-10)% to all Elemental Resistances", statOrderKey = "2636", statOrder = { 2636 }, level = 1, group = "TotemElementalResistancesForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "resistance" }, }, - ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, - ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, - ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, - ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "1243", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, - ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, - ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrderKey = "4348", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, - ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, - ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, - ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, - ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, - ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrderKey = "1581", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrderKey = "6033", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrderKey = "8480", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, - ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7317", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7316", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrderKey = "8582", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrderKey = "2345", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, - ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveJewelElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, - ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, - ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, - ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrderKey = "465", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, - ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, - ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrderKey = "4298", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrderKey = "4539", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrderKey = "2035", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrderKey = "4990", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, - ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrderKey = "5006", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrderKey = "6284", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, - ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, - ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, - ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveJewelMinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveJewelVaalSoulsOnKill1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2946", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, - ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrderKey = "2944", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, - ["JewelChaosNonAilmentDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Atrophy", "+(6-8)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 1, group = "ChaosDamageOverTimeMultiplier", weightKey = { "not_str", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, - ["JewelColdDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Gelidity", "+(6-8)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 1, group = "ColdDamageOverTimeMultiplier", weightKey = { "not_str", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, - ["JewelFireDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Zealousness", "+(6-8)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, - ["JewelPhysicalDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Exsanguinating", "+(6-8)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 1, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, - ["JewelGlobalDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Acrimony", "+(4-6)% to Damage over Time Multiplier", statOrderKey = "1108", statOrder = { 1108 }, level = 1, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, modTags = { "dot_multi", "damage" }, }, + ["ChaosResistJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ReducedCharacterSizeJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["ReducedChillDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedIgniteDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedShockDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedChargeDurationJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["AddedChaosDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChanceToBeCritJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "critical" }, }, + ["DamageWhileDeadJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage" }, }, + ["VaalSkillDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage", "vaal" }, }, + ["ChaosDamagePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["ManaLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana" }, }, + ["SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["V2CorruptedBloodImmunityCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["V2HinderImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "blue_herring" }, }, + ["V2IncreasedAilmentEffectOnEnemiesCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "ailment" }, }, + ["V2IncreasedAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2IncreasedCriticalStrikeChanceCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, + ["V2IncreasedDamageJewelCorrupted___"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2MaimImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "minion" }, }, + ["V2ReducedManaReservationCorrupted"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2ReducedManaReservationCorruptedEfficiency__"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2FirePenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["V2ColdPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["V2LightningPenetrationJewelCorrupted__"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["V2ElementalPenetrationJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["V2ArmourPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, + ["V2AvoidIgniteJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["V2AvoidChillAndFreezeJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Chilled", "(20-25)% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2AvoidShockJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2AvoidPoisonJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2AvoidBleedJewelCorrupted__"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["V2AvoidStunJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2IgniteDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["V2ChillEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Chill on you", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2ShockEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2PoisonDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Poison Duration on you", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2BleedDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Bleed Duration on you", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["V2CurseEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "curse" }, }, + ["MaceDamageJewel"] = { type = "Prefix", affix = "Brutal", "(14-16)% increased Damage with Maces or Sceptres", statOrder = { 1189 }, level = 1, group = "IncreasedMaceDamageForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["AxeDamageJewel"] = { type = "Prefix", affix = "Sinister", "(14-16)% increased Damage with Axes", statOrder = { 1165 }, level = 1, group = "IncreasedAxeDamageForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["SwordDamageJewel"] = { type = "Prefix", affix = "Vicious", "(14-16)% increased Damage with Swords", statOrder = { 1203 }, level = 1, group = "IncreasedSwordDamageForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["BowDamageJewel"] = { type = "Prefix", affix = "Fierce", "(14-16)% increased Damage with Bows", statOrder = { 1195 }, level = 1, group = "IncreasedBowDamageForJewel", weightKey = { "one_handed_mod", "melee_mod", "dual_wielding_mod", "shield_mod", "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["ClawDamageJewel"] = { type = "Prefix", affix = "Savage", "(14-16)% increased Damage with Claws", statOrder = { 1177 }, level = 1, group = "IncreasedClawDamageForJewel", weightKey = { "two_handed_mod", "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["DaggerDamageJewel"] = { type = "Prefix", affix = "Lethal", "(14-16)% increased Damage with Daggers", statOrder = { 1183 }, level = 1, group = "IncreasedDaggerDamageForJewel", weightKey = { "two_handed_mod", "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["WandDamageJewel"] = { type = "Prefix", affix = "Cruel", "(14-16)% increased Damage with Wands", statOrder = { 2790 }, level = 1, group = "IncreasedWandDamageForJewel", weightKey = { "melee_mod", "two_handed_mod", "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["StaffDamageJewel"] = { type = "Prefix", affix = "Judging", "(14-16)% increased Damage with Staves", statOrder = { 1172 }, level = 1, group = "IncreasedStaffDamageForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "damage", "attack" }, }, + ["OneHandedMeleeDamageJewel"] = { type = "Prefix", affix = "Soldier's", "(12-14)% increased Damage with One Handed Weapons", statOrder = { 3176 }, level = 1, group = "IncreasedOneHandedMeleeDamageForJewel", weightKey = { "two_handed_mod", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["TwoHandedMeleeDamageJewel"] = { type = "Prefix", affix = "Champion's", "(12-14)% increased Damage with Two Handed Weapons", statOrder = { 3177 }, level = 1, group = "IncreasedTwoHandedMeleeDamageForJewel", weightKey = { "bow", "wand", "one_handed_mod", "dual_wielding_mod", "shield_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["DualWieldingMeleeDamageJewel"] = { type = "Prefix", affix = "Gladiator's", "(12-14)% increased Attack Damage while Dual Wielding", statOrder = { 1142 }, level = 1, group = "IncreasedDualWieldlingDamageForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["UnarmedMeleeDamageJewel"] = { type = "Prefix", affix = "Brawling", "(14-16)% increased Melee Physical Damage with Unarmed Attacks", statOrder = { 1164 }, level = 1, group = "IncreasedUnarmedDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["MeleeDamageJewel_"] = { type = "Suffix", affix = "of Combat", "(10-12)% increased Melee Damage", statOrder = { 1100 }, level = 1, group = "MeleeDamageForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["ProjectileDamageJewel"] = { type = "Suffix", affix = "of Archery", "(10-12)% increased Projectile Damage", statOrder = { 1850 }, level = 1, group = "ProjectileDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 400, 500 }, modTags = { "damage" }, }, + ["SpellDamageJewel"] = { type = "Suffix", affix = "of Mysticism", "(10-12)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["StaffSpellDamageJewel"] = { type = "Prefix", affix = "Wizard's", "(14-16)% increased Spell Damage while wielding a Staff", statOrder = { 1093 }, level = 1, group = "StaffSpellDamageForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 500, 0, 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["DualWieldingSpellDamageJewel_"] = { type = "Prefix", affix = "Sorcerer's", "(14-16)% increased Spell Damage while Dual Wielding", statOrder = { 1096 }, level = 1, group = "DualWieldingSpellDamageForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["ShieldSpellDamageJewel"] = { type = "Prefix", affix = "Battlemage's", "(14-16)% increased Spell Damage while holding a Shield", statOrder = { 1095 }, level = 1, group = "ShieldSpellDamageForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "bow", "staff", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 0, 500 }, modTags = { "caster_damage", "damage", "caster" }, }, + ["TrapDamageJewel"] = { type = "Prefix", affix = "Trapping", "(14-16)% increased Trap Damage", statOrder = { 1061 }, level = 1, group = "TrapDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["MineDamageJewel"] = { type = "Prefix", affix = "Sabotage", "(14-16)% increased Mine Damage", statOrder = { 1063 }, level = 1, group = "MineDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["DamageJewel"] = { type = "Suffix", affix = "of Wounding", "(8-10)% increased Damage", statOrder = { 1058 }, level = 1, group = "DamageForJewel", weightKey = { "default", }, weightVal = { 350 }, modTags = { "damage" }, }, + ["MinionDamageJewel"] = { type = "Prefix", affix = "Leadership", "Minions deal (14-16)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "damage", "minion" }, }, + ["FireDamageJewel"] = { type = "Prefix", affix = "Flaming", "(14-16)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["ColdDamageJewel"] = { type = "Prefix", affix = "Chilling", "(14-16)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["LightningDamageJewel"] = { type = "Prefix", affix = "Humming", "(14-16)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamageForJewel", weightKey = { "not_int", "default", }, weightVal = { 400, 500 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["PhysicalDamageJewel"] = { type = "Prefix", affix = "Sharpened", "(14-16)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DamageOverTimeJewel"] = { type = "Suffix", affix = "of Entropy", "(10-12)% increased Damage over Time", statOrder = { 1077 }, level = 1, group = "DamageOverTimeForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "damage" }, }, + ["ChaosDamageJewel"] = { type = "Prefix", affix = "Chaotic", "(9-13)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "ChaosDamageForJewel", weightKey = { "default", }, weightVal = { 200 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AreaDamageJewel"] = { type = "Suffix", affix = "of Blasting", "(10-12)% increased Area Damage", statOrder = { 1889 }, level = 1, group = "AreaDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "damage" }, }, + ["MaceAttackSpeedJewel"] = { type = "Prefix", affix = "Beating", "(6-8)% increased Attack Speed with Maces or Sceptres", statOrder = { 1287 }, level = 1, group = "MaceAttackSpeedForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["AxeAttackSpeedJewel"] = { type = "Prefix", affix = "Cleaving", "(6-8)% increased Attack Speed with Axes", statOrder = { 1283 }, level = 1, group = "AxeAttackSpeedForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["SwordAttackSpeedJewel"] = { type = "Prefix", affix = "Fencing", "(6-8)% increased Attack Speed with Swords", statOrder = { 1289 }, level = 1, group = "SwordAttackSpeedForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 500, 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["BowAttackSpeedJewel"] = { type = "Prefix", affix = "Volleying", "(6-8)% increased Attack Speed with Bows", statOrder = { 1288 }, level = 1, group = "BowAttackSpeedForJewel", weightKey = { "one_handed_mod", "melee_mod", "dual_wielding_mod", "shield_mod", "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["ClawAttackSpeedJewel"] = { type = "Prefix", affix = "Ripping", "(6-8)% increased Attack Speed with Claws", statOrder = { 1285 }, level = 1, group = "ClawAttackSpeedForJewel", weightKey = { "two_handed_mod", "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["DaggerAttackSpeedJewel"] = { type = "Prefix", affix = "Slicing", "(6-8)% increased Attack Speed with Daggers", statOrder = { 1286 }, level = 1, group = "DaggerAttackSpeedForJewel", weightKey = { "two_handed_mod", "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["WandAttackSpeedJewel"] = { type = "Prefix", affix = "Jinxing", "(6-8)% increased Attack Speed with Wands", statOrder = { 1290 }, level = 1, group = "WandAttackSpeedForJewel", weightKey = { "melee_mod", "two_handed_mod", "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["StaffAttackSpeedJewel"] = { type = "Prefix", affix = "Blunt", "(6-8)% increased Attack Speed with Staves", statOrder = { 1284 }, level = 1, group = "StaffAttackSpeedForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["OneHandedMeleeAttackSpeedJewel"] = { type = "Prefix", affix = "Bandit's", "(4-6)% increased Attack Speed with One Handed Melee Weapons", statOrder = { 1282 }, level = 1, group = "OneHandedMeleeAttackSpeedForJewel", weightKey = { "two_handed_mod", "wand", "not_int", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["TwoHandedMeleeAttackSpeedJewel"] = { type = "Prefix", affix = "Warrior's", "(4-6)% increased Attack Speed with Two Handed Melee Weapons", statOrder = { 1281 }, level = 1, group = "TwoHandedMeleeAttackSpeedForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "bow", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "attack", "speed" }, }, + ["DualWieldingAttackSpeedJewel"] = { type = "Prefix", affix = "Harmonic", "(4-6)% increased Attack Speed while Dual Wielding", statOrder = { 1278 }, level = 1, group = "AttackSpeedWhileDualWieldingForJewel", weightKey = { "shield_mod", "two_handed_mod", "default", }, weightVal = { 0, 0, 500 }, modTags = { "attack", "speed" }, }, + ["DualWieldingCastSpeedJewel"] = { type = "Prefix", affix = "Resonant", "(3-5)% increased Cast Speed while Dual Wielding", statOrder = { 1309 }, level = 1, group = "CastSpeedWhileDualWieldingForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster", "speed" }, }, + ["ShieldAttackSpeedJewel"] = { type = "Prefix", affix = "Charging", "(4-6)% increased Attack Speed while holding a Shield", statOrder = { 1280 }, level = 1, group = "AttackSpeedWithAShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 500, 400 }, modTags = { "attack", "speed" }, }, + ["ShieldCastSpeedJewel"] = { type = "Prefix", affix = "Warding", "(3-5)% increased Cast Speed while holding a Shield", statOrder = { 1310 }, level = 1, group = "CastSpeedWithAShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 500 }, modTags = { "caster", "speed" }, }, + ["StaffCastSpeedJewel"] = { type = "Prefix", affix = "Wright's", "(3-5)% increased Cast Speed while wielding a Staff", statOrder = { 1311 }, level = 1, group = "CastSpeedWithAStaffForJewel", weightKey = { "one_handed_mod", "dual_wielding_mod", "shield_mod", "staff", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 500, 0, 0, 500 }, modTags = { "caster", "speed" }, }, + ["UnarmedAttackSpeedJewel"] = { type = "Prefix", affix = "Furious", "(6-8)% increased Unarmed Attack Speed with Melee Skills", statOrder = { 1292 }, level = 1, group = "AttackSpeedWhileUnarmedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "speed" }, }, + ["AttackSpeedJewel"] = { type = "Suffix", affix = "of Berserking", "(3-5)% increased Attack Speed", statOrder = { 1273 }, level = 1, group = "IncreasedAttackSpeedForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attack", "speed" }, }, + ["ProjectileSpeedJewel"] = { type = "Suffix", affix = "of Soaring", "(6-8)% increased Projectile Speed", statOrder = { 1655 }, level = 1, group = "IncreasedProjectileSpeedForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "speed" }, }, + ["CastSpeedJewel"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "caster", "speed" }, }, + ["TrapThrowSpeedJewel"] = { type = "Prefix", affix = "Honed", "(6-8)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 1, group = "TrapThrowSpeedForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["MineLaySpeedJewel"] = { type = "Prefix", affix = "Arming", "(6-8)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 1, group = "MineLaySpeedForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["AttackAndCastSpeedJewel"] = { type = "Suffix", affix = "of Zeal", "(2-4)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 1, group = "AttackAndCastSpeedForJewel", weightKey = { "default", }, weightVal = { 350 }, modTags = { "attack", "caster", "speed" }, }, + ["PhysicalDamageWhileHoldingAShield"] = { type = "Prefix", affix = "Flanking", "(12-14)% increased Attack Damage while holding a Shield", statOrder = { 1073 }, level = 1, group = "DamageWhileHoldingAShieldForJewel", weightKey = { "bow", "wand", "dual_wielding_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 500, 0 }, modTags = { "damage", "attack" }, }, + ["FireGemCastSpeedJewel"] = { type = "Prefix", affix = "Pyromantic", "(3-5)% increased Cast Speed with Fire Skills", statOrder = { 1229 }, level = 1, group = "FireGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "fire", "caster", "speed" }, }, + ["ColdGemCastSpeedJewel"] = { type = "Prefix", affix = "Cryomantic", "(3-5)% increased Cast Speed with Cold Skills", statOrder = { 1240 }, level = 1, group = "ColdGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "cold", "caster", "speed" }, }, + ["LightningGemCastSpeedJewel_"] = { type = "Prefix", affix = "Electromantic", "(3-5)% increased Cast Speed with Lightning Skills", statOrder = { 1248 }, level = 1, group = "LightningGemCastSpeedForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "lightning", "caster", "speed" }, }, + ["ChaosGemCastSpeedJewel"] = { type = "Prefix", affix = "Withering", "(3-5)% increased Cast Speed with Chaos Skills", statOrder = { 1255 }, level = 1, group = "ChaosGemCastSpeedForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "caster", "speed" }, }, + ["CurseCastSpeedJewel_"] = { type = "Suffix", affix = "of Blasphemy", "Curse Skills have (5-10)% increased Cast Speed", statOrder = { 2067 }, level = 1, group = "CurseCastSpeedForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "speed", "curse" }, }, + ["StrengthJewel"] = { type = "Suffix", affix = "of Strength", "+(12-16) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthForJewel", weightKey = { "not_str", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, + ["DexterityJewel"] = { type = "Suffix", affix = "of Dexterity", "+(12-16) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, + ["IntelligenceJewel"] = { type = "Suffix", affix = "of Intelligence", "+(12-16) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceForJewel", weightKey = { "not_int", "default", }, weightVal = { 300, 500 }, modTags = { "attribute" }, }, + ["StrengthDexterityJewel"] = { type = "Suffix", affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrder = { 1047 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "not_int", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, + ["StrengthIntelligenceJewel"] = { type = "Suffix", affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrder = { 1048 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, + ["DexterityIntelligenceJewel"] = { type = "Suffix", affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrder = { 1049 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "not_str", "default", }, weightVal = { 450, 250 }, modTags = { "attribute" }, }, + ["AllAttributesJewel"] = { type = "Suffix", affix = "of Adaption", "+(6-8) to all Attributes", statOrder = { 1043 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "attribute" }, }, + ["IncreasedLifeJewel"] = { type = "Prefix", affix = "Healthy", "+(8-12) to maximum Life", statOrder = { 1429 }, level = 1, group = "IncreasedLifeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["PercentIncreasedLifeJewel"] = { type = "Prefix", affix = "Vivid", "(5-7)% increased maximum Life", statOrder = { 1431 }, level = 1, group = "PercentIncreasedLifeForJewel", weightKey = { "not_str", "default", }, weightVal = { 350, 500 }, modTags = { "resource", "life" }, }, + ["IncreasedManaJewel"] = { type = "Prefix", affix = "Learned", "+(8-12) to maximum Mana", statOrder = { 1439 }, level = 1, group = "IncreasedManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["PercentIncreasedManaJewel"] = { type = "Prefix", affix = "Enlightened", "(8-10)% increased maximum Mana", statOrder = { 1440 }, level = 1, group = "PercentIncreasedManaForJewel", weightKey = { "not_str", "default", }, weightVal = { 500, 250 }, modTags = { "resource", "mana" }, }, + ["IncreasedManaRegenJewel"] = { type = "Prefix", affix = "Energetic", "(12-15)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "IncreasedManaRegenForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 500 }, modTags = { "resource", "mana" }, }, + ["IncreasedEnergyShieldJewel_"] = { type = "Prefix", affix = "Glowing", "+(8-12) to maximum Energy Shield", statOrder = { 1418 }, level = 1, group = "IncreasedEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldJewel"] = { type = "Prefix", affix = "Shimmering", "(6-8)% increased maximum Energy Shield", statOrder = { 1421 }, level = 1, group = "EnergyShieldForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, + ["IncreasedLifeAndManaJewel"] = { type = "Prefix", affix = "Determined", "+(4-6) to maximum Life", "+(4-6) to maximum Mana", statOrder = { 1429, 1439 }, level = 1, group = "LifeAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "mana" }, }, + ["PercentIncreasedLifeAndManaJewel"] = { type = "Prefix", affix = "Passionate", "(2-4)% increased maximum Life", "(4-6)% increased maximum Mana", statOrder = { 1431, 1440 }, level = 1, group = "PercentageLifeAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "green_herring", "resource", "life", "mana" }, }, + ["EnergyShieldAndManaJewel"] = { type = "Prefix", affix = "Wise", "(2-4)% increased maximum Energy Shield", "(4-6)% increased maximum Mana", statOrder = { 1421, 1440 }, level = 1, group = "EnergyShieldAndManaForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "defences", "energy_shield" }, }, + ["LifeAndEnergyShieldJewel"] = { type = "Prefix", affix = "Faithful", "(2-4)% increased maximum Energy Shield", "(2-4)% increased maximum Life", statOrder = { 1421, 1431 }, level = 1, group = "LifeAndEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["LifeLeechPermyriadJewel"] = { type = "Prefix", affix = "Hungering", "(0.2-0.4)% of Physical Attack Damage Leeched as Life", statOrder = { 1508 }, level = 1, group = "LifeLeechPermyriadForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "life", "physical", "attack" }, }, + ["ManaLeechPermyriadJewel"] = { type = "Prefix", affix = "Thirsting", "(0.2-0.4)% of Physical Attack Damage Leeched as Mana", statOrder = { 1558 }, level = 1, group = "ManaLeechPermyriadForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "mana", "physical", "attack" }, }, + ["SpellLifeLeechPermyriadJewel"] = { type = "Prefix", affix = "Transfusing", "0.2% of Spell Damage Leeched as Life", statOrder = { 1522 }, level = 1, group = "SpellLifeLeechPermyriadForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life", "caster" }, }, + ["SpellManaLeechPermyriadJewel"] = { type = "Prefix", affix = "Siphoning", "0.2% of Spell Damage Leeched as Mana", statOrder = { 1563 }, level = 1, group = "SpellManaLeechPermyriadForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana", "caster" }, }, + ["LifeOnHitJewel"] = { type = "Suffix", affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Attacks", statOrder = { 1599 }, level = 1, group = "LifeGainPerTargetForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "life", "attack" }, }, + ["ManaOnHitJewel"] = { type = "Suffix", affix = "of Absorption", "Gain (1-2) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTargetForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "resource", "mana", "attack" }, }, + ["EnergyShieldOnHitJewel"] = { type = "Suffix", affix = "of Focus", "Gain (2-3) Energy Shield per Enemy Hit with Attacks", statOrder = { 1606 }, level = 1, group = "EnergyShieldGainPerTargetForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield", "attack" }, }, + ["LifeRecoupJewel"] = { type = "Suffix", affix = "of Infusion", "(4-6)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 1, group = "LifeRecoupForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 500 }, modTags = { "resource", "life" }, }, + ["IncreasedArmourJewel"] = { type = "Prefix", affix = "Armoured", "(14-18)% increased Armour", statOrder = { 1402 }, level = 1, group = "IncreasedArmourForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "armour" }, }, + ["IncreasedEvasionJewel"] = { type = "Prefix", affix = "Evasive", "(14-18)% increased Evasion Rating", statOrder = { 1410 }, level = 1, group = "IncreasedEvasionForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "evasion" }, }, + ["ArmourEvasionJewel"] = { type = "Prefix", affix = "Fighter's", "(6-12)% increased Armour", "(6-12)% increased Evasion Rating", statOrder = { 1402, 1410 }, level = 1, group = "ArmourEvasionForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["ArmourEnergyShieldJewel"] = { type = "Prefix", affix = "Paladin's", "(6-12)% increased Armour", "(2-4)% increased maximum Energy Shield", statOrder = { 1402, 1421 }, level = 1, group = "ArmourEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["EvasionEnergyShieldJewel"] = { type = "Prefix", affix = "Rogue's", "(6-12)% increased Evasion Rating", "(2-4)% increased maximum Energy Shield", statOrder = { 1410, 1421 }, level = 1, group = "EvasionEnergyShieldForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["IncreasedDefensesJewel"] = { type = "Prefix", affix = "Defensive", "(4-6)% increased Global Defences", statOrder = { 2681 }, level = 1, group = "IncreasedDefensesForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "defences" }, }, + ["ItemRarityJewel"] = { type = "Suffix", affix = "of Raiding", "(4-6)% increased Rarity of Items found", statOrder = { 1456 }, level = 1, group = "ItemRarityForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "drop" }, }, + ["IncreasedAccuracyJewel"] = { type = "Suffix", affix = "of Accuracy", "+(20-40) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracyForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack" }, }, + ["PercentIncreasedAccuracyJewel"] = { type = "Suffix", affix = "of Precision", "(10-14)% increased Global Accuracy Rating", statOrder = { 1296 }, level = 1, group = "IncreasedAccuracyPercentForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 500 }, modTags = { "attack" }, }, + ["AccuracyAndCritsJewel"] = { type = "Suffix", affix = "of Deadliness", "(6-10)% increased Global Accuracy Rating", "(6-10)% increased Global Critical Strike Chance", statOrder = { 1296, 1321 }, level = 1, group = "AccuracyAndCritsForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 150 }, modTags = { "attack", "critical" }, }, + ["CriticalStrikeChanceJewel"] = { type = "Suffix", affix = "of Menace", "(8-12)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CritChanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "critical" }, }, + ["CriticalStrikeMultiplierJewel"] = { type = "Suffix", affix = "of Potency", "+(9-12)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 1, group = "CritMultiplierForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "damage", "critical" }, }, + ["CritChanceWithMaceJewel"] = { type = "Prefix", affix = "of Striking FIX ME", "(12-16)% increased Critical Strike Chance with Maces or Sceptres", statOrder = { 1331 }, level = 1, group = "CritChanceWithMaceForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithAxeJewel"] = { type = "Prefix", affix = "of Biting FIX ME", "(12-16)% increased Critical Strike Chance with Axes", statOrder = { 1334 }, level = 1, group = "CritChanceWithAxeForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithSwordJewel"] = { type = "Prefix", affix = "of Stinging FIX ME", "(12-16)% increased Critical Strike Chance with Swords", statOrder = { 1330 }, level = 1, group = "CritChanceWithSwordForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithBowJewel"] = { type = "Prefix", affix = "of the Sniper FIX ME", "(12-16)% increased Critical Strike Chance with Bows", statOrder = { 1327 }, level = 1, group = "CritChanceWithBowForJewel", weightKey = { "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithClawJewel"] = { type = "Prefix", affix = "of the Eagle FIX ME", "(12-16)% increased Critical Strike Chance with Claws", statOrder = { 1328 }, level = 1, group = "CritChanceWithClawForJewel", weightKey = { "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithDaggerJewel"] = { type = "Prefix", affix = "of Needling FIX ME", "(12-16)% increased Critical Strike Chance with Daggers", statOrder = { 1329 }, level = 1, group = "CritChanceWithDaggerForJewel", weightKey = { "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithWandJewel"] = { type = "Prefix", affix = "of Divination FIX ME", "(12-16)% increased Critical Strike Chance with Wands", statOrder = { 1333 }, level = 1, group = "CritChanceWithWandForJewel", weightKey = { "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritChanceWithStaffJewel"] = { type = "Prefix", affix = "of Tyranny FIX ME", "(12-16)% increased Critical Strike Chance with Staves", statOrder = { 1332 }, level = 1, group = "CritChanceWithStaffForJewel", weightKey = { "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "attack", "critical" }, }, + ["CritMultiplierWithMaceJewel"] = { type = "Prefix", affix = "of Crushing FIX ME", "+(8-10)% to Critical Strike Multiplier with Maces or Sceptres", statOrder = { 1355 }, level = 1, group = "CritMultiplierWithMaceForJewel", weightKey = { "mace", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithAxeJewel"] = { type = "Prefix", affix = "of Execution FIX ME", "+(8-10)% to Critical Strike Multiplier with Axes", statOrder = { 1356 }, level = 1, group = "CritMultiplierWithAxeForJewel", weightKey = { "axe", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithSwordJewel"] = { type = "Prefix", affix = "of Severing FIX ME", "+(8-10)% to Critical Strike Multiplier with Swords", statOrder = { 1358 }, level = 1, group = "CritMultiplierWithSwordForJewel", weightKey = { "sword", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithBowJewel"] = { type = "Prefix", affix = "of the Hunter FIX ME", "+(8-10)% to Critical Strike Multiplier with Bows", statOrder = { 1357 }, level = 1, group = "CritMultiplierWithBowForJewel", weightKey = { "bow", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithClawJewel"] = { type = "Prefix", affix = "of the Bear FIX ME", "+(8-10)% to Critical Strike Multiplier with Claws", statOrder = { 1360 }, level = 1, group = "CritMultiplierWithClawForJewel", weightKey = { "claw", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithDaggerJewel"] = { type = "Prefix", affix = "of Assassination FIX ME", "+(8-10)% to Critical Strike Multiplier with Daggers", statOrder = { 1354 }, level = 1, group = "CritMultiplierWithDaggerForJewel", weightKey = { "dagger", "specific_weapon", "not_dex", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithWandJewel_"] = { type = "Prefix", affix = "of Evocation FIX ME", "+(8-10)% to Critical Strike Multiplier with Wands", statOrder = { 1359 }, level = 1, group = "CritMultiplierWithWandForJewel", weightKey = { "wand", "specific_weapon", "not_int", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["CritMultiplierWithStaffJewel"] = { type = "Prefix", affix = "of Trauma FIX ME", "+(8-10)% to Critical Strike Multiplier with Staves", statOrder = { 1361 }, level = 1, group = "CritMultiplierWithStaffForJewel", weightKey = { "staff", "specific_weapon", "not_str", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["OneHandedCritChanceJewel"] = { type = "Prefix", affix = "Harming", "(14-18)% increased Critical Strike Chance with One Handed Melee Weapons", statOrder = { 1340 }, level = 1, group = "OneHandedCritChanceForJewel", weightKey = { "wand", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, + ["TwoHandedCritChanceJewel"] = { type = "Prefix", affix = "Sundering", "(14-18)% increased Critical Strike Chance with Two Handed Melee Weapons", statOrder = { 1338 }, level = 1, group = "TwoHandedCritChanceForJewel", weightKey = { "bow", "one_handed_mod", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, + ["DualWieldingCritChanceJewel"] = { type = "Prefix", affix = "Technical", "(14-18)% increased Attack Critical Strike Chance while Dual Wielding", statOrder = { 1342 }, level = 1, group = "DualWieldingCritChanceForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, + ["ShieldCritChanceJewel"] = { type = "Prefix", affix = "", "(10-14)% increased Critical Strike Chance while holding a Shield", statOrder = { 1335 }, level = 1, group = "ShieldCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "attack", "critical" }, }, + ["MeleeCritChanceJewel"] = { type = "Suffix", affix = "of Weight", "(10-14)% increased Melee Critical Strike Chance", statOrder = { 1341 }, level = 1, group = "MeleeCritChanceForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "attack", "critical" }, }, + ["SpellCritChanceJewel"] = { type = "Suffix", affix = "of Annihilation", "(10-14)% increased Spell Critical Strike Chance", statOrder = { 1320 }, level = 1, group = "SpellCritChanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 250 }, modTags = { "caster", "critical" }, }, + ["TrapCritChanceJewel_"] = { type = "Prefix", affix = "Inescapable", "(12-16)% increased Critical Strike Chance with Traps", statOrder = { 1336 }, level = 1, group = "TrapCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["MineCritChanceJewel"] = { type = "Prefix", affix = "Crippling", "(12-16)% increased Critical Strike Chance with Mines", statOrder = { 1337 }, level = 1, group = "MineCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["FireCritChanceJewel"] = { type = "Prefix", affix = "Incinerating", "(14-18)% increased Critical Strike Chance with Fire Skills", statOrder = { 1343 }, level = 1, group = "FireCritChanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "fire", "critical" }, }, + ["ColdCritChanceJewel"] = { type = "Prefix", affix = "Avalanching", "(14-18)% increased Critical Strike Chance with Cold Skills", statOrder = { 1345 }, level = 1, group = "ColdCritChanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "cold", "critical" }, }, + ["LightningCritChanceJewel"] = { type = "Prefix", affix = "Thundering", "(14-18)% increased Critical Strike Chance with Lightning Skills", statOrder = { 1344 }, level = 1, group = "LightningCritChanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 200, 250 }, modTags = { "elemental", "lightning", "critical" }, }, + ["ElementalCritChanceJewel"] = { type = "Suffix", affix = "of the Apocalypse", "(10-14)% increased Critical Strike Chance with Elemental Skills", statOrder = { 1346 }, level = 1, group = "ElementalCritChanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "elemental", "critical" }, }, + ["ChaosCritChanceJewel"] = { type = "Prefix", affix = "Obliterating", "(12-16)% increased Critical Strike Chance with Chaos Skills", statOrder = { 1347 }, level = 1, group = "ChaosCritChanceForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, }, + ["OneHandCritMultiplierJewel_"] = { type = "Prefix", affix = "Piercing", "+(15-18)% to Critical Strike Multiplier with One Handed Melee Weapons", statOrder = { 1362 }, level = 1, group = "OneHandCritMultiplierForJewel", weightKey = { "wand", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TwoHandCritMultiplierJewel"] = { type = "Prefix", affix = "Rupturing", "+(15-18)% to Critical Strike Multiplier with Two Handed Melee Weapons", statOrder = { 1339 }, level = 1, group = "TwoHandCritMultiplierForJewel", weightKey = { "bow", "one_handed_mod", "shield_mod", "dual_wielding_mod", "not_int", "default", }, weightVal = { 0, 0, 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["DualWieldingCritMultiplierJewel"] = { type = "Prefix", affix = "Puncturing", "+(15-18)% to Critical Strike Multiplier while Dual Wielding", statOrder = { 4094 }, level = 1, group = "DualWieldingCritMultiplierForJewel", weightKey = { "shield_mod", "two_handed_mod", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["ShieldCritMultiplierJewel"] = { type = "Prefix", affix = "", "+(6-8)% to Melee Critical Strike Multiplier while holding a Shield", statOrder = { 1365 }, level = 1, group = "ShieldCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "attack", "critical" }, }, + ["MeleeCritMultiplier"] = { type = "Suffix", affix = "of Demolishing", "+(12-15)% to Melee Critical Strike Multiplier", statOrder = { 1363 }, level = 1, group = "MeleeCritMultiplierForJewel", weightKey = { "bow", "wand", "not_int", "default", }, weightVal = { 0, 0, 250, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["SpellCritMultiplier"] = { type = "Suffix", affix = "of Unmaking", "+(12-15)% to Critical Strike Multiplier for Spell Damage", statOrder = { 1353 }, level = 1, group = "SpellCritMultiplierForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 250 }, modTags = { "caster_damage", "damage", "caster", "critical" }, }, + ["TrapCritMultiplier"] = { type = "Prefix", affix = "Debilitating", "+(8-10)% to Critical Strike Multiplier with Traps", statOrder = { 1366 }, level = 1, group = "TrapCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["MineCritMultiplier"] = { type = "Prefix", affix = "Incapacitating", "+(8-10)% to Critical Strike Multiplier with Mines", statOrder = { 1367 }, level = 1, group = "MineCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "critical" }, }, + ["FireCritMultiplier"] = { type = "Prefix", affix = "Infernal", "+(15-18)% to Critical Strike Multiplier with Fire Skills", statOrder = { 1368 }, level = 1, group = "FireCritMultiplierForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "critical" }, }, + ["ColdCritMultiplier"] = { type = "Prefix", affix = "Arctic", "+(15-18)% to Critical Strike Multiplier with Cold Skills", statOrder = { 1370 }, level = 1, group = "ColdCritMultiplierForJewel", weightKey = { "not_dex", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "critical" }, }, + ["LightningCritMultiplier"] = { type = "Prefix", affix = "Surging", "+(15-18)% to Critical Strike Multiplier with Lightning Skills", statOrder = { 1369 }, level = 1, group = "LightningCritMultiplierForJewel", weightKey = { "not_int", "default", }, weightVal = { 200, 250 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, }, + ["ElementalCritMultiplier"] = { type = "Suffix", affix = "of the Elements", "+(12-15)% to Critical Strike Multiplier with Elemental Skills", statOrder = { 1371 }, level = 1, group = "ElementalCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["ChaosCritMultiplier"] = { type = "Prefix", affix = "", "+(8-10)% to Critical Strike Multiplier with Chaos Skills", statOrder = { 1372 }, level = 1, group = "ChaosCritMultiplierForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "critical" }, }, + ["FireResistanceJewel"] = { type = "Suffix", affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "fire", "resistance" }, }, + ["ColdResistanceJewel"] = { type = "Suffix", affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "cold", "resistance" }, }, + ["LightningResistanceJewel"] = { type = "Suffix", affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 300, 500 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["FireColdResistanceJewel"] = { type = "Suffix", affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrder = { 2647 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["FireLightningResistanceJewel"] = { type = "Suffix", affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrder = { 2648 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["ColdLightningResistanceJewel"] = { type = "Suffix", affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrder = { 2649 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 450, 250 }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["AllResistancesJewel"] = { type = "Suffix", affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "resistance" }, }, + ["ChaosResistanceJewel"] = { type = "Suffix", affix = "of Order", "+(7-13)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "chaos", "resistance" }, }, + ["MaximumFireResistanceJewel"] = { type = "Suffix", affix = "of the Phoenix", "+(1-2)% to maximum Fire Resistance", statOrder = { 1483 }, level = 1, group = "MaximumFireResistanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "fire", "resistance" }, }, + ["MaximumColdResistanceJewel"] = { type = "Suffix", affix = "of the Kraken", "+(1-2)% to maximum Cold Resistance", statOrder = { 1489 }, level = 1, group = "MaximumColdResistanceForJewel", weightKey = { "not_dex", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "cold", "resistance" }, }, + ["MaximumLightningResistanceJewel"] = { type = "Suffix", affix = "of the Leviathan", "+(1-2)% to maximum Lightning Resistance", statOrder = { 1494 }, level = 1, group = "MaximumLightningResistanceForJewel", weightKey = { "not_int", "default", }, weightVal = { 60, 100 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["StunDurationJewel"] = { type = "Suffix", affix = "of Stunning", "(10-14)% increased Stun Duration on Enemies", statOrder = { 1722 }, level = 1, group = "StunDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, modTags = { }, }, + ["StunRecoveryJewel"] = { type = "Suffix", affix = "of Recovery", "(25-35)% increased Stun and Block Recovery", statOrder = { 1759 }, level = 1, group = "StunRecoveryForJewel", weightKey = { "not_str", "default", }, weightVal = { 200, 400 }, modTags = { }, }, + ["ManaCostReductionJewel"] = { type = "Suffix", affix = "of Efficiency", "(3-5)% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReductionForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["FasterAilmentDamageJewel"] = { type = "Prefix", affix = "Decrepifying", "Damaging Ailments deal damage (4-6)% faster", statOrder = { 5692 }, level = 1, group = "FasterAilmentDamageForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "ailment" }, }, + ["AuraRadiusJewel"] = { type = "Suffix", affix = "Hero's FIX ME", "(10-15)% increased Area of Effect of Aura Skills", statOrder = { 2077 }, level = 1, group = "AuraRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "aura" }, }, + ["CurseRadiusJewel"] = { type = "Suffix", affix = "Hexing FIX ME", "(8-10)% increased Area of Effect of Hex Skills", statOrder = { 2078 }, level = 1, group = "CurseRadiusForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["AvoidIgniteJewel"] = { type = "Suffix", affix = "Dousing FIX ME", "(6-8)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgniteForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AvoidShockJewel"] = { type = "Suffix", affix = "Insulating FIX ME", "(6-8)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AvoidFreezeJewel"] = { type = "Suffix", affix = "Thawing FIX ME", "(6-8)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "AvoidFreezeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidChillJewel"] = { type = "Suffix", affix = "Heating FIX ME", "(6-8)% chance to Avoid being Chilled", statOrder = { 1703 }, level = 1, group = "AvoidChillForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AvoidStunJewel"] = { type = "Suffix", affix = "FIX ME", "(6-8)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStunForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ChanceToFreezeJewel"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Freeze", statOrder = { 1883 }, level = 1, group = "ChanceToFreezeForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ChanceToIgniteJewel_"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Ignite", statOrder = { 1880 }, level = 1, group = "ChanceToIgniteForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChanceToShockJewel"] = { type = "Suffix", affix = "FIX ME", "(2-3)% chance to Shock", statOrder = { 1887 }, level = 1, group = "ChanceToShockForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["EnduranceChargeDurationJewel"] = { type = "Suffix", affix = "of Endurance", "(10-14)% increased Endurance Charge Duration", statOrder = { 1979 }, level = 1, group = "EnduranceChargeDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge" }, }, + ["FrenzyChargeDurationJewel"] = { type = "Suffix", affix = "of Frenzy", "(10-14)% increased Frenzy Charge Duration", statOrder = { 1981 }, level = 1, group = "FrenzyChargeDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 0, 0 }, modTags = { "frenzy_charge" }, }, + ["PowerChargeDurationJewel_"] = { type = "Suffix", affix = "of Power", "(10-14)% increased Power Charge Duration", statOrder = { 1996 }, level = 1, group = "PowerChargeDurationForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "power_charge" }, }, + ["KnockbackChanceJewel_"] = { type = "Suffix", affix = "of Fending", "(4-6)% chance to Knock Enemies Back on hit", statOrder = { 1849 }, level = 1, group = "KnockbackChanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { }, }, + ["BlockDualWieldingJewel"] = { type = "Prefix", affix = "Parrying", "+(2-3)% Chance to Block Attack Damage while Dual Wielding", statOrder = { 1029 }, level = 1, group = "BlockDualWieldingForJewel", weightKey = { "staff", "two_handed_mod", "shield_mod", "default", }, weightVal = { 0, 0, 0, 350 }, modTags = { "block" }, }, + ["BlockShieldJewel"] = { type = "Prefix", affix = "Shielding", "+(2-3)% Chance to Block Attack Damage while holding a Shield", statOrder = { 1010 }, level = 1, group = "BlockShieldForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, + ["BlockStaffJewel"] = { type = "Prefix", affix = "Deflecting", "+(2-3)% Chance to Block Attack Damage while wielding a Staff", statOrder = { 1022 }, level = 1, group = "BlockStaffForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_dex", "default", }, weightVal = { 0, 350, 0, 0, 0, 350, 0 }, modTags = { "block" }, }, + ["DualWieldingSpellBlockForJewel"] = { type = "Prefix", affix = "Dissipating", "+(2-3)% Chance to Block Spell Damage while Dual Wielding", statOrder = { 1015 }, level = 1, group = "DualWieldingSpellBlockForJewel", weightKey = { "two_handed_mod", "shield_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, + ["ShieldSpellBlockJewel"] = { type = "Prefix", affix = "Thwarting", "+(2-3)% Chance to Block Spell Damage while holding a Shield", statOrder = { 1011 }, level = 1, group = "ShieldSpellBlockForJewel", weightKey = { "two_handed_mod", "dual_wielding_mod", "default", }, weightVal = { 0, 0, 350 }, modTags = { "block" }, }, + ["StaffSpellBlockJewel"] = { type = "Prefix", affix = "Halting", "+(2-3)% Chance to Block Spell Damage while wielding a Staff", statOrder = { 1019 }, level = 1, group = "StaffSpellBlockForJewel", weightKey = { "one_handed_mod", "staff", "specific_weapon", "shield_mod", "dual_wielding_mod", "not_dex", "default", }, weightVal = { 0, 350, 0, 0, 0, 350, 0 }, modTags = { "block" }, }, + ["FreezeDurationJewel"] = { type = "Suffix", affix = "of the Glacier", "(12-16)% increased Chill and Freeze Duration on Enemies", statOrder = { 5351 }, level = 1, group = "FreezeDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ShockDurationJewel"] = { type = "Suffix", affix = "of the Storm", "(12-16)% increased Shock Duration on Enemies", statOrder = { 1716 }, level = 1, group = "ShockDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteDurationJewel"] = { type = "Suffix", affix = "of Immolation", "(3-5)% increased Ignite Duration on Enemies", statOrder = { 1718 }, level = 1, group = "BurnDurationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillAndShockEffectOnYouJewel"] = { type = "Suffix", affix = "of Insulation", "15% reduced Effect of Chill and Shock on you", statOrder = { 9268 }, level = 1, group = "ChillAndShockEffectOnYouJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["CurseEffectOnYouJewel"] = { type = "Suffix", affix = "of Hexwarding", "(25-30)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "curse" }, }, + ["IgniteDurationOnYouJewel"] = { type = "Suffix", affix = "of the Flameruler", "(30-35)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ChillEffectOnYouJewel"] = { type = "Suffix", affix = "of the Snowbreather", "(30-35)% reduced Effect of Chill on you", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ShockEffectOnYouJewel"] = { type = "Suffix", affix = "of the Stormdweller", "(30-35)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["PoisonDurationOnYouJewel"] = { type = "Suffix", affix = "of Neutralisation", "(30-35)% reduced Poison Duration on you", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "poison", "chaos", "ailment" }, }, + ["BleedDurationOnYouJewel"] = { type = "Suffix", affix = "of Stemming", "(30-35)% reduced Bleed Duration on you", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "bleed", "physical", "ailment" }, }, + ["ManaReservationEfficiencyJewel"] = { type = "Prefix", affix = "Cerebral", "(2-3)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "default", }, weightVal = { 250 }, modTags = { "resource", "mana" }, }, + ["FlaskDurationJewel"] = { type = "Prefix", affix = "Prolonging", "(6-10)% increased Flask Effect Duration", statOrder = { 2041 }, level = 1, group = "BeltIncreasedFlaskDuration", weightKey = { "default", }, weightVal = { 250 }, modTags = { "flask" }, }, + ["FreezeChanceAndDurationJewel"] = { type = "Suffix", affix = "of Freezing", "(12-16)% increased Freeze Duration on Enemies", "(3-5)% chance to Freeze", statOrder = { 1717, 1883 }, level = 1, group = "FreezeChanceAndDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ShockChanceAndDurationJewel"] = { type = "Suffix", affix = "of Shocking", "(12-16)% increased Shock Duration on Enemies", "(3-5)% chance to Shock", statOrder = { 1716, 1887 }, level = 1, group = "ShockChanceAndDurationForJewel", weightKey = { "not_int", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IgniteChanceAndDurationJewel"] = { type = "Suffix", affix = "of Burning", "(6-8)% increased Ignite Duration on Enemies", "(3-5)% chance to Ignite", statOrder = { 1718, 1880 }, level = 1, group = "IgniteChanceAndDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "fire", "ailment" }, }, + ["PoisonChanceAndDurationForJewel"] = { type = "Suffix", affix = "of Poisoning", "(6-8)% increased Poison Duration", "(3-5)% chance to Poison on Hit", statOrder = { 3009, 3012 }, level = 1, group = "PoisonChanceAndDurationForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 350 }, modTags = { "poison", "chaos", "ailment" }, }, + ["BleedChanceAndDurationForJewel__"] = { type = "Suffix", affix = "of Bleeding", "Attacks have (3-5)% chance to cause Bleeding", "(12-16)% increased Bleeding Duration", statOrder = { 2340, 4706 }, level = 1, group = "BleedChanceAndDurationForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["ImpaleChanceForJewel_"] = { type = "Suffix", affix = "of Impaling", "(5-7)% chance to Impale Enemies on Hit with Attacks", statOrder = { 4638 }, level = 1, group = "ImpaleChanceForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "physical", "attack" }, }, + ["PoisonDamageForJewel"] = { type = "Suffix", affix = "of Venom", "(16-20)% increased Damage with Poison", statOrder = { 3020 }, level = 1, group = "PoisonDamageForJewel", weightKey = { "not_dex", "default", }, weightVal = { 250, 500 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["BleedDamageForJewel"] = { type = "Suffix", affix = "of Haemophilia", "(16-20)% increased Damage with Bleeding", statOrder = { 3008 }, level = 1, group = "BleedDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 500 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["BurningDamageForJewel"] = { type = "Suffix", affix = "of Combusting", "(16-20)% increased Burning Damage", statOrder = { 1736 }, level = 1, group = "BurningDamageForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["EnergyShieldDelayJewel"] = { type = "Prefix", affix = "Serene", "(4-6)% faster start of Energy Shield Recharge", statOrder = { 1422 }, level = 1, group = "EnergyShieldDelayForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, + ["EnergyShieldRateJewel"] = { type = "Prefix", affix = "Fevered", "(6-8)% increased Energy Shield Recharge Rate", statOrder = { 1425 }, level = 1, group = "EnergyShieldRechargeRateForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 500 }, modTags = { "defences", "energy_shield" }, }, + ["MinionBlockJewel"] = { type = "Suffix", affix = "of the Wall", "Minions have +(4-6)% Chance to Block Attack Damage", statOrder = { 2751 }, level = 1, group = "MinionBlockForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 0 }, modTags = { "block", "minion" }, }, + ["MinionLifeJewel"] = { type = "Prefix", affix = "Master's", "Minions have (8-12)% increased maximum Life", statOrder = { 1625 }, level = 1, group = "MinionLifeForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "resource", "life", "minion" }, }, + ["MinionElementalResistancesJewel"] = { type = "Suffix", affix = "of Resilience", "Minions have +(11-15)% to all Elemental Resistances", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "elemental", "resistance", "minion" }, }, + ["MinionAccuracyRatingJewel"] = { type = "Suffix", affix = "of Training", "(22-26)% increased Minion Accuracy Rating", statOrder = { 8597 }, level = 1, group = "MinionAccuracyRatingForJewel", weightKey = { "not_int", "default", }, weightVal = { 0, 350 }, modTags = { "attack", "minion" }, }, + ["TotemDamageJewel"] = { type = "Prefix", affix = "Shaman's", "(12-16)% increased Totem Damage", statOrder = { 1060 }, level = 1, group = "TotemDamageForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "damage" }, }, + ["TotemLifeJewel"] = { type = "Prefix", affix = "Carved", "(8-12)% increased Totem Life", statOrder = { 1633 }, level = 1, group = "TotemLifeForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "resource", "life" }, }, + ["TotemElementalResistancesJewel"] = { type = "Suffix", affix = "of Runes", "Totems gain +(6-10)% to all Elemental Resistances", statOrder = { 2636 }, level = 1, group = "TotemElementalResistancesForJewel", weightKey = { "not_str", "default", }, weightVal = { 250, 350 }, modTags = { "elemental", "resistance" }, }, + ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, + ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, + ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, + ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, + ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, + ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, + ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, + ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, + ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, + ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, + ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, + ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, + ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveJewelElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, + ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, + ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, + ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, + ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, + ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, + ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, + ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, + ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, + ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveJewelMinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveJewelVaalSoulsOnKill1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, + ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, + ["JewelChaosNonAilmentDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Atrophy", "+(6-8)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 1, group = "ChaosDamageOverTimeMultiplier", weightKey = { "not_str", "default", }, weightVal = { 300, 0 }, modTags = { "dot_multi", "chaos_damage", "damage", "chaos" }, }, + ["JewelColdDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Gelidity", "+(6-8)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 1, group = "ColdDamageOverTimeMultiplier", weightKey = { "not_str", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, tags = { "has_caster_mod", }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "cold" }, }, + ["JewelFireDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Zealousness", "+(6-8)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 1, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, weightMultiplierKey = { "has_caster_mod", "has_attack_mod", "default", }, weightMultiplierVal = { 100, 50, 100 }, modTags = { "dot_multi", "elemental_damage", "damage", "elemental", "fire" }, }, + ["JewelPhysicalDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Exsanguinating", "+(6-8)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 1, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, modTags = { "dot_multi", "physical_damage", "damage", "physical" }, }, + ["JewelGlobalDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Acrimony", "+(4-6)% to Damage over Time Multiplier", statOrder = { 1108 }, level = 1, group = "GlobalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 300 }, modTags = { "dot_multi", "damage" }, }, } \ No newline at end of file diff --git a/src/Data/ModJewelAbyss.lua b/src/Data/ModJewelAbyss.lua index f74b31753a..6423b3286a 100644 --- a/src/Data/ModJewelAbyss.lua +++ b/src/Data/ModJewelAbyss.lua @@ -2,725 +2,725 @@ -- Item data (c) Grinding Gear Games return { - ["ChaosResistAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, - ["ReducedCharacterSizeAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["ReducedChillDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedIgniteDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedShockDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrderKey = "1732", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedChargeDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["AddedChaosDamageAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChanceToBeCritAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrderKey = "2971", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, - ["DamageWhileDeadAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrderKey = "2935", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, - ["VaalSkillDamageAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "vaal" }, }, - ["ChaosDamagePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrderKey = "2938", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LifeLeechRatePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrderKey = "2939", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, - ["ManaLeechRatePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrderKey = "2941", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, - ["SilenceImmunityAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, - ["V2AvoidIgniteAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "fire", "ailment" }, }, - ["V2AvoidChillAndFreezeAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2AvoidShockAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2AvoidPoisonAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2AvoidBleedAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["V2AvoidStunAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["V2CorruptedBloodImmunityAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "bleed", "physical", "ailment" }, }, - ["V2HinderImmunityAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrderKey = "9848", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "blue_herring" }, }, - ["V2IncreasedAilmentEffectOnEnemiesAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "ailment" }, }, - ["V2IncreasedAreaOfEffectAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["V2IncreasedCriticalStrikeChanceAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "critical" }, }, - ["V2IncreasedDamageAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "damage" }, }, - ["V2MaimImmunityCorrupted_"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrderKey = "4662", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["V2MinionDamageCorrupted__"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "damage", "minion" }, }, - ["V2ReducedManaReservationCorrupted_"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, - ["V2ReducedManaReservationCorruptedEfficiency_____"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2083", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, - ["V2SilenceImmunityJewelCorrupted__"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "caster", "curse" }, }, - ["V2FirePenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["V2ColdPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["V2LightningPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["V2ElementalPenetrationAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["V2ArmourPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "physical" }, }, - ["AbyssJewelAddedLife1"] = { type = "Prefix", affix = "Hale", "+(21-25) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 1, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 3000 }, modTags = { "resource", "life" }, }, - ["AbyssJewelAddedLife2"] = { type = "Prefix", affix = "Healthy", "+(26-30) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 35, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 3000 }, modTags = { "resource", "life" }, }, - ["AbyssJewelAddedLife3"] = { type = "Prefix", affix = "Sanguine", "+(31-35) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 74, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "life" }, }, - ["AbyssJewelAddedLife4"] = { type = "Prefix", affix = "Stalwart", "+(36-40) to maximum Life", statOrderKey = "1429", statOrder = { 1429 }, level = 82, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 500 }, modTags = { "resource", "life" }, }, - ["AbyssJewelAddedMana1"] = { type = "Prefix", affix = "Beryl", "+(21-25) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 1, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, - ["AbyssJewelAddedMana2"] = { type = "Prefix", affix = "Cobalt", "+(26-30) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 40, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, - ["AbyssJewelAddedMana3"] = { type = "Prefix", affix = "Azure", "+(31-35) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 75, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, - ["AbyssJewelAddedMana4"] = { type = "Prefix", affix = "Sapphire", "+(36-40) to maximum Mana", statOrderKey = "1439", statOrder = { 1439 }, level = 83, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 500 }, modTags = { "resource", "mana" }, }, - ["AbyssJewelChillEffect1_"] = { type = "Suffix", affix = "of Chilling", "(10-15)% increased Effect of Cold Ailments", statOrderKey = "5384", statOrder = { 5384 }, level = 30, group = "AbyssJewelChillEffect", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AbyssJewelShockEffect1"] = { type = "Suffix", affix = "of Shocking", "(10-15)% increased Effect of Lightning Ailments", statOrderKey = "6887", statOrder = { 6887 }, level = 30, group = "AbyssJewelShockEffect", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AbyssStrengthJewel1_"] = { type = "Suffix", affix = "of Strength", "+(12-16) to Strength", statOrderKey = "1044", statOrder = { 1044 }, level = 1, group = "StrengthForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssDexterityJewel1_"] = { type = "Suffix", affix = "of Dexterity", "+(12-16) to Dexterity", statOrderKey = "1045", statOrder = { 1045 }, level = 1, group = "DexterityForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssIntelligenceJewel1"] = { type = "Suffix", affix = "of Intelligence", "+(12-16) to Intelligence", statOrderKey = "1046", statOrder = { 1046 }, level = 1, group = "IntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssStrengthDexterityJewel1"] = { type = "Suffix", affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrderKey = "1047", statOrder = { 1047 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssStrengthIntelligenceJewel1_"] = { type = "Suffix", affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrderKey = "1048", statOrder = { 1048 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssDexterityIntelligenceJewel1"] = { type = "Suffix", affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrderKey = "1049", statOrder = { 1049 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, - ["AbyssAllAttributesJewel1"] = { type = "Suffix", affix = "of Adaption", "+(6-8) to all Attributes", statOrderKey = "1043", statOrder = { 1043 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "attribute" }, }, - ["AbyssFireResistanceJewel1"] = { type = "Suffix", affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrderKey = "1485", statOrder = { 1485 }, level = 1, group = "FireResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AbyssColdResistanceJewel1"] = { type = "Suffix", affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrderKey = "1491", statOrder = { 1491 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AbyssLightningResistanceJewel1"] = { type = "Suffix", affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrderKey = "1496", statOrder = { 1496 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AbyssFireColdResistanceJewel1"] = { type = "Suffix", affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrderKey = "2647", statOrder = { 2647 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "cold", "resistance" }, }, - ["AbyssFireLightningResistanceJewel1"] = { type = "Suffix", affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrderKey = "2648", statOrder = { 2648 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, - ["AbyssColdLightningResistanceJewel1"] = { type = "Suffix", affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrderKey = "2649", statOrder = { 2649 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, - ["AbyssAllResistancesJewel1"] = { type = "Suffix", affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrderKey = "1479", statOrder = { 1479 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default", }, weightVal = { 200 }, modTags = { "elemental", "resistance" }, }, - ["AbyssChaosResistanceJewel1"] = { type = "Suffix", affix = "of Order", "+(7-13)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "chaos", "resistance" }, }, - ["AbyssAttackSpeedJewel1_"] = { type = "Suffix", affix = "of Berserking", "(3-5)% increased Attack Speed", statOrderKey = "1273", statOrder = { 1273 }, level = 50, group = "IncreasedAttackSpeedForJewel", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "attack", "speed" }, }, - ["AbyssCastSpeedJewel1"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 50, group = "IncreasedCastSpeedForJewel", weightKey = { "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 750, 750, 0 }, modTags = { "caster", "speed" }, }, - ["AbyssCriticalStrikeChanceJewel1"] = { type = "Suffix", affix = "of Menace", "(8-12)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 50, group = "CritChanceForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 900 }, modTags = { "critical" }, }, - ["AbyssCriticalStrikeMultiplierJewel1"] = { type = "Suffix", affix = "of Potency", "+(9-12)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 50, group = "CritMultiplierForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 900 }, modTags = { "damage", "critical" }, }, - ["AbyssDamageOverTimeWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while Dual Wielding", statOrderKey = "1989", statOrder = { 1989 }, level = 1, group = "DamageOverTimeWhileDualWielding", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 600, 300 }, modTags = { "damage" }, }, - ["AbyssDamageOverTimeWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while Dual Wielding", statOrderKey = "1989", statOrder = { 1989 }, level = 60, group = "DamageOverTimeWhileDualWielding", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 200, 100 }, modTags = { "damage" }, }, - ["AbyssDamageOverTimeWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while wielding a Two Handed Weapon", statOrderKey = "1991", statOrder = { 1991 }, level = 1, group = "DamageOverTimeWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_summoner", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 900, 450 }, modTags = { "damage" }, }, - ["AbyssDamageOverTimeWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while wielding a Two Handed Weapon", statOrderKey = "1991", statOrder = { 1991 }, level = 60, group = "DamageOverTimeWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_summoner", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 300, 150 }, modTags = { "damage" }, }, - ["AbyssDamageOverTimeWhileHoldingAShieldJewel1_"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while holding a Shield", statOrderKey = "1990", statOrder = { 1990 }, level = 1, group = "DamageOverTimeWhileHoldingAShield", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 600, 300 }, modTags = { "damage" }, }, - ["AbyssDamageOverTimeWhileHoldingAShieldJewel2_"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while holding a Shield", statOrderKey = "1990", statOrder = { 1990 }, level = 60, group = "DamageOverTimeWhileHoldingAShield", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 200, 100 }, modTags = { "damage" }, }, - ["AbyssMinionAddedFireDamageJewel1"] = { type = "Prefix", affix = "Heated", "Minions deal (3-6) to (8-11) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 1, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedFireDamageJewel2"] = { type = "Prefix", affix = "Flaming", "Minions deal (11-14) to (17-20) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 39, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedFireDamageJewel3"] = { type = "Prefix", affix = "Scorching", "Minions deal (15-18) to (21-24) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 48, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedFireDamageJewel4_"] = { type = "Prefix", affix = "Incinerating", "Minions deal (20-23) to (26-32) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 58, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedFireDamageJewel5"] = { type = "Prefix", affix = "Blasting", "Minions deal (24-27) to (33-36) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 70, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedFireDamageJewel6_"] = { type = "Prefix", affix = "Cremating", "Minions deal (29-35) to (42-51) additional Fire Damage", statOrderKey = "3604", statOrder = { 3604 }, level = 82, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel1"] = { type = "Prefix", affix = "Frosted", "Minions deal (3-6) to (8-11) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 1, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel2"] = { type = "Prefix", affix = "Freezing", "Minions deal (11-14) to (17-20) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 39, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel3"] = { type = "Prefix", affix = "Frozen", "Minions deal (15-18) to (21-24) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 48, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel4"] = { type = "Prefix", affix = "Glaciated", "Minions deal (20-23) to (26-32) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 58, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel5"] = { type = "Prefix", affix = "Polar", "Minions deal (24-27) to (33-36) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 70, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedColdDamageJewel6_"] = { type = "Prefix", affix = "Entombing", "Minions deal (29-35) to (42-51) additional Cold Damage", statOrderKey = "3603", statOrder = { 3603 }, level = 82, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel1_"] = { type = "Prefix", affix = "Humming", "Minions deal 1 to (9-15) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 1, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel2"] = { type = "Prefix", affix = "Sparking", "Minions deal (1-2) to (26-32) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 39, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel3_"] = { type = "Prefix", affix = "Arcing", "Minions deal (1-3) to (33-39) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 48, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel4"] = { type = "Prefix", affix = "Shocking", "Minions deal (1-4) to (44-50) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 58, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel5"] = { type = "Prefix", affix = "Discharging", "Minions deal (1-5) to (51-54) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 70, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedLightningDamageJewel6"] = { type = "Prefix", affix = "Electrocuting", "Minions deal (1-6) to (65-77) additional Lightning Damage", statOrderKey = "3605", statOrder = { 3605 }, level = 82, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel1"] = { type = "Prefix", affix = "Glinting", "Minions deal (2-3) to (5-8) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel2"] = { type = "Prefix", affix = "Gleaming", "Minions deal (5-8) to (11-14) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 42, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel3"] = { type = "Prefix", affix = "Annealed", "Minions deal (9-12) to (15-18) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 54, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel4"] = { type = "Prefix", affix = "Razor-sharp", "Minions deal (14-17) to (20-23) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 63, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel5"] = { type = "Prefix", affix = "Tempered", "Minions deal (18-21) to (24-27) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 72, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedPhysicalDamageJewel6"] = { type = "Prefix", affix = "Flaring", "Minions deal (23-26) to (33-39) additional Physical Damage", statOrderKey = "3606", statOrder = { 3606 }, level = 83, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel1"] = { type = "Prefix", affix = "Tainted", "Minions deal (2-3) to (5-8) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 1, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel2_"] = { type = "Prefix", affix = "Clouded", "Minions deal (5-8) to (11-14) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 42, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel3"] = { type = "Prefix", affix = "Darkened", "Minions deal (9-12) to (15-18) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 54, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel4"] = { type = "Prefix", affix = "Malignant", "Minions deal (14-17) to (20-23) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 65, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel5_"] = { type = "Prefix", affix = "Vile", "Minions deal (18-21) to (24-27) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 75, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssMinionAddedChaosDamageJewel6"] = { type = "Prefix", affix = "Malicious", "Minions deal (23-26) to (33-39) additional Chaos Damage", statOrderKey = "3602", statOrder = { 3602 }, level = 84, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 1, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 39, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 48, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 58, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel5_"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 70, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while Dual Wielding", statOrderKey = "1966", statOrder = { 1966 }, level = 82, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 1, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 39, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 48, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel4__"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 58, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 70, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while Dual Wielding", statOrderKey = "1963", statOrder = { 1963 }, level = 82, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 1, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 39, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 48, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 58, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel5_"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 70, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while Dual Wielding", statOrderKey = "1969", statOrder = { 1969 }, level = 82, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 1, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 42, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 54, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 63, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 72, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while Dual Wielding", statOrderKey = "1972", statOrder = { 1972 }, level = 83, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 1, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 42, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 54, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 65, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 75, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while Dual Wielding", statOrderKey = "1960", statOrder = { 1960 }, level = 84, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 1, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 39, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel3_"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 48, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 58, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 70, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrderKey = "1968", statOrder = { 1968 }, level = 82, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 1, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 39, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 48, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 58, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 70, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrderKey = "1965", statOrder = { 1965 }, level = 82, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 1, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 39, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 48, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 58, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel5_"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 70, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel6_"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrderKey = "1971", statOrder = { 1971 }, level = 82, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 1, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 42, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 54, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 63, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 72, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrderKey = "1974", statOrder = { 1974 }, level = 83, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 1, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 42, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 54, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 65, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 75, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrderKey = "1962", statOrder = { 1962 }, level = 84, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 1, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 39, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 48, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel4_"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 58, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 70, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel6__"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while holding a Shield", statOrderKey = "1967", statOrder = { 1967 }, level = 82, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel1_"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 1, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 39, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 48, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 58, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel5_"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 70, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while holding a Shield", statOrderKey = "1964", statOrder = { 1964 }, level = 82, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 1, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 39, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 48, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 58, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 70, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while holding a Shield", statOrderKey = "1970", statOrder = { 1970 }, level = 82, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 1, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 42, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 54, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 63, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 72, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while holding a Shield", statOrderKey = "1973", statOrder = { 1973 }, level = 83, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 1, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 42, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel3__"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 54, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 65, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 75, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while holding a Shield", statOrderKey = "1961", statOrder = { 1961 }, level = 84, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedFireDamageJewel1"] = { type = "Suffix", affix = "of Coals", "Adds (6-8) to (9-11) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 30, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageJewel2_"] = { type = "Suffix", affix = "of Cinders", "Adds (9-11) to (12-14) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 43, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageJewel3"] = { type = "Suffix", affix = "of Flames", "Adds (12-14) to (15-19) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 55, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageJewel4"] = { type = "Suffix", affix = "of Immolation", "Adds (15-17) to (20-23) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 66, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedFireDamageJewel5"] = { type = "Suffix", affix = "of Ashes", "Adds (19-23) to (24-32) Fire Damage to Spells", statOrderKey = "1267", statOrder = { 1267 }, level = 77, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, - ["AbyssSpellAddedColdDamageJewel1"] = { type = "Suffix", affix = "of Sleet", "Adds (6-8) to (9-11) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 30, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageJewel2"] = { type = "Suffix", affix = "of Ice", "Adds (9-11) to (12-14) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 43, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageJewel3"] = { type = "Suffix", affix = "of Rime", "Adds (12-14) to (15-19) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 55, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageJewel4"] = { type = "Suffix", affix = "of Floe", "Adds (15-17) to (20-23) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 66, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedColdDamageJewel5"] = { type = "Suffix", affix = "of Glaciation", "Adds (19-23) to (24-32) Cold Damage to Spells", statOrderKey = "1268", statOrder = { 1268 }, level = 77, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, - ["AbyssSpellAddedLightningDamageJewel1__"] = { type = "Suffix", affix = "of Static", "Adds (1-2) to (15-19) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 30, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageJewel2"] = { type = "Suffix", affix = "of Electricity", "Adds (1-3) to (20-24) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 43, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageJewel3__"] = { type = "Suffix", affix = "of Voltage", "Adds (1-4) to (25-29) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 55, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageJewel4"] = { type = "Suffix", affix = "of Discharge", "Adds (1-5) to (30-32) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 66, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedLightningDamageJewel5_"] = { type = "Suffix", affix = "of Arcing", "Adds (1-6) to (37-45) Lightning Damage to Spells", statOrderKey = "1269", statOrder = { 1269 }, level = 77, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageJewel1"] = { type = "Suffix", affix = "of Heft", "Adds (3-4) to (6-7) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 32, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageJewel2"] = { type = "Suffix", affix = "of Force", "Adds (5-7) to (8-10) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageJewel3"] = { type = "Suffix", affix = "of Weight", "Adds (8-10) to (11-13) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 56, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageJewel4"] = { type = "Suffix", affix = "of Impact", "Adds (11-13) to (14-16) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 65, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedPhysicalDamageJewel5__"] = { type = "Suffix", affix = "of Collision", "Adds (14-16) to (18-22) Physical Damage to Spells", statOrderKey = "1266", statOrder = { 1266 }, level = 78, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, - ["AbyssSpellAddedChaosDamageJewel1"] = { type = "Suffix", affix = "of Dishonour", "Adds (3-4) to (6-7) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 33, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageJewel2"] = { type = "Suffix", affix = "of Harm", "Adds (5-7) to (8-10) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 48, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageJewel3"] = { type = "Suffix", affix = "of Malevolence", "Adds (8-10) to (11-13) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 57, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageJewel4"] = { type = "Suffix", affix = "of Malice", "Adds (11-13) to (14-16) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssSpellAddedChaosDamageJewel5"] = { type = "Suffix", affix = "of Sin", "Adds (14-16) to (18-22) Chaos Damage to Spells", statOrderKey = "1270", statOrder = { 1270 }, level = 79, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, - ["AbyssAddedPhysicalDamageWithWandsJewel1_"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Wand Attacks", statOrderKey = "1930", statOrder = { 1930 }, level = 1, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithWandsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Wand Attacks", statOrderKey = "1930", statOrder = { 1930 }, level = 42, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithWandsJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Wand Attacks", statOrderKey = "1930", statOrder = { 1930 }, level = 64, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithWandsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Wand Attacks", statOrderKey = "1930", statOrder = { 1930 }, level = 77, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 0, 0, 150, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithWandsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Wand Attacks", statOrderKey = "1930", statOrder = { 1930 }, level = 85, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 75, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Dagger Attacks", statOrderKey = "1926", statOrder = { 1926 }, level = 1, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Dagger Attacks", statOrderKey = "1926", statOrder = { 1926 }, level = 42, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithDaggersJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Dagger Attacks", statOrderKey = "1926", statOrder = { 1926 }, level = 64, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Dagger Attacks", statOrderKey = "1926", statOrder = { 1926 }, level = 77, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithDaggersJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Dagger Attacks", statOrderKey = "1926", statOrder = { 1926 }, level = 85, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithClawsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Claw Attacks", statOrderKey = "1925", statOrder = { 1925 }, level = 1, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithClawsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Claw Attacks", statOrderKey = "1925", statOrder = { 1925 }, level = 42, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithClawsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Claw Attacks", statOrderKey = "1925", statOrder = { 1925 }, level = 64, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithClawsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Claw Attacks", statOrderKey = "1925", statOrder = { 1925 }, level = 77, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithClawsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Claw Attacks", statOrderKey = "1925", statOrder = { 1925 }, level = 85, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Sword Attacks", statOrderKey = "1929", statOrder = { 1929 }, level = 1, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Sword Attacks", statOrderKey = "1929", statOrder = { 1929 }, level = 42, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Sword Attacks", statOrderKey = "1929", statOrder = { 1929 }, level = 64, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Sword Attacks", statOrderKey = "1929", statOrder = { 1929 }, level = 77, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithSwordsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Sword Attacks", statOrderKey = "1929", statOrder = { 1929 }, level = 85, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithAxesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Axe Attacks", statOrderKey = "1923", statOrder = { 1923 }, level = 1, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithAxesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Axe Attacks", statOrderKey = "1923", statOrder = { 1923 }, level = 42, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithAxesJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Axe Attacks", statOrderKey = "1923", statOrder = { 1923 }, level = 64, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithAxesJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Axe Attacks", statOrderKey = "1923", statOrder = { 1923 }, level = 77, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithAxesJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Axe Attacks", statOrderKey = "1923", statOrder = { 1923 }, level = 85, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithMacesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Mace or Sceptre Attacks", statOrderKey = "1927", statOrder = { 1927 }, level = 1, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithMacesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Mace or Sceptre Attacks", statOrderKey = "1927", statOrder = { 1927 }, level = 42, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithMacesJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Mace or Sceptre Attacks", statOrderKey = "1927", statOrder = { 1927 }, level = 64, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithMacesJewel4_"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Mace or Sceptre Attacks", statOrderKey = "1927", statOrder = { 1927 }, level = 77, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithMacesJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Mace or Sceptre Attacks", statOrderKey = "1927", statOrder = { 1927 }, level = 85, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithStavesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Staff Attacks", statOrderKey = "1928", statOrder = { 1928 }, level = 1, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithStavesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Staff Attacks", statOrderKey = "1928", statOrder = { 1928 }, level = 42, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithStavesJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Staff Attacks", statOrderKey = "1928", statOrder = { 1928 }, level = 64, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithStavesJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Staff Attacks", statOrderKey = "1928", statOrder = { 1928 }, level = 77, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithStavesJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Staff Attacks", statOrderKey = "1928", statOrder = { 1928 }, level = 85, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithBowsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 1, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithBowsJewel2_"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 42, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithBowsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 64, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithBowsJewel4_"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 77, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalDamageWithBowsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Bow Attacks", statOrderKey = "1924", statOrder = { 1924 }, level = 85, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel1_"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 1, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 37, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 48, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 60, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 70, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithWandsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Wand Attacks", statOrderKey = "1956", statOrder = { 1956 }, level = 82, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 1, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 37, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 48, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 60, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 70, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Dagger Attacks", statOrderKey = "1952", statOrder = { 1952 }, level = 82, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel1__"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 1, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 37, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 48, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 60, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 70, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithClawsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Claw Attacks", statOrderKey = "1951", statOrder = { 1951 }, level = 82, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 1, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 37, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 48, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 60, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 70, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithBowsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Bow Attacks", statOrderKey = "1950", statOrder = { 1950 }, level = 82, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 625, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 1, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel2__"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 37, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 48, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel4_"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 60, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel5_"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 70, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Sword Attacks", statOrderKey = "1955", statOrder = { 1955 }, level = 82, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 1, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 37, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel3_"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 48, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 60, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 70, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithAxesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Axe Attacks", statOrderKey = "1949", statOrder = { 1949 }, level = 82, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 1, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 37, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 48, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel4_"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 60, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 70, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithMacesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Mace or Sceptre Attacks", statOrderKey = "1953", statOrder = { 1953 }, level = 82, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 1, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 37, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 48, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 60, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 70, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningDamageWithStavesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Staff Attacks", statOrderKey = "1954", statOrder = { 1954 }, level = 82, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 1, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 40, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 51, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 62, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel5__"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 72, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithWandsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Wand Attacks", statOrderKey = "1940", statOrder = { 1940 }, level = 84, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 1, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 40, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 51, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 62, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 72, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Dagger Attacks", statOrderKey = "1936", statOrder = { 1936 }, level = 84, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 1, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 40, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 51, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 62, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 72, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithClawsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Claw Attacks", statOrderKey = "1935", statOrder = { 1935 }, level = 84, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 1, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 40, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel3_"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 51, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 62, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 72, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithBowsJewel6_"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Bow Attacks", statOrderKey = "1934", statOrder = { 1934 }, level = 84, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 1, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 40, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel3___"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 51, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 62, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 72, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Sword Attacks", statOrderKey = "1939", statOrder = { 1939 }, level = 84, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel1_"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 1, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 40, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 51, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 62, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 72, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithAxesJewel6_"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Axe Attacks", statOrderKey = "1933", statOrder = { 1933 }, level = 84, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 1, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel2_"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 40, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 51, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 62, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 72, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithMacesJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Mace or Sceptre Attacks", statOrderKey = "1937", statOrder = { 1937 }, level = 84, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel1_"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 1, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 40, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel3__"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 51, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 62, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel5__"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 72, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireDamageWithStavesJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Staff Attacks", statOrderKey = "1938", statOrder = { 1938 }, level = 84, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel1__"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 1, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 38, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 47, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 59, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 68, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithWandsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Wand Attacks", statOrderKey = "1948", statOrder = { 1948 }, level = 83, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 1, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 38, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 47, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 59, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 68, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Dagger Attacks", statOrderKey = "1944", statOrder = { 1944 }, level = 83, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 1, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 38, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 47, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 59, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 68, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithClawsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Claw Attacks", statOrderKey = "1943", statOrder = { 1943 }, level = 83, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 1, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 38, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 47, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 59, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 68, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithBowsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Bow Attacks", statOrderKey = "1942", statOrder = { 1942 }, level = 83, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 1, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 38, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 47, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 59, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 68, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Sword Attacks", statOrderKey = "1947", statOrder = { 1947 }, level = 83, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 1, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 38, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 47, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 59, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 68, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithAxesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Axe Attacks", statOrderKey = "1941", statOrder = { 1941 }, level = 83, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 1, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 38, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 47, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 59, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel5_"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 68, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithMacesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Mace or Sceptre Attacks", statOrderKey = "1945", statOrder = { 1945 }, level = 83, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 1, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel2_"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 38, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 47, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 59, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 68, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdDamageWithStavesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Staff Attacks", statOrderKey = "1946", statOrder = { 1946 }, level = 83, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedChaosDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Dagger Attacks", statOrderKey = "1959", statOrder = { 1959 }, level = 1, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithDaggersJewel2_"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Dagger Attacks", statOrderKey = "1959", statOrder = { 1959 }, level = 42, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithDaggersJewel3__"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Dagger Attacks", statOrderKey = "1959", statOrder = { 1959 }, level = 64, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Dagger Attacks", statOrderKey = "1959", statOrder = { 1959 }, level = 77, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Dagger Attacks", statOrderKey = "1959", statOrder = { 1959 }, level = 85, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithBowsJewel1_"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 1, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithBowsJewel2"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 42, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithBowsJewel3"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 64, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithBowsJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 77, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithBowsJewel5"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Bow Attacks", statOrderKey = "1957", statOrder = { 1957 }, level = 85, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithClawsJewel1"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Claw Attacks", statOrderKey = "1958", statOrder = { 1958 }, level = 1, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithClawsJewel2"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Claw Attacks", statOrderKey = "1958", statOrder = { 1958 }, level = 42, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithClawsJewel3_"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Claw Attacks", statOrderKey = "1958", statOrder = { 1958 }, level = 64, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithClawsJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Claw Attacks", statOrderKey = "1958", statOrder = { 1958 }, level = 77, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosDamageWithClawsJewel5_"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Claw Attacks", statOrderKey = "1958", statOrder = { 1958 }, level = 85, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedFireSuffixJewel1"] = { type = "Suffix", affix = "of Coals", "Adds (4-5) to (10-12) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 35, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireSuffixJewel2"] = { type = "Suffix", affix = "of Cinders", "Adds (6-7) to (13-16) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 44, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireSuffixJewel3"] = { type = "Suffix", affix = "of Flames", "Adds (8-9) to (17-20) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 52, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireSuffixJewel4_"] = { type = "Suffix", affix = "of Immolation", "Adds (10-12) to (21-24) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 64, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedFireSuffixJewel5"] = { type = "Suffix", affix = "of Ashes", "Adds (13-15) to (25-28) Fire Damage to Attacks", statOrderKey = "1224", statOrder = { 1224 }, level = 76, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, - ["AbyssAddedColdSuffixJewel1"] = { type = "Suffix", affix = "of Sleet", "Adds (4-5) to (8-10) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 36, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdSuffixJewel2_"] = { type = "Suffix", affix = "of Ice", "Adds (6-7) to (11-13) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 45, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdSuffixJewel3"] = { type = "Suffix", affix = "of Rime", "Adds (8-9) to (14-17) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 53, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdSuffixJewel4"] = { type = "Suffix", affix = "of Floe", "Adds (10-11) to (18-21) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 65, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedColdSuffixJewel5_"] = { type = "Suffix", affix = "of Glaciation", "Adds (12-13) to (22-26) Cold Damage to Attacks", statOrderKey = "1233", statOrder = { 1233 }, level = 77, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, - ["AbyssAddedLightningSuffixJewel1"] = { type = "Suffix", affix = "of Static", "Adds 1 to (19-20) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 35, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningSuffixJewel2"] = { type = "Suffix", affix = "of Electricity", "Adds (1-2) to (25-27) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 44, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningSuffixJewel3"] = { type = "Suffix", affix = "of Voltage", "Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 52, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningSuffixJewel4"] = { type = "Suffix", affix = "of Discharge", "Adds (1-4) to (36-39) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 64, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedLightningSuffixJewel5"] = { type = "Suffix", affix = "of Arcing", "Adds (1-4) to (43-48) Lightning Damage to Attacks", statOrderKey = "1244", statOrder = { 1244 }, level = 76, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, - ["AbyssAddedPhysicalSuffixJewel1"] = { type = "Suffix", affix = "of Weight", "Adds 1 to 3 Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 34, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalSuffixJewel2"] = { type = "Suffix", affix = "of Impact", "Adds (2-3) to (4-5) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 45, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedPhysicalSuffixJewel3"] = { type = "Suffix", affix = "of Collision", "Adds (4-5) to (6-7) Physical Damage to Attacks", statOrderKey = "1131", statOrder = { 1131 }, level = 61, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AbyssAddedChaosSuffixJewel1"] = { type = "Suffix", affix = "of Malevolence", "Adds (6-7) to (11-13) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 36, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosSuffixJewel2"] = { type = "Suffix", affix = "of Malice", "Adds (8-9) to (14-17) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 48, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssAddedChaosSuffixJewel3"] = { type = "Suffix", affix = "of Sin", "Adds (10-11) to (18-21) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 64, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 375, 375, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["AbyssFlatMinionLifeRegenerationJewel1"] = { type = "Prefix", affix = "Fuelling", "Minions Regenerate (22-30) Life per second", statOrderKey = "8639", statOrder = { 8639 }, level = 1, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssFlatMinionLifeRegenerationJewel2"] = { type = "Prefix", affix = "Lively", "Minions Regenerate (32-40) Life per second", statOrderKey = "8639", statOrder = { 8639 }, level = 30, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssFlatMinionLifeRegenerationJewel3"] = { type = "Prefix", affix = "Exuberant", "Minions Regenerate (42-60) Life per second", statOrderKey = "8639", statOrder = { 8639 }, level = 60, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssFlatEnergyShieldRegenerationJewel1"] = { type = "Prefix", affix = "Captivating", "Regenerate (9-12) Energy Shield per second", statOrderKey = "6002", statOrder = { 6002 }, level = 1, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatEnergyShieldRegenerationJewel2"] = { type = "Prefix", affix = "Beautiful", "Regenerate (13-16) Energy Shield per second", statOrderKey = "6002", statOrder = { 6002 }, level = 30, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatEnergyShieldRegenerationJewel3"] = { type = "Prefix", affix = "Breathtaking", "Regenerate (17-20) Energy Shield per second", statOrderKey = "6002", statOrder = { 6002 }, level = 60, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatLifeRegenerationJewel1"] = { type = "Prefix", affix = "Youthful", "Regenerate (9-12) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["AbyssFlatLifeRegenerationJewel2"] = { type = "Prefix", affix = "Spirited", "Regenerate (13-16) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 40, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["AbyssFlatLifeRegenerationJewel3_"] = { type = "Prefix", affix = "Vivacious", "Regenerate (17-20) Life per second", statOrderKey = "1434", statOrder = { 1434 }, level = 80, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, - ["AbyssFlatManaShieldRegenerationJewel1"] = { type = "Prefix", affix = "Energising", "Regenerate (1.1-2) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, - ["AbyssFlatManaShieldRegenerationJewel2"] = { type = "Prefix", affix = "Inspirational", "Regenerate (2.1-3) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 40, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, - ["AbyssFlatManaShieldRegenerationJewel3"] = { type = "Prefix", affix = "Resonating", "Regenerate (3.3-4) Mana per second", statOrderKey = "1442", statOrder = { 1442 }, level = 75, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, - ["AbyssAttacksBlindOnHitChanceJewel1"] = { type = "Suffix", affix = "of Blinding", "(3-4)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 32, group = "AttacksBlindOnHitChance", weightKey = { "abyss_jewel_ranged", "abyss_jewel_melee", "default", }, weightVal = { 800, 800, 0 }, modTags = { "attack" }, }, - ["AbyssAttacksBlindOnHitChanceJewel2___"] = { type = "Suffix", affix = "of Blinding", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrderKey = "4635", statOrder = { 4635 }, level = 65, group = "AttacksBlindOnHitChance", weightKey = { "abyss_jewel_ranged", "abyss_jewel_melee", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attack" }, }, - ["AbyssAttacksTauntOnHitChanceJewel1"] = { type = "Suffix", affix = "of Taunting", "(3-5)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 32, group = "AttacksTauntOnHitChance", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 800, 0 }, modTags = { "attack" }, }, - ["AbyssAttacksTauntOnHitChanceJewel2"] = { type = "Suffix", affix = "of Taunting", "(6-8)% chance to Taunt Enemies on Hit with Attacks", statOrderKey = "4636", statOrder = { 4636 }, level = 65, group = "AttacksTauntOnHitChance", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 400, 0 }, modTags = { "attack" }, }, - ["AbyssSpellsHinderOnHitChanceJewel1"] = { type = "Suffix", affix = "of Hindering", "(3-5)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 32, group = "SpellsHinderOnHitChance", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 800, 0 }, modTags = { "caster" }, }, - ["AbyssSpellsHinderOnHitChanceJewel2"] = { type = "Suffix", affix = "of Hindering", "(6-8)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 65, group = "SpellsHinderOnHitChance", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 400, 0 }, modTags = { "caster" }, }, - ["AbyssMinionAttacksBlindOnHitChanceJewel1"] = { type = "Suffix", affix = "of Stifling", "Minions have (3-4)% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 32, group = "MinionAttacksBlindOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssMinionAttacksBlindOnHitChanceJewel2"] = { type = "Suffix", affix = "of Stifling", "Minions have (5-6)% chance to Blind on Hit with Attacks", statOrderKey = "8606", statOrder = { 8606 }, level = 65, group = "MinionAttacksBlindOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssMinionAttacksTauntOnHitChanceJewel1"] = { type = "Suffix", affix = "of Distraction", "Minions have (3-5)% chance to Taunt on Hit with Attacks", statOrderKey = "3271", statOrder = { 3271 }, level = 32, group = "MinionAttacksTauntOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssMinionAttacksTauntOnHitChanceJewel2_"] = { type = "Suffix", affix = "of Distraction", "Minions have (6-8)% chance to Taunt on Hit with Attacks", statOrderKey = "3271", statOrder = { 3271 }, level = 65, group = "MinionAttacksTauntOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssMinionSpellsHinderOnHitChanceJewel1"] = { type = "Suffix", affix = "of Delaying", "Minions have (3-5)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 32, group = "MinionSpellsHinderOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "caster", "minion" }, }, - ["AbyssMinionSpellsHinderOnHitChanceJewel2"] = { type = "Suffix", affix = "of Delaying", "Minions have (6-8)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "8657", statOrder = { 8657 }, level = 65, group = "MinionSpellsHinderOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "caster", "minion" }, }, - ["AbyssMinionPoisonOnHitChanceJewel1"] = { type = "Suffix", affix = "of Venom", "Minions have (10-15)% chance to Poison Enemies on Hit", statOrderKey = "3013", statOrder = { 3013 }, level = 60, group = "AbyssMinionPoisonOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "poison", "chaos", "minion", "ailment" }, }, - ["AbyssMinionIgniteOnHitChanceJewel1"] = { type = "Suffix", affix = "of Combustion", "Minions have (10-15)% chance to Ignite", statOrderKey = "8613", statOrder = { 8613 }, level = 60, group = "AbyssMinionIgniteOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "fire", "minion", "ailment" }, }, - ["AbyssMinionAttacksBleedOnHitChanceJewel1"] = { type = "Suffix", affix = "of Bloodletting", "Minions have (10-15)% chance to cause Bleeding with Attacks", statOrderKey = "2341", statOrder = { 2341 }, level = 60, group = "AbyssMinionAttacksBleedOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "bleed", "physical", "minion", "ailment" }, }, - ["AbyssDamageVSAbyssMonstersJewel1"] = { type = "Suffix", affix = "of Banishing", "(30-40)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrderKey = "5642", statOrder = { 5642 }, level = 1, group = "DamageVSAbyssMonsters", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "damage" }, }, - ["AbyssMinionDamageVSAbyssMonstersJewel1"] = { type = "Suffix", affix = "of Marshalling", "Minions deal (30-40)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrderKey = "8623", statOrder = { 8623 }, level = 1, group = "MinionDamageVSAbyssMonsters", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "minion" }, }, - ["AbyssReducedPhysicalDamageTakenVsAbyssMonsterJewel1"] = { type = "Suffix", affix = "of Warding", "(4-6)% additional Physical Damage Reduction against Abyssal Monsters", statOrderKey = "4342", statOrder = { 4342 }, level = 1, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { "default", }, weightVal = { 500 }, modTags = { "physical" }, }, - ["AbyssAvoidIgniteJewel1_"] = { type = "Suffix", affix = "of Nonflammability", "(31-40)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 50, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AbyssAvoidIgniteJewel2"] = { type = "Suffix", affix = "of Fireproofing", "(41-50)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 70, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "fire", "ailment" }, }, - ["AbyssAvoidFreezeAndChillJewel1"] = { type = "Suffix", affix = "of Warming", "(31-40)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 50, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AbyssAvoidFreezeAndChillJewel2"] = { type = "Suffix", affix = "of Heating", "(41-50)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 70, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "cold", "ailment" }, }, - ["AbyssAvoidShockJewel1"] = { type = "Suffix", affix = "of Insulating", "(31-40)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 50, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AbyssAvoidShockJewel2"] = { type = "Suffix", affix = "of the Lightning Rod", "(41-50)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 70, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AbyssAvoidPoisonJewel1__"] = { type = "Suffix", affix = "of Tolerance", "(31-40)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 50, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 300 }, modTags = { "poison", "chaos", "ailment" }, }, - ["AbyssAvoidPoisonJewel2__"] = { type = "Suffix", affix = "of Immunity", "(41-50)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 70, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 150 }, modTags = { "poison", "chaos", "ailment" }, }, - ["AbyssAvoidBleedingJewel1"] = { type = "Suffix", affix = "of Stemming", "(31-40)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 50, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 300 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AbyssAvoidBleedingJewel2"] = { type = "Suffix", affix = "of the Tourniquet", "(41-50)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 70, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 150 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AbyssAvoidStunJewel1"] = { type = "Suffix", affix = "of Balance", "(21-24)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 50, group = "AvoidStun", weightKey = { "default", }, weightVal = { 300 }, modTags = { }, }, - ["AbyssAvoidStunJewel2"] = { type = "Suffix", affix = "of Poise", "(25-30)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 70, group = "AvoidStun", weightKey = { "default", }, weightVal = { 150 }, modTags = { }, }, - ["AbyssAccuracyRatingJewel1"] = { type = "Suffix", affix = "of Calm", "+(10-30) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, - ["AbyssAccuracyRatingJewel2"] = { type = "Suffix", affix = "of Steadiness", "+(31-60) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, - ["AbyssAccuracyRatingJewel3"] = { type = "Suffix", affix = "of the Marksman", "+(61-120) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 52, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, - ["AbyssAccuracyRatingJewel4"] = { type = "Suffix", affix = "of the Ranger", "+(121-240) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 78, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, - ["AbyssAccuracyRatingJewel5"] = { type = "Suffix", affix = "of the Deadeye", "+(241-300) to Accuracy Rating", statOrderKey = "1295", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 250, 500, 0 }, modTags = { "attack" }, }, - ["AbyssMinionAttackAndCastSpeedJewel1"] = { type = "Suffix", affix = "of Training", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AbyssMinionLifeRegenerationJewel1"] = { type = "Suffix", affix = "of Longevity", "Minions Regenerate (0.4-0.8)% of Life per second", statOrderKey = "2759", statOrder = { 2759 }, level = 1, group = "MinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssMinionLifeLeechJewel1"] = { type = "Suffix", affix = "of Vampirism", "Minions Leech (0.3-0.5)% of Damage as Life", statOrderKey = "2758", statOrder = { 2758 }, level = 1, group = "MinionLifeLeech", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssMinionMovementSpeedJewel1"] = { type = "Suffix", affix = "of Orchestration", "Minions have (6-10)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "speed", "minion" }, }, - ["AbyssMinionLifeJewel1_"] = { type = "Suffix", affix = "of Fortitude", "Minions have (8-12)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 1, group = "MinionLifeForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AbyssFlatMinionAccuracy1"] = { type = "Suffix", affix = "of Suggestion", "Minions have +(95-125) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 1, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssFlatMinionAccuracy2_"] = { type = "Suffix", affix = "of Instruction", "Minions have +(126-180) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 52, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssFlatMinionAccuracy3"] = { type = "Suffix", affix = "of Command", "Minions have +(181-250) to Accuracy Rating", statOrderKey = "8595", statOrder = { 8595 }, level = 78, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, - ["AbyssMinionElementalResistancesJewel1"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(6-10)% to all Elemental Resistances", statOrderKey = "2760", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "elemental", "resistance", "minion" }, }, - ["AbyssMinionChaosResistanceJewel1"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(7-11)% to Chaos Resistance", statOrderKey = "2761", statOrder = { 2761 }, level = 1, group = "MinionChaosResistance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "chaos", "resistance", "minion" }, }, - ["AbyssFlatArmourJewel1"] = { type = "Prefix", affix = "Lacquered", "+(36-60) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, - ["AbyssFlatArmourJewel2"] = { type = "Prefix", affix = "Fortified", "+(61-100) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 40, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, - ["AbyssFlatArmourJewel3"] = { type = "Prefix", affix = "Carapaced", "+(101-180) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 75, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, - ["AbyssFlatArmourJewel4__"] = { type = "Prefix", affix = "Encased", "+(181-250) to Armour", statOrderKey = "1400", statOrder = { 1400 }, level = 83, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "armour" }, }, - ["AbyssFlatEvasionJewel1"] = { type = "Prefix", affix = "Agile", "+(36-60) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 1, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, - ["AbyssFlatEvasionJewel2"] = { type = "Prefix", affix = "Fleet", "+(61-100) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 40, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, - ["AbyssFlatEvasionJewel3"] = { type = "Prefix", affix = "Vaporous", "+(101-180) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 75, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, - ["AbyssFlatEvasionJewel4_"] = { type = "Prefix", affix = "Beclouded", "+(181-250) to Evasion Rating", statOrderKey = "1405", statOrder = { 1405 }, level = 83, group = "EvasionRating", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "evasion" }, }, - ["AbyssFlatEnergyShieldJewel1"] = { type = "Prefix", affix = "Shining", "+(21-25) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatEnergyShieldJewel2"] = { type = "Prefix", affix = "Seething", "+(26-30) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 40, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatEnergyShieldJewel3"] = { type = "Prefix", affix = "Incandescent", "+(31-35) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 75, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssFlatEnergyShieldJewel4"] = { type = "Prefix", affix = "Resplendent", "+(36-40) to maximum Energy Shield", statOrderKey = "1418", statOrder = { 1418 }, level = 83, group = "EnergyShield", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "energy_shield" }, }, - ["AbyssCurseEffectJewel1"] = { type = "Prefix", affix = "Murmuring", "2% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "caster", "curse" }, }, - ["AbyssCurseEffectJewel2"] = { type = "Prefix", affix = "Foul-tongued", "3% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 86, group = "CurseEffectiveness", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "caster", "curse" }, }, - ["AbyssCooldownRecoverySpeed1_"] = { type = "Prefix", affix = "Facilitating", "2% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { }, }, - ["AbyssCooldownRecoverySpeed2__"] = { type = "Prefix", affix = "Expediting", "3% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 86, group = "GlobalCooldownRecovery", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { }, }, - ["AbyssImpaleEffect1_"] = { type = "Prefix", affix = "Skewering", "(3-4)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { "physical" }, }, - ["AbyssImpaleEffect2_"] = { type = "Prefix", affix = "Lancing", "(5-6)% increased Impale Effect", statOrderKey = "6715", statOrder = { 6715 }, level = 86, group = "ImpaleEffect", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { "physical" }, }, - ["AbyssDamageRecoupedAsMana1"] = { type = "Prefix", affix = "Spurring", "2% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 75, group = "PercentDamageGoesToMana", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 300, 300, 0 }, modTags = { "resource", "mana" }, }, - ["AbyssDamageRecoupedAsMana2"] = { type = "Prefix", affix = "Motivating", "3% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 86, group = "PercentDamageGoesToMana", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 300, 300, 0 }, modTags = { "resource", "mana" }, }, - ["AbyssSpellBlockChanceIfHitRecentlyJewel1"] = { type = "Suffix", affix = "of Instinct", "+(3-4)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrderKey = "5241", statOrder = { 5241 }, level = 1, group = "SpellBlockChanceIfHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 250, 0 }, modTags = { "block" }, }, - ["AbyssReducedPhysicalDamageTakenIfNotHitRecentlyJewel1"] = { type = "Suffix", affix = "of Confidence", "2% additional Physical Damage Reduction if you weren't Damaged by a Hit Recently", statOrderKey = "4338", statOrder = { 4338 }, level = 1, group = "ReducedPhysicalDamageTakenIfNotHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "physical" }, }, - ["AbyssMovementSpeedIfNotDamagedRecentlyJewel1"] = { type = "Suffix", affix = "of Momentum", "(3-4)% increased Movement Speed if you haven't taken Damage Recently", statOrderKey = "8723", statOrder = { 8723 }, level = 1, group = "MovementSpeedIfNotDamagedRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "speed" }, }, - ["AbyssDamageIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Slayer", "(15-20)% increased Damage if you've Killed Recently", statOrderKey = "5615", statOrder = { 5615 }, level = 1, group = "DamageIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 0, 0 }, modTags = { "damage" }, }, - ["AbyssCriticalStrikeMultiplierIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Assassin", "+(8-14)% to Critical Strike Multiplier if you've Killed Recently", statOrderKey = "5534", statOrder = { 5534 }, level = 25, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "damage", "critical" }, }, - ["AbyssIncreasedArmourIfNoEnemySlainRecentlyJewel1__"] = { type = "Suffix", affix = "of the Guardian", "(20-30)% increased Armour if you haven't Killed Recently", statOrderKey = "4494", statOrder = { 4494 }, level = 1, group = "IncreasedArmourIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 0, 0 }, modTags = { "defences", "armour" }, }, - ["AbyssAccuracyIfNoEnemySlainRecentlyJewel1_"] = { type = "Suffix", affix = "of the Deadeye", "(20-30)% increased Accuracy Rating if you haven't Killed Recently", statOrderKey = "4290", statOrder = { 4290 }, level = 1, group = "AccuracyIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, - ["AbyssDamagePenetratesElementalResistancesIfNoEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Inquisitor", "Damage Penetrates 2% Elemental Resistances if you haven't Killed Recently", statOrderKey = "5605", statOrder = { 5605 }, level = 1, group = "DamagePenetratesElementalResistancesIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AbyssCastSpeedIfMinionKilledRecentlyJewel1"] = { type = "Suffix", affix = "of Retaliation", "(7-10)% increased Cast Speed if a Minion has been Killed Recently", statOrderKey = "5056", statOrder = { 5056 }, level = 30, group = "CastSpeedIfMinionKilledRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "speed" }, }, - ["AbyssMinionDamageIfMinionSkillUsedRecentlyJewel1"] = { type = "Suffix", affix = "of Authority", "Minions deal (15-20)% increased Damage if you've used a Minion Skill Recently", statOrderKey = "1831", statOrder = { 1831 }, level = 1, group = "MinionDamageIfMinionSkillUsedRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "minion" }, }, - ["AbyssEvasionRatingWhileMovingJewel1"] = { type = "Suffix", affix = "of Maneuvering", "(25-35)% increased Evasion Rating while moving", statOrderKey = "6035", statOrder = { 6035 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "defences", "evasion" }, }, - ["AbyssManaRegenerationRateWhileMovingJewel1"] = { type = "Suffix", affix = "of Praxis", "(20-25)% increased Mana Regeneration Rate while moving", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 250, 0 }, modTags = { "resource", "mana" }, }, - ["AbyssLifeRegenerationRateWhileMovingJewel1"] = { type = "Suffix", affix = "of Vivaciousness", "Regenerate (0.5-1)% of Life per second while moving", statOrderKey = "6878", statOrder = { 6878 }, level = 1, group = "LifeRegenerationRateWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "resource", "life" }, }, - ["AbyssPhysicalDamageAddedAsExtraFireIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of the Inferno", "Gain (2-4)% of Physical Damage as Extra Fire Damage if you've dealt a Critical Strike Recently", statOrderKey = "8911", statOrder = { 8911 }, level = 40, group = "PhysicalDamageAddedAsExtraFireIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 150, 150, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AbyssAttackSpeedIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Opportunity", "(6-8)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrderKey = "4617", statOrder = { 4617 }, level = 25, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 0, 0 }, modTags = { "attack", "speed" }, }, - ["AbyssCastSpeedIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Abuse", "(5-7)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrderKey = "5055", statOrder = { 5055 }, level = 25, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "caster", "speed" }, }, - ["AbyssCriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Preparation", "(20-30)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrderKey = "5505", statOrder = { 5505 }, level = 1, group = "CriticalStrikeChanceIfNoCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "critical" }, }, - ["AbyssMinionAttackAndCastSpeedIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of Rallying", "Minions have (6-8)% increased Attack and Cast Speed if you or your Minions have Killed Recently", statOrderKey = "8601", statOrder = { 8601 }, level = 1, group = "MinionAttackAndCastSpeedIfEnemySlainRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AbyssSpellDodgeAndDodgeChanceIfHitRecentlyJewel1"] = { type = "Suffix", affix = "of Readiness", "+2% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrderKey = "5241", statOrder = { 5241 }, level = 1, group = "SpellBlockChanceIfHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "block" }, }, - ["AbyssMovementSpeedIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Raider", "(2-4)% increased Movement Speed if you've Killed Recently", statOrderKey = "4091", statOrder = { 4091 }, level = 1, group = "MovementSpeedIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 0, 0 }, modTags = { "speed" }, }, - ["AbyssChanceToBlockIfDamagedRecentlyJewel1_"] = { type = "Suffix", affix = "of Guarding", "+(3-4)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrderKey = "3056", statOrder = { 3056 }, level = 1, group = "ChanceToBlockIfDamagedRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "block" }, }, - ["AbyssChanceToGainOnslaughtOnKillJewel1"] = { type = "Suffix", affix = "of Onslaught", "(3-5)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 50, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AbyssChanceToGainOnslaughtOnKillJewel2"] = { type = "Suffix", affix = "of Onslaught", "(6-8)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 80, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, - ["AbyssChancetoGainPhasingOnKillJewel1"] = { type = "Suffix", affix = "of Phasing", "(3-5)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 50, group = "ChancetoGainPhasingOnKill", weightKey = { "abyss_jewel_ranged", "abyss_jewel_caster", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["AbyssChancetoGainPhasingOnKillJewel2"] = { type = "Suffix", affix = "of Phasing", "(6-8)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 80, group = "ChancetoGainPhasingOnKill", weightKey = { "abyss_jewel_ranged", "abyss_jewel_caster", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AbyssChanceToGainUnholyMightOnKillAbyssJewel1"] = { type = "Suffix", affix = "of Unholy Might", "(2-3)% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2922", statOrder = { 2922 }, level = 60, group = "ChanceToGainUnholyMightOnKillAbyss", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AbyssChanceToGainUnholyMightOnKillAbyssJewel2_"] = { type = "Suffix", affix = "of Unholy Might", "(4-5)% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrderKey = "2922", statOrder = { 2922 }, level = 84, group = "ChanceToGainUnholyMightOnKillAbyss", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AbyssSelfCurseEffectOnConsecratedGroundJewel1__"] = { type = "Suffix", affix = "of the Sanctum", "(10-15)% reduced Effect of Curses on you while on Consecrated Ground", statOrderKey = "5572", statOrder = { 5572 }, level = 84, group = "EnchantmentConsecratedGround", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 500, 500, 0 }, modTags = { "caster", "curse" }, }, - ["AbyssAvoidElementalAilmentsWhileElusiveJewel1"] = { type = "Suffix", affix = "of Escape", "(8-10)% chance to Avoid Elemental Ailments while you have Elusive", statOrderKey = "4656", statOrder = { 4656 }, level = 84, group = "EnchantmentElusive", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 500, 100, 100, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AbyssHinderedEnemiesLifeRegenerationRateJewel1"] = { type = "Suffix", affix = "of Enervation", "Enemies Hindered by you have (15-20)% reduced Life Regeneration rate", statOrderKey = "5957", statOrder = { 5957 }, level = 84, group = "EnchantmentHinder", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 100, 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["AbyssBlindedEnemiesCriticalStrikeChanceJewel1"] = { type = "Suffix", affix = "of Clouding", "Enemies Blinded by you have (15-20)% reduced Critical Strike Chance", statOrderKey = "5951", statOrder = { 5951 }, level = 84, group = "EnchantmentBlind", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 100, 100, 0 }, modTags = { "critical" }, }, - ["AbyssWitheredEnemiesAllResistanceJewel1___"] = { type = "Suffix", affix = "of Languishing", "Enemies Withered by you have -2% to all Resistances", statOrderKey = "5963", statOrder = { 5963 }, level = 84, group = "EnchantmentWither", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 500, 500, 0 }, modTags = { "damage" }, }, - ["AbyssMaimedEnemiesDamageOverTimeJewel1"] = { type = "Suffix", affix = "of Mangling", "Enemies Maimed by you take (4-5)% increased Damage Over Time", statOrderKey = "5961", statOrder = { 5961 }, level = 84, group = "EnchantmentMaim", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 100, 100, 0 }, modTags = { "damage" }, }, - ["AbyssIntimidatedEnemiesStunDurationJewel1"] = { type = "Suffix", affix = "of Daunting", "Enemies Intimidated by you have (10-15)% increased duration of stuns against them", statOrderKey = "5960", statOrder = { 5960 }, level = 84, group = "EnchantmentIntimidate", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 100, 100, 100, 0 }, modTags = { }, }, - ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrderKey = "3213", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, - ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrderKey = "1223", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrderKey = "146", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, - ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrderKey = "1529", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrderKey = "7359", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, - ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrderKey = "1221", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrderKey = "3214", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, - ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrderKey = "1232", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrderKey = "147", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, - ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrderKey = "1534", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, - ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrderKey = "7357", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, - ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrderKey = "1230", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrderKey = "3215", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, - ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrderKey = "1243", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrderKey = "148", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, - ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrderKey = "1538", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, - ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrderKey = "7361", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, - ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrderKey = "1241", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrderKey = "7320", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, - ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrderKey = "2088", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrderKey = "2125", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, - ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrderKey = "4348", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, - ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrderKey = "1130", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrderKey = "1525", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, - ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrderKey = "7363", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrderKey = "1097", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrderKey = "4749", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, - ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrderKey = "2379", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, - ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrderKey = "5321", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, - ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrderKey = "1250", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrderKey = "149", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, - ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrderKey = "1541", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, - ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrderKey = "7356", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrderKey = "1249", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrderKey = "5647", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, - ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrderKey = "1429,1431", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, - ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, - ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrderKey = "1913", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, - ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrderKey = "8930", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, - ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrderKey = "6026", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrderKey = "5999", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrderKey = "1403", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrderKey = "1411", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrderKey = "1420", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrderKey = "1414", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, - ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrderKey = "1413", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, - ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrderKey = "1415", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, - ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrderKey = "1416", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, - ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrderKey = "7387", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrderKey = "1581", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrderKey = "6033", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, - ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, - ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrderKey = "8469", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrderKey = "8480", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, - ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrderKey = "5260", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, - ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrderKey = "5262", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, - ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrderKey = "2681", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, - ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7317", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, - ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrderKey = "7316", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, - ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrderKey = "4697", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, - ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrderKey = "8582", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrderKey = "2345", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, - ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrderKey = "1726", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, - ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrderKey = "1835", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveJewelElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrderKey = "481", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrderKey = "203", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrderKey = "478", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, - ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrderKey = "484", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, - ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrderKey = "1757", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, - ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrderKey = "462", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, - ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrderKey = "271", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, - ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrderKey = "477", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, - ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrderKey = "465", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, - ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrderKey = "1523", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrderKey = "7606", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, - ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrderKey = "7618", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrderKey = "1603", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrderKey = "1441", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrderKey = "1446", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrderKey = "1742", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrderKey = "1440", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "2838", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, - ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrderKey = "4298", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrderKey = "8720", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrderKey = "4539", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrderKey = "2035", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, - ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrderKey = "4990", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, - ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrderKey = "5006", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrderKey = "6284", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, - ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrderKey = "5281", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, - ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrderKey = "3295", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, - ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, - ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrderKey = "1628", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, - ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrderKey = "1625", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, - ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrderKey = "1476", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, - ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrderKey = "3402", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, - ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2085", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, - ["DelveAbyssJewelMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (14-16)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "default", }, weightVal = { 2000, 0 }, modTags = { "damage", "minion" }, }, - ["DelveJewelMinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrderKey = "138", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrderKey = "139", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrderKey = "140", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, - ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrderKey = "49", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, - ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrderKey = "8784", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveJewelVaalSoulsOnKill1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain an additional Vaal Soul on Kill", statOrderKey = "2943", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrderKey = "2946", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, - ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrderKey = "2944", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, - ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, + ["ChaosResistAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos", "resistance" }, }, + ["ReducedCharacterSizeAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["ReducedChillDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedIgniteDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedShockDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedChargeDurationAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["AddedChaosDamageAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChanceToBeCritAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "default", }, weightVal = { 0 }, modTags = { "critical" }, }, + ["DamageWhileDeadAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage" }, }, + ["VaalSkillDamageAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "default", }, weightVal = { 0 }, modTags = { "damage", "vaal" }, }, + ["ChaosDamagePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeLeechRatePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "life" }, }, + ["ManaLeechRatePerCorruptedItemAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "mana" }, }, + ["SilenceImmunityAbyssJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "default", }, weightVal = { 0 }, modTags = { "caster", "curse" }, }, + ["V2AvoidIgniteAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "fire", "ailment" }, }, + ["V2AvoidChillAndFreezeAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2AvoidShockAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2AvoidPoisonAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2AvoidBleedAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["V2AvoidStunAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["V2CorruptedBloodImmunityAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "bleed", "physical", "ailment" }, }, + ["V2HinderImmunityAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "blue_herring" }, }, + ["V2IncreasedAilmentEffectOnEnemiesAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "ailment" }, }, + ["V2IncreasedAreaOfEffectAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["V2IncreasedCriticalStrikeChanceAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "critical" }, }, + ["V2IncreasedDamageAbyssJewelCorrupted_"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "damage" }, }, + ["V2MaimImmunityCorrupted_"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["V2MinionDamageCorrupted__"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "damage", "minion" }, }, + ["V2ReducedManaReservationCorrupted_"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "default", }, weightVal = { 0 }, modTags = { }, }, + ["V2ReducedManaReservationCorruptedEfficiency_____"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "default", }, weightVal = { 1000 }, modTags = { }, }, + ["V2SilenceImmunityJewelCorrupted__"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "caster", "curse" }, }, + ["V2FirePenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["V2ColdPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["V2LightningPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["V2ElementalPenetrationAbyssalJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["V2ArmourPenetrationAbyssalJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "physical" }, }, + ["AbyssJewelAddedLife1"] = { type = "Prefix", affix = "Hale", "+(21-25) to maximum Life", statOrder = { 1429 }, level = 1, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 3000 }, modTags = { "resource", "life" }, }, + ["AbyssJewelAddedLife2"] = { type = "Prefix", affix = "Healthy", "+(26-30) to maximum Life", statOrder = { 1429 }, level = 35, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 3000 }, modTags = { "resource", "life" }, }, + ["AbyssJewelAddedLife3"] = { type = "Prefix", affix = "Sanguine", "+(31-35) to maximum Life", statOrder = { 1429 }, level = 74, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "life" }, }, + ["AbyssJewelAddedLife4"] = { type = "Prefix", affix = "Stalwart", "+(36-40) to maximum Life", statOrder = { 1429 }, level = 82, group = "AbyssJewelLife", weightKey = { "default", }, weightVal = { 500 }, modTags = { "resource", "life" }, }, + ["AbyssJewelAddedMana1"] = { type = "Prefix", affix = "Beryl", "+(21-25) to maximum Mana", statOrder = { 1439 }, level = 1, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, + ["AbyssJewelAddedMana2"] = { type = "Prefix", affix = "Cobalt", "+(26-30) to maximum Mana", statOrder = { 1439 }, level = 40, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, + ["AbyssJewelAddedMana3"] = { type = "Prefix", affix = "Azure", "+(31-35) to maximum Mana", statOrder = { 1439 }, level = 75, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 1000 }, modTags = { "resource", "mana" }, }, + ["AbyssJewelAddedMana4"] = { type = "Prefix", affix = "Sapphire", "+(36-40) to maximum Mana", statOrder = { 1439 }, level = 83, group = "AbyssJewelMana", weightKey = { "default", }, weightVal = { 500 }, modTags = { "resource", "mana" }, }, + ["AbyssJewelChillEffect1_"] = { type = "Suffix", affix = "of Chilling", "(10-15)% increased Effect of Cold Ailments", statOrder = { 5384 }, level = 30, group = "AbyssJewelChillEffect", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AbyssJewelShockEffect1"] = { type = "Suffix", affix = "of Shocking", "(10-15)% increased Effect of Lightning Ailments", statOrder = { 6887 }, level = 30, group = "AbyssJewelShockEffect", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AbyssStrengthJewel1_"] = { type = "Suffix", affix = "of Strength", "+(12-16) to Strength", statOrder = { 1044 }, level = 1, group = "StrengthForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssDexterityJewel1_"] = { type = "Suffix", affix = "of Dexterity", "+(12-16) to Dexterity", statOrder = { 1045 }, level = 1, group = "DexterityForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssIntelligenceJewel1"] = { type = "Suffix", affix = "of Intelligence", "+(12-16) to Intelligence", statOrder = { 1046 }, level = 1, group = "IntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssStrengthDexterityJewel1"] = { type = "Suffix", affix = "of Athletics", "+(8-10) to Strength and Dexterity", statOrder = { 1047 }, level = 1, group = "StrengthDexterityForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssStrengthIntelligenceJewel1_"] = { type = "Suffix", affix = "of Spirit", "+(8-10) to Strength and Intelligence", statOrder = { 1048 }, level = 1, group = "StrengthIntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssDexterityIntelligenceJewel1"] = { type = "Suffix", affix = "of Cunning", "+(8-10) to Dexterity and Intelligence", statOrder = { 1049 }, level = 1, group = "DexterityIntelligenceForJewel", weightKey = { "default", }, weightVal = { 500 }, modTags = { "attribute" }, }, + ["AbyssAllAttributesJewel1"] = { type = "Suffix", affix = "of Adaption", "+(6-8) to all Attributes", statOrder = { 1043 }, level = 1, group = "AllAttributesForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "attribute" }, }, + ["AbyssFireResistanceJewel1"] = { type = "Suffix", affix = "of the Dragon", "+(12-15)% to Fire Resistance", statOrder = { 1485 }, level = 1, group = "FireResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AbyssColdResistanceJewel1"] = { type = "Suffix", affix = "of the Beast", "+(12-15)% to Cold Resistance", statOrder = { 1491 }, level = 1, group = "ColdResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AbyssLightningResistanceJewel1"] = { type = "Suffix", affix = "of Grounding", "+(12-15)% to Lightning Resistance", statOrder = { 1496 }, level = 1, group = "LightningResistanceForJewel", weightKey = { "default", }, weightVal = { 400 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AbyssFireColdResistanceJewel1"] = { type = "Suffix", affix = "of the Hearth", "+(10-12)% to Fire and Cold Resistances", statOrder = { 2647 }, level = 1, group = "FireColdResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "cold", "resistance" }, }, + ["AbyssFireLightningResistanceJewel1"] = { type = "Suffix", affix = "of Insulation", "+(10-12)% to Fire and Lightning Resistances", statOrder = { 2648 }, level = 1, group = "FireLightningResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "fire", "lightning", "resistance" }, }, + ["AbyssColdLightningResistanceJewel1"] = { type = "Suffix", affix = "of Shelter", "+(10-12)% to Cold and Lightning Resistances", statOrder = { 2649 }, level = 1, group = "ColdLightningResistanceForJewel", weightKey = { "default", }, weightVal = { 250 }, modTags = { "elemental", "cold", "lightning", "resistance" }, }, + ["AbyssAllResistancesJewel1"] = { type = "Suffix", affix = "of Resistance", "+(8-10)% to all Elemental Resistances", statOrder = { 1479 }, level = 1, group = "AllResistancesForJewel", weightKey = { "default", }, weightVal = { 200 }, modTags = { "elemental", "resistance" }, }, + ["AbyssChaosResistanceJewel1"] = { type = "Suffix", affix = "of Order", "+(7-13)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistanceForJewel", weightKey = { "default", }, weightVal = { 100 }, modTags = { "chaos", "resistance" }, }, + ["AbyssAttackSpeedJewel1_"] = { type = "Suffix", affix = "of Berserking", "(3-5)% increased Attack Speed", statOrder = { 1273 }, level = 50, group = "IncreasedAttackSpeedForJewel", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "attack", "speed" }, }, + ["AbyssCastSpeedJewel1"] = { type = "Suffix", affix = "of Enchanting", "(2-4)% increased Cast Speed", statOrder = { 1308 }, level = 50, group = "IncreasedCastSpeedForJewel", weightKey = { "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 750, 750, 0 }, modTags = { "caster", "speed" }, }, + ["AbyssCriticalStrikeChanceJewel1"] = { type = "Suffix", affix = "of Menace", "(8-12)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 50, group = "CritChanceForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 900 }, modTags = { "critical" }, }, + ["AbyssCriticalStrikeMultiplierJewel1"] = { type = "Suffix", affix = "of Potency", "+(9-12)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 50, group = "CritMultiplierForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 900 }, modTags = { "damage", "critical" }, }, + ["AbyssDamageOverTimeWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while Dual Wielding", statOrder = { 1989 }, level = 1, group = "DamageOverTimeWhileDualWielding", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 600, 300 }, modTags = { "damage" }, }, + ["AbyssDamageOverTimeWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while Dual Wielding", statOrder = { 1989 }, level = 60, group = "DamageOverTimeWhileDualWielding", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 200, 100 }, modTags = { "damage" }, }, + ["AbyssDamageOverTimeWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while wielding a Two Handed Weapon", statOrder = { 1991 }, level = 1, group = "DamageOverTimeWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_summoner", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 900, 450 }, modTags = { "damage" }, }, + ["AbyssDamageOverTimeWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while wielding a Two Handed Weapon", statOrder = { 1991 }, level = 60, group = "DamageOverTimeWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_summoner", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 300, 150 }, modTags = { "damage" }, }, + ["AbyssDamageOverTimeWhileHoldingAShieldJewel1_"] = { type = "Prefix", affix = "Degenerative", "(10-14)% increased Damage over Time while holding a Shield", statOrder = { 1990 }, level = 1, group = "DamageOverTimeWhileHoldingAShield", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 600, 300 }, modTags = { "damage" }, }, + ["AbyssDamageOverTimeWhileHoldingAShieldJewel2_"] = { type = "Prefix", affix = "Deleterious", "(15-18)% increased Damage over Time while holding a Shield", statOrder = { 1990 }, level = 60, group = "DamageOverTimeWhileHoldingAShield", weightKey = { "abyss_jewel_summoner", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 200, 100 }, modTags = { "damage" }, }, + ["AbyssMinionAddedFireDamageJewel1"] = { type = "Prefix", affix = "Heated", "Minions deal (3-6) to (8-11) additional Fire Damage", statOrder = { 3604 }, level = 1, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedFireDamageJewel2"] = { type = "Prefix", affix = "Flaming", "Minions deal (11-14) to (17-20) additional Fire Damage", statOrder = { 3604 }, level = 39, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedFireDamageJewel3"] = { type = "Prefix", affix = "Scorching", "Minions deal (15-18) to (21-24) additional Fire Damage", statOrder = { 3604 }, level = 48, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedFireDamageJewel4_"] = { type = "Prefix", affix = "Incinerating", "Minions deal (20-23) to (26-32) additional Fire Damage", statOrder = { 3604 }, level = 58, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedFireDamageJewel5"] = { type = "Prefix", affix = "Blasting", "Minions deal (24-27) to (33-36) additional Fire Damage", statOrder = { 3604 }, level = 70, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedFireDamageJewel6_"] = { type = "Prefix", affix = "Cremating", "Minions deal (29-35) to (42-51) additional Fire Damage", statOrder = { 3604 }, level = 82, group = "MinionAddedFireDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel1"] = { type = "Prefix", affix = "Frosted", "Minions deal (3-6) to (8-11) additional Cold Damage", statOrder = { 3603 }, level = 1, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel2"] = { type = "Prefix", affix = "Freezing", "Minions deal (11-14) to (17-20) additional Cold Damage", statOrder = { 3603 }, level = 39, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel3"] = { type = "Prefix", affix = "Frozen", "Minions deal (15-18) to (21-24) additional Cold Damage", statOrder = { 3603 }, level = 48, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel4"] = { type = "Prefix", affix = "Glaciated", "Minions deal (20-23) to (26-32) additional Cold Damage", statOrder = { 3603 }, level = 58, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel5"] = { type = "Prefix", affix = "Polar", "Minions deal (24-27) to (33-36) additional Cold Damage", statOrder = { 3603 }, level = 70, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedColdDamageJewel6_"] = { type = "Prefix", affix = "Entombing", "Minions deal (29-35) to (42-51) additional Cold Damage", statOrder = { 3603 }, level = 82, group = "MinionAddedColdDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel1_"] = { type = "Prefix", affix = "Humming", "Minions deal 1 to (9-15) additional Lightning Damage", statOrder = { 3605 }, level = 1, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel2"] = { type = "Prefix", affix = "Sparking", "Minions deal (1-2) to (26-32) additional Lightning Damage", statOrder = { 3605 }, level = 39, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel3_"] = { type = "Prefix", affix = "Arcing", "Minions deal (1-3) to (33-39) additional Lightning Damage", statOrder = { 3605 }, level = 48, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel4"] = { type = "Prefix", affix = "Shocking", "Minions deal (1-4) to (44-50) additional Lightning Damage", statOrder = { 3605 }, level = 58, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel5"] = { type = "Prefix", affix = "Discharging", "Minions deal (1-5) to (51-54) additional Lightning Damage", statOrder = { 3605 }, level = 70, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedLightningDamageJewel6"] = { type = "Prefix", affix = "Electrocuting", "Minions deal (1-6) to (65-77) additional Lightning Damage", statOrder = { 3605 }, level = 82, group = "MinionAddedLightningDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel1"] = { type = "Prefix", affix = "Glinting", "Minions deal (2-3) to (5-8) additional Physical Damage", statOrder = { 3606 }, level = 1, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel2"] = { type = "Prefix", affix = "Gleaming", "Minions deal (5-8) to (11-14) additional Physical Damage", statOrder = { 3606 }, level = 42, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel3"] = { type = "Prefix", affix = "Annealed", "Minions deal (9-12) to (15-18) additional Physical Damage", statOrder = { 3606 }, level = 54, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel4"] = { type = "Prefix", affix = "Razor-sharp", "Minions deal (14-17) to (20-23) additional Physical Damage", statOrder = { 3606 }, level = 63, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel5"] = { type = "Prefix", affix = "Tempered", "Minions deal (18-21) to (24-27) additional Physical Damage", statOrder = { 3606 }, level = 72, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedPhysicalDamageJewel6"] = { type = "Prefix", affix = "Flaring", "Minions deal (23-26) to (33-39) additional Physical Damage", statOrder = { 3606 }, level = 83, group = "MinionAddedPhysicalDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "physical_damage", "damage", "physical", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel1"] = { type = "Prefix", affix = "Tainted", "Minions deal (2-3) to (5-8) additional Chaos Damage", statOrder = { 3602 }, level = 1, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel2_"] = { type = "Prefix", affix = "Clouded", "Minions deal (5-8) to (11-14) additional Chaos Damage", statOrder = { 3602 }, level = 42, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel3"] = { type = "Prefix", affix = "Darkened", "Minions deal (9-12) to (15-18) additional Chaos Damage", statOrder = { 3602 }, level = 54, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel4"] = { type = "Prefix", affix = "Malignant", "Minions deal (14-17) to (20-23) additional Chaos Damage", statOrder = { 3602 }, level = 65, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 700, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel5_"] = { type = "Prefix", affix = "Vile", "Minions deal (18-21) to (24-27) additional Chaos Damage", statOrder = { 3602 }, level = 75, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssMinionAddedChaosDamageJewel6"] = { type = "Prefix", affix = "Malicious", "Minions deal (23-26) to (33-39) additional Chaos Damage", statOrder = { 3602 }, level = 84, group = "MinionAddedChaosDamage", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 175, 0 }, modTags = { "chaos_damage", "damage", "chaos", "minion" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 1, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 39, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 48, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 58, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel5_"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 70, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while Dual Wielding", statOrder = { 1966 }, level = 82, group = "SpellAddedFireDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 1, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 39, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 48, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel4__"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 58, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 70, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while Dual Wielding", statOrder = { 1963 }, level = 82, group = "SpellAddedColdDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 1, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 39, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 48, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 58, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel5_"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 70, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while Dual Wielding", statOrder = { 1969 }, level = 82, group = "SpellAddedLightningDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 1, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 42, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 54, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 63, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 72, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while Dual Wielding", statOrder = { 1972 }, level = 83, group = "SpellAddedPhysicalDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 1, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 42, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel3"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 54, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 65, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 75, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileDualWieldingJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while Dual Wielding", statOrder = { 1960 }, level = 84, group = "SpellAddedChaosDamageWhileDualWielding", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "dual_wielding_mod", "two_handed_mod", "shield_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 1, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 39, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel3_"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 48, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 58, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 70, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while wielding a Two Handed Weapon", statOrder = { 1968 }, level = 82, group = "SpellAddedFireDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 1, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 39, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 48, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 58, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 70, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while wielding a Two Handed Weapon", statOrder = { 1965 }, level = 82, group = "SpellAddedColdDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 1, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 39, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 48, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 58, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel5_"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 70, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileWieldingTwoHandedWeaponJewel6_"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while wielding a Two Handed Weapon", statOrder = { 1971 }, level = 82, group = "SpellAddedLightningDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 1, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 42, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 54, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 63, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 72, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while wielding a Two Handed Weapon", statOrder = { 1974 }, level = 83, group = "SpellAddedPhysicalDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 1, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 42, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel3"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 54, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 65, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 75, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileWieldingTwoHandedWeaponJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while wielding a Two Handed Weapon", statOrder = { 1962 }, level = 84, group = "SpellAddedChaosDamageWhileWieldingTwoHandedWeapon", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "two_handed_mod", "one_handed_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Heated", "(2-4) to (5-7) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 1, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Flaming", "(7-9) to (11-13) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 39, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Scorching", "(10-12) to (14-16) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 48, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel4_"] = { type = "Prefix", affix = "Incinerating", "(13-15) to (17-21) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 58, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Blasting", "(16-18) to (22-24) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 70, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageWhileHoldingAShieldJewel6__"] = { type = "Prefix", affix = "Cremating", "(19-25) to (26-34) Added Spell Fire Damage while holding a Shield", statOrder = { 1967 }, level = 82, group = "SpellAddedFireDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel1_"] = { type = "Prefix", affix = "Frosted", "(2-4) to (5-7) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 1, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Freezing", "(7-9) to (11-13) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 39, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Frozen", "(10-12) to (14-16) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 48, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Glaciated", "(13-15) to (17-21) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 58, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel5_"] = { type = "Prefix", affix = "Polar", "(16-18) to (22-24) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 70, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Entombing", "(19-25) to (26-34) Added Spell Cold Damage while holding a Shield", statOrder = { 1964 }, level = 82, group = "SpellAddedColdDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Humming", "1 to (6-10) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 1, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (17-21) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 39, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (22-26) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 48, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (29-33) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 58, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Discharging", "(1-5) to (34-36) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 70, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Electrocuting", "(1-6) to (43-51) Added Spell Lightning Damage while holding a Shield", statOrder = { 1970 }, level = 82, group = "SpellAddedLightningDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Glinting", "(1-2) to (3-5) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 1, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Gleaming", "(3-5) to (7-9) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 42, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel3"] = { type = "Prefix", affix = "Annealed", "(6-8) to (10-12) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 54, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Razor-sharp", "(9-11) to (13-15) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 63, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Tempered", "(12-14) to (15-17) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 72, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Flaring", "(15-17) to (20-24) Added Spell Physical Damage while holding a Shield", statOrder = { 1973 }, level = 83, group = "SpellAddedPhysicalDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel1"] = { type = "Prefix", affix = "Tainted", "(1-2) to (3-5) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 1, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel2"] = { type = "Prefix", affix = "Clouded", "(3-5) to (7-9) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 42, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel3__"] = { type = "Prefix", affix = "Darkened", "(6-8) to (10-12) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 54, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel4"] = { type = "Prefix", affix = "Malignant", "(9-11) to (13-15) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 65, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 700, 0, 0, 250, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel5"] = { type = "Prefix", affix = "Vile", "(12-14) to (15-17) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 75, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 350, 0, 0, 125, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageWhileHoldingAShieldJewel6"] = { type = "Prefix", affix = "Malicious", "(15-17) to (20-24) Added Spell Chaos Damage while holding a Shield", statOrder = { 1961 }, level = 84, group = "SpellAddedChaosDamageWhileHoldingAShield", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_summoner", "shield_mod", "two_handed_mod", "dual_wielding_mod", "abyss_jewel_caster", "default", }, weightVal = { 0, 0, 0, 175, 0, 0, 62, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedFireDamageJewel1"] = { type = "Suffix", affix = "of Coals", "Adds (6-8) to (9-11) Fire Damage to Spells", statOrder = { 1267 }, level = 30, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageJewel2_"] = { type = "Suffix", affix = "of Cinders", "Adds (9-11) to (12-14) Fire Damage to Spells", statOrder = { 1267 }, level = 43, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageJewel3"] = { type = "Suffix", affix = "of Flames", "Adds (12-14) to (15-19) Fire Damage to Spells", statOrder = { 1267 }, level = 55, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageJewel4"] = { type = "Suffix", affix = "of Immolation", "Adds (15-17) to (20-23) Fire Damage to Spells", statOrder = { 1267 }, level = 66, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedFireDamageJewel5"] = { type = "Suffix", affix = "of Ashes", "Adds (19-23) to (24-32) Fire Damage to Spells", statOrder = { 1267 }, level = 77, group = "SpellAddedFireSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "fire", "caster" }, }, + ["AbyssSpellAddedColdDamageJewel1"] = { type = "Suffix", affix = "of Sleet", "Adds (6-8) to (9-11) Cold Damage to Spells", statOrder = { 1268 }, level = 30, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageJewel2"] = { type = "Suffix", affix = "of Ice", "Adds (9-11) to (12-14) Cold Damage to Spells", statOrder = { 1268 }, level = 43, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageJewel3"] = { type = "Suffix", affix = "of Rime", "Adds (12-14) to (15-19) Cold Damage to Spells", statOrder = { 1268 }, level = 55, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageJewel4"] = { type = "Suffix", affix = "of Floe", "Adds (15-17) to (20-23) Cold Damage to Spells", statOrder = { 1268 }, level = 66, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedColdDamageJewel5"] = { type = "Suffix", affix = "of Glaciation", "Adds (19-23) to (24-32) Cold Damage to Spells", statOrder = { 1268 }, level = 77, group = "SpellAddedColdSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "cold", "caster" }, }, + ["AbyssSpellAddedLightningDamageJewel1__"] = { type = "Suffix", affix = "of Static", "Adds (1-2) to (15-19) Lightning Damage to Spells", statOrder = { 1269 }, level = 30, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageJewel2"] = { type = "Suffix", affix = "of Electricity", "Adds (1-3) to (20-24) Lightning Damage to Spells", statOrder = { 1269 }, level = 43, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageJewel3__"] = { type = "Suffix", affix = "of Voltage", "Adds (1-4) to (25-29) Lightning Damage to Spells", statOrder = { 1269 }, level = 55, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageJewel4"] = { type = "Suffix", affix = "of Discharge", "Adds (1-5) to (30-32) Lightning Damage to Spells", statOrder = { 1269 }, level = 66, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedLightningDamageJewel5_"] = { type = "Suffix", affix = "of Arcing", "Adds (1-6) to (37-45) Lightning Damage to Spells", statOrder = { 1269 }, level = 77, group = "SpellAddedLightningSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "elemental_damage", "caster_damage", "damage", "elemental", "lightning", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageJewel1"] = { type = "Suffix", affix = "of Heft", "Adds (3-4) to (6-7) Physical Damage to Spells", statOrder = { 1266 }, level = 32, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageJewel2"] = { type = "Suffix", affix = "of Force", "Adds (5-7) to (8-10) Physical Damage to Spells", statOrder = { 1266 }, level = 45, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageJewel3"] = { type = "Suffix", affix = "of Weight", "Adds (8-10) to (11-13) Physical Damage to Spells", statOrder = { 1266 }, level = 56, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageJewel4"] = { type = "Suffix", affix = "of Impact", "Adds (11-13) to (14-16) Physical Damage to Spells", statOrder = { 1266 }, level = 65, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedPhysicalDamageJewel5__"] = { type = "Suffix", affix = "of Collision", "Adds (14-16) to (18-22) Physical Damage to Spells", statOrder = { 1266 }, level = 78, group = "SpellAddedPhysicalSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster" }, }, + ["AbyssSpellAddedChaosDamageJewel1"] = { type = "Suffix", affix = "of Dishonour", "Adds (3-4) to (6-7) Chaos Damage to Spells", statOrder = { 1270 }, level = 33, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageJewel2"] = { type = "Suffix", affix = "of Harm", "Adds (5-7) to (8-10) Chaos Damage to Spells", statOrder = { 1270 }, level = 48, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageJewel3"] = { type = "Suffix", affix = "of Malevolence", "Adds (8-10) to (11-13) Chaos Damage to Spells", statOrder = { 1270 }, level = 57, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 700, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageJewel4"] = { type = "Suffix", affix = "of Malice", "Adds (11-13) to (14-16) Chaos Damage to Spells", statOrder = { 1270 }, level = 68, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 350, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssSpellAddedChaosDamageJewel5"] = { type = "Suffix", affix = "of Sin", "Adds (14-16) to (18-22) Chaos Damage to Spells", statOrder = { 1270 }, level = 79, group = "SpellAddedChaosSuffix", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 175, 0 }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "caster" }, }, + ["AbyssAddedPhysicalDamageWithWandsJewel1_"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Wand Attacks", statOrder = { 1930 }, level = 1, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithWandsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Wand Attacks", statOrder = { 1930 }, level = 42, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithWandsJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Wand Attacks", statOrder = { 1930 }, level = 64, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithWandsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Wand Attacks", statOrder = { 1930 }, level = 77, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 0, 0, 150, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithWandsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Wand Attacks", statOrder = { 1930 }, level = 85, group = "AddedPhysicalDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 75, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Dagger Attacks", statOrder = { 1926 }, level = 1, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Dagger Attacks", statOrder = { 1926 }, level = 42, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithDaggersJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Dagger Attacks", statOrder = { 1926 }, level = 64, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Dagger Attacks", statOrder = { 1926 }, level = 77, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithDaggersJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Dagger Attacks", statOrder = { 1926 }, level = 85, group = "AddedPhysicalDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithClawsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Claw Attacks", statOrder = { 1925 }, level = 1, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithClawsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Claw Attacks", statOrder = { 1925 }, level = 42, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithClawsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Claw Attacks", statOrder = { 1925 }, level = 64, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithClawsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Claw Attacks", statOrder = { 1925 }, level = 77, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithClawsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Claw Attacks", statOrder = { 1925 }, level = 85, group = "AddedPhysicalDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Sword Attacks", statOrder = { 1929 }, level = 1, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Sword Attacks", statOrder = { 1929 }, level = 42, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Sword Attacks", statOrder = { 1929 }, level = 64, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Sword Attacks", statOrder = { 1929 }, level = 77, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithSwordsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Sword Attacks", statOrder = { 1929 }, level = 85, group = "AddedPhysicalDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithAxesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Axe Attacks", statOrder = { 1923 }, level = 1, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithAxesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Axe Attacks", statOrder = { 1923 }, level = 42, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithAxesJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Axe Attacks", statOrder = { 1923 }, level = 64, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithAxesJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Axe Attacks", statOrder = { 1923 }, level = 77, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithAxesJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Axe Attacks", statOrder = { 1923 }, level = 85, group = "AddedPhysicalDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithMacesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Mace or Sceptre Attacks", statOrder = { 1927 }, level = 1, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithMacesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Mace or Sceptre Attacks", statOrder = { 1927 }, level = 42, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithMacesJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Mace or Sceptre Attacks", statOrder = { 1927 }, level = 64, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithMacesJewel4_"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Mace or Sceptre Attacks", statOrder = { 1927 }, level = 77, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithMacesJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Mace or Sceptre Attacks", statOrder = { 1927 }, level = 85, group = "AddedPhysicalDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithStavesJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Staff Attacks", statOrder = { 1928 }, level = 1, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithStavesJewel2"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Staff Attacks", statOrder = { 1928 }, level = 42, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithStavesJewel3_"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Staff Attacks", statOrder = { 1928 }, level = 64, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithStavesJewel4"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Staff Attacks", statOrder = { 1928 }, level = 77, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithStavesJewel5_"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Staff Attacks", statOrder = { 1928 }, level = 85, group = "AddedPhysicalDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithBowsJewel1"] = { type = "Prefix", affix = "Glinting", "2 to 3 Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 1, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithBowsJewel2_"] = { type = "Prefix", affix = "Gleaming", "3 to 4 Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 42, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithBowsJewel3"] = { type = "Prefix", affix = "Tempered", "4 to (5-6) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 64, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithBowsJewel4_"] = { type = "Prefix", affix = "Flaring", "(5-6) to (7-8) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 77, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalDamageWithBowsJewel5"] = { type = "Prefix", affix = "Acuminate", "(7-8) to (9-10) Added Physical Damage with Bow Attacks", statOrder = { 1924 }, level = 85, group = "PhysicalDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel1_"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 1, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 37, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 48, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 60, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 70, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithWandsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Wand Attacks", statOrder = { 1956 }, level = 82, group = "AddedLightningDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 1, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 37, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 48, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 60, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 70, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Dagger Attacks", statOrder = { 1952 }, level = 82, group = "AddedLightningDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel1__"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 1, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 37, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 48, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 60, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 70, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithClawsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Claw Attacks", statOrder = { 1951 }, level = 82, group = "AddedLightningDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 1, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel2_"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 37, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 48, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 60, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 70, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithBowsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Bow Attacks", statOrder = { 1950 }, level = 82, group = "AddedLightningDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 625, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 1, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel2__"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 37, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 48, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel4_"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 60, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel5_"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 70, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Sword Attacks", statOrder = { 1955 }, level = 82, group = "AddedLightningDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 1, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 37, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel3_"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 48, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 60, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 70, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithAxesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Axe Attacks", statOrder = { 1949 }, level = 82, group = "AddedLightningDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 1, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 37, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 48, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel4_"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 60, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 70, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithMacesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Mace or Sceptre Attacks", statOrder = { 1953 }, level = 82, group = "AddedLightningDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel1"] = { type = "Prefix", affix = "Humming", "1 to (19-20) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 1, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel2"] = { type = "Prefix", affix = "Sparking", "(1-2) to (23-24) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 37, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel3"] = { type = "Prefix", affix = "Arcing", "(1-3) to (28-30) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 48, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel4"] = { type = "Prefix", affix = "Shocking", "(1-4) to (33-35) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 60, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel5"] = { type = "Prefix", affix = "Discharging", "(2-4) to (40-43) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 70, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningDamageWithStavesJewel6"] = { type = "Prefix", affix = "Electrocuting", "(2-5) to (48-50) Added Lightning Damage with Staff Attacks", statOrder = { 1954 }, level = 82, group = "AddedLightningDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 1, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 40, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 51, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 62, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel5__"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 72, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithWandsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Wand Attacks", statOrder = { 1940 }, level = 84, group = "AddedFireDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 1, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 40, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 51, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 62, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 72, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Dagger Attacks", statOrder = { 1936 }, level = 84, group = "AddedFireDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 1, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 40, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 51, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 62, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 72, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithClawsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Claw Attacks", statOrder = { 1935 }, level = 84, group = "AddedFireDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 1, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 40, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel3_"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 51, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 62, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 72, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithBowsJewel6_"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Bow Attacks", statOrder = { 1934 }, level = 84, group = "FireDamageWithBowsJewel", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 1, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 40, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel3___"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 51, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 62, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 72, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Sword Attacks", statOrder = { 1939 }, level = 84, group = "AddedFireDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel1_"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 1, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 40, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 51, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 62, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel5"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 72, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithAxesJewel6_"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Axe Attacks", statOrder = { 1933 }, level = 84, group = "AddedFireDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel1"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 1, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel2_"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 40, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel3"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 51, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 62, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel5_"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 72, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithMacesJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Mace or Sceptre Attacks", statOrder = { 1937 }, level = 84, group = "AddedFireDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel1_"] = { type = "Prefix", affix = "Heated", "(5-6) to (11-12) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 1, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel2"] = { type = "Prefix", affix = "Flaming", "(7-8) to (13-15) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 40, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel3__"] = { type = "Prefix", affix = "Scorching", "(9-11) to (16-19) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 51, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel4"] = { type = "Prefix", affix = "Incinerating", "(12-13) to (20-22) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 62, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel5__"] = { type = "Prefix", affix = "Blasting", "(14-15) to (23-26) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 72, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireDamageWithStavesJewel6"] = { type = "Prefix", affix = "Cremating", "(16-18) to (27-32) Added Fire Damage with Staff Attacks", statOrder = { 1938 }, level = 84, group = "AddedFireDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel1__"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 1, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 38, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 47, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 59, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2350, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 68, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1175, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithWandsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Wand Attacks", statOrder = { 1948 }, level = 83, group = "AddedColdDamageWithWands", weightKey = { "wand", "two_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 553, 0, 0, 87, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 1, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 38, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 47, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 59, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 68, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithDaggersJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Dagger Attacks", statOrder = { 1944 }, level = 83, group = "AddedColdDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 1, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 38, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 47, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 59, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 68, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithClawsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Claw Attacks", statOrder = { 1943 }, level = 83, group = "AddedColdDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 1, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 38, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 47, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 59, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 2500, 0, 0, 700, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 68, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithBowsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Bow Attacks", statOrder = { 1942 }, level = 83, group = "AddedColdDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 175, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 1, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 38, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 47, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 59, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 68, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithSwordsJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Sword Attacks", statOrder = { 1947 }, level = 83, group = "AddedColdDamageWithSwords", weightKey = { "sword", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 1, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 38, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 47, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 59, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 68, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithAxesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Axe Attacks", statOrder = { 1941 }, level = 83, group = "AddedColdDamageWithAxes", weightKey = { "axe", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 1, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel2"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 38, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel3"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 47, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 59, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel5_"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 68, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithMacesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Mace or Sceptre Attacks", statOrder = { 1945 }, level = 83, group = "AddedColdDamageWithMaces", weightKey = { "mace", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel1"] = { type = "Prefix", affix = "Frosted", "(4-5) to (9-10) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 1, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel2_"] = { type = "Prefix", affix = "Freezing", "(6-7) to (11-13) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 38, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel3_"] = { type = "Prefix", affix = "Frozen", "(8-9) to (14-16) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 47, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel4"] = { type = "Prefix", affix = "Glaciated", "(10-11) to (17-20) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 59, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 2000, 0, 0, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel5"] = { type = "Prefix", affix = "Polar", "(12-13) to (21-24) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 68, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdDamageWithStavesJewel6"] = { type = "Prefix", affix = "Entombing", "(14-15) to (25-28) Added Cold Damage with Staff Attacks", statOrder = { 1946 }, level = 83, group = "AddedColdDamageWithStaves", weightKey = { "staff", "one_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedChaosDamageWithDaggersJewel1"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Dagger Attacks", statOrder = { 1959 }, level = 1, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithDaggersJewel2_"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Dagger Attacks", statOrder = { 1959 }, level = 42, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithDaggersJewel3__"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Dagger Attacks", statOrder = { 1959 }, level = 64, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithDaggersJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Dagger Attacks", statOrder = { 1959 }, level = 77, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithDaggersJewel5"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Dagger Attacks", statOrder = { 1959 }, level = 85, group = "AddedChaosDamageWithDaggers", weightKey = { "dagger", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithBowsJewel1_"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 1, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithBowsJewel2"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 42, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithBowsJewel3"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 64, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 1250, 0, 0, 350, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithBowsJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 77, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithBowsJewel5"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Bow Attacks", statOrder = { 1957 }, level = 85, group = "AddedChaosDamageWithBows", weightKey = { "bow", "one_handed_mod", "specific_weapon", "abyss_jewel_ranged", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithClawsJewel1"] = { type = "Prefix", affix = "Tainted", "(4-5) to (9-10) Added Chaos Damage with Claw Attacks", statOrder = { 1958 }, level = 1, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithClawsJewel2"] = { type = "Prefix", affix = "Clouded", "(6-7) to (11-13) Added Chaos Damage with Claw Attacks", statOrder = { 1958 }, level = 42, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithClawsJewel3_"] = { type = "Prefix", affix = "Darkened", "(8-9) to (14-16) Added Chaos Damage with Claw Attacks", statOrder = { 1958 }, level = 64, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 1000, 0, 0, 250, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithClawsJewel4"] = { type = "Prefix", affix = "Malignant", "(10-11) to (17-20) Added Chaos Damage with Claw Attacks", statOrder = { 1958 }, level = 77, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 500, 0, 0, 125, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosDamageWithClawsJewel5_"] = { type = "Prefix", affix = "Vile", "(12-13) to (21-24) Added Chaos Damage with Claw Attacks", statOrder = { 1958 }, level = 85, group = "AddedChaosDamageWithClaws", weightKey = { "claw", "two_handed_mod", "specific_weapon", "abyss_jewel_melee", "default", }, weightVal = { 250, 0, 0, 60, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedFireSuffixJewel1"] = { type = "Suffix", affix = "of Coals", "Adds (4-5) to (10-12) Fire Damage to Attacks", statOrder = { 1224 }, level = 35, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireSuffixJewel2"] = { type = "Suffix", affix = "of Cinders", "Adds (6-7) to (13-16) Fire Damage to Attacks", statOrder = { 1224 }, level = 44, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireSuffixJewel3"] = { type = "Suffix", affix = "of Flames", "Adds (8-9) to (17-20) Fire Damage to Attacks", statOrder = { 1224 }, level = 52, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireSuffixJewel4_"] = { type = "Suffix", affix = "of Immolation", "Adds (10-12) to (21-24) Fire Damage to Attacks", statOrder = { 1224 }, level = 64, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedFireSuffixJewel5"] = { type = "Suffix", affix = "of Ashes", "Adds (13-15) to (25-28) Fire Damage to Attacks", statOrder = { 1224 }, level = 76, group = "AddedFireSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "attack" }, }, + ["AbyssAddedColdSuffixJewel1"] = { type = "Suffix", affix = "of Sleet", "Adds (4-5) to (8-10) Cold Damage to Attacks", statOrder = { 1233 }, level = 36, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdSuffixJewel2_"] = { type = "Suffix", affix = "of Ice", "Adds (6-7) to (11-13) Cold Damage to Attacks", statOrder = { 1233 }, level = 45, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdSuffixJewel3"] = { type = "Suffix", affix = "of Rime", "Adds (8-9) to (14-17) Cold Damage to Attacks", statOrder = { 1233 }, level = 53, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdSuffixJewel4"] = { type = "Suffix", affix = "of Floe", "Adds (10-11) to (18-21) Cold Damage to Attacks", statOrder = { 1233 }, level = 65, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedColdSuffixJewel5_"] = { type = "Suffix", affix = "of Glaciation", "Adds (12-13) to (22-26) Cold Damage to Attacks", statOrder = { 1233 }, level = 77, group = "AddedColdSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "attack" }, }, + ["AbyssAddedLightningSuffixJewel1"] = { type = "Suffix", affix = "of Static", "Adds 1 to (19-20) Lightning Damage to Attacks", statOrder = { 1244 }, level = 35, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningSuffixJewel2"] = { type = "Suffix", affix = "of Electricity", "Adds (1-2) to (25-27) Lightning Damage to Attacks", statOrder = { 1244 }, level = 44, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningSuffixJewel3"] = { type = "Suffix", affix = "of Voltage", "Adds (1-3) to (29-32) Lightning Damage to Attacks", statOrder = { 1244 }, level = 52, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningSuffixJewel4"] = { type = "Suffix", affix = "of Discharge", "Adds (1-4) to (36-39) Lightning Damage to Attacks", statOrder = { 1244 }, level = 64, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedLightningSuffixJewel5"] = { type = "Suffix", affix = "of Arcing", "Adds (1-4) to (43-48) Lightning Damage to Attacks", statOrder = { 1244 }, level = 76, group = "AddedLightningSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "attack" }, }, + ["AbyssAddedPhysicalSuffixJewel1"] = { type = "Suffix", affix = "of Weight", "Adds 1 to 3 Physical Damage to Attacks", statOrder = { 1131 }, level = 34, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalSuffixJewel2"] = { type = "Suffix", affix = "of Impact", "Adds (2-3) to (4-5) Physical Damage to Attacks", statOrder = { 1131 }, level = 45, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedPhysicalSuffixJewel3"] = { type = "Suffix", affix = "of Collision", "Adds (4-5) to (6-7) Physical Damage to Attacks", statOrder = { 1131 }, level = 61, group = "AddedPhysicalSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AbyssAddedChaosSuffixJewel1"] = { type = "Suffix", affix = "of Malevolence", "Adds (6-7) to (11-13) Chaos Damage to Attacks", statOrder = { 1251 }, level = 36, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosSuffixJewel2"] = { type = "Suffix", affix = "of Malice", "Adds (8-9) to (14-17) Chaos Damage to Attacks", statOrder = { 1251 }, level = 48, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 750, 750, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssAddedChaosSuffixJewel3"] = { type = "Suffix", affix = "of Sin", "Adds (10-11) to (18-21) Chaos Damage to Attacks", statOrder = { 1251 }, level = 64, group = "AddedChaosSuffix", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 375, 375, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["AbyssFlatMinionLifeRegenerationJewel1"] = { type = "Prefix", affix = "Fuelling", "Minions Regenerate (22-30) Life per second", statOrder = { 8639 }, level = 1, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssFlatMinionLifeRegenerationJewel2"] = { type = "Prefix", affix = "Lively", "Minions Regenerate (32-40) Life per second", statOrder = { 8639 }, level = 30, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssFlatMinionLifeRegenerationJewel3"] = { type = "Prefix", affix = "Exuberant", "Minions Regenerate (42-60) Life per second", statOrder = { 8639 }, level = 60, group = "FlatMinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssFlatEnergyShieldRegenerationJewel1"] = { type = "Prefix", affix = "Captivating", "Regenerate (9-12) Energy Shield per second", statOrder = { 6002 }, level = 1, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatEnergyShieldRegenerationJewel2"] = { type = "Prefix", affix = "Beautiful", "Regenerate (13-16) Energy Shield per second", statOrder = { 6002 }, level = 30, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatEnergyShieldRegenerationJewel3"] = { type = "Prefix", affix = "Breathtaking", "Regenerate (17-20) Energy Shield per second", statOrder = { 6002 }, level = 60, group = "FlatEnergyShieldRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatLifeRegenerationJewel1"] = { type = "Prefix", affix = "Youthful", "Regenerate (9-12) Life per second", statOrder = { 1434 }, level = 1, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["AbyssFlatLifeRegenerationJewel2"] = { type = "Prefix", affix = "Spirited", "Regenerate (13-16) Life per second", statOrder = { 1434 }, level = 40, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["AbyssFlatLifeRegenerationJewel3_"] = { type = "Prefix", affix = "Vivacious", "Regenerate (17-20) Life per second", statOrder = { 1434 }, level = 80, group = "LifeRegeneration", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 250, 0 }, modTags = { "flat_life_regen", "resource", "life" }, }, + ["AbyssFlatManaShieldRegenerationJewel1"] = { type = "Prefix", affix = "Energising", "Regenerate (1.1-2) Mana per second", statOrder = { 1442 }, level = 1, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, + ["AbyssFlatManaShieldRegenerationJewel2"] = { type = "Prefix", affix = "Inspirational", "Regenerate (2.1-3) Mana per second", statOrder = { 1442 }, level = 40, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, + ["AbyssFlatManaShieldRegenerationJewel3"] = { type = "Prefix", affix = "Resonating", "Regenerate (3.3-4) Mana per second", statOrder = { 1442 }, level = 75, group = "AddedManaRegeneration", weightKey = { "default", }, weightVal = { 350 }, modTags = { "resource", "mana" }, }, + ["AbyssAttacksBlindOnHitChanceJewel1"] = { type = "Suffix", affix = "of Blinding", "(3-4)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 32, group = "AttacksBlindOnHitChance", weightKey = { "abyss_jewel_ranged", "abyss_jewel_melee", "default", }, weightVal = { 800, 800, 0 }, modTags = { "attack" }, }, + ["AbyssAttacksBlindOnHitChanceJewel2___"] = { type = "Suffix", affix = "of Blinding", "(5-6)% chance to Blind Enemies on Hit with Attacks", statOrder = { 4635 }, level = 65, group = "AttacksBlindOnHitChance", weightKey = { "abyss_jewel_ranged", "abyss_jewel_melee", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attack" }, }, + ["AbyssAttacksTauntOnHitChanceJewel1"] = { type = "Suffix", affix = "of Taunting", "(3-5)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 32, group = "AttacksTauntOnHitChance", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 800, 0 }, modTags = { "attack" }, }, + ["AbyssAttacksTauntOnHitChanceJewel2"] = { type = "Suffix", affix = "of Taunting", "(6-8)% chance to Taunt Enemies on Hit with Attacks", statOrder = { 4636 }, level = 65, group = "AttacksTauntOnHitChance", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 400, 0 }, modTags = { "attack" }, }, + ["AbyssSpellsHinderOnHitChanceJewel1"] = { type = "Suffix", affix = "of Hindering", "(3-5)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 32, group = "SpellsHinderOnHitChance", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 800, 0 }, modTags = { "caster" }, }, + ["AbyssSpellsHinderOnHitChanceJewel2"] = { type = "Suffix", affix = "of Hindering", "(6-8)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 65, group = "SpellsHinderOnHitChance", weightKey = { "abyss_jewel_caster", "default", }, weightVal = { 400, 0 }, modTags = { "caster" }, }, + ["AbyssMinionAttacksBlindOnHitChanceJewel1"] = { type = "Suffix", affix = "of Stifling", "Minions have (3-4)% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 32, group = "MinionAttacksBlindOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssMinionAttacksBlindOnHitChanceJewel2"] = { type = "Suffix", affix = "of Stifling", "Minions have (5-6)% chance to Blind on Hit with Attacks", statOrder = { 8606 }, level = 65, group = "MinionAttacksBlindOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssMinionAttacksTauntOnHitChanceJewel1"] = { type = "Suffix", affix = "of Distraction", "Minions have (3-5)% chance to Taunt on Hit with Attacks", statOrder = { 3271 }, level = 32, group = "MinionAttacksTauntOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssMinionAttacksTauntOnHitChanceJewel2_"] = { type = "Suffix", affix = "of Distraction", "Minions have (6-8)% chance to Taunt on Hit with Attacks", statOrder = { 3271 }, level = 65, group = "MinionAttacksTauntOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssMinionSpellsHinderOnHitChanceJewel1"] = { type = "Suffix", affix = "of Delaying", "Minions have (3-5)% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 32, group = "MinionSpellsHinderOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "caster", "minion" }, }, + ["AbyssMinionSpellsHinderOnHitChanceJewel2"] = { type = "Suffix", affix = "of Delaying", "Minions have (6-8)% chance to Hinder Enemies on Hit with Spells", statOrder = { 8657 }, level = 65, group = "MinionSpellsHinderOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "caster", "minion" }, }, + ["AbyssMinionPoisonOnHitChanceJewel1"] = { type = "Suffix", affix = "of Venom", "Minions have (10-15)% chance to Poison Enemies on Hit", statOrder = { 3013 }, level = 60, group = "AbyssMinionPoisonOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "poison", "chaos", "minion", "ailment" }, }, + ["AbyssMinionIgniteOnHitChanceJewel1"] = { type = "Suffix", affix = "of Combustion", "Minions have (10-15)% chance to Ignite", statOrder = { 8613 }, level = 60, group = "AbyssMinionIgniteOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "fire", "minion", "ailment" }, }, + ["AbyssMinionAttacksBleedOnHitChanceJewel1"] = { type = "Suffix", affix = "of Bloodletting", "Minions have (10-15)% chance to cause Bleeding with Attacks", statOrder = { 2341 }, level = 60, group = "AbyssMinionAttacksBleedOnHitChance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 400, 0 }, modTags = { "bleed", "physical", "minion", "ailment" }, }, + ["AbyssDamageVSAbyssMonstersJewel1"] = { type = "Suffix", affix = "of Banishing", "(30-40)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrder = { 5642 }, level = 1, group = "DamageVSAbyssMonsters", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 500 }, modTags = { "damage" }, }, + ["AbyssMinionDamageVSAbyssMonstersJewel1"] = { type = "Suffix", affix = "of Marshalling", "Minions deal (30-40)% increased Damage with Hits and Ailments against Abyssal Monsters", statOrder = { 8623 }, level = 1, group = "MinionDamageVSAbyssMonsters", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "minion" }, }, + ["AbyssReducedPhysicalDamageTakenVsAbyssMonsterJewel1"] = { type = "Suffix", affix = "of Warding", "(4-6)% additional Physical Damage Reduction against Abyssal Monsters", statOrder = { 4342 }, level = 1, group = "ReducedPhysicalDamageTakenVsAbyssMonsters", weightKey = { "default", }, weightVal = { 500 }, modTags = { "physical" }, }, + ["AbyssAvoidIgniteJewel1_"] = { type = "Suffix", affix = "of Nonflammability", "(31-40)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 50, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AbyssAvoidIgniteJewel2"] = { type = "Suffix", affix = "of Fireproofing", "(41-50)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 70, group = "AvoidIgnite", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "fire", "ailment" }, }, + ["AbyssAvoidFreezeAndChillJewel1"] = { type = "Suffix", affix = "of Warming", "(31-40)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 50, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AbyssAvoidFreezeAndChillJewel2"] = { type = "Suffix", affix = "of Heating", "(41-50)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 70, group = "ChanceToAvoidFreezeAndChill", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "cold", "ailment" }, }, + ["AbyssAvoidShockJewel1"] = { type = "Suffix", affix = "of Insulating", "(31-40)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 50, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 300 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AbyssAvoidShockJewel2"] = { type = "Suffix", affix = "of the Lightning Rod", "(41-50)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 70, group = "AvoidShockForJewel", weightKey = { "default", }, weightVal = { 150 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AbyssAvoidPoisonJewel1__"] = { type = "Suffix", affix = "of Tolerance", "(31-40)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 50, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 300 }, modTags = { "poison", "chaos", "ailment" }, }, + ["AbyssAvoidPoisonJewel2__"] = { type = "Suffix", affix = "of Immunity", "(41-50)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 70, group = "ChanceToAvoidPoison", weightKey = { "default", }, weightVal = { 150 }, modTags = { "poison", "chaos", "ailment" }, }, + ["AbyssAvoidBleedingJewel1"] = { type = "Suffix", affix = "of Stemming", "(31-40)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 50, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 300 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AbyssAvoidBleedingJewel2"] = { type = "Suffix", affix = "of the Tourniquet", "(41-50)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 70, group = "ChanceToAvoidBleeding", weightKey = { "default", }, weightVal = { 150 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AbyssAvoidStunJewel1"] = { type = "Suffix", affix = "of Balance", "(21-24)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 50, group = "AvoidStun", weightKey = { "default", }, weightVal = { 300 }, modTags = { }, }, + ["AbyssAvoidStunJewel2"] = { type = "Suffix", affix = "of Poise", "(25-30)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 70, group = "AvoidStun", weightKey = { "default", }, weightVal = { 150 }, modTags = { }, }, + ["AbyssAccuracyRatingJewel1"] = { type = "Suffix", affix = "of Calm", "+(10-30) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { "attack" }, }, + ["AbyssAccuracyRatingJewel2"] = { type = "Suffix", affix = "of Steadiness", "+(31-60) to Accuracy Rating", statOrder = { 1295 }, level = 1, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, + ["AbyssAccuracyRatingJewel3"] = { type = "Suffix", affix = "of the Marksman", "+(61-120) to Accuracy Rating", statOrder = { 1295 }, level = 52, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, + ["AbyssAccuracyRatingJewel4"] = { type = "Suffix", affix = "of the Ranger", "+(121-240) to Accuracy Rating", statOrder = { 1295 }, level = 78, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 500, 1000, 0 }, modTags = { "attack" }, }, + ["AbyssAccuracyRatingJewel5"] = { type = "Suffix", affix = "of the Deadeye", "+(241-300) to Accuracy Rating", statOrder = { 1295 }, level = 85, group = "IncreasedAccuracy", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 250, 500, 0 }, modTags = { "attack" }, }, + ["AbyssMinionAttackAndCastSpeedJewel1"] = { type = "Suffix", affix = "of Training", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AbyssMinionLifeRegenerationJewel1"] = { type = "Suffix", affix = "of Longevity", "Minions Regenerate (0.4-0.8)% of Life per second", statOrder = { 2759 }, level = 1, group = "MinionLifeRegeneration", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssMinionLifeLeechJewel1"] = { type = "Suffix", affix = "of Vampirism", "Minions Leech (0.3-0.5)% of Damage as Life", statOrder = { 2758 }, level = 1, group = "MinionLifeLeech", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssMinionMovementSpeedJewel1"] = { type = "Suffix", affix = "of Orchestration", "Minions have (6-10)% increased Movement Speed", statOrder = { 1628 }, level = 1, group = "MinionMovementSpeed", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "speed", "minion" }, }, + ["AbyssMinionLifeJewel1_"] = { type = "Suffix", affix = "of Fortitude", "Minions have (8-12)% increased maximum Life", statOrder = { 1625 }, level = 1, group = "MinionLifeForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AbyssFlatMinionAccuracy1"] = { type = "Suffix", affix = "of Suggestion", "Minions have +(95-125) to Accuracy Rating", statOrder = { 8595 }, level = 1, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssFlatMinionAccuracy2_"] = { type = "Suffix", affix = "of Instruction", "Minions have +(126-180) to Accuracy Rating", statOrder = { 8595 }, level = 52, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssFlatMinionAccuracy3"] = { type = "Suffix", affix = "of Command", "Minions have +(181-250) to Accuracy Rating", statOrder = { 8595 }, level = 78, group = "MinionAccuracyRatingFlat", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 300, 0 }, modTags = { "attack", "minion" }, }, + ["AbyssMinionElementalResistancesJewel1"] = { type = "Suffix", affix = "of Acclimatisation", "Minions have +(6-10)% to all Elemental Resistances", statOrder = { 2760 }, level = 1, group = "MinionElementalResistancesForJewel", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "elemental", "resistance", "minion" }, }, + ["AbyssMinionChaosResistanceJewel1"] = { type = "Suffix", affix = "of Righteousness", "Minions have +(7-11)% to Chaos Resistance", statOrder = { 2761 }, level = 1, group = "MinionChaosResistance", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 800, 0 }, modTags = { "chaos", "resistance", "minion" }, }, + ["AbyssFlatArmourJewel1"] = { type = "Prefix", affix = "Lacquered", "+(36-60) to Armour", statOrder = { 1400 }, level = 1, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, + ["AbyssFlatArmourJewel2"] = { type = "Prefix", affix = "Fortified", "+(61-100) to Armour", statOrder = { 1400 }, level = 40, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, + ["AbyssFlatArmourJewel3"] = { type = "Prefix", affix = "Carapaced", "+(101-180) to Armour", statOrder = { 1400 }, level = 75, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "armour" }, }, + ["AbyssFlatArmourJewel4__"] = { type = "Prefix", affix = "Encased", "+(181-250) to Armour", statOrder = { 1400 }, level = 83, group = "PhysicalDamageReductionRating", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "armour" }, }, + ["AbyssFlatEvasionJewel1"] = { type = "Prefix", affix = "Agile", "+(36-60) to Evasion Rating", statOrder = { 1405 }, level = 1, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, + ["AbyssFlatEvasionJewel2"] = { type = "Prefix", affix = "Fleet", "+(61-100) to Evasion Rating", statOrder = { 1405 }, level = 40, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, + ["AbyssFlatEvasionJewel3"] = { type = "Prefix", affix = "Vaporous", "+(101-180) to Evasion Rating", statOrder = { 1405 }, level = 75, group = "EvasionRating", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "evasion" }, }, + ["AbyssFlatEvasionJewel4_"] = { type = "Prefix", affix = "Beclouded", "+(181-250) to Evasion Rating", statOrder = { 1405 }, level = 83, group = "EvasionRating", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "evasion" }, }, + ["AbyssFlatEnergyShieldJewel1"] = { type = "Prefix", affix = "Shining", "+(21-25) to maximum Energy Shield", statOrder = { 1418 }, level = 1, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatEnergyShieldJewel2"] = { type = "Prefix", affix = "Seething", "+(26-30) to maximum Energy Shield", statOrder = { 1418 }, level = 40, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatEnergyShieldJewel3"] = { type = "Prefix", affix = "Incandescent", "+(31-35) to maximum Energy Shield", statOrder = { 1418 }, level = 75, group = "EnergyShield", weightKey = { "default", }, weightVal = { 600 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssFlatEnergyShieldJewel4"] = { type = "Prefix", affix = "Resplendent", "+(36-40) to maximum Energy Shield", statOrder = { 1418 }, level = 83, group = "EnergyShield", weightKey = { "default", }, weightVal = { 300 }, modTags = { "defences", "energy_shield" }, }, + ["AbyssCurseEffectJewel1"] = { type = "Prefix", affix = "Murmuring", "2% increased Effect of your Curses", statOrder = { 2447 }, level = 75, group = "CurseEffectiveness", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "caster", "curse" }, }, + ["AbyssCurseEffectJewel2"] = { type = "Prefix", affix = "Foul-tongued", "3% increased Effect of your Curses", statOrder = { 2447 }, level = 86, group = "CurseEffectiveness", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "caster", "curse" }, }, + ["AbyssCooldownRecoverySpeed1_"] = { type = "Prefix", affix = "Facilitating", "2% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 75, group = "GlobalCooldownRecovery", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { }, }, + ["AbyssCooldownRecoverySpeed2__"] = { type = "Prefix", affix = "Expediting", "3% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 86, group = "GlobalCooldownRecovery", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { }, }, + ["AbyssImpaleEffect1_"] = { type = "Prefix", affix = "Skewering", "(3-4)% increased Impale Effect", statOrder = { 6715 }, level = 75, group = "ImpaleEffect", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { "physical" }, }, + ["AbyssImpaleEffect2_"] = { type = "Prefix", affix = "Lancing", "(5-6)% increased Impale Effect", statOrder = { 6715 }, level = 86, group = "ImpaleEffect", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 300, 100, 100, 0 }, modTags = { "physical" }, }, + ["AbyssDamageRecoupedAsMana1"] = { type = "Prefix", affix = "Spurring", "2% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 75, group = "PercentDamageGoesToMana", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 300, 300, 0 }, modTags = { "resource", "mana" }, }, + ["AbyssDamageRecoupedAsMana2"] = { type = "Prefix", affix = "Motivating", "3% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 86, group = "PercentDamageGoesToMana", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 300, 300, 0 }, modTags = { "resource", "mana" }, }, + ["AbyssSpellBlockChanceIfHitRecentlyJewel1"] = { type = "Suffix", affix = "of Instinct", "+(3-4)% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrder = { 5241 }, level = 1, group = "SpellBlockChanceIfHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 250, 0 }, modTags = { "block" }, }, + ["AbyssReducedPhysicalDamageTakenIfNotHitRecentlyJewel1"] = { type = "Suffix", affix = "of Confidence", "2% additional Physical Damage Reduction if you weren't Damaged by a Hit Recently", statOrder = { 4338 }, level = 1, group = "ReducedPhysicalDamageTakenIfNotHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "physical" }, }, + ["AbyssMovementSpeedIfNotDamagedRecentlyJewel1"] = { type = "Suffix", affix = "of Momentum", "(3-4)% increased Movement Speed if you haven't taken Damage Recently", statOrder = { 8723 }, level = 1, group = "MovementSpeedIfNotDamagedRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "speed" }, }, + ["AbyssDamageIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Slayer", "(15-20)% increased Damage if you've Killed Recently", statOrder = { 5615 }, level = 1, group = "DamageIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 0, 0 }, modTags = { "damage" }, }, + ["AbyssCriticalStrikeMultiplierIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Assassin", "+(8-14)% to Critical Strike Multiplier if you've Killed Recently", statOrder = { 5534 }, level = 25, group = "CriticalStrikeMultiplierIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "damage", "critical" }, }, + ["AbyssIncreasedArmourIfNoEnemySlainRecentlyJewel1__"] = { type = "Suffix", affix = "of the Guardian", "(20-30)% increased Armour if you haven't Killed Recently", statOrder = { 4494 }, level = 1, group = "IncreasedArmourIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 0, 0 }, modTags = { "defences", "armour" }, }, + ["AbyssAccuracyIfNoEnemySlainRecentlyJewel1_"] = { type = "Suffix", affix = "of the Deadeye", "(20-30)% increased Accuracy Rating if you haven't Killed Recently", statOrder = { 4290 }, level = 1, group = "AccuracyIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 0, 0, 0, 0, 0 }, modTags = { "attack" }, }, + ["AbyssDamagePenetratesElementalResistancesIfNoEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Inquisitor", "Damage Penetrates 2% Elemental Resistances if you haven't Killed Recently", statOrder = { 5605 }, level = 1, group = "DamagePenetratesElementalResistancesIfNoEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AbyssCastSpeedIfMinionKilledRecentlyJewel1"] = { type = "Suffix", affix = "of Retaliation", "(7-10)% increased Cast Speed if a Minion has been Killed Recently", statOrder = { 5056 }, level = 30, group = "CastSpeedIfMinionKilledRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "caster", "speed" }, }, + ["AbyssMinionDamageIfMinionSkillUsedRecentlyJewel1"] = { type = "Suffix", affix = "of Authority", "Minions deal (15-20)% increased Damage if you've used a Minion Skill Recently", statOrder = { 1831 }, level = 1, group = "MinionDamageIfMinionSkillUsedRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "minion" }, }, + ["AbyssEvasionRatingWhileMovingJewel1"] = { type = "Suffix", affix = "of Maneuvering", "(25-35)% increased Evasion Rating while moving", statOrder = { 6035 }, level = 1, group = "EvasionRatingWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "defences", "evasion" }, }, + ["AbyssManaRegenerationRateWhileMovingJewel1"] = { type = "Suffix", affix = "of Praxis", "(20-25)% increased Mana Regeneration Rate while moving", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 250, 0 }, modTags = { "resource", "mana" }, }, + ["AbyssLifeRegenerationRateWhileMovingJewel1"] = { type = "Suffix", affix = "of Vivaciousness", "Regenerate (0.5-1)% of Life per second while moving", statOrder = { 6878 }, level = 1, group = "LifeRegenerationRateWhileMoving", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "resource", "life" }, }, + ["AbyssPhysicalDamageAddedAsExtraFireIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of the Inferno", "Gain (2-4)% of Physical Damage as Extra Fire Damage if you've dealt a Critical Strike Recently", statOrder = { 8911 }, level = 40, group = "PhysicalDamageAddedAsExtraFireIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 300, 150, 150, 0, 0 }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AbyssAttackSpeedIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Opportunity", "(6-8)% increased Attack Speed if you've dealt a Critical Strike Recently", statOrder = { 4617 }, level = 25, group = "AttackSpeedIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 250, 0, 0 }, modTags = { "attack", "speed" }, }, + ["AbyssCastSpeedIfCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Abuse", "(5-7)% increased Cast Speed if you've dealt a Critical Strike Recently", statOrder = { 5055 }, level = 25, group = "CastSpeedIfCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "caster", "speed" }, }, + ["AbyssCriticalStrikeChanceIfNoCriticalStrikeDealtRecentlyJewel1"] = { type = "Suffix", affix = "of Preparation", "(20-30)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrder = { 5505 }, level = 1, group = "CriticalStrikeChanceIfNoCriticalStrikeDealtRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 250, 500, 0, 0 }, modTags = { "critical" }, }, + ["AbyssMinionAttackAndCastSpeedIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of Rallying", "Minions have (6-8)% increased Attack and Cast Speed if you or your Minions have Killed Recently", statOrder = { 8601 }, level = 1, group = "MinionAttackAndCastSpeedIfEnemySlainRecently", weightKey = { "abyss_jewel_summoner", "default", }, weightVal = { 0, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AbyssSpellDodgeAndDodgeChanceIfHitRecentlyJewel1"] = { type = "Suffix", affix = "of Readiness", "+2% Chance to Block Spell Damage if you were Damaged by a Hit Recently", statOrder = { 5241 }, level = 1, group = "SpellBlockChanceIfHitRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 250, 0 }, modTags = { "block" }, }, + ["AbyssMovementSpeedIfEnemySlainRecentlyJewel1"] = { type = "Suffix", affix = "of the Raider", "(2-4)% increased Movement Speed if you've Killed Recently", statOrder = { 4091 }, level = 1, group = "MovementSpeedIfEnemySlainRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 250, 500, 250, 0, 0 }, modTags = { "speed" }, }, + ["AbyssChanceToBlockIfDamagedRecentlyJewel1_"] = { type = "Suffix", affix = "of Guarding", "+(3-4)% Chance to Block Attack Damage if you were Damaged by a Hit Recently", statOrder = { 3056 }, level = 1, group = "ChanceToBlockIfDamagedRecently", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 250, 250, 250, 0 }, modTags = { "block" }, }, + ["AbyssChanceToGainOnslaughtOnKillJewel1"] = { type = "Suffix", affix = "of Onslaught", "(3-5)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 50, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AbyssChanceToGainOnslaughtOnKillJewel2"] = { type = "Suffix", affix = "of Onslaught", "(6-8)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 80, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "default", }, weightVal = { 0, 0, 0 }, modTags = { }, }, + ["AbyssChancetoGainPhasingOnKillJewel1"] = { type = "Suffix", affix = "of Phasing", "(3-5)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 50, group = "ChancetoGainPhasingOnKill", weightKey = { "abyss_jewel_ranged", "abyss_jewel_caster", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["AbyssChancetoGainPhasingOnKillJewel2"] = { type = "Suffix", affix = "of Phasing", "(6-8)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 80, group = "ChancetoGainPhasingOnKill", weightKey = { "abyss_jewel_ranged", "abyss_jewel_caster", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AbyssChanceToGainUnholyMightOnKillAbyssJewel1"] = { type = "Suffix", affix = "of Unholy Might", "(2-3)% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrder = { 2922 }, level = 60, group = "ChanceToGainUnholyMightOnKillAbyss", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AbyssChanceToGainUnholyMightOnKillAbyssJewel2_"] = { type = "Suffix", affix = "of Unholy Might", "(4-5)% chance to Gain Unholy Might for 4 seconds on Melee Kill", statOrder = { 2922 }, level = 84, group = "ChanceToGainUnholyMightOnKillAbyss", weightKey = { "abyss_jewel_melee", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AbyssSelfCurseEffectOnConsecratedGroundJewel1__"] = { type = "Suffix", affix = "of the Sanctum", "(10-15)% reduced Effect of Curses on you while on Consecrated Ground", statOrder = { 5572 }, level = 84, group = "EnchantmentConsecratedGround", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 500, 500, 0 }, modTags = { "caster", "curse" }, }, + ["AbyssAvoidElementalAilmentsWhileElusiveJewel1"] = { type = "Suffix", affix = "of Escape", "(8-10)% chance to Avoid Elemental Ailments while you have Elusive", statOrder = { 4656 }, level = 84, group = "EnchantmentElusive", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 500, 100, 100, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AbyssHinderedEnemiesLifeRegenerationRateJewel1"] = { type = "Suffix", affix = "of Enervation", "Enemies Hindered by you have (15-20)% reduced Life Regeneration rate", statOrder = { 5957 }, level = 84, group = "EnchantmentHinder", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 100, 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["AbyssBlindedEnemiesCriticalStrikeChanceJewel1"] = { type = "Suffix", affix = "of Clouding", "Enemies Blinded by you have (15-20)% reduced Critical Strike Chance", statOrder = { 5951 }, level = 84, group = "EnchantmentBlind", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 100, 100, 0 }, modTags = { "critical" }, }, + ["AbyssWitheredEnemiesAllResistanceJewel1___"] = { type = "Suffix", affix = "of Languishing", "Enemies Withered by you have -2% to all Resistances", statOrder = { 5963 }, level = 84, group = "EnchantmentWither", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 100, 100, 500, 500, 0 }, modTags = { "damage" }, }, + ["AbyssMaimedEnemiesDamageOverTimeJewel1"] = { type = "Suffix", affix = "of Mangling", "Enemies Maimed by you take (4-5)% increased Damage Over Time", statOrder = { 5961 }, level = 84, group = "EnchantmentMaim", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 500, 100, 100, 0 }, modTags = { "damage" }, }, + ["AbyssIntimidatedEnemiesStunDurationJewel1"] = { type = "Suffix", affix = "of Daunting", "Enemies Intimidated by you have (10-15)% increased duration of stuns against them", statOrder = { 5960 }, level = 84, group = "EnchantmentIntimidate", weightKey = { "abyss_jewel_melee", "abyss_jewel_ranged", "abyss_jewel_caster", "abyss_jewel_summoner", "default", }, weightVal = { 500, 100, 100, 100, 0 }, modTags = { }, }, + ["DelveWeaponFirePenetration1h1_"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponFirePenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveJewelFirePenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveBodyArmourAvoidFire1_"] = { type = "Prefix", affix = "Subterranean", "(8-10)% chance to Avoid Fire Damage from Hits", statOrder = { 3213 }, level = 1, group = "FireDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "fire" }, }, + ["DelveGlovesFireDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Fire Damage", statOrder = { 1223 }, level = 1, group = "GlobalAddedFireDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveBootsSocketedFireGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Fire Gems", statOrder = { 146 }, level = 1, group = "LocalIncreaseSocketedFireGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "fire", "gem" }, }, + ["DelveRingFireLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Fire Damage Leeched as Life", statOrder = { 1529 }, level = 1, group = "FireDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["DelveHelmetEnemyFireResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Fire Resistance", statOrder = { 7359 }, level = 1, group = "NearbyEnemyFireDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "resistance" }, }, + ["DelveJewelryFireDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Fire Damage", statOrder = { 1221 }, level = 1, group = "FireDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["DelveWeaponColdPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponColdPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveJewelColdPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveBodyArmourAvoidCold1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Cold Damage from Hits", statOrder = { 3214 }, level = 1, group = "ColdDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "cold" }, }, + ["DelveGlovesColdDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (20-25) to (26-35) Cold Damage", statOrder = { 1232 }, level = 1, group = "GlobalAddedColdDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveBootsSocketedColdGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Cold Gems", statOrder = { 147 }, level = 1, group = "LocalIncreaseSocketedColdGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "gem" }, }, + ["DelveRingColdLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Cold Damage Leeched as Life", statOrder = { 1534 }, level = 1, group = "ColdDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "cold" }, }, + ["DelveHelmetEnemyColdResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Cold Resistance", statOrder = { 7357 }, level = 1, group = "NearbyEnemyColdDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "resistance" }, }, + ["DelveJewelryColdDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Cold Damage", statOrder = { 1230 }, level = 1, group = "ColdDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["DelveWeaponLightningPenetration1h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (5-7)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponLightningPenetration2h1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (12-15)% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveJewelLightningPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveBodyArmourAvoidLightning1"] = { type = "Prefix", affix = "Subterranean", "(6-10)% chance to Avoid Lightning Damage from Hits", statOrder = { 3215 }, level = 1, group = "LightningDamageAvoidance", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "elemental", "lightning" }, }, + ["DelveGlovesLightningDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds 1 to (48-60) Lightning Damage", statOrder = { 1243 }, level = 1, group = "GlobalAddedLightningDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveBootsSocketedLightningGemLevel1_"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Lightning Gems", statOrder = { 148 }, level = 1, group = "LocalIncreaseSocketedLightningGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "gem" }, }, + ["DelveRingLightningLeech1_"] = { type = "Prefix", affix = "Subterranean", "0.2% of Lightning Damage Leeched as Life", statOrder = { 1538 }, level = 1, group = "LightningDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "elemental", "lightning" }, }, + ["DelveHelmetEnemyLightningResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Lightning Resistance", statOrder = { 7361 }, level = 1, group = "NearbyEnemyLightningDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "resistance" }, }, + ["DelveJewelryLightningDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Lightning Damage", statOrder = { 1241 }, level = 1, group = "LightningDamagePercentagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["DelveWeaponIntimidateOnHit1"] = { type = "Suffix", affix = "of the Underground", "15% chance to Intimidate Enemies for 4 seconds on Hit", statOrder = { 7320 }, level = 1, group = "LocalChanceToIntimidateOnHit", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack" }, }, + ["DelveArmourPhysDamageTaken1"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_1"] = { type = "Suffix", affix = "of the Underground", "-(34-20) Physical Damage taken from Hits", statOrder = { 2088 }, level = 1, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_2"] = { type = "Suffix", affix = "of the Underground", "-(49-35) Physical Damage taken from Hits", statOrder = { 2088 }, level = 30, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveArmourPhysDamageTakenv2_3"] = { type = "Suffix", affix = "of the Underground", "-(75-50) Physical Damage taken from Hits", statOrder = { 2088 }, level = 60, group = "FlatPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveShieldPhysicalDamageReductionRating1"] = { type = "Prefix", affix = "Subterranean", "(3-5)% additional Physical Damage Reduction", statOrder = { 2125 }, level = 1, group = "ReducedPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical" }, }, + ["DelveBootsPhyiscalDamageReductionRatingWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% additional Physical Damage Reduction while moving", statOrder = { 4348 }, level = 1, group = "AdditionalPhysicalDamageReductionWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical" }, }, + ["DelveGlovesGlobalAddedPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "Adds (6-8) to (9-11) Physical Damage", statOrder = { 1130 }, level = 1, group = "GlobalAddedPhysicalDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveRingPhysicalLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Physical Damage Leeched as Life", statOrder = { 1525 }, level = 1, group = "PhysicalDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "physical" }, }, + ["DelveHelmetEnemyPhysicalDamageTakenAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies take 9% increased Physical Damage", statOrder = { 7363 }, level = 1, group = "NearbyEnemyPhysicalDamageTaken", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelryPhysicalDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Global Physical Damage", statOrder = { 1097 }, level = 1, group = "PhysicalDamagePercentPrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveJewelPhysicalDamageOverTimeTaken1"] = { type = "Prefix", affix = "Subterranean", "(1-2)% reduced Physical Damage taken over time", statOrder = { 4749 }, level = 1, group = "PhysicalDamageOverTimeTaken", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "physical" }, }, + ["DelveWeaponDespairOnHit1h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveWeaponDespairOnHit2h1"] = { type = "Suffix", affix = "of the Underground", "Curse Enemies with Despair on Hit", statOrder = { 2379 }, level = 1, group = "CurseOnHitDespair", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "caster", "curse" }, }, + ["DelveArmourChaosResistance1_"] = { type = "Prefix", affix = "Subterranean", "+(20-35)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistancePrefix", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "boots", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveBodyArmourChaosDegenResist1"] = { type = "Suffix", affix = "of the Underground", "+(30-40)% Chaos Resistance against Damage Over Time", statOrder = { 5321 }, level = 1, group = "ChaosResistanceAgainstDamageOverTime", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "quiver", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "chaos", "resistance" }, }, + ["DelveGlovesChaosDamageToSpells1"] = { type = "Prefix", affix = "Subterranean", "Adds (15-20) to (21-30) Chaos Damage", statOrder = { 1250 }, level = 1, group = "GlobalAddedChaosDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveBootsSocketedChaosGemLevel1"] = { type = "Prefix", affix = "Subterranean", "+2 to Level of Socketed Chaos Gems", statOrder = { 149 }, level = 1, group = "LocalIncreaseSocketedChaosGemLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos", "gem" }, }, + ["DelveRingChaosLeech1"] = { type = "Prefix", affix = "Subterranean", "0.2% of Chaos Damage Leeched as Life", statOrder = { 1541 }, level = 1, group = "ChaosDamageLifeLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "resource", "life", "chaos" }, }, + ["DelveHelmetEnemyChaosResistanceAura1"] = { type = "Suffix", affix = "of the Underground", "Nearby Enemies have -9% to Chaos Resistance", statOrder = { 7356 }, level = 1, group = "NearbyEnemyChaosDamageResistance", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["DelveJewelryChaosDamage1"] = { type = "Prefix", affix = "Subterranean", "(20-30)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamagePrefix", weightKey = { "abyss_jewel", "jewel", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveJewelChaosDamage1"] = { type = "Suffix", affix = "of the Underground", "(13-19)% increased Chaos Damage", statOrder = { 1249 }, level = 1, group = "IncreasedChaosDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["DelveWeaponDamageOnFullLife1h1__"] = { type = "Suffix", affix = "of the Underground", "(50-60)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveWeaponDamageOnFullLife2h1"] = { type = "Suffix", affix = "of the Underground", "(100-120)% increased Damage when on Full Life", statOrder = { 5647 }, level = 1, group = "DamageOnFullLife", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage" }, }, + ["DelveBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(25-40) to maximum Life", "(3-5)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveNonBodyArmourLife1"] = { type = "Prefix", affix = "Subterranean", "+(15-25) to maximum Life", "(2-3)% increased maximum Life", statOrder = { 1429, 1431 }, level = 1, group = "LifeAndPercentLife", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "gloves", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "life" }, }, + ["DelveArmourLifeRegen1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "abyss_jewel", "jewel", "quiver", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "resource", "life" }, }, + ["DelveJewelryFlaskLifeRecovery1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Life Recovery from Flasks", statOrder = { 1913 }, level = 1, group = "GlobalFlaskLifeRecovery", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "flask", "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "sceptre", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelLifeRegeneration1"] = { type = "Prefix", affix = "Subterranean", "Regenerate 0.3% of Life per second", statOrder = { 1801 }, level = 1, group = "LifeRegenerationRatePercentage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life" }, }, + ["DelveWeaponArmourIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "staff", "mace", "axe", "sword", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelArmourIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Armour if you've Hit an Enemy Recently", statOrder = { 8930 }, level = 1, group = "PhysicalDamageReductionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, + ["DelveWeaponEvasionIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "+500 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "axe", "sword", "dagger", "claw", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEvasionIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "+1000 to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "axe", "sword", "bow", "default", }, weightVal = { 0, 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelEvasionIfYouHitRecently1"] = { type = "Suffix", affix = "of the Underground", "+(250-300) to Evasion Rating if Hit an Enemy Recently", statOrder = { 6026 }, level = 1, group = "EvasionRatingIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "dagger", "claw", "wand", "sceptre", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveWeaponEnergyShieldRegenIfYouHitRecently2h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "abyss_jewel", "jewel", "staff", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelEnergyShieldRegenIfYouHitRecently1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.3% of Energy Shield per second if you've Hit an Enemy Recently", statOrder = { 5999 }, level = 1, group = "EnergyShieldRegenerationRatePerMinuteIfYouHaveHitAnEnemyRecently", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmour1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour", statOrder = { 1403 }, level = 1, group = "LocalPhysicalDamageReductionRatingPercentSuffix", weightKey = { "abyss_jewel", "jewel", "str_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourEvasion1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion Rating", statOrder = { 1411 }, level = 1, group = "LocalEvasionRatingIncreasePercentSuffix", weightKey = { "abyss_jewel", "jewel", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Energy Shield", statOrder = { 1420 }, level = 1, group = "LocalEnergyShieldPercentSuffix", weightKey = { "abyss_jewel", "jewel", "int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourArmourAndEvasion1_"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Evasion", statOrder = { 1414 }, level = 1, group = "LocalArmourAndEvasionSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion" }, }, + ["DelveArmourArmourAndEnergyShield1__"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour and Energy Shield", statOrder = { 1413 }, level = 1, group = "LocalArmourAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "energy_shield" }, }, + ["DelveArmourEvasionAndEnergyShield1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Evasion and Energy Shield", statOrder = { 1415 }, level = 1, group = "LocalEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "evasion", "energy_shield" }, }, + ["DelveArmourDefences1"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Armour, Evasion and Energy Shield", statOrder = { 1416 }, level = 1, group = "LocalArmourAndEvasionAndEnergyShieldSuffix", weightKey = { "abyss_jewel", "jewel", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "defences", "armour", "evasion", "energy_shield" }, }, + ["DelveArmourQuality"] = { type = "Suffix", affix = "of the Underground", "+(10-20)% to Quality", statOrder = { 7387 }, level = 1, group = "LocalItemQuality", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEnergyShieldRegen"] = { type = "Suffix", affix = "of the Underground", "Regenerate 1% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "EnergyShieldRegenerationPerMinute", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourEnergyShieldLeechSpells_"] = { type = "Suffix", affix = "of the Underground", "0.3% of Spell Damage Leeched as Energy Shield", statOrder = { 1581 }, level = 1, group = "EnergyShieldLeechPermyriad", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveArmourSpellBlock__"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 1, group = "SpellBlockPercentage", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "gloves", "int_armour", "dex_int_armour", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourDodgeAndSpellDodge_"] = { type = "Suffix", affix = "of the Underground", "+(4-6)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 1, group = "ChanceToDodgeAndSpellDodge", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourBlindChance"] = { type = "Suffix", affix = "of the Underground", "(4-6)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 1, group = "GlobalChanceToBlindOnHit", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveArmourEvasionOnFullLife"] = { type = "Suffix", affix = "of the Underground", "(25-50)% increased Global Evasion Rating when on Full Life", statOrder = { 6033 }, level = 1, group = "GlobalEvasionRatingPercentOnFullLife", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "dex_armour", "dex_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveArmourDoubleArmourEffectOnHit"] = { type = "Suffix", affix = "of the Underground", "(10-20)% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "defences", "armour" }, }, + ["DelveArmourAttackBlock"] = { type = "Suffix", affix = "of the Underground", "(3-4)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 1, group = "BlockPercent", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "boots", "helmet", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { "block" }, }, + ["DelveArmourFortifyEffect"] = { type = "Suffix", affix = "of the Underground", "+(3-5) to maximum Fortification", statOrder = { 8469 }, level = 1, group = "FortifyEffect", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "gloves", "boots", "str_armour", "str_int_armour", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveJewelryIncreasedEnergyShieldFromBodyArmour1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased Energy Shield from Equipped Body Armour", statOrder = { 8480 }, level = 1, group = "MaximumEnergyShieldFromBodyArmour", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "energy_shield" }, }, + ["DelveJewelryChanceWhenHitForArmourToBeDoubled1"] = { type = "Suffix", affix = "of the Underground", "20% chance to Defend with 200% of Armour", statOrder = { 5260 }, level = 1, group = "ChanceWhenHitForArmourToBeDoubled", weightKey = { "abyss_jewel", "jewel", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 0 }, modTags = { "defences", "armour" }, }, + ["DelveJewelryChanceToEvade"] = { type = "Suffix", affix = "of the Underground", "+(1-2)% chance to Evade Attack Hits", statOrder = { 5262 }, level = 1, group = "AdditionalChanceToEvade", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "defences", "evasion" }, }, + ["DelveJewelGlobalDefences1"] = { type = "Prefix", affix = "Subterranean", "(4-6)% increased Global Defences", statOrder = { 2681 }, level = 1, group = "AllDefences", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "defences" }, }, + ["DelveWeaponLocalChanceForPoisonDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Poisons inflicted with this Weapon to deal 100% more Damage", statOrder = { 7317 }, level = 1, group = "LocalChanceForPoisonDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "chaos_damage", "poison", "damage", "chaos", "attack", "ailment" }, }, + ["DelveWeaponLocalChanceForBleedingDamage100FinalInflictedWithThisWeapon1"] = { type = "Prefix", affix = "Subterranean", "60% chance for Bleeding inflicted with this Weapon to deal 100% more Damage", statOrder = { 7316 }, level = 1, group = "LocalChanceForBleedingDamage100FinalInflictedWithThisWeapon", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "physical_damage", "bleed", "damage", "physical", "attack", "ailment" }, }, + ["DelveArmourAvoidPoison1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["DelveArmourAvoidBleeding1"] = { type = "Suffix", affix = "of the Underground", "50% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "abyss_jewel", "jewel", "shield", "helmet", "boots", "body_armour", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["DelveJewelryAilmentDamage1_"] = { type = "Suffix", affix = "of the Underground", "(30-40)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "belt", "default", }, weightVal = { 0, 0, 1600, 1600, 1600, 1600, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveJewelAilmentDamage1__"] = { type = "Suffix", affix = "of the Underground", "(15-20)% increased Damage with Ailments", statOrder = { 4697 }, level = 1, group = "AilmentDamage", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "damage", "ailment" }, }, + ["DelveGlovesAddedPhysicalDamageVsPoisonedEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Poisoned Enemies", statOrder = { 8582 }, level = 1, group = "AddedPhysicalDamageVsPoisonedEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveGlovesAddedPhysicalDamageVsBleedingEnemies1"] = { type = "Prefix", affix = "Subterranean", "Adds (7-11) to (12-18) Physical Damage against Bleeding Enemies", statOrder = { 2345 }, level = 1, group = "AddedPhysicalDamageVsBleedingEnemies", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 1600, 0 }, modTags = { "physical_damage", "damage", "physical" }, }, + ["DelveWeaponLocalAttackReduceEnemyElementalResistance1h1"] = { type = "Prefix", affix = "Subterranean", "Attacks with this Weapon Penetrate (9-12)% Elemental Resistances", statOrder = { 3594 }, level = 1, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "abyss_jewel", "jewel", "weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["DelveWeaponElementalDamage1h1"] = { type = "Prefix", affix = "Subterranean", "(40-60)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamage2h1"] = { type = "Prefix", affix = "Subterranean", "(80-120)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h1"] = { type = "Prefix", affix = "Subterranean", "(19-25)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h2_"] = { type = "Prefix", affix = "Subterranean", "(26-32)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h3"] = { type = "Prefix", affix = "Subterranean", "(33-39)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_1h4"] = { type = "Prefix", affix = "Subterranean", "(40-49)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h1"] = { type = "Prefix", affix = "Subterranean", "(37-50)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h2__"] = { type = "Prefix", affix = "Subterranean", "(51-65)% increased Elemental Damage", statOrder = { 1835 }, level = 25, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h3"] = { type = "Prefix", affix = "Subterranean", "(66-79)% increased Elemental Damage", statOrder = { 1835 }, level = 50, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponElementalDamagev2_2h4_"] = { type = "Prefix", affix = "Subterranean", "(80-94)% increased Elemental Damage", statOrder = { 1835 }, level = 75, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveArmourElementalAilmentDuration1___"] = { type = "Suffix", affix = "of the Underground", "(20-30)% reduced Elemental Ailment Duration on you", statOrder = { 1726 }, level = 1, group = "SelfStatusAilmentDuration", weightKey = { "abyss_jewel", "jewel", "shield", "body_armour", "helmet", "gloves", "boots", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { "elemental", "ailment" }, }, + ["DelveJewelryElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates (3-5)% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "quiver", "amulet", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveRingElementalDamage1"] = { type = "Suffix", affix = "of the Underground", "(25-30)% increased Elemental Damage", statOrder = { 1835 }, level = 1, group = "ElementalDamagePercent", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveJewelElementalPenetration1"] = { type = "Prefix", affix = "Subterranean", "Damage Penetrates 1% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 1600, 1600, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["DelveWeaponSocketedSpellsDamageFinal1h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveWeaponSocketedSpellsDamageFinal2h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Spell Damage", statOrder = { 481 }, level = 1, group = "SocketedSpellsDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster_damage", "damage", "caster", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByArcaneSurge1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Arcane Surge", statOrder = { 203 }, level = 1, group = "SupportedByArcaneSurge", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 600, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesSocketedSkillsCastSpeed1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Cast Speed", statOrder = { 478 }, level = 1, group = "SocketedSkillsCastSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "caster", "speed", "gem" }, }, + ["DelveArmourSocketedSpellsManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Spells have 20% reduced Mana Cost", statOrder = { 484 }, level = 1, group = "SocketedSpellsManaCost", weightKey = { "abyss_jewel", "jewel", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "caster", "gem" }, }, + ["DelveJewelAvoidInterruptionWhileCasting1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to Ignore Stuns while Casting", statOrder = { 1757 }, level = 1, group = "AvoidInterruptionWhileCasting", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { }, }, + ["DelveWeaponSocketedAttacksDamageFinal1h1"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 40% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveWeaponSocketedAttacksDamageFinal2h1_"] = { type = "Prefix", affix = "Subterranean", "Socketed Skills deal 20% more Attack Damage", statOrder = { 462 }, level = 1, group = "SocketedAttacksDamageFinal", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "damage", "attack", "gem" }, }, + ["DelveBodyArmourSocketedSkillsSupportedByMaim1"] = { type = "Suffix", affix = "of the Underground", "Socketed Gems are Supported by Level 1 Maim", statOrder = { 271 }, level = 1, group = "SupportedByMaim", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "support", "gem" }, }, + ["DelveGlovesLocalDisplaySocketedSkillsAttackSpeed1"] = { type = "Suffix", affix = "of the Underground", "Socketed Skills have 18% increased Attack Speed", statOrder = { 477 }, level = 1, group = "SocketedSkillsAttackSpeed", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "attack", "speed", "gem" }, }, + ["DelveArmourLocalDisplaySocketedAttacksManaCost1_"] = { type = "Suffix", affix = "of the Underground", "Socketed Attacks have -15 to Total Mana Cost", statOrder = { 465 }, level = 1, group = "SocketedAttacksManaCost", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "boots", "helmet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "skill", "resource", "mana", "attack", "gem" }, }, + ["DelveJewelAttackLeech1"] = { type = "Suffix", affix = "of the Underground", "0.3% of Attack Damage Leeched as Life", statOrder = { 1523 }, level = 1, group = "LifeLeechFromAttacksPermyriad", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently1h1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.4% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponManaRegeneratedIfYouveHitRecently2h1_"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.8% of Mana per second if you've Hit an Enemy Recently", statOrder = { 7606 }, level = 1, group = "ManaRegeneratedIfYouveHitRecently", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLife1_"] = { type = "Suffix", affix = "of the Underground", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 0, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBodyDamageRemovedFromManaBeforeLifeNew1"] = { type = "Prefix", affix = "Subterranean", "(5-10)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 1, group = "DamageRemovedFromManaBeforeLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "life", "mana" }, }, + ["DelveBootsManaRegenerationRateWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "(50-70)% increased Mana Regeneration Rate while moving", statOrder = { 7618 }, level = 1, group = "ManaRegenerationRateWhileMoving", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveGlovesManaGainPerTarget1"] = { type = "Suffix", affix = "of the Underground", "Gain (2-4) Mana per Enemy Hit with Attacks", statOrder = { 1603 }, level = 1, group = "ManaGainPerTarget", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["DelveHelmBaseManaRegeneration1"] = { type = "Suffix", affix = "of the Underground", "Regenerate 0.5% of Mana per second", statOrder = { 1441 }, level = 1, group = "BaseManaRegeneration", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveAmuletBeltManaRecoveryRate1"] = { type = "Suffix", affix = "of the Underground", "(8-12)% increased Mana Recovery rate", statOrder = { 1446 }, level = 1, group = "ManaRecoveryRate", weightKey = { "abyss_jewel", "jewel", "belt", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveRingManaCostReduction1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% reduced Mana Cost of Skills", statOrder = { 1742 }, level = 1, group = "ManaCostReduction", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveQuiverIncreasedMana1"] = { type = "Suffix", affix = "of the Underground", "(20-30)% increased maximum Mana", statOrder = { 1440 }, level = 1, group = "MaximumManaIncreasePercent", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveJewelDamageTakenGainedAsMana1"] = { type = "Suffix", affix = "of the Underground", "(2-3)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 1, group = "PercentDamageGoesToMana", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill1h1_"] = { type = "Suffix", affix = "of the Underground", "10% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponChanceToGainOnslaughtOnKill2h1"] = { type = "Suffix", affix = "of the Underground", "20% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 2838 }, level = 1, group = "ChanceToGainOnslaughtOnKill", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { }, }, + ["DelveBodyFrenzyChargeWhenHit1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain a Frenzy Charge when Hit", statOrder = { 4298 }, level = 1, group = "FrenzyChargeWhenHit", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveBootsMovementSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(4-6)% increased Movement Speed if you've Hit an Enemy Recently", statOrder = { 8720 }, level = 1, group = "MovementSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveGlovesAttackAndCastSpeedIfHitRecently1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% increased Attack and Cast Speed if you've Hit an Enemy Recently", statOrder = { 4539 }, level = 1, group = "AttackAndCastSpeedIfHitRecently", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["DelveHelmIgnoreArmourMovementPenalties1"] = { type = "Suffix", affix = "of the Underground", "Ignore all Movement Penalties from Armour", statOrder = { 2035 }, level = 1, group = "IgnoreArmourMovementPenalties", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "speed" }, }, + ["DelveAmuletCannotBeChilledOrFrozenWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Chilled or Frozen while moving", statOrder = { 4990 }, level = 1, group = "CannotBeChilledOrFrozenWhileMoving", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["DelveBeltChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(15-20)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "abyss_jewel", "jewel", "belt", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "flask" }, }, + ["DelveRingCannotBeShockedWhileMoving1"] = { type = "Suffix", affix = "of the Underground", "Cannot be Shocked or Ignited while moving", statOrder = { 5006 }, level = 1, group = "CannotBeShockedOrIgnitedWhileMoving", weightKey = { "abyss_jewel", "jewel", "ring", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["DelveQuiverFrenzyChargeOnHittingRareOrUnique1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain a Frenzy Charge when you Hit a Rare or Unique Enemy", statOrder = { 6284 }, level = 1, group = "FrenzyChargeOnHittingRareOrUnique", weightKey = { "abyss_jewel", "jewel", "quiver", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "frenzy_charge" }, }, + ["DelveJewelChanceToGainOnslaughtOnFlaskUse1"] = { type = "Suffix", affix = "of the Underground", "(5-10)% chance to gain Onslaught when you use a Flask", statOrder = { 5281 }, level = 1, group = "ChanceToGainOnslaughtOnFlaskUse", weightKey = { "jewel", "abyss_jewel", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "flask" }, }, + ["DelveWeaponIncreasedDamageFromAuras1h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 2% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponIncreasedDamageFromAuras2h1"] = { type = "Suffix", affix = "of the Underground", "Auras from your Skills grant 4% increased Damage to you and Allies", statOrder = { 3295 }, level = 1, group = "IncreasedDamageFromAuras", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "aura" }, }, + ["DelveWeaponMinionDamage1h1_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (30-44)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (45-59)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h3___"] = { type = "Prefix", affix = "Subterranean", "Minions deal (60-74)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage1h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (75-80)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (51-70)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h2"] = { type = "Prefix", affix = "Subterranean", "Minions deal (71-90)% increased Damage", statOrder = { 1830 }, level = 25, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h3_"] = { type = "Prefix", affix = "Subterranean", "Minions deal (91-110)% increased Damage", statOrder = { 1830 }, level = 50, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 1000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveWeaponMinionDamage2h4"] = { type = "Prefix", affix = "Subterranean", "Minions deal (111-130)% increased Damage", statOrder = { 1830 }, level = 75, group = "MinionDamageOnWeapon", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 500, 0 }, modTags = { "damage", "minion" }, }, + ["DelveGlovesMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (20-30)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "jewel", "gloves", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveJewelryMinionRunSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (15-30)% increased Movement Speed", statOrder = { 1628 }, level = 74, group = "MinionRunSpeed", weightKey = { "abyss_jewel", "jewel", "quiver", "ring", "amulet", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "speed", "minion" }, }, + ["DelveArmourMinionLife1"] = { type = "Suffix", affix = "of the Underground", "Minions have (20-30)% increased maximum Life", statOrder = { 1625 }, level = 74, group = "MinionLife", weightKey = { "abyss_jewel", "jewel", "body_armour", "shield", "belt", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 0 }, modTags = { "resource", "life", "minion" }, }, + ["DelveBootsAdditionalSpectre1_"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of all Raise Spectre Gems", statOrder = { 1476 }, level = 1, group = "MinionGlobalSkillLevel", weightKey = { "abyss_jewel", "jewel", "boots", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "skill", "minion", "gem" }, }, + ["DelveBodyArmourAuraEffect1_"] = { type = "Suffix", affix = "of the Underground", "(20-25)% increased effect of Non-Curse Auras from your Skills", statOrder = { 3402 }, level = 1, group = "AuraEffect", weightKey = { "abyss_jewel", "jewel", "body_armour", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "aura" }, }, + ["DelveHelmetReducedManaReserved1"] = { type = "Suffix", affix = "of the Underground", "(8-10)% increased Mana Reservation Efficiency of Skills", statOrder = { 2085 }, level = 1, group = "ReducedReservation", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveHelmetManaReservationEfficiency1"] = { type = "Suffix", affix = "of the Underground", "10% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 1, group = "ManaReservationEfficiency", weightKey = { "abyss_jewel", "jewel", "helmet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "resource", "mana" }, }, + ["DelveAbyssJewelMinionDamage1"] = { type = "Prefix", affix = "Subterranean", "Minions deal (14-16)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "abyss_jewel", "default", }, weightVal = { 2000, 0 }, modTags = { "damage", "minion" }, }, + ["DelveJewelMinionAttackAndCastSpeed1"] = { type = "Suffix", affix = "of the Underground", "Minions have (4-6)% increased Attack Speed", "Minions have (4-6)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 1, group = "MinionAttackAndCastSpeed", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 0, 2000, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["DelveStrengthGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Strength Gems", statOrder = { 138 }, level = 1, group = "DelveStrengthGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 750, 1600, 750, 750, 1000, 1000, 750, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveDexterityGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Dexterity Gems", statOrder = { 139 }, level = 1, group = "DelveDexterityGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 750, 750, 750, 1000, 1000, 1600, 1000, 1000, 750, 750, 750, 1600, 1000, 750, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveIntelligenceGemLevel1"] = { type = "Suffix", affix = "of the Underground", "+1 to Level of Socketed Intelligence Gems", statOrder = { 140 }, level = 1, group = "DelveIntelligenceGemLevel", weightKey = { "abyss_jewel", "jewel", "staff", "sceptre", "mace", "axe", "sword", "bow", "dagger", "claw", "wand", "str_armour", "int_armour", "dex_armour", "str_dex_armour", "str_int_armour", "dex_int_armour", "str_dex_int_armour", "unset_ring", "default", }, weightVal = { 0, 0, 1000, 1000, 750, 750, 750, 750, 1000, 1000, 1600, 750, 1600, 750, 750, 1000, 1000, 1000, 1000, 0 }, modTags = { "attribute", "gem" }, }, + ["DelveAbyssJewelSocket1"] = { type = "Suffix", affix = "of the Underground", "Has 1 Abyssal Socket", statOrder = { 49 }, level = 1, group = "AbyssJewelSocket", weightKey = { "abyss_jewel", "jewel", "weapon", "helmet", "boots", "gloves", "body_armour", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 2000, 0 }, modTags = { }, }, + ["DelveWeaponVaalSoulCost1h1_"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 20% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "one_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveWeaponVaalSoulCost2h1"] = { type = "Suffix", affix = "of the Underground", "Non-Aura Vaal Skills require 40% reduced Souls Per Use", statOrder = { 8784 }, level = 1, group = "VaalSoulCost", weightKey = { "abyss_jewel", "jewel", "two_hand_weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveArmourVaalSoulsOnKill1_"] = { type = "Suffix", affix = "of the Underground", "(5-8)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "helmet", "body_armour", "boots", "shield", "default", }, weightVal = { 0, 0, 2000, 2000, 2000, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveJewelVaalSoulsOnKill1"] = { type = "Suffix", affix = "of the Underground", "(3-5)% chance to gain an additional Vaal Soul on Kill", statOrder = { 2943 }, level = 1, group = "AdditionalVaalSoulOnKill", weightKey = { "abyss_jewel", "jewel", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveGlovesVaalSkillCriticalChance1"] = { type = "Suffix", affix = "of the Underground", "(80-120)% increased Vaal Skill Critical Strike Chance", statOrder = { 2946 }, level = 1, group = "VaalSkillCriticalStrikeChance", weightKey = { "abyss_jewel", "jewel", "quiver", "gloves", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "critical", "vaal" }, }, + ["DelveAmuletVaalSkillDuration1"] = { type = "Suffix", affix = "of the Underground", "(15-25)% increased Vaal Skill Effect Duration", statOrder = { 2944 }, level = 1, group = "VaalSkillDuration", weightKey = { "abyss_jewel", "jewel", "amulet", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "vaal" }, }, + ["DelveJewelryVaalSkillDamage1"] = { type = "Suffix", affix = "of the Underground", "(20-40)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "abyss_jewel", "jewel", "belt", "ring", "default", }, weightVal = { 0, 0, 2000, 2000, 0 }, modTags = { "damage", "vaal" }, }, } \ No newline at end of file diff --git a/src/Data/ModJewelCharm.lua b/src/Data/ModJewelCharm.lua index 4ede97c745..1bfb34450a 100644 --- a/src/Data/ModJewelCharm.lua +++ b/src/Data/ModJewelCharm.lua @@ -2,246 +2,246 @@ -- Item data (c) Grinding Gear Games return { - ["AnimalCharmMovementSpeedCannotBeBelowBase"] = { type = "Prefix", affix = "Juggernaut's", "Movement Speed cannot be modified to below Base Value", statOrderKey = "3035", statOrder = { 3035 }, level = 70, group = "AnimalCharmMovementSpeedCannotBeBelowBase", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmArmourAppliesToElementalDamage1"] = { type = "Suffix", affix = "of the Juggernaut", "2% of Armour applies to Fire, Cold and Lightning Damage taken from Hits", statOrderKey = "4477", statOrder = { 4477 }, level = 81, group = "AnimalCharmArmourAppliesToElementalDamage", weightKey = { "str_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, - ["AnimalCharmArmourAppliesToElementalDamage2"] = { type = "Suffix", affix = "of the Juggernaut", "3% of Armour applies to Fire, Cold and Lightning Damage taken from Hits", statOrderKey = "4477", statOrder = { 4477 }, level = 83, group = "AnimalCharmArmourAppliesToElementalDamage", weightKey = { "str_animal_charm", "default", }, weightVal = { 10, 0 }, modTags = { }, }, - ["AnimalCharmEnduranceChargeOnStun1"] = { type = "Prefix", affix = "Juggernaut's", "(10-19)% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "5275", statOrder = { 5275 }, level = 1, group = "AnimalCharmEnduranceChargeOnStun", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmEnduranceChargeOnStun2"] = { type = "Prefix", affix = "Juggernaut's", "(20-30)% chance to gain an Endurance Charge when you Stun an Enemy", statOrderKey = "5275", statOrder = { 5275 }, level = 60, group = "AnimalCharmEnduranceChargeOnStun", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAreaOfEffectPerEnduranceCharge1"] = { type = "Prefix", affix = "Juggernaut's", "(3-4)% increased Area of Effect per Endurance Charge", statOrderKey = "4462", statOrder = { 4462 }, level = 1, group = "AnimalCharmAreaOfEffectPerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmAreaOfEffectPerEnduranceCharge2"] = { type = "Prefix", affix = "Juggernaut's", "(5-6)% increased Area of Effect per Endurance Charge", statOrderKey = "4462", statOrder = { 4462 }, level = 60, group = "AnimalCharmAreaOfEffectPerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmEnchangeChargeWhenHit1"] = { type = "Prefix", affix = "Juggernaut's", "(10-19)% chance to gain an Endurance Charge when you are Hit", statOrderKey = "2600", statOrder = { 2600 }, level = 1, group = "AnimalCharmEnchangeChargeWhenHit", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmEnchangeChargeWhenHit2"] = { type = "Prefix", affix = "Juggernaut's", "(20-30)% chance to gain an Endurance Charge when you are Hit", statOrderKey = "2600", statOrder = { 2600 }, level = 60, group = "AnimalCharmEnchangeChargeWhenHit", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmChaosResistancePerEnduranceCharge1"] = { type = "Suffix", affix = "of the Juggernaut", "+(2-3)% to Chaos Resistance per Endurance Charge", statOrderKey = "5326", statOrder = { 5326 }, level = 1, group = "AnimalCharmChaosResistancePerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmChaosResistancePerEnduranceCharge2"] = { type = "Suffix", affix = "of the Juggernaut", "+(4-5)% to Chaos Resistance per Endurance Charge", statOrderKey = "5326", statOrder = { 5326 }, level = 60, group = "AnimalCharmChaosResistancePerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmLIfeRegenerationRate1"] = { type = "Suffix", affix = "of the Juggernaut", "(10-15)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 45, group = "AnimalCharmLIfeRegenerationRate", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmLIfeRegenerationRate2"] = { type = "Suffix", affix = "of the Juggernaut", "(16-20)% increased Life Regeneration rate", statOrderKey = "1437", statOrder = { 1437 }, level = 72, group = "AnimalCharmLIfeRegenerationRate", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmTotemTauntEnemiesWhenSummoned"] = { type = "Suffix", affix = "of the Chieftain", "Totems Taunt Enemies around them for 2 seconds when Summoned", statOrderKey = "9631", statOrder = { 9631 }, level = 45, group = "AnimalCharmTotemTauntEnemiesWhenSummoned", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmTotemRecoup1"] = { type = "Suffix", affix = "of the Chieftain", "Recoup (5-7)% of Damage Taken by your Totems as Life", statOrderKey = "9099", statOrder = { 9099 }, level = 1, group = "AnimalCharmTotemRecoup", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmTotemRecoup2"] = { type = "Suffix", affix = "of the Chieftain", "Recoup (8-12)% of Damage Taken by your Totems as Life", statOrderKey = "9099", statOrder = { 9099 }, level = 60, group = "AnimalCharmTotemRecoup", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmFireExplode"] = { type = "Prefix", affix = "Chieftain's", "Enemies you or your Totems Kill have 1% chance to Explode, dealing 500% of their maximum Life as Fire Damage", statOrderKey = "6050", statOrder = { 6050 }, level = 70, group = "AnimalCharmFireExplode", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmAshOnHittingRareUniqueEnemy1"] = { type = "Prefix", affix = "Chieftain's", "(5-10)% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit", statOrderKey = "4428", statOrder = { 4428 }, level = 45, group = "AnimalCharmAshOnHittingRareUniqueEnemy", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAshOnHittingRareUniqueEnemy2"] = { type = "Prefix", affix = "Chieftain's", "(11-20)% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit", statOrderKey = "4428", statOrder = { 4428 }, level = 72, group = "AnimalCharmAshOnHittingRareUniqueEnemy", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmStrengthPercent1"] = { type = "Prefix", affix = "Chieftain's", "(3-5)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 1, group = "AnimalCharmStrengthPercent", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmStrengthPercent2"] = { type = "Prefix", affix = "Chieftain's", "(6-8)% increased Strength", statOrderKey = "1051", statOrder = { 1051 }, level = 60, group = "AnimalCharmStrengthPercent", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMaximumFireDamageResistance1"] = { type = "Suffix", affix = "of the Chieftain", "+1% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 45, group = "AnimalCharmMaximumFireDamageResistance", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMaximumFireDamageResistance2"] = { type = "Suffix", affix = "of the Chieftain", "+2% to maximum Fire Resistance", statOrderKey = "1483", statOrder = { 1483 }, level = 72, group = "AnimalCharmMaximumFireDamageResistance", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmIgniteDurationOnSelf1"] = { type = "Suffix", affix = "of the Chieftain", "(20-30)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "AnimalCharmIgniteDurationOnSelf", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmIgniteDurationOnSelf2"] = { type = "Suffix", affix = "of the Chieftain", "(31-50)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 60, group = "AnimalCharmIgniteDurationOnSelf", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmStunImmuneWith25Rage"] = { type = "Suffix", affix = "of the Berserker", "Cannot be Stunned while you have at least 25 Rage", statOrderKey = "9059", statOrder = { 9059 }, level = 45, group = "AnimalCharmStunImmuneWith25Rage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAddedPhysicalDamageIfCritRecently1"] = { type = "Prefix", affix = "Berserker's", "Adds (5-7) to (14-17) Physical Damage if you've dealt a Critical Strike Recently", statOrderKey = "8579", statOrder = { 8579 }, level = 1, group = "AnimalCharmAddedPhysicalDamageIfCritRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmAddedPhysicalDamageIfCritRecently2"] = { type = "Prefix", affix = "Berserker's", "Adds (8-12) to (18-22) Physical Damage if you've dealt a Critical Strike Recently", statOrderKey = "8579", statOrder = { 8579 }, level = 60, group = "AnimalCharmAddedPhysicalDamageIfCritRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMaximumRage1"] = { type = "Prefix", affix = "Berserker's", "+(2-3) to Maximum Rage", statOrderKey = "9053", statOrder = { 9053 }, level = 1, group = "AnimalCharmMaximumRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmMaximumRage2"] = { type = "Prefix", affix = "Berserker's", "+(4-5) to Maximum Rage", statOrderKey = "9053", statOrder = { 9053 }, level = 60, group = "AnimalCharmMaximumRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmWarcriesGrantRage1"] = { type = "Prefix", affix = "Berserker's", "Warcries grant (2-3) Rage per 5 Power if you have less than 25 Rage", statOrderKey = "4774", statOrder = { 4774 }, level = 1, group = "AnimalCharmWarcriesGrantRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmWarcriesGrantRage2"] = { type = "Prefix", affix = "Berserker's", "Warcries grant (4-5) Rage per 5 Power if you have less than 25 Rage", statOrderKey = "4774", statOrder = { 4774 }, level = 60, group = "AnimalCharmWarcriesGrantRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmLeechPercentIsInstant1"] = { type = "Suffix", affix = "of the Berserker", "(3-5)% of Leech is Instant", statOrderKey = "6797", statOrder = { 6797 }, level = 45, group = "AnimalCharmLeechPercentIsInstant", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmLeechPercentIsInstant2"] = { type = "Suffix", affix = "of the Berserker", "(6-8)% of Leech is Instant", statOrderKey = "6797", statOrder = { 6797 }, level = 72, group = "AnimalCharmLeechPercentIsInstant", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmLeechIfKilledRecently1"] = { type = "Suffix", affix = "of the Berserker", "1% of Attack Damage Leeched as Life and Mana if you've Killed Recently", statOrderKey = "6803", statOrder = { 6803 }, level = 1, group = "AnimalCharmLeechIfKilledRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmLeechIfKilledRecently2"] = { type = "Suffix", affix = "of the Berserker", "2% of Attack Damage Leeched as Life and Mana if you've Killed Recently", statOrderKey = "6803", statOrder = { 6803 }, level = 60, group = "AnimalCharmLeechIfKilledRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmCorpseExplodeOnWarcry1"] = { type = "Prefix", affix = "Berserker's", "Nearby corpses Explode when you Warcry, dealing (3-4)% of their Life as Physical Damage", statOrderKey = "8749", statOrder = { 8749 }, level = 70, group = "AnimalCharmCorpseExplodeOnWarcry", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmCorpseExplodeOnWarcry2"] = { type = "Prefix", affix = "Berserker's", "Nearby corpses Explode when you Warcry, dealing (5-6)% of their Life as Physical Damage", statOrderKey = "8749", statOrder = { 8749 }, level = 81, group = "AnimalCharmCorpseExplodeOnWarcry", weightKey = { "str_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["AnimalCharmStunImmuneWhileFortified"] = { type = "Suffix", affix = "of the Champion", "Cannot be Stunned while Fortified", statOrderKey = "5019", statOrder = { 5019 }, level = 70, group = "AnimalCharmStunImmuneWhileFortified", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmTauntOnHitChance1"] = { type = "Prefix", affix = "Champion's", "(10-19)% chance to Taunt on Hit", statOrderKey = "3270", statOrder = { 3270 }, level = 1, group = "AnimalCharmTauntOnHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmTauntOnHitChance2"] = { type = "Prefix", affix = "Champion's", "(20-30)% chance to Taunt on Hit", statOrderKey = "3270", statOrder = { 3270 }, level = 60, group = "AnimalCharmTauntOnHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmBannersNoReservation"] = { type = "Prefix", affix = "Champion's", "Banner Skills have no Reservation", statOrderKey = "4694", statOrder = { 4694 }, level = 45, group = "AnimalCharmBannersNoReservation", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmRecoverBannerStagesOnPlacingBanner1"] = { type = "Suffix", affix = "of the Champion", "When you leave your Banner's Area, recover (10-15)% of the Valour consumed for that Banner", statOrderKey = "8839", statOrder = { 8839 }, level = 1, group = "AnimalCharmRecoverBannerStagesOnPlacingBanner", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmRecoverBannerStagesOnPlacingBanner2"] = { type = "Suffix", affix = "of the Champion", "When you leave your Banner's Area, recover (16-25)% of the Valour consumed for that Banner", statOrderKey = "8839", statOrder = { 8839 }, level = 60, group = "AnimalCharmRecoverBannerStagesOnPlacingBanner", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmGainAdrenalineOnReachingLowLife"] = { type = "Prefix", affix = "Champion's", "Gain Adrenaline for 4 seconds when you reach Low Life", statOrderKey = "6240", statOrder = { 6240 }, level = 70, group = "AnimalCharmGainAdrenalineOnReachingLowLife", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmImpaleLastsForExtraHits"] = { type = "Prefix", affix = "Champion's", "Impales you inflict last 1 additional Hit", statOrderKey = "6726", statOrder = { 6726 }, level = 81, group = "AnimalCharmImpaleLastsForExtraHits", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 10, 10, 0 }, modTags = { }, }, - ["AnimalCharmFortifyOnMeleeHitChance1"] = { type = "Suffix", affix = "of the Champion", "Melee Hits have (5-10)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 45, group = "AnimalCharmFortifyOnMeleeHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmFortifyOnMeleeHitChance2"] = { type = "Suffix", affix = "of the Champion", "Melee Hits have (11-20)% chance to Fortify", statOrderKey = "2116", statOrder = { 2116 }, level = 72, group = "AnimalCharmFortifyOnMeleeHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmBleedExplode1"] = { type = "Prefix", affix = "Gladiator's", "Bleeding Enemies you Kill Explode, dealing (2-3)% of", "their Maximum Life as Physical Damage", statOrderKey = "3318,3318.1", statOrder = { 3318, 3318.1 }, level = 70, group = "AnimalCharmBleedExplode", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmBleedExplode2"] = { type = "Prefix", affix = "Gladiator's", "Bleeding Enemies you Kill Explode, dealing (4-5)% of", "their Maximum Life as Physical Damage", statOrderKey = "3318,3318.1", statOrder = { 3318, 3318.1 }, level = 81, group = "AnimalCharmBleedExplode", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, - ["AnimalCharmBlindOnHitVsBleedingEnemies1"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Bleeding Enemies have (10-19)% chance to Blind", statOrderKey = "4564", statOrder = { 4564 }, level = 1, group = "AnimalCharmBlindOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmBlindOnHitVsBleedingEnemies2"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Bleeding Enemies have (20-30)% chance to Blind", statOrderKey = "4564", statOrder = { 4564 }, level = 60, group = "AnimalCharmBlindOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMaimOnHitVsBlindedEnemies1"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Blinded Enemies have (10-19)% chance to Maim", statOrderKey = "4565", statOrder = { 4565 }, level = 1, group = "AnimalCharmMaimOnHitVsBlindedEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmMaimOnHitVsBlindedEnemies2"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Blinded Enemies have (20-30)% chance to Maim", statOrderKey = "4565", statOrder = { 4565 }, level = 60, group = "AnimalCharmMaimOnHitVsBlindedEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmStunImmuneAgainstBlockedHits"] = { type = "Suffix", affix = "of the Gladiator", "Cannot be Stunned by Hits you Block", statOrderKey = "5010", statOrder = { 5010 }, level = 45, group = "AnimalCharmStunImmuneAgainstBlockedHits", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMaximumBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(1-2)% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 45, group = "AnimalCharmMaximumBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMaximumBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+3% to maximum Chance to Block Attack Damage", statOrderKey = "1843", statOrder = { 1843 }, level = 72, group = "AnimalCharmMaximumBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmOverwhelmIfBlockedinPast20Seconds"] = { type = "Prefix", affix = "Gladiator's", "Hits ignore Enemy Physical Damage Reduction if you've Blocked in the past 20 seconds", statOrderKey = "6648", statOrder = { 6648 }, level = 1, group = "AnimalCharmOverwhelmIfBlockedinPast20Seconds", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmArmourAndEvasionPerBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(3-4) to Armour and Evasion Rating per 1% Chance to Block Attack Damage", statOrderKey = "4484", statOrder = { 4484 }, level = 1, group = "AnimalCharmArmourAndEvasionPerBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmArmourAndEvasionPerBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+(5-6) to Armour and Evasion Rating per 1% Chance to Block Attack Damage", statOrderKey = "4484", statOrder = { 4484 }, level = 60, group = "AnimalCharmArmourAndEvasionPerBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmAttackBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(3-4)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 1, group = "AnimalCharmAttackBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmAttackBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+(5-6)% Chance to Block Attack Damage", statOrderKey = "2309", statOrder = { 2309 }, level = 60, group = "AnimalCharmAttackBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmAttackSpeedOnKillingRareUnique1"] = { type = "Prefix", affix = "Slayer's", "Gain (4-7)% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "6261", statOrder = { 6261 }, level = 1, group = "AnimalCharmAttackSpeedOnKillingRareUnique", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmAttackSpeedOnKillingRareUnique2"] = { type = "Prefix", affix = "Slayer's", "Gain (8-12)% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy", statOrderKey = "6261", statOrder = { 6261 }, level = 60, group = "AnimalCharmAttackSpeedOnKillingRareUnique", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmPhysicalReflectImmune"] = { type = "Suffix", affix = "of the Slayer", "Cannot take Reflected Physical Damage", statOrderKey = "5038", statOrder = { 5038 }, level = 45, group = "AnimalCharmPhysicalReflectImmune", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmStunImmuneWhileLeeching"] = { type = "Suffix", affix = "of the Slayer", "Cannot be Stunned while Leeching", statOrderKey = "3051", statOrder = { 3051 }, level = 70, group = "AnimalCharmStunImmuneWhileLeeching", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmUnaffectedbyBleedingWhileLeeching"] = { type = "Suffix", affix = "of the Slayer", "You are Unaffected by Bleeding while Leeching", statOrderKey = "9671", statOrder = { 9671 }, level = 70, group = "AnimalCharmUnaffectedbyBleedingWhileLeeching", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmOverkillLeech1"] = { type = "Suffix", affix = "of the Slayer", "(4-7)% of Overkill Damage is Leeched as Life", statOrderKey = "3048", statOrder = { 3048 }, level = 1, group = "AnimalCharmOverkillLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmOverkillLeech2"] = { type = "Suffix", affix = "of the Slayer", "(8-12)% of Overkill Damage is Leeched as Life", statOrderKey = "3048", statOrder = { 3048 }, level = 60, group = "AnimalCharmOverkillLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMaximumAmountPerLifeLeech1"] = { type = "Prefix", affix = "Slayer's", "(10-20)% increased Maximum Recovery per Life Leech", statOrderKey = "1583", statOrder = { 1583 }, level = 45, group = "AnimalCharmMaximumAmountPerLifeLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMaximumAmountPerLifeLeech2"] = { type = "Prefix", affix = "Slayer's", "(21-30)% increased Maximum Recovery per Life Leech", statOrderKey = "1583", statOrder = { 1583 }, level = 72, group = "AnimalCharmMaximumAmountPerLifeLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmAreaOfEffectIfKilledRecently1"] = { type = "Prefix", affix = "Slayer's", "(4-7)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 1, group = "AnimalCharmAreaOfEffectIfKilledRecently", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmAreaOfEffectIfKilledRecently2"] = { type = "Prefix", affix = "Slayer's", "(8-12)% increased Area of Effect if you've Killed Recently", statOrderKey = "4049", statOrder = { 4049 }, level = 60, group = "AnimalCharmAreaOfEffectIfKilledRecently", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCullingStrike"] = { type = "Prefix", affix = "Slayer's", "Culling Strike", statOrderKey = "1893", statOrder = { 1893 }, level = 45, group = "AnimalCharmCullingStrike", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmStrengthAndIntelligence1"] = { type = "Suffix", affix = "of the Inquisitor", "+(20-30) to Strength and Intelligence", statOrderKey = "380", statOrder = { 380 }, level = 1, group = "AnimalCharmStrengthAndIntelligence", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmStrengthAndIntelligence2"] = { type = "Suffix", affix = "of the Inquisitor", "+(31-40) to Strength and Intelligence", statOrderKey = "380", statOrder = { 380 }, level = 60, group = "AnimalCharmStrengthAndIntelligence", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikesNonDamagingAilmentEffect1"] = { type = "Prefix", affix = "Inquisitor's", "(20-30)% increased Effect of non-Damaging Ailments you inflict with Critical Strikes", statOrderKey = "8797", statOrder = { 8797 }, level = 1, group = "AnimalCharmCriticalStrikesNonDamagingAilmentEffect", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikesNonDamagingAilmentEffect2"] = { type = "Prefix", affix = "Inquisitor's", "(31-40)% increased Effect of non-Damaging Ailments you inflict with Critical Strikes", statOrderKey = "8797", statOrder = { 8797 }, level = 60, group = "AnimalCharmCriticalStrikesNonDamagingAilmentEffect", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmConsecratedGroundLingerDuration"] = { type = "Suffix", affix = "of the Inquisitor", "Effects of Consecrated Ground you create Linger for 2 seconds", statOrderKey = "9874", statOrder = { 9874 }, level = 70, group = "AnimalCharmConsecratedGroundLingerDuration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmConsecratedGroundDamageTaken1"] = { type = "Prefix", affix = "Inquisitor's", "Consecrated Ground you create applies (5-6)% increased Damage taken to Enemies", statOrderKey = "5432", statOrder = { 5432 }, level = 45, group = "AnimalCharmConsecratedGroundDamageTaken", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmConsecratedGroundDamageTaken2"] = { type = "Prefix", affix = "Inquisitor's", "Consecrated Ground you create applies (7-10)% increased Damage taken to Enemies", statOrderKey = "5432", statOrder = { 5432 }, level = 72, group = "AnimalCharmConsecratedGroundDamageTaken", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmElementalPenetration1"] = { type = "Prefix", affix = "Inquisitor's", "Damage Penetrates (3-4)% of Enemy Elemental Resistances", statOrderKey = "3395", statOrder = { 3395 }, level = 1, group = "AnimalCharmElementalPenetration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmElementalPenetration2"] = { type = "Prefix", affix = "Inquisitor's", "Damage Penetrates (5-6)% of Enemy Elemental Resistances", statOrderKey = "3395", statOrder = { 3395 }, level = 60, group = "AnimalCharmElementalPenetration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmConsecratedGroundVsRareUnique1"] = { type = "Suffix", affix = "of the Inquisitor", "(10-19)% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds", statOrderKey = "5481", statOrder = { 5481 }, level = 1, group = "AnimalCharmConsecratedGroundVsRareUnique", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmConsecratedGroundVsRareUnique2"] = { type = "Suffix", affix = "of the Inquisitor", "(20-30)% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds", statOrderKey = "5481", statOrder = { 5481 }, level = 60, group = "AnimalCharmConsecratedGroundVsRareUnique", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeChanceIfNotCritRecently1"] = { type = "Prefix", affix = "Inquisitor's", "(50-70)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrderKey = "5505", statOrder = { 5505 }, level = 1, group = "AnimalCharmCriticalStrikeChanceIfNotCritRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeChanceIfNotCritRecently2"] = { type = "Prefix", affix = "Inquisitor's", "(71-100)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrderKey = "5505", statOrder = { 5505 }, level = 60, group = "AnimalCharmCriticalStrikeChanceIfNotCritRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmDamageRemovedFromManaBeforeLife1"] = { type = "Suffix", affix = "of the Hierophant", "(1-2)% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 70, group = "AnimalCharmDamageRemovedFromManaBeforeLife", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmDamageRemovedFromManaBeforeLife2"] = { type = "Suffix", affix = "of the Hierophant", "3% of Damage is taken from Mana before Life", statOrderKey = "2546", statOrder = { 2546 }, level = 81, group = "AnimalCharmDamageRemovedFromManaBeforeLife", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, - ["AnimalCharmManaReservationEfficiency1"] = { type = "Prefix", affix = "Hierophant's", "(4-7)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 45, group = "AnimalCharmManaReservationEfficiency", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmManaReservationEfficiency2"] = { type = "Prefix", affix = "Hierophant's", "(8-12)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 72, group = "AnimalCharmManaReservationEfficiency", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmManaToAddAsExtraEnergyShield1"] = { type = "Suffix", affix = "of the Hierophant", "Gain (2-3)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 1, group = "AnimalCharmManaToAddAsExtraEnergyShield", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmManaToAddAsExtraEnergyShield2"] = { type = "Suffix", affix = "of the Hierophant", "Gain (4-5)% of Maximum Mana as Extra Maximum Energy Shield", statOrderKey = "2029", statOrder = { 2029 }, level = 60, group = "AnimalCharmManaToAddAsExtraEnergyShield", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmArcaneSurgeOnHit"] = { type = "Prefix", affix = "Hierophant's", "Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell", statOrderKey = "6256", statOrder = { 6256 }, level = 70, group = "AnimalCharmArcaneSurgeOnHit", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge1"] = { type = "Prefix", affix = "Hierophant's", "Non-Damaging Ailments have (20-30)% reduced Effect on you while you have Arcane Surge", statOrderKey = "4161", statOrder = { 4161 }, level = 1, group = "AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge2"] = { type = "Prefix", affix = "Hierophant's", "Non-Damaging Ailments have (31-40)% reduced Effect on you while you have Arcane Surge", statOrderKey = "4161", statOrder = { 4161 }, level = 60, group = "AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmDamageRemovedFromTotemLifeBeforeSelf1"] = { type = "Suffix", affix = "of the Hierophant", "(1-2)% of Damage from Hits is taken from your nearest Totem's Life before you", statOrderKey = "5665", statOrder = { 5665 }, level = 1, group = "AnimalCharmDamageRemovedFromTotemLifeBeforeSelf", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmDamageRemovedFromTotemLifeBeforeSelf2"] = { type = "Suffix", affix = "of the Hierophant", "3% of Damage from Hits is taken from your nearest Totem's Life before you", statOrderKey = "5665", statOrder = { 5665 }, level = 60, group = "AnimalCharmDamageRemovedFromTotemLifeBeforeSelf", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMinimumEnduranceAndPowerCharges"] = { type = "Suffix", affix = "of the Hierophant", "+1 to Minimum Endurance Charges", "+1 to Minimum Power Charges", statOrderKey = "1662,1672", statOrder = { 1662, 1672 }, level = 70, group = "AnimalCharmMinimumEnduranceAndPowerCharges", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmChanceToSummonTwoTotems1"] = { type = "Prefix", affix = "Hierophant's", "Skills that would Summon a Totem have (20-30)% chance to Summon two Totems instead", statOrderKey = "5311", statOrder = { 5311 }, level = 1, group = "AnimalCharmChanceToSummonTwoTotems", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmChanceToSummonTwoTotems2"] = { type = "Prefix", affix = "Hierophant's", "Skills that would Summon a Totem have (31-50)% chance to Summon two Totems instead", statOrderKey = "5311", statOrder = { 5311 }, level = 60, group = "AnimalCharmChanceToSummonTwoTotems", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmBlockChanceIfAttackedRecently1"] = { type = "Suffix", affix = "of the Guardian", "If you've Attacked Recently, you and nearby Allies have +(4-5)% Chance to Block Attack Damage", statOrderKey = "9829", statOrder = { 9829 }, level = 1, group = "AnimalCharmBlockChanceIfAttackedRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmBlockChanceIfAttackedRecently2"] = { type = "Suffix", affix = "of the Guardian", "If you've Attacked Recently, you and nearby Allies have +(6-8)% Chance to Block Attack Damage", statOrderKey = "9829", statOrder = { 9829 }, level = 60, group = "AnimalCharmBlockChanceIfAttackedRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmSpellBlockChanceIfCastSpellRecently1"] = { type = "Suffix", affix = "of the Guardian", "If you've Cast a Spell Recently, you and nearby Allies have +(4-5)% Chance to Block Spell Damage", statOrderKey = "9830", statOrder = { 9830 }, level = 1, group = "AnimalCharmSpellBlockChanceIfCastSpellRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmSpellBlockChanceIfCastSpellRecently2"] = { type = "Suffix", affix = "of the Guardian", "If you've Cast a Spell Recently, you and nearby Allies have +(6-8)% Chance to Block Spell Damage", statOrderKey = "9830", statOrder = { 9830 }, level = 60, group = "AnimalCharmSpellBlockChanceIfCastSpellRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmRemoveCursesAndAilmentsEvery10seconds"] = { type = "Suffix", affix = "of the Guardian", "Every 4 seconds, remove Curses and Elemental Ailments from you", statOrderKey = "3618", statOrder = { 3618 }, level = 45, group = "AnimalCharmRemoveCursesAndAilmentsEvery10seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmReservedManaGrantedAsArmour1"] = { type = "Prefix", affix = "Guardian's", "Grants Armour equal to (3-4)% of your Reserved Mana to you and nearby Allies", statOrderKey = "3616", statOrder = { 3616 }, level = 45, group = "AnimalCharmReservedManaGrantedAsArmour", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmReservedManaGrantedAsArmour2"] = { type = "Prefix", affix = "Guardian's", "Grants Armour equal to (5-6)% of your Reserved Mana to you and nearby Allies", statOrderKey = "3616", statOrder = { 3616 }, level = 72, group = "AnimalCharmReservedManaGrantedAsArmour", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmEnemiesInLinkBeamCannotInflictElementalAilments"] = { type = "Suffix", affix = "of the Guardian", "Enemies in your Link Beams cannot apply Elemental Ailments", statOrderKey = "6950", statOrder = { 6950 }, level = 45, group = "AnimalCharmEnemiesInLinkBeamCannotInflictElementalAilments", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmLifeRegenerationForASecondEvery10Seconds1"] = { type = "Prefix", affix = "Guardian's", "Every 4 seconds, Regenerate 10% of Life over one second", statOrderKey = "3619", statOrder = { 3619 }, level = 1, group = "AnimalCharmLifeRegenerationForASecondEvery10Seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmLifeRegenerationForASecondEvery10Seconds2"] = { type = "Prefix", affix = "Guardian's", "Every 4 seconds, Regenerate 20% of Life over one second", statOrderKey = "3619", statOrder = { 3619 }, level = 60, group = "AnimalCharmLifeRegenerationForASecondEvery10Seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmNearbyEnemiesCannotGainCharges"] = { type = "Prefix", affix = "Guardian's", "Nearby Enemies cannot gain Power, Frenzy or Endurance Charges", statOrderKey = "3614", statOrder = { 3614 }, level = 45, group = "AnimalCharmNearbyEnemiesCannotGainCharges", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmNearbyAlliesHaveOnslaughtIfYouHaveAtLeast5Nearby"] = { type = "Prefix", affix = "Guardian's", "While there are at least five nearby Allies, you and nearby Allies have Onslaught", statOrderKey = "6418", statOrder = { 6418 }, level = 45, group = "AnimalCharmNearbyAlliesHaveOnslaughtIfYouHaveAtLeast5Nearby", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmExposureExtraResistance1"] = { type = "Prefix", affix = "Elementalist's", "Exposure you inflict applies an extra -(5-4)% to the affected Resistance", statOrderKey = "6057", statOrder = { 6057 }, level = 1, group = "AnimalCharmExposureExtraResistance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmExposureExtraResistance2"] = { type = "Prefix", affix = "Elementalist's", "Exposure you inflict applies an extra -(7-6)% to the affected Resistance", statOrderKey = "6057", statOrder = { 6057 }, level = 60, group = "AnimalCharmExposureExtraResistance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAllDamageCanIgnite"] = { type = "Prefix", affix = "Elementalist's", "All Damage can Ignite", statOrderKey = "4377", statOrder = { 4377 }, level = 81, group = "AnimalCharmAllDamageCanIgnite", weightKey = { "int_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, - ["AnimalCharmShockMinimumDamageIncrease1"] = { type = "Prefix", affix = "Elementalist's", "Shocks from your Hits always increase Damage taken by at least (5-7)%", statOrderKey = "4269", statOrder = { 4269 }, level = 45, group = "AnimalCharmShockMinimumDamageIncrease", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmShockMinimumDamageIncrease2"] = { type = "Prefix", affix = "Elementalist's", "Shocks from your Hits always increase Damage taken by at least (8-10)%", statOrderKey = "4269", statOrder = { 4269 }, level = 72, group = "AnimalCharmShockMinimumDamageIncrease", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmChillMinimumSlow1"] = { type = "Suffix", affix = "of the Elementalist", "Chills from your Hits always reduce Action Speed by at least (3-4)%", statOrderKey = "4268", statOrder = { 4268 }, level = 45, group = "AnimalCharmChillMinimumSlow", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmChillMinimumSlow2"] = { type = "Suffix", affix = "of the Elementalist", "Chills from your Hits always reduce Action Speed by at least (5-6)%", statOrderKey = "4268", statOrder = { 4268 }, level = 72, group = "AnimalCharmChillMinimumSlow", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmGolemBuffEffect1"] = { type = "Suffix", affix = "of the Elementalist", "(15-20)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 1, group = "AnimalCharmGolemBuffEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmGolemBuffEffect2"] = { type = "Suffix", affix = "of the Elementalist", "(21-35)% increased Effect of Buffs granted by your Golems", statOrderKey = "6394", statOrder = { 6394 }, level = 60, group = "AnimalCharmGolemBuffEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmIgniteFreezeShockChance1"] = { type = "Prefix", affix = "Elementalist's", "(10-15)% chance to Freeze, Shock and Ignite", statOrderKey = "2650", statOrder = { 2650 }, level = 1, group = "AnimalCharmIgniteFreezeShockChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmIgniteFreezeShockChance2"] = { type = "Prefix", affix = "Elementalist's", "(16-25)% chance to Freeze, Shock and Ignite", statOrderKey = "2650", statOrder = { 2650 }, level = 60, group = "AnimalCharmIgniteFreezeShockChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmElementalReflectImmune"] = { type = "Suffix", affix = "of the Elementalist", "Cannot take Reflected Elemental Damage", statOrderKey = "5037", statOrder = { 5037 }, level = 45, group = "AnimalCharmElementalReflectImmune", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmIgnoreHexproofEnemies"] = { type = "Prefix", affix = "Occultist's", "Your Hexes can affect Hexproof Enemies", statOrderKey = "2450", statOrder = { 2450 }, level = 45, group = "AnimalCharmIgnoreHexproofEnemies", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmChaosExplode1"] = { type = "Prefix", affix = "Occultist's", "Cursed Enemies you or your Minions Kill have a (6-10)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "3147", statOrder = { 3147 }, level = 70, group = "AnimalCharmChaosExplode", weightKey = { "int_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmChaosExplode2"] = { type = "Prefix", affix = "Occultist's", "Cursed Enemies you or your Minions Kill have a (11-15)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrderKey = "3147", statOrder = { 3147 }, level = 81, group = "AnimalCharmChaosExplode", weightKey = { "int_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["AnimalCharmAreaofEffectPerPowerCharge1"] = { type = "Prefix", affix = "Occultist's", "(2-3)% increased Area of Effect per Power Charge", statOrderKey = "1983", statOrder = { 1983 }, level = 1, group = "AnimalCharmAreaofEffectPerPowerCharge", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmAreaofEffectPerPowerCharge2"] = { type = "Prefix", affix = "Occultist's", "4% increased Area of Effect per Power Charge", statOrderKey = "1983", statOrder = { 1983 }, level = 60, group = "AnimalCharmAreaofEffectPerPowerCharge", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmCurseEffect1"] = { type = "Prefix", affix = "Occultist's", "(3-5)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 1, group = "AnimalCharmCurseEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmCurseEffect2"] = { type = "Prefix", affix = "Occultist's", "(6-8)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 60, group = "AnimalCharmCurseEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmNearbyEnemiesAreChilled"] = { type = "Suffix", affix = "of the Occultist", "Nearby Enemies are Chilled", statOrderKey = "8752", statOrder = { 8752 }, level = 70, group = "AnimalCharmNearbyEnemiesAreChilled", weightKey = { "int_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmEnergyShieldRegeneration1"] = { type = "Suffix", affix = "of the Occultist", "Regenerate (1-1.5)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 1, group = "AnimalCharmEnergyShieldRegeneration", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmEnergyShieldRegeneration2"] = { type = "Suffix", affix = "of the Occultist", "Regenerate (2-3)% of Energy Shield per second", statOrderKey = "2495", statOrder = { 2495 }, level = 60, group = "AnimalCharmEnergyShieldRegeneration", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmSpellHinderOnHitChance1"] = { type = "Suffix", affix = "of the Occultist", "(10-19)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 1, group = "AnimalCharmSpellHinderOnHitChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmSpellHinderOnHitChance2"] = { type = "Suffix", affix = "of the Occultist", "(20-30)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 60, group = "AnimalCharmSpellHinderOnHitChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMinionUnholyMightChance1"] = { type = "Prefix", affix = "Necromancer's", "Minions have (10-19)% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "3219", statOrder = { 3219 }, level = 1, group = "AnimalCharmMinionUnholyMightChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmMinionUnholyMightChance2"] = { type = "Prefix", affix = "Necromancer's", "Minions have (20-30)% chance to gain Unholy Might for 4 seconds on Kill", statOrderKey = "3219", statOrder = { 3219 }, level = 60, group = "AnimalCharmMinionUnholyMightChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmOfferingEffect1"] = { type = "Prefix", affix = "Necromancer's", "Your Offerings have (15-20)% increased Effect on you", statOrderKey = "1037", statOrder = { 1037 }, level = 1, group = "AnimalCharmOfferingEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmOfferingEffect2"] = { type = "Prefix", affix = "Necromancer's", "Your Offerings have (21-30)% increased Effect on you", statOrderKey = "1037", statOrder = { 1037 }, level = 60, group = "AnimalCharmOfferingEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmRegenerateManaOnConsumeCorpse1"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (2-3)% of Mana over 2 seconds when you Consume a corpse", statOrderKey = "9157", statOrder = { 9157 }, level = 1, group = "AnimalCharmRegenerateManaOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmRegenerateManaOnConsumeCorpse2"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (4-5)% of Mana over 2 seconds when you Consume a corpse", statOrderKey = "9157", statOrder = { 9157 }, level = 60, group = "AnimalCharmRegenerateManaOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmRegenerateEnergyShieldOnConsumeCorpse1"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (2-3)% of Energy Shield over 2 seconds when you Consume a corpse", statOrderKey = "9156", statOrder = { 9156 }, level = 1, group = "AnimalCharmRegenerateEnergyShieldOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmRegenerateEnergyShieldOnConsumeCorpse2"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (4-5)% of Energy Shield over 2 seconds when you Consume a corpse", statOrderKey = "9156", statOrder = { 9156 }, level = 60, group = "AnimalCharmRegenerateEnergyShieldOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmElementalResistancesForAuraAffectedAllies1"] = { type = "Suffix", affix = "of the Necromancer", "You and nearby Allies have +(10-14)% to Elemental Resistances", statOrderKey = "3901", statOrder = { 3901 }, level = 1, group = "AnimalCharmElementalResistancesForAuraAffectedAllies", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmElementalResistancesForAuraAffectedAllies2"] = { type = "Suffix", affix = "of the Necromancer", "You and nearby Allies have +(15-20)% to Elemental Resistances", statOrderKey = "3901", statOrder = { 3901 }, level = 60, group = "AnimalCharmElementalResistancesForAuraAffectedAllies", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield1"] = { type = "Prefix", affix = "Necromancer's", "Minions gain Added Physical Damage equal to (3-5)% of Maximum Energy Shield on your Equipped Helmet", statOrderKey = "9876", statOrder = { 9876 }, level = 45, group = "AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield2"] = { type = "Prefix", affix = "Necromancer's", "Minions gain Added Physical Damage equal to (6-10)% of Maximum Energy Shield on your Equipped Helmet", statOrderKey = "9876", statOrder = { 9876 }, level = 72, group = "AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmCorpseLife1"] = { type = "Prefix", affix = "Necromancer's", "Corpses you Spawn have (5-10)% increased Maximum Life", statOrderKey = "8503", statOrder = { 8503 }, level = 45, group = "AnimalCharmCorpseLife", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmCorpseLife2"] = { type = "Prefix", affix = "Necromancer's", "Corpses you Spawn have (11-20)% increased Maximum Life", statOrderKey = "8503", statOrder = { 8503 }, level = 72, group = "AnimalCharmCorpseLife", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmMinionPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Necromancer", "Minions have (5-8)% additional Physical Damage Reduction", statOrderKey = "2126", statOrder = { 2126 }, level = 1, group = "AnimalCharmMinionPhysicalDamageReduction", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmMinionPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Necromancer", "Minions have (9-12)% additional Physical Damage Reduction", statOrderKey = "2126", statOrder = { 2126 }, level = 60, group = "AnimalCharmMinionPhysicalDamageReduction", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmPowerChargeOnCriticalStrike1"] = { type = "Prefix", affix = "Assassin's", "(10-15)% chance to gain a Power Charge on Critical Strike", statOrderKey = "1689", statOrder = { 1689 }, level = 1, group = "AnimalCharmPowerChargeOnCriticalStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmPowerChargeOnCriticalStrike2"] = { type = "Prefix", affix = "Assassin's", "(16-25)% chance to gain a Power Charge on Critical Strike", statOrderKey = "1689", statOrder = { 1689 }, level = 60, group = "AnimalCharmPowerChargeOnCriticalStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeMultiplierPerPowerCharge1"] = { type = "Prefix", affix = "Assassin's", "+(2-3)% to Critical Strike Multiplier per Power Charge", statOrderKey = "3123", statOrder = { 3123 }, level = 1, group = "AnimalCharmCriticalStrikeMultiplierPerPowerCharge", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeMultiplierPerPowerCharge2"] = { type = "Prefix", affix = "Assassin's", "+(4-5)% to Critical Strike Multiplier per Power Charge", statOrderKey = "3123", statOrder = { 3123 }, level = 60, group = "AnimalCharmCriticalStrikeMultiplierPerPowerCharge", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges1"] = { type = "Prefix", affix = "Assassin's", "+(0.4-0.6)% Critical Strike Chance while at maximum Power Charges", statOrderKey = "3307", statOrder = { 3307 }, level = 1, group = "AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges2"] = { type = "Prefix", affix = "Assassin's", "+(0.6-1)% Critical Strike Chance while at maximum Power Charges", statOrderKey = "3307", statOrder = { 3307 }, level = 60, group = "AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikesHaveCullingStrike"] = { type = "Prefix", affix = "Assassin's", "Critical Strikes have Culling Strike", statOrderKey = "3277", statOrder = { 3277 }, level = 45, group = "AnimalCharmCriticalStrikesHaveCullingStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies1"] = { type = "Prefix", affix = "Assassin's", "(80-120)% increased Critical Strike Chance against Enemies that are on Full Life", statOrderKey = "3599", statOrder = { 3599 }, level = 1, group = "AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies2"] = { type = "Prefix", affix = "Assassin's", "(130-160)% increased Critical Strike Chance against Enemies that are on Full Life", statOrderKey = "3599", statOrder = { 3599 }, level = 60, group = "AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCriticalStrikeDamageCannotBeReflected"] = { type = "Suffix", affix = "of the Assassin", "Damage from your Critical Strikes cannot be Reflected", statOrderKey = "5525", statOrder = { 5525 }, level = 45, group = "AnimalCharmCriticalStrikeDamageCannotBeReflected", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmElusiveEffect1"] = { type = "Suffix", affix = "of the Assassin", "(10-15)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 45, group = "AnimalCharmElusiveEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmElusiveEffect2"] = { type = "Suffix", affix = "of the Assassin", "(16-25)% increased Elusive Effect", statOrderKey = "5904", statOrder = { 5904 }, level = 72, group = "AnimalCharmElusiveEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmNoExtraDamageFromCriticalStrikesIfElusive"] = { type = "Suffix", affix = "of the Assassin", "You take no Extra Damage from Critical Strikes while Elusive", statOrderKey = "9235", statOrder = { 9235 }, level = 70, group = "AnimalCharmNoExtraDamageFromCriticalStrikesIfElusive", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmPoisonDurationPerPoisonAppliedRecently1"] = { type = "Prefix", affix = "Assassin's", "(1-2)% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%", statOrderKey = "8964", statOrder = { 8964 }, level = 1, group = "AnimalCharmPoisonDurationPerPoisonAppliedRecently", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmPoisonDurationPerPoisonAppliedRecently2"] = { type = "Prefix", affix = "Assassin's", "3% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%", statOrderKey = "8964", statOrder = { 8964 }, level = 60, group = "AnimalCharmPoisonDurationPerPoisonAppliedRecently", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCannotBeBlinded"] = { type = "Suffix", affix = "of the Saboteur", "Cannot be Blinded", statOrderKey = "2820", statOrder = { 2820 }, level = 45, group = "AnimalCharmCannotBeBlinded", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmBlindOnHitChance1"] = { type = "Suffix", affix = "of the Saboteur", "(5-10)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 1, group = "AnimalCharmBlindOnHitChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmBlindOnHitChance2"] = { type = "Suffix", affix = "of the Saboteur", "(11-15)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 60, group = "AnimalCharmBlindOnHitChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmMineAuraEffect1"] = { type = "Prefix", affix = "Saboteur's", "(20-30)% increased Effect of Auras from Mines", statOrderKey = "8552", statOrder = { 8552 }, level = 1, group = "AnimalCharmMineAuraEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmMineAuraEffect2"] = { type = "Prefix", affix = "Saboteur's", "(31-50)% increased Effect of Auras from Mines", statOrderKey = "8552", statOrder = { 8552 }, level = 60, group = "AnimalCharmMineAuraEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmTakeHalfAreaDamageChance1"] = { type = "Suffix", affix = "of the Saboteur", "(5-6)% chance to take 50% less Area Damage from Hits", statOrderKey = "9577", statOrder = { 9577 }, level = 45, group = "AnimalCharmTakeHalfAreaDamageChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmTakeHalfAreaDamageChance2"] = { type = "Suffix", affix = "of the Saboteur", "(7-10)% chance to take 50% less Area Damage from Hits", statOrderKey = "9577", statOrder = { 9577 }, level = 72, group = "AnimalCharmTakeHalfAreaDamageChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmChanceFor150%AreaDamage1"] = { type = "Prefix", affix = "Saboteur's", "Hits have (5-6)% chance to deal 50% more Area Damage", statOrderKey = "8880", statOrder = { 8880 }, level = 1, group = "AnimalCharmChanceFor150%AreaDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmChanceFor150%AreaDamage2"] = { type = "Prefix", affix = "Saboteur's", "Hits have (7-10)% chance to deal 50% more Area Damage", statOrderKey = "8880", statOrder = { 8880 }, level = 60, group = "AnimalCharmChanceFor150%AreaDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCooldownRecoveryRate1"] = { type = "Prefix", affix = "Saboteur's", "(5-8)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 70, group = "AnimalCharmCooldownRecoveryRate", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmCooldownRecoveryRate2"] = { type = "Prefix", affix = "Saboteur's", "(9-12)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 81, group = "AnimalCharmCooldownRecoveryRate", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, - ["AnimalCharmChanceToThrow4AdditionalTraps1"] = { type = "Prefix", affix = "Saboteur's", "(2-3)% chance to throw up to 4 additional Traps", statOrderKey = "5312", statOrder = { 5312 }, level = 1, group = "AnimalCharmChanceToThrow4AdditionalTraps", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmChanceToThrow4AdditionalTraps2"] = { type = "Prefix", affix = "Saboteur's", "(4-5)% chance to throw up to 4 additional Traps", statOrderKey = "5312", statOrder = { 5312 }, level = 60, group = "AnimalCharmChanceToThrow4AdditionalTraps", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmCritVsBurningAndShockedEnemies1"] = { type = "Prefix", affix = "Saboteur's", "+(10-15)% to Critical Strike Multiplier against Burning Enemies", "(20-30)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "3027,5491", statOrder = { 3027, 5491 }, level = 1, group = "AnimalCharmCritVsBurningAndShockedEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmCritVsBurningAndShockedEnemies2"] = { type = "Prefix", affix = "Saboteur's", "+(16-25)% to Critical Strike Multiplier against Burning Enemies", "(31-50)% increased Critical Strike Chance against Shocked Enemies", statOrderKey = "3027,5491", statOrder = { 3027, 5491 }, level = 60, group = "AnimalCharmCritVsBurningAndShockedEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmChargeDuration1"] = { type = "Prefix", affix = "Trickster's", "(40-60)% increased Charge Duration", statOrderKey = "4715", statOrder = { 4715 }, level = 1, group = "AnimalCharmChargeDuration", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmChargeDuration2"] = { type = "Prefix", affix = "Trickster's", "(61-100)% increased Charge Duration", statOrderKey = "4715", statOrder = { 4715 }, level = 60, group = "AnimalCharmChargeDuration", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmLifeManaESOnKill1"] = { type = "Suffix", affix = "of the Trickster", "Recover 1% of Life on Kill", "Recover 1% of Energy Shield on Kill", "Recover 1% of Mana on Kill", statOrderKey = "1608,1609,1610", statOrder = { 1608, 1609, 1610 }, level = 1, group = "AnimalCharmLifeManaESOnKill", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmLifeManaESOnKill2"] = { type = "Suffix", affix = "of the Trickster", "Recover 2% of Life on Kill", "Recover 2% of Energy Shield on Kill", "Recover 2% of Mana on Kill", statOrderKey = "1608,1609,1610", statOrder = { 1608, 1609, 1610 }, level = 60, group = "AnimalCharmLifeManaESOnKill", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmChanceForEnergyShieldRechargeOnSuppress1"] = { type = "Suffix", affix = "of the Trickster", "(5-8)% chance for Energy Shield Recharge to start when you Suppress Spell Damage", statOrderKey = "3263", statOrder = { 3263 }, level = 45, group = "AnimalCharmChanceForEnergyShieldRechargeOnSuppress", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmChanceForEnergyShieldRechargeOnSuppress2"] = { type = "Suffix", affix = "of the Trickster", "(9-12)% chance for Energy Shield Recharge to start when you Suppress Spell Damage", statOrderKey = "3263", statOrder = { 3263 }, level = 72, group = "AnimalCharmChanceForEnergyShieldRechargeOnSuppress", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage1"] = { type = "Prefix", affix = "Trickster's", "(7-13)% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage", statOrderKey = "4187", statOrder = { 4187 }, level = 45, group = "AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage2"] = { type = "Prefix", affix = "Trickster's", "(17-23)% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage", statOrderKey = "4187", statOrder = { 4187 }, level = 72, group = "AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, - ["AnimalCharmEvasionPerEnergyShieldOnHelmet1"] = { type = "Suffix", affix = "of the Trickster", "+(1-2) to Evasion Rating per 1 Maximum Energy Shield on Equipped Helmet", statOrderKey = "1408", statOrder = { 1408 }, level = 1, group = "AnimalCharmEvasionPerEnergyShieldOnHelmet", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmEvasionPerEnergyShieldOnHelmet2"] = { type = "Suffix", affix = "of the Trickster", "+(3-4) to Evasion Rating per 1 Maximum Energy Shield on Equipped Helmet", statOrderKey = "1408", statOrder = { 1408 }, level = 60, group = "AnimalCharmEvasionPerEnergyShieldOnHelmet", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmSpellDamageSuppressedOnFullEnergyShield1"] = { type = "Suffix", affix = "of the Trickster", "Prevent +(3-4)% of Suppressed Spell Damage while on Full Energy Shield", statOrderKey = "1017", statOrder = { 1017 }, level = 70, group = "AnimalCharmSpellDamageSuppressedOnFullEnergyShield", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, - ["AnimalCharmSpellDamageSuppressedOnFullEnergyShield2"] = { type = "Suffix", affix = "of the Trickster", "Prevent +(5-6)% of Suppressed Spell Damage while on Full Energy Shield", statOrderKey = "1017", statOrder = { 1017 }, level = 81, group = "AnimalCharmSpellDamageSuppressedOnFullEnergyShield", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, - ["AnimalCharmEnergyShieldLeech1"] = { type = "Prefix", affix = "Trickster's", "(0.5-1)% of Damage Leeched as Energy Shield", statOrderKey = "1580", statOrder = { 1580 }, level = 1, group = "AnimalCharmEnergyShieldLeech", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmEnergyShieldLeech2"] = { type = "Prefix", affix = "Trickster's", "(1.1-2)% of Damage Leeched as Energy Shield", statOrderKey = "1580", statOrder = { 1580 }, level = 60, group = "AnimalCharmEnergyShieldLeech", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmRecover10PercentManaOnSkillUseChance1"] = { type = "Suffix", affix = "of the Trickster", "(4-6)% chance to Recover 10% of Mana when you use a Skill", statOrderKey = "3312", statOrder = { 3312 }, level = 1, group = "AnimalCharmRecover10PercentManaOnSkillUseChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, - ["AnimalCharmRecover10PercentManaOnSkillUseChance2"] = { type = "Suffix", affix = "of the Trickster", "(7-10)% chance to Recover 10% of Mana when you use a Skill", statOrderKey = "3312", statOrder = { 3312 }, level = 60, group = "AnimalCharmRecover10PercentManaOnSkillUseChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, - ["AnimalCharmNoBarrageSpread"] = { type = "Prefix", affix = "Deadeye's", "Projectile Barrages have no spread", statOrderKey = "8778", statOrder = { 8778 }, level = 45, group = "AnimalCharmNoBarrageSpread", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMarkEffect1"] = { type = "Prefix", affix = "Deadeye's", "(10-15)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 1, group = "AnimalCharmMarkEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmMarkEffect2"] = { type = "Prefix", affix = "Deadeye's", "(16-25)% increased Effect of your Marks", statOrderKey = "2449", statOrder = { 2449 }, level = 60, group = "AnimalCharmMarkEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmProjectileChainFromTerrainChance1"] = { type = "Prefix", affix = "Deadeye's", "Projectiles have (7-13)% chance to be able to Chain when colliding with terrain", statOrderKey = "1686", statOrder = { 1686 }, level = 45, group = "AnimalCharmProjectileChainFromTerrainChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmProjectileChainFromTerrainChance2"] = { type = "Prefix", affix = "Deadeye's", "Projectiles have (14-20)% chance to be able to Chain when colliding with terrain", statOrderKey = "1686", statOrder = { 1686 }, level = 72, group = "AnimalCharmProjectileChainFromTerrainChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmAdditionalProjectiles"] = { type = "Prefix", affix = "Deadeye's", "Skills fire an additional Projectile", statOrderKey = "1651", statOrder = { 1651 }, level = 81, group = "AnimalCharmAdditionalProjectiles", weightKey = { "dex_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, - ["AnimalCharmMirageArcherDuration1"] = { type = "Suffix", affix = "of the Deadeye", "(30-50)% increased Mirage Archer Duration", statOrderKey = "8682", statOrder = { 8682 }, level = 1, group = "AnimalCharmMirageArcherDuration", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmMirageArcherDuration2"] = { type = "Suffix", affix = "of the Deadeye", "(51-100)% increased Mirage Archer Duration", statOrderKey = "8682", statOrder = { 8682 }, level = 60, group = "AnimalCharmMirageArcherDuration", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmProjectileDamageWithDistanceTravelled1"] = { type = "Prefix", affix = "Deadeye's", "Projectiles gain Damage as they travel farther, dealing up", "to (25-40)% increased Damage with Hits to targets", statOrderKey = "3912,3912.1", statOrder = { 3912, 3912.1 }, level = 1, group = "AnimalCharmProjectileDamageWithDistanceTravelled", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmProjectileDamageWithDistanceTravelled2"] = { type = "Prefix", affix = "Deadeye's", "Projectiles gain Damage as they travel farther, dealing up", "to (41-60)% increased Damage with Hits to targets", statOrderKey = "3912,3912.1", statOrder = { 3912, 3912.1 }, level = 60, group = "AnimalCharmProjectileDamageWithDistanceTravelled", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmLifeOnHitVsBleedingEnemies1"] = { type = "Suffix", affix = "of the Deadeye", "Gain (6-10) Life per Bleeding Enemy Hit", statOrderKey = "3406", statOrder = { 3406 }, level = 1, group = "AnimalCharmLifeOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmLifeOnHitVsBleedingEnemies2"] = { type = "Suffix", affix = "of the Deadeye", "Gain (11-20) Life per Bleeding Enemy Hit", statOrderKey = "3406", statOrder = { 3406 }, level = 60, group = "AnimalCharmLifeOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAccuracyIfCritInLast8Seconds1"] = { type = "Prefix", affix = "Deadeye's", "(7-13)% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4291", statOrder = { 4291 }, level = 1, group = "AnimalCharmAccuracyIfCritInLast8Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmAccuracyIfCritInLast8Seconds2"] = { type = "Prefix", affix = "Deadeye's", "(14-20)% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds", statOrderKey = "4291", statOrder = { 4291 }, level = 60, group = "AnimalCharmAccuracyIfCritInLast8Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmOnslaughtEffect1"] = { type = "Prefix", affix = "Raider's", "(15-25)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 1, group = "AnimalCharmOnslaughtEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmOnslaughtEffect2"] = { type = "Prefix", affix = "Raider's", "(26-40)% increased Effect of Onslaught on you", statOrderKey = "3131", statOrder = { 3131 }, level = 60, group = "AnimalCharmOnslaughtEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmPhasingOnKillChance1"] = { type = "Suffix", affix = "of the Raider", "(10-15)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 1, group = "AnimalCharmPhasingOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmPhasingOnKillChance2"] = { type = "Suffix", affix = "of the Raider", "(16-25)% chance to gain Phasing for 4 seconds on Kill", statOrderKey = "3302", statOrder = { 3302 }, level = 60, group = "AnimalCharmPhasingOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmSpellSuppressionChance1"] = { type = "Suffix", affix = "of the Raider", "+(5-9)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 1, group = "AnimalCharmSpellSuppressionChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmSpellSuppressionChance2"] = { type = "Suffix", affix = "of the Raider", "+(10-15)% chance to Suppress Spell Damage", statOrderKey = "1014", statOrder = { 1014 }, level = 60, group = "AnimalCharmSpellSuppressionChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmAvoidElementalAilmentsChanceWhilePhasing1"] = { type = "Suffix", affix = "of the Raider", "(10-15)% chance to Avoid Elemental Ailments while Phasing", statOrderKey = "4657", statOrder = { 4657 }, level = 1, group = "AnimalCharmAvoidElementalAilmentsChanceWhilePhasing", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmAvoidElementalAilmentsChanceWhilePhasing2"] = { type = "Suffix", affix = "of the Raider", "(16-25)% chance to Avoid Elemental Ailments while Phasing", statOrderKey = "4657", statOrder = { 4657 }, level = 60, group = "AnimalCharmAvoidElementalAilmentsChanceWhilePhasing", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmOnslaughtOnKillChance1"] = { type = "Prefix", affix = "Raider's", "(10-15)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 1, group = "AnimalCharmOnslaughtOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmOnslaughtOnKillChance2"] = { type = "Prefix", affix = "Raider's", "(16-25)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "3220", statOrder = { 3220 }, level = 60, group = "AnimalCharmOnslaughtOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmEvasionRatingPerFrenzyCharge1"] = { type = "Suffix", affix = "of the Raider", "(3-5)% increased Evasion Rating per Frenzy Charge", statOrderKey = "1417", statOrder = { 1417 }, level = 1, group = "AnimalCharmEvasionRatingPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmEvasionRatingPerFrenzyCharge2"] = { type = "Suffix", affix = "of the Raider", "(6-9)% increased Evasion Rating per Frenzy Charge", statOrderKey = "1417", statOrder = { 1417 }, level = 60, group = "AnimalCharmEvasionRatingPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMovementSpeedPerFrenzyCharge"] = { type = "Prefix", affix = "Raider's", "2% increased Movement Speed per Frenzy Charge", statOrderKey = "1661", statOrder = { 1661 }, level = 70, group = "AnimalCharmMovementSpeedPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmFrenzyOnHItChance1"] = { type = "Prefix", affix = "Raider's", "(3-5)% chance to gain a Frenzy Charge on Hit", statOrderKey = "1692", statOrder = { 1692 }, level = 45, group = "AnimalCharmFrenzyOnHItChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmFrenzyOnHItChance2"] = { type = "Prefix", affix = "Raider's", "(6-8)% chance to gain a Frenzy Charge on Hit", statOrderKey = "1692", statOrder = { 1692 }, level = 72, group = "AnimalCharmFrenzyOnHItChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmFlaskChargesEvery3Seconds"] = { type = "Suffix", affix = "of the Pathfinder", "Flasks gain a Charge every 3 seconds", statOrderKey = "3315", statOrder = { 3315 }, level = 81, group = "AnimalCharmFlaskChargesEvery3Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, - ["AnimalCharmRemoveBleedOnFlaskUse"] = { type = "Suffix", affix = "of the Pathfinder", "Removes Bleeding when you use a Flask", statOrderKey = "3226", statOrder = { 3226 }, level = 45, group = "AnimalCharmRemoveBleedOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmMagicUtilityFlaskEffect1"] = { type = "Prefix", affix = "Pathfinder's", "Magic Utility Flasks applied to you have (6-10)% increased Effect", statOrderKey = "2592", statOrder = { 2592 }, level = 70, group = "AnimalCharmMagicUtilityFlaskEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, - ["AnimalCharmMagicUtilityFlaskEffect2"] = { type = "Prefix", affix = "Pathfinder's", "Magic Utility Flasks applied to you have (11-15)% increased Effect", statOrderKey = "2592", statOrder = { 2592 }, level = 81, group = "AnimalCharmMagicUtilityFlaskEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, - ["AnimalCharmWitheredOnHitChance1"] = { type = "Prefix", affix = "Pathfinder's", "(6-10)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "4227", statOrder = { 4227 }, level = 45, group = "AnimalCharmWitheredOnHitChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmWitheredOnHitChance2"] = { type = "Prefix", affix = "Pathfinder's", "(11-15)% chance to inflict Withered for 2 seconds on Hit", statOrderKey = "4227", statOrder = { 4227 }, level = 72, group = "AnimalCharmWitheredOnHitChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmRecoverLifeOnFlaskUse1"] = { type = "Suffix", affix = "of the Pathfinder", "Recover (2-3)% of Life when you use a Flask", statOrderKey = "4172", statOrder = { 4172 }, level = 45, group = "AnimalCharmRecoverLifeOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmRecoverLifeOnFlaskUse2"] = { type = "Suffix", affix = "of the Pathfinder", "Recover (4-5)% of Life when you use a Flask", statOrderKey = "4172", statOrder = { 4172 }, level = 72, group = "AnimalCharmRecoverLifeOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AnimalCharmWitheredEffect1"] = { type = "Prefix", affix = "Pathfinder's", "(7-13)% increased Effect of Withered", statOrderKey = "9824", statOrder = { 9824 }, level = 1, group = "AnimalCharmWitheredEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmWitheredEffect2"] = { type = "Prefix", affix = "Pathfinder's", "(14-20)% increased Effect of Withered", statOrderKey = "9824", statOrder = { 9824 }, level = 60, group = "AnimalCharmWitheredEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmFlaskChargesGainedFromEnemiesWithAilments1"] = { type = "Suffix", affix = "of the Pathfinder", "Enemies you Kill that are affected by Elemental Ailments", "grant (15-25)% increased Flask Charges", statOrderKey = "4079,4079.1", statOrder = { 4079, 4079.1 }, level = 1, group = "AnimalCharmFlaskChargesGainedFromEnemiesWithAilments", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmFlaskChargesGainedFromEnemiesWithAilments2"] = { type = "Suffix", affix = "of the Pathfinder", "Enemies you Kill that are affected by Elemental Ailments", "grant (26-40)% increased Flask Charges", statOrderKey = "4079,4079.1", statOrder = { 4079, 4079.1 }, level = 60, group = "AnimalCharmFlaskChargesGainedFromEnemiesWithAilments", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, - ["AnimalCharmPhysicalDamageAsRandomElement1"] = { type = "Prefix", affix = "Pathfinder's", "Gain (5-8)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 1, group = "AnimalCharmPhysicalDamageAsRandomElement", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["AnimalCharmPhysicalDamageAsRandomElement2"] = { type = "Prefix", affix = "Pathfinder's", "Gain (9-12)% of Physical Damage as Extra Damage of a random Element", statOrderKey = "2783", statOrder = { 2783 }, level = 60, group = "AnimalCharmPhysicalDamageAsRandomElement", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMovementSpeedCannotBeBelowBase"] = { type = "Prefix", affix = "Juggernaut's", "Movement Speed cannot be modified to below Base Value", statOrder = { 3035 }, level = 70, group = "AnimalCharmMovementSpeedCannotBeBelowBase", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmArmourAppliesToElementalDamage1"] = { type = "Suffix", affix = "of the Juggernaut", "2% of Armour applies to Fire, Cold and Lightning Damage taken from Hits", statOrder = { 4477 }, level = 81, group = "AnimalCharmArmourAppliesToElementalDamage", weightKey = { "str_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, + ["AnimalCharmArmourAppliesToElementalDamage2"] = { type = "Suffix", affix = "of the Juggernaut", "3% of Armour applies to Fire, Cold and Lightning Damage taken from Hits", statOrder = { 4477 }, level = 83, group = "AnimalCharmArmourAppliesToElementalDamage", weightKey = { "str_animal_charm", "default", }, weightVal = { 10, 0 }, modTags = { }, }, + ["AnimalCharmEnduranceChargeOnStun1"] = { type = "Prefix", affix = "Juggernaut's", "(10-19)% chance to gain an Endurance Charge when you Stun an Enemy", statOrder = { 5275 }, level = 1, group = "AnimalCharmEnduranceChargeOnStun", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmEnduranceChargeOnStun2"] = { type = "Prefix", affix = "Juggernaut's", "(20-30)% chance to gain an Endurance Charge when you Stun an Enemy", statOrder = { 5275 }, level = 60, group = "AnimalCharmEnduranceChargeOnStun", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAreaOfEffectPerEnduranceCharge1"] = { type = "Prefix", affix = "Juggernaut's", "(3-4)% increased Area of Effect per Endurance Charge", statOrder = { 4462 }, level = 1, group = "AnimalCharmAreaOfEffectPerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmAreaOfEffectPerEnduranceCharge2"] = { type = "Prefix", affix = "Juggernaut's", "(5-6)% increased Area of Effect per Endurance Charge", statOrder = { 4462 }, level = 60, group = "AnimalCharmAreaOfEffectPerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmEnchangeChargeWhenHit1"] = { type = "Prefix", affix = "Juggernaut's", "(10-19)% chance to gain an Endurance Charge when you are Hit", statOrder = { 2600 }, level = 1, group = "AnimalCharmEnchangeChargeWhenHit", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmEnchangeChargeWhenHit2"] = { type = "Prefix", affix = "Juggernaut's", "(20-30)% chance to gain an Endurance Charge when you are Hit", statOrder = { 2600 }, level = 60, group = "AnimalCharmEnchangeChargeWhenHit", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmChaosResistancePerEnduranceCharge1"] = { type = "Suffix", affix = "of the Juggernaut", "+(2-3)% to Chaos Resistance per Endurance Charge", statOrder = { 5326 }, level = 1, group = "AnimalCharmChaosResistancePerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmChaosResistancePerEnduranceCharge2"] = { type = "Suffix", affix = "of the Juggernaut", "+(4-5)% to Chaos Resistance per Endurance Charge", statOrder = { 5326 }, level = 60, group = "AnimalCharmChaosResistancePerEnduranceCharge", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmLIfeRegenerationRate1"] = { type = "Suffix", affix = "of the Juggernaut", "(10-15)% increased Life Regeneration rate", statOrder = { 1437 }, level = 45, group = "AnimalCharmLIfeRegenerationRate", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmLIfeRegenerationRate2"] = { type = "Suffix", affix = "of the Juggernaut", "(16-20)% increased Life Regeneration rate", statOrder = { 1437 }, level = 72, group = "AnimalCharmLIfeRegenerationRate", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmTotemTauntEnemiesWhenSummoned"] = { type = "Suffix", affix = "of the Chieftain", "Totems Taunt Enemies around them for 2 seconds when Summoned", statOrder = { 9631 }, level = 45, group = "AnimalCharmTotemTauntEnemiesWhenSummoned", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmTotemRecoup1"] = { type = "Suffix", affix = "of the Chieftain", "Recoup (5-7)% of Damage Taken by your Totems as Life", statOrder = { 9099 }, level = 1, group = "AnimalCharmTotemRecoup", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmTotemRecoup2"] = { type = "Suffix", affix = "of the Chieftain", "Recoup (8-12)% of Damage Taken by your Totems as Life", statOrder = { 9099 }, level = 60, group = "AnimalCharmTotemRecoup", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmFireExplode"] = { type = "Prefix", affix = "Chieftain's", "Enemies you or your Totems Kill have 1% chance to Explode, dealing 500% of their maximum Life as Fire Damage", statOrder = { 6050 }, level = 70, group = "AnimalCharmFireExplode", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmAshOnHittingRareUniqueEnemy1"] = { type = "Prefix", affix = "Chieftain's", "(5-10)% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit", statOrder = { 4428 }, level = 45, group = "AnimalCharmAshOnHittingRareUniqueEnemy", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAshOnHittingRareUniqueEnemy2"] = { type = "Prefix", affix = "Chieftain's", "(11-20)% chance to Cover Rare or Unique Enemies in Ash for 10 Seconds on Hit", statOrder = { 4428 }, level = 72, group = "AnimalCharmAshOnHittingRareUniqueEnemy", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmStrengthPercent1"] = { type = "Prefix", affix = "Chieftain's", "(3-5)% increased Strength", statOrder = { 1051 }, level = 1, group = "AnimalCharmStrengthPercent", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmStrengthPercent2"] = { type = "Prefix", affix = "Chieftain's", "(6-8)% increased Strength", statOrder = { 1051 }, level = 60, group = "AnimalCharmStrengthPercent", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMaximumFireDamageResistance1"] = { type = "Suffix", affix = "of the Chieftain", "+1% to maximum Fire Resistance", statOrder = { 1483 }, level = 45, group = "AnimalCharmMaximumFireDamageResistance", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMaximumFireDamageResistance2"] = { type = "Suffix", affix = "of the Chieftain", "+2% to maximum Fire Resistance", statOrder = { 1483 }, level = 72, group = "AnimalCharmMaximumFireDamageResistance", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmIgniteDurationOnSelf1"] = { type = "Suffix", affix = "of the Chieftain", "(20-30)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "AnimalCharmIgniteDurationOnSelf", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmIgniteDurationOnSelf2"] = { type = "Suffix", affix = "of the Chieftain", "(31-50)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 60, group = "AnimalCharmIgniteDurationOnSelf", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmStunImmuneWith25Rage"] = { type = "Suffix", affix = "of the Berserker", "Cannot be Stunned while you have at least 25 Rage", statOrder = { 9059 }, level = 45, group = "AnimalCharmStunImmuneWith25Rage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAddedPhysicalDamageIfCritRecently1"] = { type = "Prefix", affix = "Berserker's", "Adds (5-7) to (14-17) Physical Damage if you've dealt a Critical Strike Recently", statOrder = { 8579 }, level = 1, group = "AnimalCharmAddedPhysicalDamageIfCritRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmAddedPhysicalDamageIfCritRecently2"] = { type = "Prefix", affix = "Berserker's", "Adds (8-12) to (18-22) Physical Damage if you've dealt a Critical Strike Recently", statOrder = { 8579 }, level = 60, group = "AnimalCharmAddedPhysicalDamageIfCritRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMaximumRage1"] = { type = "Prefix", affix = "Berserker's", "+(2-3) to Maximum Rage", statOrder = { 9053 }, level = 1, group = "AnimalCharmMaximumRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmMaximumRage2"] = { type = "Prefix", affix = "Berserker's", "+(4-5) to Maximum Rage", statOrder = { 9053 }, level = 60, group = "AnimalCharmMaximumRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmWarcriesGrantRage1"] = { type = "Prefix", affix = "Berserker's", "Warcries grant (2-3) Rage per 5 Power if you have less than 25 Rage", statOrder = { 4774 }, level = 1, group = "AnimalCharmWarcriesGrantRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmWarcriesGrantRage2"] = { type = "Prefix", affix = "Berserker's", "Warcries grant (4-5) Rage per 5 Power if you have less than 25 Rage", statOrder = { 4774 }, level = 60, group = "AnimalCharmWarcriesGrantRage", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmLeechPercentIsInstant1"] = { type = "Suffix", affix = "of the Berserker", "(3-5)% of Leech is Instant", statOrder = { 6797 }, level = 45, group = "AnimalCharmLeechPercentIsInstant", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmLeechPercentIsInstant2"] = { type = "Suffix", affix = "of the Berserker", "(6-8)% of Leech is Instant", statOrder = { 6797 }, level = 72, group = "AnimalCharmLeechPercentIsInstant", weightKey = { "str_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmLeechIfKilledRecently1"] = { type = "Suffix", affix = "of the Berserker", "1% of Attack Damage Leeched as Life and Mana if you've Killed Recently", statOrder = { 6803 }, level = 1, group = "AnimalCharmLeechIfKilledRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmLeechIfKilledRecently2"] = { type = "Suffix", affix = "of the Berserker", "2% of Attack Damage Leeched as Life and Mana if you've Killed Recently", statOrder = { 6803 }, level = 60, group = "AnimalCharmLeechIfKilledRecently", weightKey = { "str_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmCorpseExplodeOnWarcry1"] = { type = "Prefix", affix = "Berserker's", "Nearby corpses Explode when you Warcry, dealing (3-4)% of their Life as Physical Damage", statOrder = { 8749 }, level = 70, group = "AnimalCharmCorpseExplodeOnWarcry", weightKey = { "str_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmCorpseExplodeOnWarcry2"] = { type = "Prefix", affix = "Berserker's", "Nearby corpses Explode when you Warcry, dealing (5-6)% of their Life as Physical Damage", statOrder = { 8749 }, level = 81, group = "AnimalCharmCorpseExplodeOnWarcry", weightKey = { "str_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["AnimalCharmStunImmuneWhileFortified"] = { type = "Suffix", affix = "of the Champion", "Cannot be Stunned while Fortified", statOrder = { 5019 }, level = 70, group = "AnimalCharmStunImmuneWhileFortified", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmTauntOnHitChance1"] = { type = "Prefix", affix = "Champion's", "(10-19)% chance to Taunt on Hit", statOrder = { 3270 }, level = 1, group = "AnimalCharmTauntOnHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmTauntOnHitChance2"] = { type = "Prefix", affix = "Champion's", "(20-30)% chance to Taunt on Hit", statOrder = { 3270 }, level = 60, group = "AnimalCharmTauntOnHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmBannersNoReservation"] = { type = "Prefix", affix = "Champion's", "Banner Skills have no Reservation", statOrder = { 4694 }, level = 45, group = "AnimalCharmBannersNoReservation", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmRecoverBannerStagesOnPlacingBanner1"] = { type = "Suffix", affix = "of the Champion", "When you leave your Banner's Area, recover (10-15)% of the Valour consumed for that Banner", statOrder = { 8839 }, level = 1, group = "AnimalCharmRecoverBannerStagesOnPlacingBanner", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmRecoverBannerStagesOnPlacingBanner2"] = { type = "Suffix", affix = "of the Champion", "When you leave your Banner's Area, recover (16-25)% of the Valour consumed for that Banner", statOrder = { 8839 }, level = 60, group = "AnimalCharmRecoverBannerStagesOnPlacingBanner", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmGainAdrenalineOnReachingLowLife"] = { type = "Prefix", affix = "Champion's", "Gain Adrenaline for 4 seconds when you reach Low Life", statOrder = { 6240 }, level = 70, group = "AnimalCharmGainAdrenalineOnReachingLowLife", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmImpaleLastsForExtraHits"] = { type = "Prefix", affix = "Champion's", "Impales you inflict last 1 additional Hit", statOrder = { 6726 }, level = 81, group = "AnimalCharmImpaleLastsForExtraHits", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 10, 10, 0 }, modTags = { }, }, + ["AnimalCharmFortifyOnMeleeHitChance1"] = { type = "Suffix", affix = "of the Champion", "Melee Hits have (5-10)% chance to Fortify", statOrder = { 2116 }, level = 45, group = "AnimalCharmFortifyOnMeleeHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmFortifyOnMeleeHitChance2"] = { type = "Suffix", affix = "of the Champion", "Melee Hits have (11-20)% chance to Fortify", statOrder = { 2116 }, level = 72, group = "AnimalCharmFortifyOnMeleeHitChance", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmBleedExplode1"] = { type = "Prefix", affix = "Gladiator's", "Bleeding Enemies you Kill Explode, dealing (2-3)% of", "their Maximum Life as Physical Damage", statOrder = { 3318, 3318.1 }, level = 70, group = "AnimalCharmBleedExplode", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmBleedExplode2"] = { type = "Prefix", affix = "Gladiator's", "Bleeding Enemies you Kill Explode, dealing (4-5)% of", "their Maximum Life as Physical Damage", statOrder = { 3318, 3318.1 }, level = 81, group = "AnimalCharmBleedExplode", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, + ["AnimalCharmBlindOnHitVsBleedingEnemies1"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Bleeding Enemies have (10-19)% chance to Blind", statOrder = { 4564 }, level = 1, group = "AnimalCharmBlindOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmBlindOnHitVsBleedingEnemies2"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Bleeding Enemies have (20-30)% chance to Blind", statOrder = { 4564 }, level = 60, group = "AnimalCharmBlindOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMaimOnHitVsBlindedEnemies1"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Blinded Enemies have (10-19)% chance to Maim", statOrder = { 4565 }, level = 1, group = "AnimalCharmMaimOnHitVsBlindedEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmMaimOnHitVsBlindedEnemies2"] = { type = "Prefix", affix = "Gladiator's", "Attack Hits against Blinded Enemies have (20-30)% chance to Maim", statOrder = { 4565 }, level = 60, group = "AnimalCharmMaimOnHitVsBlindedEnemies", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmStunImmuneAgainstBlockedHits"] = { type = "Suffix", affix = "of the Gladiator", "Cannot be Stunned by Hits you Block", statOrder = { 5010 }, level = 45, group = "AnimalCharmStunImmuneAgainstBlockedHits", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMaximumBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(1-2)% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 45, group = "AnimalCharmMaximumBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMaximumBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+3% to maximum Chance to Block Attack Damage", statOrder = { 1843 }, level = 72, group = "AnimalCharmMaximumBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmOverwhelmIfBlockedinPast20Seconds"] = { type = "Prefix", affix = "Gladiator's", "Hits ignore Enemy Physical Damage Reduction if you've Blocked in the past 20 seconds", statOrder = { 6648 }, level = 1, group = "AnimalCharmOverwhelmIfBlockedinPast20Seconds", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmArmourAndEvasionPerBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(3-4) to Armour and Evasion Rating per 1% Chance to Block Attack Damage", statOrder = { 4484 }, level = 1, group = "AnimalCharmArmourAndEvasionPerBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmArmourAndEvasionPerBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+(5-6) to Armour and Evasion Rating per 1% Chance to Block Attack Damage", statOrder = { 4484 }, level = 60, group = "AnimalCharmArmourAndEvasionPerBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmAttackBlock1"] = { type = "Suffix", affix = "of the Gladiator", "+(3-4)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 1, group = "AnimalCharmAttackBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmAttackBlock2"] = { type = "Suffix", affix = "of the Gladiator", "+(5-6)% Chance to Block Attack Damage", statOrder = { 2309 }, level = 60, group = "AnimalCharmAttackBlock", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmAttackSpeedOnKillingRareUnique1"] = { type = "Prefix", affix = "Slayer's", "Gain (4-7)% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy", statOrder = { 6261 }, level = 1, group = "AnimalCharmAttackSpeedOnKillingRareUnique", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmAttackSpeedOnKillingRareUnique2"] = { type = "Prefix", affix = "Slayer's", "Gain (8-12)% increased Attack Speed for 20 seconds when you Kill a Rare or Unique Enemy", statOrder = { 6261 }, level = 60, group = "AnimalCharmAttackSpeedOnKillingRareUnique", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmPhysicalReflectImmune"] = { type = "Suffix", affix = "of the Slayer", "Cannot take Reflected Physical Damage", statOrder = { 5038 }, level = 45, group = "AnimalCharmPhysicalReflectImmune", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmStunImmuneWhileLeeching"] = { type = "Suffix", affix = "of the Slayer", "Cannot be Stunned while Leeching", statOrder = { 3051 }, level = 70, group = "AnimalCharmStunImmuneWhileLeeching", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmUnaffectedbyBleedingWhileLeeching"] = { type = "Suffix", affix = "of the Slayer", "You are Unaffected by Bleeding while Leeching", statOrder = { 9671 }, level = 70, group = "AnimalCharmUnaffectedbyBleedingWhileLeeching", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmOverkillLeech1"] = { type = "Suffix", affix = "of the Slayer", "(4-7)% of Overkill Damage is Leeched as Life", statOrder = { 3048 }, level = 1, group = "AnimalCharmOverkillLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmOverkillLeech2"] = { type = "Suffix", affix = "of the Slayer", "(8-12)% of Overkill Damage is Leeched as Life", statOrder = { 3048 }, level = 60, group = "AnimalCharmOverkillLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMaximumAmountPerLifeLeech1"] = { type = "Prefix", affix = "Slayer's", "(10-20)% increased Maximum Recovery per Life Leech", statOrder = { 1583 }, level = 45, group = "AnimalCharmMaximumAmountPerLifeLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMaximumAmountPerLifeLeech2"] = { type = "Prefix", affix = "Slayer's", "(21-30)% increased Maximum Recovery per Life Leech", statOrder = { 1583 }, level = 72, group = "AnimalCharmMaximumAmountPerLifeLeech", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmAreaOfEffectIfKilledRecently1"] = { type = "Prefix", affix = "Slayer's", "(4-7)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 1, group = "AnimalCharmAreaOfEffectIfKilledRecently", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmAreaOfEffectIfKilledRecently2"] = { type = "Prefix", affix = "Slayer's", "(8-12)% increased Area of Effect if you've Killed Recently", statOrder = { 4049 }, level = 60, group = "AnimalCharmAreaOfEffectIfKilledRecently", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCullingStrike"] = { type = "Prefix", affix = "Slayer's", "Culling Strike", statOrder = { 1893 }, level = 45, group = "AnimalCharmCullingStrike", weightKey = { "dex_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmStrengthAndIntelligence1"] = { type = "Suffix", affix = "of the Inquisitor", "+(20-30) to Strength and Intelligence", statOrder = { 380 }, level = 1, group = "AnimalCharmStrengthAndIntelligence", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmStrengthAndIntelligence2"] = { type = "Suffix", affix = "of the Inquisitor", "+(31-40) to Strength and Intelligence", statOrder = { 380 }, level = 60, group = "AnimalCharmStrengthAndIntelligence", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikesNonDamagingAilmentEffect1"] = { type = "Prefix", affix = "Inquisitor's", "(20-30)% increased Effect of non-Damaging Ailments you inflict with Critical Strikes", statOrder = { 8797 }, level = 1, group = "AnimalCharmCriticalStrikesNonDamagingAilmentEffect", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikesNonDamagingAilmentEffect2"] = { type = "Prefix", affix = "Inquisitor's", "(31-40)% increased Effect of non-Damaging Ailments you inflict with Critical Strikes", statOrder = { 8797 }, level = 60, group = "AnimalCharmCriticalStrikesNonDamagingAilmentEffect", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmConsecratedGroundLingerDuration"] = { type = "Suffix", affix = "of the Inquisitor", "Effects of Consecrated Ground you create Linger for 2 seconds", statOrder = { 9874 }, level = 70, group = "AnimalCharmConsecratedGroundLingerDuration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmConsecratedGroundDamageTaken1"] = { type = "Prefix", affix = "Inquisitor's", "Consecrated Ground you create applies (5-6)% increased Damage taken to Enemies", statOrder = { 5432 }, level = 45, group = "AnimalCharmConsecratedGroundDamageTaken", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmConsecratedGroundDamageTaken2"] = { type = "Prefix", affix = "Inquisitor's", "Consecrated Ground you create applies (7-10)% increased Damage taken to Enemies", statOrder = { 5432 }, level = 72, group = "AnimalCharmConsecratedGroundDamageTaken", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmElementalPenetration1"] = { type = "Prefix", affix = "Inquisitor's", "Damage Penetrates (3-4)% of Enemy Elemental Resistances", statOrder = { 3395 }, level = 1, group = "AnimalCharmElementalPenetration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmElementalPenetration2"] = { type = "Prefix", affix = "Inquisitor's", "Damage Penetrates (5-6)% of Enemy Elemental Resistances", statOrder = { 3395 }, level = 60, group = "AnimalCharmElementalPenetration", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmConsecratedGroundVsRareUnique1"] = { type = "Suffix", affix = "of the Inquisitor", "(10-19)% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds", statOrder = { 5481 }, level = 1, group = "AnimalCharmConsecratedGroundVsRareUnique", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmConsecratedGroundVsRareUnique2"] = { type = "Suffix", affix = "of the Inquisitor", "(20-30)% chance to create Consecrated Ground when you Hit a Rare or Unique Enemy, lasting 8 seconds", statOrder = { 5481 }, level = 60, group = "AnimalCharmConsecratedGroundVsRareUnique", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeChanceIfNotCritRecently1"] = { type = "Prefix", affix = "Inquisitor's", "(50-70)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrder = { 5505 }, level = 1, group = "AnimalCharmCriticalStrikeChanceIfNotCritRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeChanceIfNotCritRecently2"] = { type = "Prefix", affix = "Inquisitor's", "(71-100)% increased Critical Strike Chance if you haven't dealt a Critical Strike Recently", statOrder = { 5505 }, level = 60, group = "AnimalCharmCriticalStrikeChanceIfNotCritRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmDamageRemovedFromManaBeforeLife1"] = { type = "Suffix", affix = "of the Hierophant", "(1-2)% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 70, group = "AnimalCharmDamageRemovedFromManaBeforeLife", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmDamageRemovedFromManaBeforeLife2"] = { type = "Suffix", affix = "of the Hierophant", "3% of Damage is taken from Mana before Life", statOrder = { 2546 }, level = 81, group = "AnimalCharmDamageRemovedFromManaBeforeLife", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, + ["AnimalCharmManaReservationEfficiency1"] = { type = "Prefix", affix = "Hierophant's", "(4-7)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 45, group = "AnimalCharmManaReservationEfficiency", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmManaReservationEfficiency2"] = { type = "Prefix", affix = "Hierophant's", "(8-12)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 72, group = "AnimalCharmManaReservationEfficiency", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmManaToAddAsExtraEnergyShield1"] = { type = "Suffix", affix = "of the Hierophant", "Gain (2-3)% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2029 }, level = 1, group = "AnimalCharmManaToAddAsExtraEnergyShield", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmManaToAddAsExtraEnergyShield2"] = { type = "Suffix", affix = "of the Hierophant", "Gain (4-5)% of Maximum Mana as Extra Maximum Energy Shield", statOrder = { 2029 }, level = 60, group = "AnimalCharmManaToAddAsExtraEnergyShield", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmArcaneSurgeOnHit"] = { type = "Prefix", affix = "Hierophant's", "Gain Arcane Surge when you or your Totems Hit an Enemy with a Spell", statOrder = { 6256 }, level = 70, group = "AnimalCharmArcaneSurgeOnHit", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge1"] = { type = "Prefix", affix = "Hierophant's", "Non-Damaging Ailments have (20-30)% reduced Effect on you while you have Arcane Surge", statOrder = { 4161 }, level = 1, group = "AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge2"] = { type = "Prefix", affix = "Hierophant's", "Non-Damaging Ailments have (31-40)% reduced Effect on you while you have Arcane Surge", statOrder = { 4161 }, level = 60, group = "AnimalCharmNonDamagingAilmentEffectOnSelfWithArcaneSurge", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmDamageRemovedFromTotemLifeBeforeSelf1"] = { type = "Suffix", affix = "of the Hierophant", "(1-2)% of Damage from Hits is taken from your nearest Totem's Life before you", statOrder = { 5665 }, level = 1, group = "AnimalCharmDamageRemovedFromTotemLifeBeforeSelf", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmDamageRemovedFromTotemLifeBeforeSelf2"] = { type = "Suffix", affix = "of the Hierophant", "3% of Damage from Hits is taken from your nearest Totem's Life before you", statOrder = { 5665 }, level = 60, group = "AnimalCharmDamageRemovedFromTotemLifeBeforeSelf", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMinimumEnduranceAndPowerCharges"] = { type = "Suffix", affix = "of the Hierophant", "+1 to Minimum Endurance Charges", "+1 to Minimum Power Charges", statOrder = { 1662, 1672 }, level = 70, group = "AnimalCharmMinimumEnduranceAndPowerCharges", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmChanceToSummonTwoTotems1"] = { type = "Prefix", affix = "Hierophant's", "Skills that would Summon a Totem have (20-30)% chance to Summon two Totems instead", statOrder = { 5311 }, level = 1, group = "AnimalCharmChanceToSummonTwoTotems", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmChanceToSummonTwoTotems2"] = { type = "Prefix", affix = "Hierophant's", "Skills that would Summon a Totem have (31-50)% chance to Summon two Totems instead", statOrder = { 5311 }, level = 60, group = "AnimalCharmChanceToSummonTwoTotems", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmBlockChanceIfAttackedRecently1"] = { type = "Suffix", affix = "of the Guardian", "If you've Attacked Recently, you and nearby Allies have +(4-5)% Chance to Block Attack Damage", statOrder = { 9829 }, level = 1, group = "AnimalCharmBlockChanceIfAttackedRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmBlockChanceIfAttackedRecently2"] = { type = "Suffix", affix = "of the Guardian", "If you've Attacked Recently, you and nearby Allies have +(6-8)% Chance to Block Attack Damage", statOrder = { 9829 }, level = 60, group = "AnimalCharmBlockChanceIfAttackedRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmSpellBlockChanceIfCastSpellRecently1"] = { type = "Suffix", affix = "of the Guardian", "If you've Cast a Spell Recently, you and nearby Allies have +(4-5)% Chance to Block Spell Damage", statOrder = { 9830 }, level = 1, group = "AnimalCharmSpellBlockChanceIfCastSpellRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmSpellBlockChanceIfCastSpellRecently2"] = { type = "Suffix", affix = "of the Guardian", "If you've Cast a Spell Recently, you and nearby Allies have +(6-8)% Chance to Block Spell Damage", statOrder = { 9830 }, level = 60, group = "AnimalCharmSpellBlockChanceIfCastSpellRecently", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmRemoveCursesAndAilmentsEvery10seconds"] = { type = "Suffix", affix = "of the Guardian", "Every 4 seconds, remove Curses and Elemental Ailments from you", statOrder = { 3618 }, level = 45, group = "AnimalCharmRemoveCursesAndAilmentsEvery10seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmReservedManaGrantedAsArmour1"] = { type = "Prefix", affix = "Guardian's", "Grants Armour equal to (3-4)% of your Reserved Mana to you and nearby Allies", statOrder = { 3616 }, level = 45, group = "AnimalCharmReservedManaGrantedAsArmour", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmReservedManaGrantedAsArmour2"] = { type = "Prefix", affix = "Guardian's", "Grants Armour equal to (5-6)% of your Reserved Mana to you and nearby Allies", statOrder = { 3616 }, level = 72, group = "AnimalCharmReservedManaGrantedAsArmour", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmEnemiesInLinkBeamCannotInflictElementalAilments"] = { type = "Suffix", affix = "of the Guardian", "Enemies in your Link Beams cannot apply Elemental Ailments", statOrder = { 6950 }, level = 45, group = "AnimalCharmEnemiesInLinkBeamCannotInflictElementalAilments", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmLifeRegenerationForASecondEvery10Seconds1"] = { type = "Prefix", affix = "Guardian's", "Every 4 seconds, Regenerate 10% of Life over one second", statOrder = { 3619 }, level = 1, group = "AnimalCharmLifeRegenerationForASecondEvery10Seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmLifeRegenerationForASecondEvery10Seconds2"] = { type = "Prefix", affix = "Guardian's", "Every 4 seconds, Regenerate 20% of Life over one second", statOrder = { 3619 }, level = 60, group = "AnimalCharmLifeRegenerationForASecondEvery10Seconds", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmNearbyEnemiesCannotGainCharges"] = { type = "Prefix", affix = "Guardian's", "Nearby Enemies cannot gain Power, Frenzy or Endurance Charges", statOrder = { 3614 }, level = 45, group = "AnimalCharmNearbyEnemiesCannotGainCharges", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmNearbyAlliesHaveOnslaughtIfYouHaveAtLeast5Nearby"] = { type = "Prefix", affix = "Guardian's", "While there are at least five nearby Allies, you and nearby Allies have Onslaught", statOrder = { 6418 }, level = 45, group = "AnimalCharmNearbyAlliesHaveOnslaughtIfYouHaveAtLeast5Nearby", weightKey = { "int_animal_charm", "str_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmExposureExtraResistance1"] = { type = "Prefix", affix = "Elementalist's", "Exposure you inflict applies an extra -(5-4)% to the affected Resistance", statOrder = { 6057 }, level = 1, group = "AnimalCharmExposureExtraResistance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmExposureExtraResistance2"] = { type = "Prefix", affix = "Elementalist's", "Exposure you inflict applies an extra -(7-6)% to the affected Resistance", statOrder = { 6057 }, level = 60, group = "AnimalCharmExposureExtraResistance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAllDamageCanIgnite"] = { type = "Prefix", affix = "Elementalist's", "All Damage can Ignite", statOrder = { 4377 }, level = 81, group = "AnimalCharmAllDamageCanIgnite", weightKey = { "int_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, + ["AnimalCharmShockMinimumDamageIncrease1"] = { type = "Prefix", affix = "Elementalist's", "Shocks from your Hits always increase Damage taken by at least (5-7)%", statOrder = { 4269 }, level = 45, group = "AnimalCharmShockMinimumDamageIncrease", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmShockMinimumDamageIncrease2"] = { type = "Prefix", affix = "Elementalist's", "Shocks from your Hits always increase Damage taken by at least (8-10)%", statOrder = { 4269 }, level = 72, group = "AnimalCharmShockMinimumDamageIncrease", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmChillMinimumSlow1"] = { type = "Suffix", affix = "of the Elementalist", "Chills from your Hits always reduce Action Speed by at least (3-4)%", statOrder = { 4268 }, level = 45, group = "AnimalCharmChillMinimumSlow", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmChillMinimumSlow2"] = { type = "Suffix", affix = "of the Elementalist", "Chills from your Hits always reduce Action Speed by at least (5-6)%", statOrder = { 4268 }, level = 72, group = "AnimalCharmChillMinimumSlow", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmGolemBuffEffect1"] = { type = "Suffix", affix = "of the Elementalist", "(15-20)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 1, group = "AnimalCharmGolemBuffEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmGolemBuffEffect2"] = { type = "Suffix", affix = "of the Elementalist", "(21-35)% increased Effect of Buffs granted by your Golems", statOrder = { 6394 }, level = 60, group = "AnimalCharmGolemBuffEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmIgniteFreezeShockChance1"] = { type = "Prefix", affix = "Elementalist's", "(10-15)% chance to Freeze, Shock and Ignite", statOrder = { 2650 }, level = 1, group = "AnimalCharmIgniteFreezeShockChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmIgniteFreezeShockChance2"] = { type = "Prefix", affix = "Elementalist's", "(16-25)% chance to Freeze, Shock and Ignite", statOrder = { 2650 }, level = 60, group = "AnimalCharmIgniteFreezeShockChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmElementalReflectImmune"] = { type = "Suffix", affix = "of the Elementalist", "Cannot take Reflected Elemental Damage", statOrder = { 5037 }, level = 45, group = "AnimalCharmElementalReflectImmune", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmIgnoreHexproofEnemies"] = { type = "Prefix", affix = "Occultist's", "Your Hexes can affect Hexproof Enemies", statOrder = { 2450 }, level = 45, group = "AnimalCharmIgnoreHexproofEnemies", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmChaosExplode1"] = { type = "Prefix", affix = "Occultist's", "Cursed Enemies you or your Minions Kill have a (6-10)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrder = { 3147 }, level = 70, group = "AnimalCharmChaosExplode", weightKey = { "int_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmChaosExplode2"] = { type = "Prefix", affix = "Occultist's", "Cursed Enemies you or your Minions Kill have a (11-15)% chance to Explode, dealing a quarter of their maximum Life as Chaos Damage", statOrder = { 3147 }, level = 81, group = "AnimalCharmChaosExplode", weightKey = { "int_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["AnimalCharmAreaofEffectPerPowerCharge1"] = { type = "Prefix", affix = "Occultist's", "(2-3)% increased Area of Effect per Power Charge", statOrder = { 1983 }, level = 1, group = "AnimalCharmAreaofEffectPerPowerCharge", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmAreaofEffectPerPowerCharge2"] = { type = "Prefix", affix = "Occultist's", "4% increased Area of Effect per Power Charge", statOrder = { 1983 }, level = 60, group = "AnimalCharmAreaofEffectPerPowerCharge", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmCurseEffect1"] = { type = "Prefix", affix = "Occultist's", "(3-5)% increased Effect of your Curses", statOrder = { 2447 }, level = 1, group = "AnimalCharmCurseEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmCurseEffect2"] = { type = "Prefix", affix = "Occultist's", "(6-8)% increased Effect of your Curses", statOrder = { 2447 }, level = 60, group = "AnimalCharmCurseEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmNearbyEnemiesAreChilled"] = { type = "Suffix", affix = "of the Occultist", "Nearby Enemies are Chilled", statOrder = { 8752 }, level = 70, group = "AnimalCharmNearbyEnemiesAreChilled", weightKey = { "int_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmEnergyShieldRegeneration1"] = { type = "Suffix", affix = "of the Occultist", "Regenerate (1-1.5)% of Energy Shield per second", statOrder = { 2495 }, level = 1, group = "AnimalCharmEnergyShieldRegeneration", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmEnergyShieldRegeneration2"] = { type = "Suffix", affix = "of the Occultist", "Regenerate (2-3)% of Energy Shield per second", statOrder = { 2495 }, level = 60, group = "AnimalCharmEnergyShieldRegeneration", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmSpellHinderOnHitChance1"] = { type = "Suffix", affix = "of the Occultist", "(10-19)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 1, group = "AnimalCharmSpellHinderOnHitChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmSpellHinderOnHitChance2"] = { type = "Suffix", affix = "of the Occultist", "(20-30)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 60, group = "AnimalCharmSpellHinderOnHitChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMinionUnholyMightChance1"] = { type = "Prefix", affix = "Necromancer's", "Minions have (10-19)% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 3219 }, level = 1, group = "AnimalCharmMinionUnholyMightChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmMinionUnholyMightChance2"] = { type = "Prefix", affix = "Necromancer's", "Minions have (20-30)% chance to gain Unholy Might for 4 seconds on Kill", statOrder = { 3219 }, level = 60, group = "AnimalCharmMinionUnholyMightChance", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmOfferingEffect1"] = { type = "Prefix", affix = "Necromancer's", "Your Offerings have (15-20)% increased Effect on you", statOrder = { 1037 }, level = 1, group = "AnimalCharmOfferingEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmOfferingEffect2"] = { type = "Prefix", affix = "Necromancer's", "Your Offerings have (21-30)% increased Effect on you", statOrder = { 1037 }, level = 60, group = "AnimalCharmOfferingEffect", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmRegenerateManaOnConsumeCorpse1"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (2-3)% of Mana over 2 seconds when you Consume a corpse", statOrder = { 9157 }, level = 1, group = "AnimalCharmRegenerateManaOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmRegenerateManaOnConsumeCorpse2"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (4-5)% of Mana over 2 seconds when you Consume a corpse", statOrder = { 9157 }, level = 60, group = "AnimalCharmRegenerateManaOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmRegenerateEnergyShieldOnConsumeCorpse1"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (2-3)% of Energy Shield over 2 seconds when you Consume a corpse", statOrder = { 9156 }, level = 1, group = "AnimalCharmRegenerateEnergyShieldOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmRegenerateEnergyShieldOnConsumeCorpse2"] = { type = "Suffix", affix = "of the Necromancer", "Regenerate (4-5)% of Energy Shield over 2 seconds when you Consume a corpse", statOrder = { 9156 }, level = 60, group = "AnimalCharmRegenerateEnergyShieldOnConsumeCorpse", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmElementalResistancesForAuraAffectedAllies1"] = { type = "Suffix", affix = "of the Necromancer", "You and nearby Allies have +(10-14)% to Elemental Resistances", statOrder = { 3901 }, level = 1, group = "AnimalCharmElementalResistancesForAuraAffectedAllies", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmElementalResistancesForAuraAffectedAllies2"] = { type = "Suffix", affix = "of the Necromancer", "You and nearby Allies have +(15-20)% to Elemental Resistances", statOrder = { 3901 }, level = 60, group = "AnimalCharmElementalResistancesForAuraAffectedAllies", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield1"] = { type = "Prefix", affix = "Necromancer's", "Minions gain Added Physical Damage equal to (3-5)% of Maximum Energy Shield on your Equipped Helmet", statOrder = { 9876 }, level = 45, group = "AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield2"] = { type = "Prefix", affix = "Necromancer's", "Minions gain Added Physical Damage equal to (6-10)% of Maximum Energy Shield on your Equipped Helmet", statOrder = { 9876 }, level = 72, group = "AnimalCharmMinionPhysicalDamageBasedOffHelmetEnergyShield", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmCorpseLife1"] = { type = "Prefix", affix = "Necromancer's", "Corpses you Spawn have (5-10)% increased Maximum Life", statOrder = { 8503 }, level = 45, group = "AnimalCharmCorpseLife", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmCorpseLife2"] = { type = "Prefix", affix = "Necromancer's", "Corpses you Spawn have (11-20)% increased Maximum Life", statOrder = { 8503 }, level = 72, group = "AnimalCharmCorpseLife", weightKey = { "int_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmMinionPhysicalDamageReduction1"] = { type = "Suffix", affix = "of the Necromancer", "Minions have (5-8)% additional Physical Damage Reduction", statOrder = { 2126 }, level = 1, group = "AnimalCharmMinionPhysicalDamageReduction", weightKey = { "int_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmMinionPhysicalDamageReduction2"] = { type = "Suffix", affix = "of the Necromancer", "Minions have (9-12)% additional Physical Damage Reduction", statOrder = { 2126 }, level = 60, group = "AnimalCharmMinionPhysicalDamageReduction", weightKey = { "int_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmPowerChargeOnCriticalStrike1"] = { type = "Prefix", affix = "Assassin's", "(10-15)% chance to gain a Power Charge on Critical Strike", statOrder = { 1689 }, level = 1, group = "AnimalCharmPowerChargeOnCriticalStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmPowerChargeOnCriticalStrike2"] = { type = "Prefix", affix = "Assassin's", "(16-25)% chance to gain a Power Charge on Critical Strike", statOrder = { 1689 }, level = 60, group = "AnimalCharmPowerChargeOnCriticalStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeMultiplierPerPowerCharge1"] = { type = "Prefix", affix = "Assassin's", "+(2-3)% to Critical Strike Multiplier per Power Charge", statOrder = { 3123 }, level = 1, group = "AnimalCharmCriticalStrikeMultiplierPerPowerCharge", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeMultiplierPerPowerCharge2"] = { type = "Prefix", affix = "Assassin's", "+(4-5)% to Critical Strike Multiplier per Power Charge", statOrder = { 3123 }, level = 60, group = "AnimalCharmCriticalStrikeMultiplierPerPowerCharge", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges1"] = { type = "Prefix", affix = "Assassin's", "+(0.4-0.6)% Critical Strike Chance while at maximum Power Charges", statOrder = { 3307 }, level = 1, group = "AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges2"] = { type = "Prefix", affix = "Assassin's", "+(0.6-1)% Critical Strike Chance while at maximum Power Charges", statOrder = { 3307 }, level = 60, group = "AnimalCharmAdditionalCriticalStrikeChanceAtMaximumPowerCharges", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikesHaveCullingStrike"] = { type = "Prefix", affix = "Assassin's", "Critical Strikes have Culling Strike", statOrder = { 3277 }, level = 45, group = "AnimalCharmCriticalStrikesHaveCullingStrike", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies1"] = { type = "Prefix", affix = "Assassin's", "(80-120)% increased Critical Strike Chance against Enemies that are on Full Life", statOrder = { 3599 }, level = 1, group = "AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies2"] = { type = "Prefix", affix = "Assassin's", "(130-160)% increased Critical Strike Chance against Enemies that are on Full Life", statOrder = { 3599 }, level = 60, group = "AnimalCharmCriticalStrikeChanceAgainstFullLifeEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCriticalStrikeDamageCannotBeReflected"] = { type = "Suffix", affix = "of the Assassin", "Damage from your Critical Strikes cannot be Reflected", statOrder = { 5525 }, level = 45, group = "AnimalCharmCriticalStrikeDamageCannotBeReflected", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmElusiveEffect1"] = { type = "Suffix", affix = "of the Assassin", "(10-15)% increased Elusive Effect", statOrder = { 5904 }, level = 45, group = "AnimalCharmElusiveEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmElusiveEffect2"] = { type = "Suffix", affix = "of the Assassin", "(16-25)% increased Elusive Effect", statOrder = { 5904 }, level = 72, group = "AnimalCharmElusiveEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmNoExtraDamageFromCriticalStrikesIfElusive"] = { type = "Suffix", affix = "of the Assassin", "You take no Extra Damage from Critical Strikes while Elusive", statOrder = { 9235 }, level = 70, group = "AnimalCharmNoExtraDamageFromCriticalStrikesIfElusive", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmPoisonDurationPerPoisonAppliedRecently1"] = { type = "Prefix", affix = "Assassin's", "(1-2)% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%", statOrder = { 8964 }, level = 1, group = "AnimalCharmPoisonDurationPerPoisonAppliedRecently", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmPoisonDurationPerPoisonAppliedRecently2"] = { type = "Prefix", affix = "Assassin's", "3% increased Poison Duration for each Poison you have inflicted Recently, up to a maximum of 100%", statOrder = { 8964 }, level = 60, group = "AnimalCharmPoisonDurationPerPoisonAppliedRecently", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCannotBeBlinded"] = { type = "Suffix", affix = "of the Saboteur", "Cannot be Blinded", statOrder = { 2820 }, level = 45, group = "AnimalCharmCannotBeBlinded", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmBlindOnHitChance1"] = { type = "Suffix", affix = "of the Saboteur", "(5-10)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 1, group = "AnimalCharmBlindOnHitChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmBlindOnHitChance2"] = { type = "Suffix", affix = "of the Saboteur", "(11-15)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 60, group = "AnimalCharmBlindOnHitChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmMineAuraEffect1"] = { type = "Prefix", affix = "Saboteur's", "(20-30)% increased Effect of Auras from Mines", statOrder = { 8552 }, level = 1, group = "AnimalCharmMineAuraEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmMineAuraEffect2"] = { type = "Prefix", affix = "Saboteur's", "(31-50)% increased Effect of Auras from Mines", statOrder = { 8552 }, level = 60, group = "AnimalCharmMineAuraEffect", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmTakeHalfAreaDamageChance1"] = { type = "Suffix", affix = "of the Saboteur", "(5-6)% chance to take 50% less Area Damage from Hits", statOrder = { 9577 }, level = 45, group = "AnimalCharmTakeHalfAreaDamageChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmTakeHalfAreaDamageChance2"] = { type = "Suffix", affix = "of the Saboteur", "(7-10)% chance to take 50% less Area Damage from Hits", statOrder = { 9577 }, level = 72, group = "AnimalCharmTakeHalfAreaDamageChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmChanceFor150%AreaDamage1"] = { type = "Prefix", affix = "Saboteur's", "Hits have (5-6)% chance to deal 50% more Area Damage", statOrder = { 8880 }, level = 1, group = "AnimalCharmChanceFor150%AreaDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmChanceFor150%AreaDamage2"] = { type = "Prefix", affix = "Saboteur's", "Hits have (7-10)% chance to deal 50% more Area Damage", statOrder = { 8880 }, level = 60, group = "AnimalCharmChanceFor150%AreaDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCooldownRecoveryRate1"] = { type = "Prefix", affix = "Saboteur's", "(5-8)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 70, group = "AnimalCharmCooldownRecoveryRate", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmCooldownRecoveryRate2"] = { type = "Prefix", affix = "Saboteur's", "(9-12)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 81, group = "AnimalCharmCooldownRecoveryRate", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, + ["AnimalCharmChanceToThrow4AdditionalTraps1"] = { type = "Prefix", affix = "Saboteur's", "(2-3)% chance to throw up to 4 additional Traps", statOrder = { 5312 }, level = 1, group = "AnimalCharmChanceToThrow4AdditionalTraps", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmChanceToThrow4AdditionalTraps2"] = { type = "Prefix", affix = "Saboteur's", "(4-5)% chance to throw up to 4 additional Traps", statOrder = { 5312 }, level = 60, group = "AnimalCharmChanceToThrow4AdditionalTraps", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmCritVsBurningAndShockedEnemies1"] = { type = "Prefix", affix = "Saboteur's", "+(10-15)% to Critical Strike Multiplier against Burning Enemies", "(20-30)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 3027, 5491 }, level = 1, group = "AnimalCharmCritVsBurningAndShockedEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmCritVsBurningAndShockedEnemies2"] = { type = "Prefix", affix = "Saboteur's", "+(16-25)% to Critical Strike Multiplier against Burning Enemies", "(31-50)% increased Critical Strike Chance against Shocked Enemies", statOrder = { 3027, 5491 }, level = 60, group = "AnimalCharmCritVsBurningAndShockedEnemies", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmChargeDuration1"] = { type = "Prefix", affix = "Trickster's", "(40-60)% increased Charge Duration", statOrder = { 4715 }, level = 1, group = "AnimalCharmChargeDuration", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmChargeDuration2"] = { type = "Prefix", affix = "Trickster's", "(61-100)% increased Charge Duration", statOrder = { 4715 }, level = 60, group = "AnimalCharmChargeDuration", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmLifeManaESOnKill1"] = { type = "Suffix", affix = "of the Trickster", "Recover 1% of Life on Kill", "Recover 1% of Energy Shield on Kill", "Recover 1% of Mana on Kill", statOrder = { 1608, 1609, 1610 }, level = 1, group = "AnimalCharmLifeManaESOnKill", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmLifeManaESOnKill2"] = { type = "Suffix", affix = "of the Trickster", "Recover 2% of Life on Kill", "Recover 2% of Energy Shield on Kill", "Recover 2% of Mana on Kill", statOrder = { 1608, 1609, 1610 }, level = 60, group = "AnimalCharmLifeManaESOnKill", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmChanceForEnergyShieldRechargeOnSuppress1"] = { type = "Suffix", affix = "of the Trickster", "(5-8)% chance for Energy Shield Recharge to start when you Suppress Spell Damage", statOrder = { 3263 }, level = 45, group = "AnimalCharmChanceForEnergyShieldRechargeOnSuppress", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmChanceForEnergyShieldRechargeOnSuppress2"] = { type = "Suffix", affix = "of the Trickster", "(9-12)% chance for Energy Shield Recharge to start when you Suppress Spell Damage", statOrder = { 3263 }, level = 72, group = "AnimalCharmChanceForEnergyShieldRechargeOnSuppress", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage1"] = { type = "Prefix", affix = "Trickster's", "(7-13)% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage", statOrder = { 4187 }, level = 45, group = "AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage2"] = { type = "Prefix", affix = "Trickster's", "(17-23)% chance to gain 25% of Non-Chaos Damage with Hits as Extra Chaos Damage", statOrder = { 4187 }, level = 72, group = "AnimalCharmChanceFor25%NonChaosToAddAsChaosDamage", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 125, 125, 0 }, modTags = { }, }, + ["AnimalCharmEvasionPerEnergyShieldOnHelmet1"] = { type = "Suffix", affix = "of the Trickster", "+(1-2) to Evasion Rating per 1 Maximum Energy Shield on Equipped Helmet", statOrder = { 1408 }, level = 1, group = "AnimalCharmEvasionPerEnergyShieldOnHelmet", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmEvasionPerEnergyShieldOnHelmet2"] = { type = "Suffix", affix = "of the Trickster", "+(3-4) to Evasion Rating per 1 Maximum Energy Shield on Equipped Helmet", statOrder = { 1408 }, level = 60, group = "AnimalCharmEvasionPerEnergyShieldOnHelmet", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmSpellDamageSuppressedOnFullEnergyShield1"] = { type = "Suffix", affix = "of the Trickster", "Prevent +(3-4)% of Suppressed Spell Damage while on Full Energy Shield", statOrder = { 1017 }, level = 70, group = "AnimalCharmSpellDamageSuppressedOnFullEnergyShield", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 50, 50, 0 }, modTags = { }, }, + ["AnimalCharmSpellDamageSuppressedOnFullEnergyShield2"] = { type = "Suffix", affix = "of the Trickster", "Prevent +(5-6)% of Suppressed Spell Damage while on Full Energy Shield", statOrder = { 1017 }, level = 81, group = "AnimalCharmSpellDamageSuppressedOnFullEnergyShield", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 25, 25, 0 }, modTags = { }, }, + ["AnimalCharmEnergyShieldLeech1"] = { type = "Prefix", affix = "Trickster's", "(0.5-1)% of Damage Leeched as Energy Shield", statOrder = { 1580 }, level = 1, group = "AnimalCharmEnergyShieldLeech", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmEnergyShieldLeech2"] = { type = "Prefix", affix = "Trickster's", "(1.1-2)% of Damage Leeched as Energy Shield", statOrder = { 1580 }, level = 60, group = "AnimalCharmEnergyShieldLeech", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmRecover10PercentManaOnSkillUseChance1"] = { type = "Suffix", affix = "of the Trickster", "(4-6)% chance to Recover 10% of Mana when you use a Skill", statOrder = { 3312 }, level = 1, group = "AnimalCharmRecover10PercentManaOnSkillUseChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 500, 500, 0 }, modTags = { }, }, + ["AnimalCharmRecover10PercentManaOnSkillUseChance2"] = { type = "Suffix", affix = "of the Trickster", "(7-10)% chance to Recover 10% of Mana when you use a Skill", statOrder = { 3312 }, level = 60, group = "AnimalCharmRecover10PercentManaOnSkillUseChance", weightKey = { "int_animal_charm", "dex_animal_charm", "default", }, weightVal = { 250, 250, 0 }, modTags = { }, }, + ["AnimalCharmNoBarrageSpread"] = { type = "Prefix", affix = "Deadeye's", "Projectile Barrages have no spread", statOrder = { 8778 }, level = 45, group = "AnimalCharmNoBarrageSpread", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMarkEffect1"] = { type = "Prefix", affix = "Deadeye's", "(10-15)% increased Effect of your Marks", statOrder = { 2449 }, level = 1, group = "AnimalCharmMarkEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmMarkEffect2"] = { type = "Prefix", affix = "Deadeye's", "(16-25)% increased Effect of your Marks", statOrder = { 2449 }, level = 60, group = "AnimalCharmMarkEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmProjectileChainFromTerrainChance1"] = { type = "Prefix", affix = "Deadeye's", "Projectiles have (7-13)% chance to be able to Chain when colliding with terrain", statOrder = { 1686 }, level = 45, group = "AnimalCharmProjectileChainFromTerrainChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmProjectileChainFromTerrainChance2"] = { type = "Prefix", affix = "Deadeye's", "Projectiles have (14-20)% chance to be able to Chain when colliding with terrain", statOrder = { 1686 }, level = 72, group = "AnimalCharmProjectileChainFromTerrainChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmAdditionalProjectiles"] = { type = "Prefix", affix = "Deadeye's", "Skills fire an additional Projectile", statOrder = { 1651 }, level = 81, group = "AnimalCharmAdditionalProjectiles", weightKey = { "dex_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, + ["AnimalCharmMirageArcherDuration1"] = { type = "Suffix", affix = "of the Deadeye", "(30-50)% increased Mirage Archer Duration", statOrder = { 8682 }, level = 1, group = "AnimalCharmMirageArcherDuration", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmMirageArcherDuration2"] = { type = "Suffix", affix = "of the Deadeye", "(51-100)% increased Mirage Archer Duration", statOrder = { 8682 }, level = 60, group = "AnimalCharmMirageArcherDuration", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmProjectileDamageWithDistanceTravelled1"] = { type = "Prefix", affix = "Deadeye's", "Projectiles gain Damage as they travel farther, dealing up", "to (25-40)% increased Damage with Hits to targets", statOrder = { 3912, 3912.1 }, level = 1, group = "AnimalCharmProjectileDamageWithDistanceTravelled", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmProjectileDamageWithDistanceTravelled2"] = { type = "Prefix", affix = "Deadeye's", "Projectiles gain Damage as they travel farther, dealing up", "to (41-60)% increased Damage with Hits to targets", statOrder = { 3912, 3912.1 }, level = 60, group = "AnimalCharmProjectileDamageWithDistanceTravelled", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmLifeOnHitVsBleedingEnemies1"] = { type = "Suffix", affix = "of the Deadeye", "Gain (6-10) Life per Bleeding Enemy Hit", statOrder = { 3406 }, level = 1, group = "AnimalCharmLifeOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmLifeOnHitVsBleedingEnemies2"] = { type = "Suffix", affix = "of the Deadeye", "Gain (11-20) Life per Bleeding Enemy Hit", statOrder = { 3406 }, level = 60, group = "AnimalCharmLifeOnHitVsBleedingEnemies", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAccuracyIfCritInLast8Seconds1"] = { type = "Prefix", affix = "Deadeye's", "(7-13)% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds", statOrder = { 4291 }, level = 1, group = "AnimalCharmAccuracyIfCritInLast8Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmAccuracyIfCritInLast8Seconds2"] = { type = "Prefix", affix = "Deadeye's", "(14-20)% increased Accuracy Rating if you've dealt a Critical Strike in the past 8 seconds", statOrder = { 4291 }, level = 60, group = "AnimalCharmAccuracyIfCritInLast8Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmOnslaughtEffect1"] = { type = "Prefix", affix = "Raider's", "(15-25)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 1, group = "AnimalCharmOnslaughtEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmOnslaughtEffect2"] = { type = "Prefix", affix = "Raider's", "(26-40)% increased Effect of Onslaught on you", statOrder = { 3131 }, level = 60, group = "AnimalCharmOnslaughtEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmPhasingOnKillChance1"] = { type = "Suffix", affix = "of the Raider", "(10-15)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 1, group = "AnimalCharmPhasingOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmPhasingOnKillChance2"] = { type = "Suffix", affix = "of the Raider", "(16-25)% chance to gain Phasing for 4 seconds on Kill", statOrder = { 3302 }, level = 60, group = "AnimalCharmPhasingOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmSpellSuppressionChance1"] = { type = "Suffix", affix = "of the Raider", "+(5-9)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 1, group = "AnimalCharmSpellSuppressionChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmSpellSuppressionChance2"] = { type = "Suffix", affix = "of the Raider", "+(10-15)% chance to Suppress Spell Damage", statOrder = { 1014 }, level = 60, group = "AnimalCharmSpellSuppressionChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmAvoidElementalAilmentsChanceWhilePhasing1"] = { type = "Suffix", affix = "of the Raider", "(10-15)% chance to Avoid Elemental Ailments while Phasing", statOrder = { 4657 }, level = 1, group = "AnimalCharmAvoidElementalAilmentsChanceWhilePhasing", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmAvoidElementalAilmentsChanceWhilePhasing2"] = { type = "Suffix", affix = "of the Raider", "(16-25)% chance to Avoid Elemental Ailments while Phasing", statOrder = { 4657 }, level = 60, group = "AnimalCharmAvoidElementalAilmentsChanceWhilePhasing", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmOnslaughtOnKillChance1"] = { type = "Prefix", affix = "Raider's", "(10-15)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 1, group = "AnimalCharmOnslaughtOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmOnslaughtOnKillChance2"] = { type = "Prefix", affix = "Raider's", "(16-25)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 3220 }, level = 60, group = "AnimalCharmOnslaughtOnKillChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmEvasionRatingPerFrenzyCharge1"] = { type = "Suffix", affix = "of the Raider", "(3-5)% increased Evasion Rating per Frenzy Charge", statOrder = { 1417 }, level = 1, group = "AnimalCharmEvasionRatingPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmEvasionRatingPerFrenzyCharge2"] = { type = "Suffix", affix = "of the Raider", "(6-9)% increased Evasion Rating per Frenzy Charge", statOrder = { 1417 }, level = 60, group = "AnimalCharmEvasionRatingPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMovementSpeedPerFrenzyCharge"] = { type = "Prefix", affix = "Raider's", "2% increased Movement Speed per Frenzy Charge", statOrder = { 1661 }, level = 70, group = "AnimalCharmMovementSpeedPerFrenzyCharge", weightKey = { "dex_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmFrenzyOnHItChance1"] = { type = "Prefix", affix = "Raider's", "(3-5)% chance to gain a Frenzy Charge on Hit", statOrder = { 1692 }, level = 45, group = "AnimalCharmFrenzyOnHItChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmFrenzyOnHItChance2"] = { type = "Prefix", affix = "Raider's", "(6-8)% chance to gain a Frenzy Charge on Hit", statOrder = { 1692 }, level = 72, group = "AnimalCharmFrenzyOnHItChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmFlaskChargesEvery3Seconds"] = { type = "Suffix", affix = "of the Pathfinder", "Flasks gain a Charge every 3 seconds", statOrder = { 3315 }, level = 81, group = "AnimalCharmFlaskChargesEvery3Seconds", weightKey = { "dex_animal_charm", "default", }, weightVal = { 20, 0 }, modTags = { }, }, + ["AnimalCharmRemoveBleedOnFlaskUse"] = { type = "Suffix", affix = "of the Pathfinder", "Removes Bleeding when you use a Flask", statOrder = { 3226 }, level = 45, group = "AnimalCharmRemoveBleedOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmMagicUtilityFlaskEffect1"] = { type = "Prefix", affix = "Pathfinder's", "Magic Utility Flasks applied to you have (6-10)% increased Effect", statOrder = { 2592 }, level = 70, group = "AnimalCharmMagicUtilityFlaskEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 100, 0 }, modTags = { }, }, + ["AnimalCharmMagicUtilityFlaskEffect2"] = { type = "Prefix", affix = "Pathfinder's", "Magic Utility Flasks applied to you have (11-15)% increased Effect", statOrder = { 2592 }, level = 81, group = "AnimalCharmMagicUtilityFlaskEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 50, 0 }, modTags = { }, }, + ["AnimalCharmWitheredOnHitChance1"] = { type = "Prefix", affix = "Pathfinder's", "(6-10)% chance to inflict Withered for 2 seconds on Hit", statOrder = { 4227 }, level = 45, group = "AnimalCharmWitheredOnHitChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmWitheredOnHitChance2"] = { type = "Prefix", affix = "Pathfinder's", "(11-15)% chance to inflict Withered for 2 seconds on Hit", statOrder = { 4227 }, level = 72, group = "AnimalCharmWitheredOnHitChance", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmRecoverLifeOnFlaskUse1"] = { type = "Suffix", affix = "of the Pathfinder", "Recover (2-3)% of Life when you use a Flask", statOrder = { 4172 }, level = 45, group = "AnimalCharmRecoverLifeOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmRecoverLifeOnFlaskUse2"] = { type = "Suffix", affix = "of the Pathfinder", "Recover (4-5)% of Life when you use a Flask", statOrder = { 4172 }, level = 72, group = "AnimalCharmRecoverLifeOnFlaskUse", weightKey = { "dex_animal_charm", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AnimalCharmWitheredEffect1"] = { type = "Prefix", affix = "Pathfinder's", "(7-13)% increased Effect of Withered", statOrder = { 9824 }, level = 1, group = "AnimalCharmWitheredEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmWitheredEffect2"] = { type = "Prefix", affix = "Pathfinder's", "(14-20)% increased Effect of Withered", statOrder = { 9824 }, level = 60, group = "AnimalCharmWitheredEffect", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmFlaskChargesGainedFromEnemiesWithAilments1"] = { type = "Suffix", affix = "of the Pathfinder", "Enemies you Kill that are affected by Elemental Ailments", "grant (15-25)% increased Flask Charges", statOrder = { 4079, 4079.1 }, level = 1, group = "AnimalCharmFlaskChargesGainedFromEnemiesWithAilments", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmFlaskChargesGainedFromEnemiesWithAilments2"] = { type = "Suffix", affix = "of the Pathfinder", "Enemies you Kill that are affected by Elemental Ailments", "grant (26-40)% increased Flask Charges", statOrder = { 4079, 4079.1 }, level = 60, group = "AnimalCharmFlaskChargesGainedFromEnemiesWithAilments", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, + ["AnimalCharmPhysicalDamageAsRandomElement1"] = { type = "Prefix", affix = "Pathfinder's", "Gain (5-8)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 1, group = "AnimalCharmPhysicalDamageAsRandomElement", weightKey = { "dex_animal_charm", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["AnimalCharmPhysicalDamageAsRandomElement2"] = { type = "Prefix", affix = "Pathfinder's", "Gain (9-12)% of Physical Damage as Extra Damage of a random Element", statOrder = { 2783 }, level = 60, group = "AnimalCharmPhysicalDamageAsRandomElement", weightKey = { "dex_animal_charm", "default", }, weightVal = { 500, 0 }, modTags = { }, }, } \ No newline at end of file diff --git a/src/Data/ModJewelCluster.lua b/src/Data/ModJewelCluster.lua index 748728f832..6938a1b9bc 100644 --- a/src/Data/ModJewelCluster.lua +++ b/src/Data/ModJewelCluster.lua @@ -2,559 +2,559 @@ -- Item data (c) Grinding Gear Games return { - ["ChaosResistJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrderKey = "1500", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "resistance" }, }, - ["ReducedCharacterSizeJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrderKey = "1911", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["ReducedChillDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrderKey = "1731", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedFreezeDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrderKey = "1733", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["ReducedIgniteDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["ReducedShockDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrderKey = "1732", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["IncreasedChargeDurationJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrderKey = "2870", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, - ["AddedChaosDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, - ["ChanceToBeCritJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrderKey = "2971", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "critical" }, }, - ["DamageWhileDeadJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrderKey = "2935", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage" }, }, - ["VaalSkillDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrderKey = "2934", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage", "vaal" }, }, - ["ChaosDamagePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrderKey = "2938", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["LifeLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrderKey = "2939", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, - ["ManaLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrderKey = "2941", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana" }, }, - ["SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, - ["V2CorruptedBloodImmunityCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["V2HinderImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrderKey = "9848", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "blue_herring" }, }, - ["V2IncreasedAilmentEffectOnEnemiesCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "ailment" }, }, - ["V2IncreasedAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2IncreasedCriticalStrikeChanceCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, - ["V2IncreasedDamageJewelCorrupted___"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, - ["V2MaimImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrderKey = "4662", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrderKey = "1830", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "minion" }, }, - ["V2ReducedManaReservationCorrupted"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2086", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2ReducedManaReservationCorruptedEfficiency__"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrderKey = "2083", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["V2SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrderKey = "2933", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, - ["V2FirePenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrderKey = "2827", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["V2ColdPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrderKey = "2828", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["V2LightningPenetrationJewelCorrupted__"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrderKey = "2829", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["V2ElementalPenetrationJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrderKey = "2826", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["V2ArmourPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "6649", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, - ["V2AvoidIgniteJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["V2AvoidChillAndFreezeJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Chilled", "(20-25)% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2AvoidShockJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2AvoidPoisonJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrderKey = "1708", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2AvoidBleedJewelCorrupted__"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrderKey = "4046", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["V2AvoidStunJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrderKey = "1710", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, - ["V2IgniteDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Ignite Duration on you", statOrderKey = "1734", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, - ["V2ChillEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Chill on you", statOrderKey = "1504", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, - ["V2ShockEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Shock on you", statOrderKey = "9269", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, - ["V2PoisonDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Poison Duration on you", statOrderKey = "9230", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, - ["V2BleedDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Bleed Duration on you", statOrderKey = "9222", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, - ["V2CurseEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Curses on you", statOrderKey = "2024", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "curse" }, }, - ["AfflictionNotableProdigiousDefense__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prodigious Defence", statOrderKey = "7201", statOrder = { 7201 }, level = 1, group = "AfflictionNotableProdigiousDefense", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_chance_to_block", "default", }, weightVal = { 600, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack" }, }, - ["AfflictionNotableAdvanceGuard"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Advance Guard", statOrderKey = "7004", statOrder = { 7004 }, level = 50, group = "AfflictionNotableAdvanceGuard", weightKey = { "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, - ["AfflictionNotableGladiatorialCombat"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Gladiatorial Combat", statOrderKey = "7125", statOrder = { 7125 }, level = 68, group = "AfflictionNotableGladiatorialCombat", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, - ["AfflictionNotableStrikeLeader_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Strike Leader", statOrderKey = "7256", statOrder = { 7256 }, level = 1, group = "AfflictionNotableStrikeLeader", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_chance_to_block", "default", }, weightVal = { 600, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack" }, }, - ["AfflictionNotablePowerfulWard"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Powerful Ward", statOrderKey = "7191", statOrder = { 7191 }, level = 68, group = "AfflictionNotablePowerfulWard", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge" }, }, - ["AfflictionNotableEnduringWard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Ward", statOrderKey = "7094", statOrder = { 7094 }, level = 68, group = "AfflictionNotableEnduringWard", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "endurance_charge" }, }, - ["AfflictionNotableGladiatorsFortitude"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Gladiator's Fortitude", statOrderKey = "7126", statOrder = { 7126 }, level = 68, group = "AfflictionNotableGladiatorsFortitude", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_maximum_life", "default", }, weightVal = { 113, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack" }, }, - ["AfflictionNotablePreciseRetaliation_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Precise Retaliation", statOrderKey = "7195", statOrder = { 7195 }, level = 50, group = "AfflictionNotablePreciseRetaliation", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_critical_chance", "default", }, weightVal = { 300, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableVeteranDefender"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Veteran Defender", statOrderKey = "7278", statOrder = { 7278 }, level = 1, group = "AfflictionNotableVeteranDefender", weightKey = { "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "elemental", "resistance", "attribute" }, }, - ["AfflictionNotableIronBreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Iron Breaker", statOrderKey = "7152", statOrder = { 7152 }, level = 1, group = "AfflictionNotableIronBreaker", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 464, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AfflictionNotableDeepCuts"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deep Cuts", statOrderKey = "7072", statOrder = { 7072 }, level = 75, group = "AfflictionNotableDeepCuts", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical", "attack" }, }, - ["AfflictionNotableMastertheFundamentals_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master the Fundamentals", statOrderKey = "7169", statOrder = { 7169 }, level = 50, group = "AfflictionNotableMastertheFundamentals", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 232, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "resistance" }, }, - ["AfflictionNotableForceMultiplier"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Force Multiplier", statOrderKey = "7120", statOrder = { 7120 }, level = 50, group = "AfflictionNotableForceMultiplier", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 232, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical" }, }, - ["AfflictionNotableFuriousAssault"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Furious Assault", statOrderKey = "7123", statOrder = { 7123 }, level = 1, group = "AfflictionNotableFuriousAssault", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 464, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "caster_damage", "damage", "damage", "physical", "attack", "caster" }, }, - ["AfflictionNotableViciousSkewering"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vicious Skewering", statOrderKey = "7281", statOrder = { 7281 }, level = 68, group = "AfflictionNotableViciousSkewering", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 81, 141, 141, 151, 145, 151, 113, 117, 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AfflictionNotableGrimOath"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Grim Oath", statOrderKey = "7130", statOrder = { 7130 }, level = 68, group = "AfflictionNotableGrimOath", weightKey = { "affliction_physical_damage", "affliction_chaos_damage", "default", }, weightVal = { 87, 97, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, - ["AfflictionNotableBattleHardened_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Battle-Hardened", statOrderKey = "7025", statOrder = { 7025 }, level = 50, group = "AfflictionNotableBattleHardened", weightKey = { "affliction_physical_damage", "affliction_armour", "affliction_evasion", "default", }, weightVal = { 232, 696, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "evasion", "physical" }, }, - ["AfflictionNotableReplenishingPresence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Replenishing Presence", statOrderKey = "7219", statOrder = { 7219 }, level = 50, group = "AfflictionNotableReplenishingPresence", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "aura" }, }, - ["AfflictionNotableMasterofCommand__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Command", statOrderKey = "7165", statOrder = { 7165 }, level = 68, group = "AfflictionNotableMasterofCommand", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, - ["AfflictionNotableFirstAmongEquals__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spiteful Presence", statOrderKey = "7115", statOrder = { 7115 }, level = 1, group = "AfflictionNotableFirstAmongEquals", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 960, 960, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "cold", "aura", "ailment" }, }, - ["AfflictionNotablePurposefulHarbinger"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Purposeful Harbinger", statOrderKey = "7208", statOrder = { 7208 }, level = 75, group = "AfflictionNotablePurposefulHarbinger", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 60, 60, 118, 158, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, - ["AfflictionNotablePreciseCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Destructive Aspect", statOrderKey = "7193", statOrder = { 7193 }, level = 68, group = "AfflictionNotablePreciseCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_critical_chance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, - ["AfflictionNotablePureCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Electric Presence", statOrderKey = "7205", statOrder = { 7205 }, level = 68, group = "AfflictionNotablePureCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 180, 180, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "lightning", "aura", "ailment" }, }, - ["AfflictionNotableSummerCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mortifying Aspect", statOrderKey = "7260", statOrder = { 7260 }, level = 68, group = "AfflictionNotableSummerCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_fire_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "chaos", "resistance", "aura" }, }, - ["AfflictionNotableWinterCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Frantic Aspect", statOrderKey = "7296", statOrder = { 7296 }, level = 68, group = "AfflictionNotableWinterCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_cold_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "speed", "aura" }, }, - ["AfflictionNotableGroundedCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Introspection", statOrderKey = "7131", statOrder = { 7131 }, level = 68, group = "AfflictionNotableGroundedCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_lightning_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "aura" }, }, - ["AfflictionNotableStalwartCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Volatile Presence", statOrderKey = "7249", statOrder = { 7249 }, level = 50, group = "AfflictionNotableStalwartCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_armour", "affliction_evasion", "affliction_maximum_energy_shield", "default", }, weightVal = { 480, 480, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "fire", "aura", "ailment" }, }, - ["AfflictionNotableVengefulCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Righteous Path", statOrderKey = "7277", statOrder = { 7277 }, level = 1, group = "AfflictionNotableVengefulCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 960, 960, 0, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, - ["AfflictionNotableSkullbreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Skullbreaker", statOrderKey = "7240", statOrder = { 7240 }, level = 68, group = "AfflictionNotableSkullbreaker", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotablePressurePoints__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pressure Points", statOrderKey = "7196", statOrder = { 7196 }, level = 50, group = "AfflictionNotablePressurePoints", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableOverwhelmingMalice"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overwhelming Malice", statOrderKey = "7185", statOrder = { 7185 }, level = 68, group = "AfflictionNotableOverwhelmingMalice", weightKey = { "affliction_critical_chance", "affliction_chaos_damage", "default", }, weightVal = { 171, 97, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableMagnifier"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Magnifier", statOrderKey = "7161", statOrder = { 7161 }, level = 1, group = "AfflictionNotableMagnifier", weightKey = { "affliction_critical_chance", "affliction_area_damage", "default", }, weightVal = { 914, 1959, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableSavageResponse"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Savage Response", statOrderKey = "7228", statOrder = { 7228 }, level = 50, group = "AfflictionNotableSavageResponse", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableEyeoftheStorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eye of the Storm", statOrderKey = "7104", statOrder = { 7104 }, level = 50, group = "AfflictionNotableEyeoftheStorm", weightKey = { "affliction_critical_chance", "affliction_fire_damage_over_time_multiplier", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 457, 366, 814, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, - ["AfflictionNotableBasicsofPain"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Basics of Pain", statOrderKey = "7024", statOrder = { 7024 }, level = 1, group = "AfflictionNotableBasicsofPain", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 914, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableQuickGetaway"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Quick Getaway", statOrderKey = "7210", statOrder = { 7210 }, level = 1, group = "AfflictionNotableQuickGetaway", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 914, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed", "critical" }, }, - ["AfflictionNotableAssertDominance"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Assert Dominance", statOrderKey = "7022", statOrder = { 7022 }, level = 68, group = "AfflictionNotableAssertDominance", weightKey = { "affliction_area_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableVastPower"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vast Power", statOrderKey = "7276", statOrder = { 7276 }, level = 50, group = "AfflictionNotableVastPower", weightKey = { "affliction_area_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotablePowerfulAssault_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Powerful Assault", statOrderKey = "7190", statOrder = { 7190 }, level = 50, group = "AfflictionNotablePowerfulAssault", weightKey = { "affliction_area_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableIntensity"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Intensity", statOrderKey = "7150", statOrder = { 7150 }, level = 68, group = "AfflictionNotableIntensity", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableTitanicSwings_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Titanic Swings", statOrderKey = "7268", statOrder = { 7268 }, level = 50, group = "AfflictionNotableTitanicSwings", weightKey = { "affliction_area_damage", "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 980, 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableToweringThreat"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Towering Threat", statOrderKey = "7270", statOrder = { 7270 }, level = 68, group = "AfflictionNotableToweringThreat", weightKey = { "affliction_area_damage", "affliction_maximum_life", "default", }, weightVal = { 367, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, - ["AfflictionNotableAncestralEcho"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Echo", statOrderKey = "7010", statOrder = { 7010 }, level = 1, group = "AfflictionNotableAncestralEcho", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionNotableAncestralReach"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Reach", statOrderKey = "7015", statOrder = { 7015 }, level = 1, group = "AfflictionNotableAncestralReach", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, - ["AfflictionNotableAncestralMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Might", statOrderKey = "7013", statOrder = { 7013 }, level = 50, group = "AfflictionNotableAncestralMight", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableAncestralPreservation__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Preservation", statOrderKey = "7014", statOrder = { 7014 }, level = 68, group = "AfflictionNotableAncestralPreservation", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 277, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "chaos", "resistance" }, }, - ["AfflictionNotableSnaringSpirits"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Snaring Spirits", statOrderKey = "7244", statOrder = { 7244 }, level = 50, group = "AfflictionNotableSnaringSpirits", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableSleeplessSentries"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sleepless Sentries", statOrderKey = "7241", statOrder = { 7241 }, level = 68, group = "AfflictionNotableSleeplessSentries", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 277, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableAncestralGuidance_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Guidance", statOrderKey = "7011", statOrder = { 7011 }, level = 50, group = "AfflictionNotableAncestralGuidance", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, - ["AfflictionNotableAncestralInspiration__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Inspiration", statOrderKey = "7012", statOrder = { 7012 }, level = 68, group = "AfflictionNotableAncestralInspiration", weightKey = { "affliction_totem_damage", "affliction_spell_damage", "default", }, weightVal = { 277, 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster" }, }, - ["AfflictionNotableVitalFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vital Focus", statOrderKey = "7284", statOrder = { 7284 }, level = 1, group = "AfflictionNotableVitalFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 1811, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage" }, }, - ["AfflictionNotableRapidInfusion_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unrestrained Focus", statOrderKey = "7211", statOrder = { 7211 }, level = 68, group = "AfflictionNotableRapidInfusion", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 340, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, - ["AfflictionNotableUnwaveringFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unwavering Focus", statOrderKey = "7274", statOrder = { 7274 }, level = 50, group = "AfflictionNotableUnwaveringFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 906, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "damage" }, }, - ["AfflictionNotableEnduringFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Focus", statOrderKey = "7093", statOrder = { 7093 }, level = 75, group = "AfflictionNotableEnduringFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "damage" }, }, - ["AfflictionNotablePreciseFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Precise Focus", statOrderKey = "7194", statOrder = { 7194 }, level = 50, group = "AfflictionNotablePreciseFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 906, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableStoicFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stoic Focus", statOrderKey = "7251", statOrder = { 7251 }, level = 1, group = "AfflictionNotableStoicFocus", weightKey = { "affliction_channelling_skill_damage", "affliction_chance_to_block", "default", }, weightVal = { 1811, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage" }, }, - ["AfflictionNotableHexBreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hex Breaker", statOrderKey = "7139", statOrder = { 7139 }, level = 75, group = "AfflictionNotableHexBreaker", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed", "curse" }, }, - ["AfflictionNotableArcaneAdept_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Adept", statOrderKey = "7018", statOrder = { 7018 }, level = 68, group = "AfflictionNotableArcaneAdept", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed" }, }, - ["AfflictionNotableDistilledPerfection_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Distilled Perfection", statOrderKey = "7081", statOrder = { 7081 }, level = 1, group = "AfflictionNotableDistilledPerfection", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 1079, 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "mana" }, }, - ["AfflictionNotableSpikedConcoction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spiked Concoction", statOrderKey = "7247", statOrder = { 7247 }, level = 50, group = "AfflictionNotableSpikedConcoction", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 539, 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "attack", "caster", "speed" }, }, - ["AfflictionNotableFasting"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fasting", statOrderKey = "7108", statOrder = { 7108 }, level = 50, group = "AfflictionNotableFasting", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 539, 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "speed" }, }, - ["AfflictionNotableMendersWellspring__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mender's Wellspring", statOrderKey = "7170", statOrder = { 7170 }, level = 68, group = "AfflictionNotableMendersWellspring", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 202, 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life" }, }, - ["AfflictionNotableSpecialReserve"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Special Reserve", statOrderKey = "7246", statOrder = { 7246 }, level = 1, group = "AfflictionNotableSpecialReserve", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 1079, 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "damage" }, }, - ["AfflictionNotableNumbingElixir"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Numbing Elixir", statOrderKey = "7179", statOrder = { 7179 }, level = 68, group = "AfflictionNotableNumbingElixir", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 202, 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "caster", "ailment", "curse" }, }, - ["AfflictionNotableMobMentality"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mob Mentality", statOrderKey = "7173", statOrder = { 7173 }, level = 75, group = "AfflictionNotableMobMentality", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 109, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "damage", "attack" }, }, - ["AfflictionNotableCryWolf__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cry Wolf", statOrderKey = "7063", statOrder = { 7063 }, level = 68, group = "AfflictionNotableCryWolf", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 327, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableHauntingShout"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Haunting Shout", statOrderKey = "7134", statOrder = { 7134 }, level = 50, group = "AfflictionNotableHauntingShout", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 873, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableLeadByExample__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lead By Example", statOrderKey = "7154", statOrder = { 7154 }, level = 1, group = "AfflictionNotableLeadByExample", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 1745, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attribute" }, }, - ["AfflictionNotableProvocateur"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Provocateur", statOrderKey = "7202", statOrder = { 7202 }, level = 50, group = "AfflictionNotableProvocateur", weightKey = { "affliction_warcry_buff_effect", "affliction_critical_chance", "default", }, weightVal = { 873, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableWarningCall"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Warning Call", statOrderKey = "7288", statOrder = { 7288 }, level = 68, group = "AfflictionNotableWarningCall", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 327, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour" }, }, - ["AfflictionNotableRattlingBellow"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rattling Bellow", statOrderKey = "7212", statOrder = { 7212 }, level = 1, group = "AfflictionNotableRattlingBellow", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 1745, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "attribute" }, }, - ["AfflictionNotableBloodscent"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Bloodscent", statOrderKey = "7033", statOrder = { 7033 }, level = 75, group = "AfflictionNotableBloodscent", weightKey = { "affliction_axe_and_sword_damage", "default", }, weightVal = { 47, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack" }, }, - ["AfflictionNotableRunThrough"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Run Through", statOrderKey = "7224", statOrder = { 7224 }, level = 68, group = "AfflictionNotableRunThrough", weightKey = { "affliction_axe_and_sword_damage", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AfflictionNotableWoundAggravation____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wound Aggravation", statOrderKey = "7300", statOrder = { 7300 }, level = 1, group = "AfflictionNotableWoundAggravation", weightKey = { "affliction_axe_and_sword_damage", "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 750, 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AfflictionNotableOverlord"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overlord", statOrderKey = "7183", statOrder = { 7183 }, level = 75, group = "AfflictionNotableOverlord", weightKey = { "affliction_mace_and_staff_damage", "default", }, weightVal = { 47, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableExpansiveMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expansive Might", statOrderKey = "7099", statOrder = { 7099 }, level = 68, group = "AfflictionNotableExpansiveMight", weightKey = { "affliction_mace_and_staff_damage", "affliction_area_damage", "default", }, weightVal = { 141, 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableWeightAdvantage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Weight Advantage", statOrderKey = "7290", statOrder = { 7290 }, level = 1, group = "AfflictionNotableWeightAdvantage", weightKey = { "affliction_mace_and_staff_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "attribute" }, }, - ["AfflictionNotableWindup_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wind-up", statOrderKey = "7295", statOrder = { 7295 }, level = 68, group = "AfflictionNotableWindup", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 151, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "power_charge", "damage", "attack", "critical" }, }, - ["AfflictionNotableFanofBlades_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fan of Blades", statOrderKey = "7106", statOrder = { 7106 }, level = 75, group = "AfflictionNotableFanofBlades", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 51, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableDiseaseVector"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disease Vector", statOrderKey = "7078", statOrder = { 7078 }, level = 50, group = "AfflictionNotableDiseaseVector", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 404, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["AfflictionNotableArcingShot__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcing Shot", statOrderKey = "7021", statOrder = { 7021 }, level = 50, group = "AfflictionNotableArcingShot", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 387, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, - ["AfflictionNotableTemperedArrowheads"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Tempered Arrowheads", statOrderKey = "7265", statOrder = { 7265 }, level = 50, group = "AfflictionNotableTemperedArrowheads", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 387, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "ailment" }, }, - ["AfflictionNotableBroadside_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Broadside", statOrderKey = "7039", statOrder = { 7039 }, level = 1, group = "AfflictionNotableBroadside", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 774, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack" }, }, - ["AfflictionNotableExplosiveForce"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Explosive Force", statOrderKey = "7102", statOrder = { 7102 }, level = 68, group = "AfflictionNotableExplosiveForce", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 151, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, - ["AfflictionNotableOpportunisticFusilade_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Opportunistic Fusilade", statOrderKey = "7182", statOrder = { 7182 }, level = 1, group = "AfflictionNotableOpportunisticFusilade", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 807, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, - ["AfflictionNotableStormsHand"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Storm's Hand", statOrderKey = "7254", statOrder = { 7254 }, level = 50, group = "AfflictionNotableStormsHand", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 403, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, - ["AfflictionNotableBattlefieldDominator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Battlefield Dominator", statOrderKey = "7026", statOrder = { 7026 }, level = 1, group = "AfflictionNotableBattlefieldDominator", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 604, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableMartialMastery"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Martial Mastery", statOrderKey = "7162", statOrder = { 7162 }, level = 50, group = "AfflictionNotableMartialMastery", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed", "attribute" }, }, - ["AfflictionNotableSurefootedStriker_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surefooted Striker", statOrderKey = "7262", statOrder = { 7262 }, level = 50, group = "AfflictionNotableSurefootedStriker", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, - ["AfflictionNotableGracefulExecution_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Graceful Execution", statOrderKey = "7127", statOrder = { 7127 }, level = 1, group = "AfflictionNotableGracefulExecution", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 604, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed", "critical", "attribute" }, }, - ["AfflictionNotableBrutalInfamy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brutal Infamy", statOrderKey = "7041", statOrder = { 7041 }, level = 50, group = "AfflictionNotableBrutalInfamy", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableFearsomeWarrior"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fearsome Warrior", statOrderKey = "7109", statOrder = { 7109 }, level = 68, group = "AfflictionNotableFearsomeWarrior", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableCombatRhythm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Combat Rhythm", statOrderKey = "7055", statOrder = { 7055 }, level = 50, group = "AfflictionNotableCombatRhythm", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed" }, }, - ["AfflictionNotableHitandRun"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hit and Run", statOrderKey = "7141", statOrder = { 7141 }, level = 1, group = "AfflictionNotableHitandRun", weightKey = { "affliction_attack_damage_while_dual_wielding_", "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 623, 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableInsatiableKiller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Insatiable Killer", statOrderKey = "7147", statOrder = { 7147 }, level = 50, group = "AfflictionNotableInsatiableKiller", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "frenzy_charge", "attack", "speed" }, }, - ["AfflictionNotableMageBane__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mage Bane", statOrderKey = "7159", statOrder = { 7159 }, level = 68, group = "AfflictionNotableMageBane", weightKey = { "affliction_attack_damage_while_dual_wielding_", "affliction_chance_to_block", "default", }, weightVal = { 117, 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge", "damage", "attack" }, }, - ["AfflictionNotableMartialMomentum"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Martial Momentum", statOrderKey = "7163", statOrder = { 7163 }, level = 50, group = "AfflictionNotableMartialMomentum", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, - ["AfflictionNotableDeadlyRepartee"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deadly Repartee", statOrderKey = "7070", statOrder = { 7070 }, level = 1, group = "AfflictionNotableDeadlyRepartee", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 623, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack", "critical" }, }, - ["AfflictionNotableQuickandDeadly_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Quick and Deadly", statOrderKey = "7209", statOrder = { 7209 }, level = 68, group = "AfflictionNotableQuickandDeadly", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 117, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, - ["AfflictionNotableSmitetheWeak"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Smite the Weak", statOrderKey = "7242", statOrder = { 7242 }, level = 1, group = "AfflictionNotableSmitetheWeak", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableHeavyHitter"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Heavy Hitter", statOrderKey = "7136", statOrder = { 7136 }, level = 50, group = "AfflictionNotableHeavyHitter", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionNotableMartialProwess"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Martial Prowess", statOrderKey = "7164", statOrder = { 7164 }, level = 1, group = "AfflictionNotableMartialProwess", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, - ["AfflictionNotableCalamitous"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Calamitous", statOrderKey = "7044", statOrder = { 7044 }, level = 50, group = "AfflictionNotableCalamitous", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, - ["AfflictionNotableDevastator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Devastator", statOrderKey = "7075", statOrder = { 7075 }, level = 75, group = "AfflictionNotableDevastator", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 27, 47, 47, 51, 48, 50, 38, 39, 38, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["AfflictionNotableFueltheFight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fuel the Fight", statOrderKey = "7122", statOrder = { 7122 }, level = 1, group = "AfflictionNotableFueltheFight", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack", "speed" }, }, - ["AfflictionNotableDrivetheDestruction__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Drive the Destruction", statOrderKey = "7087", statOrder = { 7087 }, level = 1, group = "AfflictionNotableDrivetheDestruction", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack" }, }, - ["AfflictionNotableFeedtheFury"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feed the Fury", statOrderKey = "7112", statOrder = { 7112 }, level = 50, group = "AfflictionNotableFeedtheFury", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack", "speed" }, }, - ["AfflictionNotableSealMender"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Seal Mender", statOrderKey = "7231", statOrder = { 7231 }, level = 75, group = "AfflictionNotableSealMender", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 94, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableConjuredWall"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Conjured Wall", statOrderKey = "7058", statOrder = { 7058 }, level = 50, group = "AfflictionNotableConjuredWall", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "caster_damage", "damage", "caster" }, }, - ["AfflictionNotableArcaneHeroism_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Heroism", statOrderKey = "7019", statOrder = { 7019 }, level = 68, group = "AfflictionNotableArcaneHeroism", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotablePracticedCaster"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Practiced Caster", statOrderKey = "7192", statOrder = { 7192 }, level = 1, group = "AfflictionNotablePracticedCaster", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 1500, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "speed" }, }, - ["AfflictionNotableBurdenProjection"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Burden Projection", statOrderKey = "7042", statOrder = { 7042 }, level = 50, group = "AfflictionNotableBurdenProjection", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "speed" }, }, - ["AfflictionNotableThaumophage"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Thaumophage", statOrderKey = "7266", statOrder = { 7266 }, level = 50, group = "AfflictionNotableThaumophage", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "defences", "energy_shield", "damage", "caster" }, }, - ["AfflictionNotableEssenceRush"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Essence Rush", statOrderKey = "7096", statOrder = { 7096 }, level = 50, group = "AfflictionNotableEssenceRush", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "defences", "energy_shield", "damage", "attack", "caster", "speed" }, }, - ["AfflictionNotableSapPsyche"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Sap Psyche", statOrderKey = "7227", statOrder = { 7227 }, level = 68, group = "AfflictionNotableSapPsyche", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "resource", "mana", "defences", "energy_shield", "damage", "caster" }, }, - ["AfflictionNotableSadist_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sadist", statOrderKey = "7225", statOrder = { 7225 }, level = 68, group = "AfflictionNotableSadist", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 281, 136, 95, 89, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AfflictionNotableCorrosiveElements"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Corrosive Elements", statOrderKey = "7061", statOrder = { 7061 }, level = 75, group = "AfflictionNotableCorrosiveElements", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 94, 45, 32, 30, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AfflictionNotableDoryanisLesson_"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Doryani's Lesson", statOrderKey = "7084", statOrder = { 7084 }, level = 68, group = "AfflictionNotableDoryanisLesson", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 281, 136, 95, 89, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "life", "damage", "elemental" }, }, - ["AfflictionNotableDisorientingDisplay____"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Disorienting Display", statOrderKey = "7079", statOrder = { 7079 }, level = 50, group = "AfflictionNotableDisorientingDisplay", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 750, 364, 253, 238, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AfflictionNotablePrismaticHeart__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Heart", statOrderKey = "7200", statOrder = { 7200 }, level = 1, group = "AfflictionNotablePrismaticHeart", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 1500, 727, 505, 475, 1371, 1371, 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "resistance" }, }, - ["AfflictionNotableWidespreadDestruction"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Widespread Destruction", statOrderKey = "7293", statOrder = { 7293 }, level = 1, group = "AfflictionNotableWidespreadDestruction", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 1500, 727, 505, 475, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, - ["AfflictionNotableMasterofFire"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Fire", statOrderKey = "7167", statOrder = { 7167 }, level = 75, group = "AfflictionNotableMasterofFire", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 30, 46, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableSmokingRemains"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Smoking Remains", statOrderKey = "7243", statOrder = { 7243 }, level = 50, group = "AfflictionNotableSmokingRemains", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 238, 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AfflictionNotableCremator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cremator", statOrderKey = "7062", statOrder = { 7062 }, level = 50, group = "AfflictionNotableCremator", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 238, 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AfflictionNotableSnowstorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Snowstorm", statOrderKey = "7245", statOrder = { 7245 }, level = 50, group = "AfflictionNotableSnowstorm", weightKey = { "affliction_lightning_damage", "affliction_cold_damage", "default", }, weightVal = { 364, 253, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, - ["AfflictionNotableStormDrinker___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Storm Drinker", statOrderKey = "7252", statOrder = { 7252 }, level = 1, group = "AfflictionNotableStormDrinker", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 727, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "defences", "energy_shield", "damage", "elemental", "lightning" }, }, - ["AfflictionNotableParalysis"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Paralysis", statOrderKey = "7186", statOrder = { 7186 }, level = 50, group = "AfflictionNotableParalysis", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AfflictionNotableSupercharge"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Supercharge", statOrderKey = "7261", statOrder = { 7261 }, level = 75, group = "AfflictionNotableSupercharge", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["AfflictionNotableBlanketedSnow_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blanketed Snow", statOrderKey = "7028", statOrder = { 7028 }, level = 68, group = "AfflictionNotableBlanketedSnow", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 95, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AfflictionNotableColdtotheCore"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold to the Core", statOrderKey = "7054", statOrder = { 7054 }, level = 68, group = "AfflictionNotableColdtotheCore", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 95, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["AfflictionNotableColdBloodedKiller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold-Blooded Killer", statOrderKey = "7052", statOrder = { 7052 }, level = 50, group = "AfflictionNotableColdBloodedKiller", weightKey = { "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 253, 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "life", "damage", "elemental", "cold" }, }, - ["AfflictionNotableTouchofCruelty_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Touch of Cruelty", statOrderKey = "7269", statOrder = { 7269 }, level = 1, group = "AfflictionNotableTouchofCruelty", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 519, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableUnwaveringlyEvil"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unwaveringly Evil", statOrderKey = "7275", statOrder = { 7275 }, level = 1, group = "AfflictionNotableUnwaveringlyEvil", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 519, 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableUnspeakableGifts"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Unspeakable Gifts", statOrderKey = "7272", statOrder = { 7272 }, level = 75, group = "AfflictionNotableUnspeakableGifts", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 32, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableDarkIdeation"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dark Ideation", statOrderKey = "7067", statOrder = { 7067 }, level = 68, group = "AfflictionNotableDarkIdeation", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 97, 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableUnholyGrace_"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Unholy Grace", statOrderKey = "7271", statOrder = { 7271 }, level = 1, group = "AfflictionNotableUnholyGrace", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 519, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster", "speed" }, }, - ["AfflictionNotableWickedPall_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wicked Pall", statOrderKey = "7292", statOrder = { 7292 }, level = 50, group = "AfflictionNotableWickedPall", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 259, 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableRenewal"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Renewal", statOrderKey = "7217", statOrder = { 7217 }, level = 50, group = "AfflictionNotableRenewal", weightKey = { "affliction_minion_damage", "affliction_minion_life", "default", }, weightVal = { 500, 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, - ["AfflictionNotableRazeandPillage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Raze and Pillage", statOrderKey = "7213", statOrder = { 7213 }, level = 68, group = "AfflictionNotableRazeandPillage", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "bleed", "damage", "physical", "elemental", "fire", "minion", "ailment" }, }, - ["AfflictionNotableRottenClaws"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rotten Claws", statOrderKey = "7223", statOrder = { 7223 }, level = 50, group = "AfflictionNotableRottenClaws", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical", "attack", "minion" }, }, - ["AfflictionNotableCalltotheSlaughter"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Call to the Slaughter", statOrderKey = "7045", statOrder = { 7045 }, level = 1, group = "AfflictionNotableCalltotheSlaughter", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed", "minion" }, }, - ["AfflictionNotableSkeletalAtrophy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Skeletal Atrophy", statOrderKey = "7239", statOrder = { 7239 }, level = 68, group = "AfflictionNotableSkeletalAtrophy", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, - ["AfflictionNotableHulkingCorpses"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hulking Corpses", statOrderKey = "7145", statOrder = { 7145 }, level = 50, group = "AfflictionNotableHulkingCorpses", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionNotableViciousBite"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Vicious Bite", statOrderKey = "7279", statOrder = { 7279 }, level = 75, group = "AfflictionNotableViciousBite", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 63, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "minion", "critical" }, }, - ["AfflictionNotablePrimordialBond"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Primordial Bond", statOrderKey = "7197", statOrder = { 7197 }, level = 68, group = "AfflictionNotablePrimordialBond", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, - ["AfflictionNotableBlowback"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blowback", statOrderKey = "7034", statOrder = { 7034 }, level = 50, group = "AfflictionNotableBlowback", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["AfflictionNotableFantheFlames_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fan the Flames", statOrderKey = "7107", statOrder = { 7107 }, level = 68, group = "AfflictionNotableFantheFlames", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "ailment" }, }, - ["AfflictionNotableCookedAlive"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cooked Alive", statOrderKey = "7060", statOrder = { 7060 }, level = 68, group = "AfflictionNotableCookedAlive", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, - ["AfflictionNotableBurningBright"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Burning Bright", statOrderKey = "7043", statOrder = { 7043 }, level = 50, group = "AfflictionNotableBurningBright", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_fire_damage", "default", }, weightVal = { 366, 238, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AfflictionNotableWrappedinFlame_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wrapped in Flame", statOrderKey = "7301", statOrder = { 7301 }, level = 68, group = "AfflictionNotableWrappedinFlame", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AfflictionNotableVividHues"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vivid Hues", statOrderKey = "7285", statOrder = { 7285 }, level = 50, group = "AfflictionNotableVividHues", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "resource", "life", "physical", "attack", "ailment" }, }, - ["AfflictionNotableRend"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rend", statOrderKey = "7216", statOrder = { 7216 }, level = 50, group = "AfflictionNotableRend", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AfflictionNotableDisorientingWounds"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disorienting Wounds", statOrderKey = "7080", statOrder = { 7080 }, level = 1, group = "AfflictionNotableDisorientingWounds", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AfflictionNotableCompoundInjury"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Compound Injury", statOrderKey = "7056", statOrder = { 7056 }, level = 50, group = "AfflictionNotableCompoundInjury", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["AfflictionNotableBloodArtist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blood Artist", statOrderKey = "7032", statOrder = { 7032 }, level = 75, group = "AfflictionNotableBloodArtist", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 129, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "ailment" }, }, - ["AfflictionNotablePhlebotomist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Phlebotomist", statOrderKey = "7189", statOrder = { 7189 }, level = 50, group = "AfflictionNotablePhlebotomist", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "critical", "ailment" }, }, - ["AfflictionNotableSepticSpells"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Septic Spells", statOrderKey = "7235", statOrder = { 7235 }, level = 50, group = "AfflictionNotableSepticSpells", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "speed", "ailment" }, }, - ["AfflictionNotableLowTolerance"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Low Tolerance", statOrderKey = "7158", statOrder = { 7158 }, level = 68, group = "AfflictionNotableLowTolerance", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, - ["AfflictionNotableSteadyTorment"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Steady Torment", statOrderKey = "7250", statOrder = { 7250 }, level = 68, group = "AfflictionNotableSteadyTorment", weightKey = { "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 130, 129, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "bleed", "poison", "damage", "physical", "chaos", "attack", "ailment", "ailment" }, }, - ["AfflictionNotableEternalSuffering"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eternal Suffering", statOrderKey = "7097", statOrder = { 7097 }, level = 50, group = "AfflictionNotableEternalSuffering", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, - ["AfflictionNotableEldritchInspiration"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eldritch Inspiration", statOrderKey = "7088", statOrder = { 7088 }, level = 50, group = "AfflictionNotableEldritchInspiration", weightKey = { "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_mana", "default", }, weightVal = { 348, 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "resource", "mana", "damage", "chaos" }, }, - ["AfflictionNotableWastingAffliction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wasting Affliction", statOrderKey = "7289", statOrder = { 7289 }, level = 68, group = "AfflictionNotableWastingAffliction", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 222, 178, 129, 137, 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, - ["AfflictionNotableHaemorrhage"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Haemorrhage", statOrderKey = "7133", statOrder = { 7133 }, level = 50, group = "AfflictionNotableHaemorrhage", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_critical_chance", "default", }, weightVal = { 593, 475, 343, 366, 348, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical", "ailment" }, }, - ["AfflictionNotableFlowofLife_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Flow of Life", statOrderKey = "7118", statOrder = { 7118 }, level = 68, group = "AfflictionNotableFlowofLife", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_life", "default", }, weightVal = { 222, 178, 129, 137, 130, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage" }, }, - ["AfflictionNotableExposureTherapy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Exposure Therapy", statOrderKey = "7103", statOrder = { 7103 }, level = 1, group = "AfflictionNotableExposureTherapy", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_chaos_resistance", "default", }, weightVal = { 1185, 950, 686, 733, 696, 2341, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["AfflictionNotableBrushwithDeath"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brush with Death", statOrderKey = "7040", statOrder = { 7040 }, level = 68, group = "AfflictionNotableBrushwithDeath", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_life", "affliction_maximum_energy_shield", "default", }, weightVal = { 222, 178, 129, 137, 130, 146, 189, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "energy_shield", "damage" }, }, - ["AfflictionNotableVileReinvigoration_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vile Reinvigoration", statOrderKey = "7283", statOrder = { 7283 }, level = 50, group = "AfflictionNotableVileReinvigoration", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_energy_shield", "default", }, weightVal = { 593, 475, 343, 366, 348, 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield", "damage" }, }, - ["AfflictionNotableCirclingOblivion"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Circling Oblivion", statOrderKey = "7050", statOrder = { 7050 }, level = 1, group = "AfflictionNotableCirclingOblivion", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 1185, 950, 686, 733, 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, - ["AfflictionNotableBrewedforPotency"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brewed for Potency", statOrderKey = "7038", statOrder = { 7038 }, level = 1, group = "AfflictionNotableBrewedforPotency", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_flask_duration", "default", }, weightVal = { 1185, 950, 686, 733, 696, 1079, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "mana", "damage" }, }, - ["AfflictionNotableAstonishingAffliction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Astonishing Affliction", statOrderKey = "7023", statOrder = { 7023 }, level = 1, group = "AfflictionNotableAstonishingAffliction", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 1627, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, - ["AfflictionNotableColdConduction__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold Conduction", statOrderKey = "7053", statOrder = { 7053 }, level = 68, group = "AfflictionNotableColdConduction", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 305, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, - ["AfflictionNotableInspiredOppression"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Inspired Oppression", statOrderKey = "7148", statOrder = { 7148 }, level = 75, group = "AfflictionNotableInspiredOppression", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "default", }, weightVal = { 102, 94, 45, 32, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "ailment" }, }, - ["AfflictionNotableChillingPresence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Chilling Presence", statOrderKey = "7048", statOrder = { 7048 }, level = 75, group = "AfflictionNotableChillingPresence", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 102, 59, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "ailment" }, }, - ["AfflictionNotableDeepChill"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deep Chill", statOrderKey = "7071", statOrder = { 7071 }, level = 1, group = "AfflictionNotableDeepChill", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 1627, 505, 950, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "ailment" }, }, - ["AfflictionNotableBlastFreeze_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blast-Freeze", statOrderKey = "7029", statOrder = { 7029 }, level = 68, group = "AfflictionNotableBlastFreeze", weightKey = { "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 95, 178, 305, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "ailment" }, }, - ["AfflictionNotableThunderstruck"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Thunderstruck", statOrderKey = "7267", statOrder = { 7267 }, level = 50, group = "AfflictionNotableThunderstruck", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, }, - ["AfflictionNotableStormrider"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stormrider", statOrderKey = "7253", statOrder = { 7253 }, level = 68, group = "AfflictionNotableStormrider", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage", "affliction_lightning_damage", "default", }, weightVal = { 305, 95, 136, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "power_charge", "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, - ["AfflictionNotableOvershock"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overshock", statOrderKey = "7184", statOrder = { 7184 }, level = 50, group = "AfflictionNotableOvershock", weightKey = { "affliction_lightning_damage", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 364, 814, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AfflictionNotableEvilEye"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Evil Eye", statOrderKey = "7098", statOrder = { 7098 }, level = 1, group = "AfflictionNotableEvilEye", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 706, 706, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, - ["AfflictionNotableWhispersofDeath"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Evil Eye", statOrderKey = "7291", statOrder = { 7291 }, level = 1, group = "AfflictionNotableWhispersofDeath", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableWardbreaker_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Forbidden Words", statOrderKey = "7287", statOrder = { 7287 }, level = 68, group = "AfflictionNotableWardbreaker", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "caster", "curse" }, }, - ["AfflictionNotableDarkDiscourse"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Spite", statOrderKey = "7066", statOrder = { 7066 }, level = 50, group = "AfflictionNotableDarkDiscourse", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableVictimMaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Victim Maker", statOrderKey = "7282", statOrder = { 7282 }, level = 50, group = "AfflictionNotableVictimMaker", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed", "curse" }, }, - ["AfflictionNotableMasterofFear"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Fear", statOrderKey = "7166", statOrder = { 7166 }, level = 68, group = "AfflictionNotableMasterofFear", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableWishforDeath_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wish for Death", statOrderKey = "7298", statOrder = { 7298 }, level = 50, group = "AfflictionNotableWishforDeath", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableLordofDrought_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lord of Drought", statOrderKey = "7116", statOrder = { 7116 }, level = 50, group = "AfflictionNotableLordofDrought", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_fire_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableBlizzardCaller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blizzard Caller", statOrderKey = "7121", statOrder = { 7121 }, level = 50, group = "AfflictionNotableBlizzardCaller", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_cold_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "critical", "curse" }, }, - ["AfflictionNotableTempttheStorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Tempt the Storm", statOrderKey = "7156", statOrder = { 7156 }, level = 50, group = "AfflictionNotableTempttheStorm", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_lightning_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed", "curse" }, }, - ["AfflictionNotableMiseryEverlasting"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Misery Everlasting", statOrderKey = "7073", statOrder = { 7073 }, level = 50, group = "AfflictionNotableMiseryEverlasting", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_chaos_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableExploitWeakness_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Exploit Weakness", statOrderKey = "7137", statOrder = { 7137 }, level = 50, group = "AfflictionNotableExploitWeakness", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_physical_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster", "curse" }, }, - ["AfflictionNotableHoundsMark"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hound's Mark", statOrderKey = "7144", statOrder = { 7144 }, level = 1, group = "AfflictionNotableHoundsMark", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 706, 706, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, - ["AfflictionNotableDoedresGluttony"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Gluttony", statOrderKey = "7083", statOrder = { 7083 }, level = 50, group = "AfflictionNotableDoedresGluttony", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, - ["AfflictionNotableDoedresApathy____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Apathy", statOrderKey = "7082", statOrder = { 7082 }, level = 68, group = "AfflictionNotableDoedresApathy", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 132, 132, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, - ["AfflictionNotableMasterOfTheMaelstrom_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of the Maelstrom", statOrderKey = "7168", statOrder = { 7168 }, level = 50, group = "AfflictionNotableMasterOfTheMaelstrom", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "caster", "ailment", "curse" }, }, - ["AfflictionNotableHeraldry"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Heraldry", statOrderKey = "7138", statOrder = { 7138 }, level = 75, group = "AfflictionNotableHeraldry", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 118, 158, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableEndbringer"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Endbringer", statOrderKey = "7091", statOrder = { 7091 }, level = 68, group = "AfflictionNotableEndbringer", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableCultLeader_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cult-Leader", statOrderKey = "7064", statOrder = { 7064 }, level = 1, group = "AfflictionNotableCultLeader", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 2526, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "minion" }, }, - ["AfflictionNotableEmpoweredEnvoy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Empowered Envoy", statOrderKey = "7090", statOrder = { 7090 }, level = 1, group = "AfflictionNotableEmpoweredEnvoy", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 1882, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableDarkMessenger"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dark Messenger", statOrderKey = "7068", statOrder = { 7068 }, level = 50, group = "AfflictionNotableDarkMessenger", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 941, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableAgentofDestruction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Agent of Destruction", statOrderKey = "7007", statOrder = { 7007 }, level = 1, group = "AfflictionNotableAgentofDestruction", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 1882, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AfflictionNotableLastingImpression_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lasting Impression", statOrderKey = "7153", statOrder = { 7153 }, level = 68, group = "AfflictionNotableLastingImpression", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableSelfFulfillingProphecy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Self-Fulfilling Prophecy", statOrderKey = "7234", statOrder = { 7234 }, level = 68, group = "AfflictionNotableSelfFulfillingProphecy", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, - ["AfflictionNotableInvigoratingPortents"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Invigorating Portents", statOrderKey = "7151", statOrder = { 7151 }, level = 50, group = "AfflictionNotableInvigoratingPortents", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 1263, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed", "minion" }, }, - ["AfflictionNotablePureAgony_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Agony", statOrderKey = "7203", statOrder = { 7203 }, level = 68, group = "AfflictionNotablePureAgony", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "minion" }, }, - ["AfflictionNotableDisciples_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disciples", statOrderKey = "7076", statOrder = { 7076 }, level = 68, group = "AfflictionNotableDisciples", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed", "minion" }, }, - ["AfflictionNotableDreadMarch_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dread March", statOrderKey = "7086", statOrder = { 7086 }, level = 1, group = "AfflictionNotableDreadMarch", weightKey = { "affliction_minion_life", "default", }, weightVal = { 1433, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "chaos", "resistance", "speed", "minion" }, }, - ["AfflictionNotableBlessedRebirth"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blessed Rebirth", statOrderKey = "7031", statOrder = { 7031 }, level = 68, group = "AfflictionNotableBlessedRebirth", weightKey = { "affliction_minion_life", "default", }, weightVal = { 269, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionNotableLifefromDeath_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Life from Death", statOrderKey = "7155", statOrder = { 7155 }, level = 50, group = "AfflictionNotableLifefromDeath", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionNotableFeastingFiends"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feasting Fiends", statOrderKey = "7111", statOrder = { 7111 }, level = 1, group = "AfflictionNotableFeastingFiends", weightKey = { "affliction_minion_life", "affliction_minion_damage", "default", }, weightVal = { 1433, 1000, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, - ["AfflictionNotableBodyguards"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Bodyguards", statOrderKey = "7035", statOrder = { 7035 }, level = 50, group = "AfflictionNotableBodyguards", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionNotableFollowThrough_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Follow-Through", statOrderKey = "7119", statOrder = { 7119 }, level = 68, group = "AfflictionNotableFollowThrough", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableStreamlined"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Streamlined", statOrderKey = "7255", statOrder = { 7255 }, level = 1, group = "AfflictionNotableStreamlined", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, - ["AfflictionNotableShriekingBolts_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Shrieking Bolts", statOrderKey = "7238", statOrder = { 7238 }, level = 50, group = "AfflictionNotableShriekingBolts", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableEyetoEye"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eye to Eye", statOrderKey = "7105", statOrder = { 7105 }, level = 50, group = "AfflictionNotableEyetoEye", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableRepeater"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Repeater", statOrderKey = "7218", statOrder = { 7218 }, level = 1, group = "AfflictionNotableRepeater", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed" }, }, - ["AfflictionNotableAerodynamics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aerodynamics", statOrderKey = "7006", statOrder = { 7006 }, level = 68, group = "AfflictionNotableAerodynamics", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, - ["AfflictionNotableChipAway"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Chip Away", statOrderKey = "7049", statOrder = { 7049 }, level = 50, group = "AfflictionNotableChipAway", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, - ["AfflictionNotableSeekerRunes"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Seeker Runes", statOrderKey = "7233", statOrder = { 7233 }, level = 68, group = "AfflictionNotableSeekerRunes", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AfflictionNotableRemarkable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Remarkable", statOrderKey = "7215", statOrder = { 7215 }, level = 68, group = "AfflictionNotableRemarkable", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, - ["AfflictionNotableBrandLoyalty"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brand Loyalty", statOrderKey = "7037", statOrder = { 7037 }, level = 1, group = "AfflictionNotableBrandLoyalty", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 2341, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster" }, }, - ["AfflictionNotableHolyConquest"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Holy Conquest", statOrderKey = "7143", statOrder = { 7143 }, level = 50, group = "AfflictionNotableHolyConquest", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, - ["AfflictionNotableGrandDesign_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Grand Design", statOrderKey = "7129", statOrder = { 7129 }, level = 68, group = "AfflictionNotableGrandDesign", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, - ["AfflictionNotableSetandForget_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Set and Forget", statOrderKey = "7236", statOrder = { 7236 }, level = 50, group = "AfflictionNotableSetandForget", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableExpertSabotage"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expert Sabotage", statOrderKey = "7101", statOrder = { 7101 }, level = 50, group = "AfflictionNotableExpertSabotage", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, - ["AfflictionNotableGuerillaTactics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Guerilla Tactics", statOrderKey = "7132", statOrder = { 7132 }, level = 1, group = "AfflictionNotableGuerillaTactics", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 1959, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, - ["AfflictionNotableExpendability"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expendability", statOrderKey = "7100", statOrder = { 7100 }, level = 68, group = "AfflictionNotableExpendability", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableArcanePyrotechnics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Pyrotechnics", statOrderKey = "7020", statOrder = { 7020 }, level = 68, group = "AfflictionNotableArcanePyrotechnics", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableSurpriseSabotage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surprise Sabotage", statOrderKey = "7264", statOrder = { 7264 }, level = 50, group = "AfflictionNotableSurpriseSabotage", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["AfflictionNotableCarefulHandling"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Careful Handling", statOrderKey = "7047", statOrder = { 7047 }, level = 68, group = "AfflictionNotableCarefulHandling", weightKey = { "affliction_trap_and_mine_damage", "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 367, 175, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "damage" }, }, - ["AfflictionNotablePeakVigour"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Peak Vigour", statOrderKey = "7188", statOrder = { 7188 }, level = 1, group = "AfflictionNotablePeakVigour", weightKey = { "affliction_maximum_life", "affliction_flask_duration", "default", }, weightVal = { 780, 1079, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life" }, }, - ["AfflictionNotableFettle"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fettle", statOrderKey = "7113", statOrder = { 7113 }, level = 75, group = "AfflictionNotableFettle", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 49, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, - ["AfflictionNotableFeastofFlesh"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feast of Flesh", statOrderKey = "7110", statOrder = { 7110 }, level = 68, group = "AfflictionNotableFeastofFlesh", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "attack" }, }, - ["AfflictionNotableSublimeSensation_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sublime Sensation", statOrderKey = "7259", statOrder = { 7259 }, level = 50, group = "AfflictionNotableSublimeSensation", weightKey = { "affliction_maximum_life", "affliction_maximum_energy_shield", "default", }, weightVal = { 390, 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["AfflictionNotableSurgingVitality"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surging Vitality", statOrderKey = "7263", statOrder = { 7263 }, level = 1, group = "AfflictionNotableSurgingVitality", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, - ["AfflictionNotablePeaceAmidstChaos"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Peace Amidst Chaos", statOrderKey = "7187", statOrder = { 7187 }, level = 50, group = "AfflictionNotablePeaceAmidstChaos", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour" }, }, - ["AfflictionNotableAdrenaline_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Adrenaline", statOrderKey = "7003", statOrder = { 7003 }, level = 68, group = "AfflictionNotableAdrenaline", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, - ["AfflictionNotableWallofMuscle_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wall of Muscle", statOrderKey = "7286", statOrder = { 7286 }, level = 75, group = "AfflictionNotableWallofMuscle", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 49, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "attribute" }, }, - ["AfflictionNotableMindfulness"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mindfulness", statOrderKey = "7172", statOrder = { 7172 }, level = 50, group = "AfflictionNotableMindfulness", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, - ["AfflictionNotableLiquidInspiration"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Liquid Inspiration", statOrderKey = "7157", statOrder = { 7157 }, level = 68, group = "AfflictionNotableLiquidInspiration", weightKey = { "affliction_maximum_mana", "affliction_flask_duration", "default", }, weightVal = { 175, 202, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "power_charge", "resource", "mana" }, }, - ["AfflictionNotableOpenness__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Openness", statOrderKey = "7181", statOrder = { 7181 }, level = 1, group = "AfflictionNotableOpenness", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 932, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, - ["AfflictionNotableDaringIdeas"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Daring Ideas", statOrderKey = "7065", statOrder = { 7065 }, level = 50, group = "AfflictionNotableDaringIdeas", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack" }, }, - ["AfflictionNotableClarityofPurpose"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Clarity of Purpose", statOrderKey = "7051", statOrder = { 7051 }, level = 1, group = "AfflictionNotableClarityofPurpose", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 932, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, - ["AfflictionNotableScintillatingIdea_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Scintillating Idea", statOrderKey = "7230", statOrder = { 7230 }, level = 50, group = "AfflictionNotableScintillatingIdea", weightKey = { "affliction_maximum_mana", "affliction_lightning_damage", "default", }, weightVal = { 466, 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, - ["AfflictionNotableHolisticHealth"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Holistic Health", statOrderKey = "7142", statOrder = { 7142 }, level = 68, group = "AfflictionNotableHolisticHealth", weightKey = { "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 175, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana" }, }, - ["AfflictionNotableGenius"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Genius", statOrderKey = "7124", statOrder = { 7124 }, level = 75, group = "AfflictionNotableGenius", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 58, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, - ["AfflictionNotableImprovisor"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Improvisor", statOrderKey = "7146", statOrder = { 7146 }, level = 68, group = "AfflictionNotableImprovisor", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack" }, }, - ["AfflictionNotableStubbornStudent"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stubborn Student", statOrderKey = "7257", statOrder = { 7257 }, level = 68, group = "AfflictionNotableStubbornStudent", weightKey = { "affliction_maximum_mana", "affliction_armour", "default", }, weightVal = { 175, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "defences", "armour" }, }, - ["AfflictionNotableSavourtheMoment"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Savour the Moment", statOrderKey = "7229", statOrder = { 7229 }, level = 1, group = "AfflictionNotableSavourtheMoment", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionNotableEnergyFromNaught"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Energy From Naught", statOrderKey = "7095", statOrder = { 7095 }, level = 50, group = "AfflictionNotableEnergyFromNaught", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionNotableWillShaper"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Will Shaper", statOrderKey = "7294", statOrder = { 7294 }, level = 75, group = "AfflictionNotableWillShaper", weightKey = { "affliction_maximum_energy_shield", "affliction_maximum_mana", "default", }, weightVal = { 63, 58, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionNotableSpringBack_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spring Back", statOrderKey = "7248", statOrder = { 7248 }, level = 1, group = "AfflictionNotableSpringBack", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionNotableConservationofEnergy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Conservation of Energy", statOrderKey = "7059", statOrder = { 7059 }, level = 68, group = "AfflictionNotableConservationofEnergy", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 189, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield", "caster" }, }, - ["AfflictionNotableSelfControl"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Self-Control", statOrderKey = "7077", statOrder = { 7077 }, level = 50, group = "AfflictionNotableSelfControl", weightKey = { "affliction_maximum_energy_shield", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 505, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, - ["AfflictionNotableHeartofIron"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Heart of Iron", statOrderKey = "7135", statOrder = { 7135 }, level = 68, group = "AfflictionNotableHeartofIron", weightKey = { "affliction_maximum_life", "affliction_armour", "default", }, weightVal = { 146, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour" }, }, - ["AfflictionNotablePrismaticCarapace_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Carapace", statOrderKey = "7198", statOrder = { 7198 }, level = 75, group = "AfflictionNotablePrismaticCarapace", weightKey = { "affliction_armour", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 87, 86, 86, 82, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "elemental", "resistance" }, }, - ["AfflictionNotableMilitarism"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Militarism", statOrderKey = "7171", statOrder = { 7171 }, level = 50, group = "AfflictionNotableMilitarism", weightKey = { "affliction_armour", "default", }, weightVal = { 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour" }, }, - ["AfflictionNotableSecondSkin"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Second Skin", statOrderKey = "7232", statOrder = { 7232 }, level = 1, group = "AfflictionNotableSecondSkin", weightKey = { "affliction_armour", "affliction_chance_to_block", "default", }, weightVal = { 1391, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "defences", "armour" }, }, - ["AfflictionNotableDragonHunter__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dragon Hunter", statOrderKey = "7085", statOrder = { 7085 }, level = 50, group = "AfflictionNotableDragonHunter", weightKey = { "affliction_armour", "affliction_fire_resistance", "default", }, weightVal = { 696, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "elemental", "fire", "resistance" }, }, - ["AfflictionNotableEnduringComposure"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Composure", statOrderKey = "7092", statOrder = { 7092 }, level = 68, group = "AfflictionNotableEnduringComposure", weightKey = { "affliction_armour", "default", }, weightVal = { 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "defences", "armour" }, }, - ["AfflictionNotableUncompromising_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Uncompromising", statOrderKey = "7074", statOrder = { 7074 }, level = 50, group = "AfflictionNotableUncompromising", weightKey = { "affliction_armour", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 696, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, - ["AfflictionNotablePrismaticDance____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Dance", statOrderKey = "7199", statOrder = { 7199 }, level = 75, group = "AfflictionNotablePrismaticDance", weightKey = { "affliction_evasion", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 82, 86, 86, 82, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion", "elemental", "resistance" }, }, - ["AfflictionNotableNaturalVigour_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Natural Vigour", statOrderKey = "7176", statOrder = { 7176 }, level = 50, group = "AfflictionNotableNaturalVigour", weightKey = { "affliction_evasion", "affliction_maximum_life", "default", }, weightVal = { 658, 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "evasion" }, }, - ["AfflictionNotableUntouchable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Untouchable", statOrderKey = "7273", statOrder = { 7273 }, level = 1, group = "AfflictionNotableUntouchable", weightKey = { "affliction_evasion", "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1315, 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion" }, }, - ["AfflictionNotableShiftingShadow"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Shifting Shadow", statOrderKey = "7237", statOrder = { 7237 }, level = 50, group = "AfflictionNotableShiftingShadow", weightKey = { "affliction_evasion", "default", }, weightVal = { 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion", "attribute" }, }, - ["AfflictionNotableReadiness"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Readiness", statOrderKey = "7214", statOrder = { 7214 }, level = 1, group = "AfflictionNotableReadiness", weightKey = { "affliction_evasion", "default", }, weightVal = { 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "defences", "evasion", "physical", "attack", "ailment" }, }, - ["AfflictionNotableSublimeForm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sublime Form", statOrderKey = "7128", statOrder = { 7128 }, level = 50, group = "AfflictionNotableSublimeForm", weightKey = { "affliction_evasion", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 658, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "resistance" }, }, - ["AfflictionNotableConfidentCombatant"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Confident Combatant", statOrderKey = "7057", statOrder = { 7057 }, level = 68, group = "AfflictionNotableConfidentCombatant", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, - ["AfflictionNotableFlexibleSentry___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Flexible Sentry", statOrderKey = "7117", statOrder = { 7117 }, level = 50, group = "AfflictionNotableFlexibleSentry", weightKey = { "affliction_chance_to_block", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 375, 686, 686, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "ailment" }, }, - ["AfflictionNotableViciousGuard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vicious Guard", statOrderKey = "7280", statOrder = { 7280 }, level = 1, group = "AfflictionNotableViciousGuard", weightKey = { "affliction_chance_to_block", "affliction_maximum_life", "default", }, weightVal = { 750, 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "resource", "life", "attack" }, }, - ["AfflictionNotableMysticalWard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mystical Ward", statOrderKey = "7175", statOrder = { 7175 }, level = 1, group = "AfflictionNotableMysticalWard", weightKey = { "affliction_chance_to_block", "affliction_maximum_energy_shield", "default", }, weightVal = { 750, 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "defences", "energy_shield" }, }, - ["AfflictionNotableRoteReinforcement"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rote Reinforcement", statOrderKey = "7222", statOrder = { 7222 }, level = 68, group = "AfflictionNotableRoteReinforcement", weightKey = { "affliction_chance_to_block", "affliction_maximum_life", "default", }, weightVal = { 141, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "endurance_charge", "resource", "life" }, }, - ["AfflictionNotableMageHunter___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mage Hunter", statOrderKey = "7160", statOrder = { 7160 }, level = 68, group = "AfflictionNotableMageHunter", weightKey = { "affliction_chance_to_block", "affliction_spell_damage", "default", }, weightVal = { 141, 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge", "caster_damage", "damage", "caster" }, }, - ["AfflictionNotableRiotQueller"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Riot Queller", statOrderKey = "7220", statOrder = { 7220 }, level = 75, group = "AfflictionNotableRiotQueller", weightKey = { "affliction_chance_to_block", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 47, 38, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block" }, }, - ["AfflictionNotableOnewiththeShield_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is One with the Shield", statOrderKey = "7180", statOrder = { 7180 }, level = 50, group = "AfflictionNotableOnewiththeShield", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 375, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "resource", "life", "defences" }, }, - ["AfflictionNotableAerialist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aerialist", statOrderKey = "7005", statOrder = { 7005 }, level = 75, group = "AfflictionNotableAerialist", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 92, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attribute" }, }, - ["AfflictionNotableElegantForm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Elegant Form", statOrderKey = "7089", statOrder = { 7089 }, level = 1, group = "AfflictionNotableElegantForm", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "ailment" }, }, - ["AfflictionNotableDartingMovements"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Darting Movements", statOrderKey = "7069", statOrder = { 7069 }, level = 1, group = "AfflictionNotableDartingMovements", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, - ["AfflictionNotableNoWitnesses"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is No Witnesses", statOrderKey = "7177", statOrder = { 7177 }, level = 75, group = "AfflictionNotableNoWitnesses", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, - ["AfflictionNotableMoltenOnesMark_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Molten One's Mark", statOrderKey = "7174", statOrder = { 7174 }, level = 68, group = "AfflictionNotableMoltenOnesMark", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 247, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, - ["AfflictionNotableFireAttunement_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fire Attunement", statOrderKey = "7114", statOrder = { 7114 }, level = 1, group = "AfflictionNotableFireAttunement", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "ailment" }, }, - ["AfflictionNotablePureMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Might", statOrderKey = "7207", statOrder = { 7207 }, level = 68, group = "AfflictionNotablePureMight", weightKey = { "affliction_fire_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 247, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, - ["AfflictionNotableBlacksmith_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blacksmith", statOrderKey = "7027", statOrder = { 7027 }, level = 68, group = "AfflictionNotableBlacksmith", weightKey = { "affliction_fire_resistance", "affliction_armour", "default", }, weightVal = { 247, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour", "elemental", "fire", "resistance" }, }, - ["AfflictionNotableNonFlammable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Non-Flammable", statOrderKey = "7178", statOrder = { 7178 }, level = 50, group = "AfflictionNotableNonFlammable", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "resistance", "ailment" }, }, - ["AfflictionNotableWinterProwler"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Winter Prowler", statOrderKey = "7297", statOrder = { 7297 }, level = 68, group = "AfflictionNotableWinterProwler", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 257, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "resistance", "speed" }, }, - ["AfflictionNotableHibernator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hibernator", statOrderKey = "7140", statOrder = { 7140 }, level = 50, group = "AfflictionNotableHibernator", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "ailment" }, }, - ["AfflictionNotablePureGuile"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Guile", statOrderKey = "7206", statOrder = { 7206 }, level = 68, group = "AfflictionNotablePureGuile", weightKey = { "affliction_cold_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 257, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, - ["AfflictionNotableAlchemist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Alchemist", statOrderKey = "7009", statOrder = { 7009 }, level = 1, group = "AfflictionNotableAlchemist", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 1371, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "elemental", "cold", "resistance", "attack", "caster", "speed" }, }, - ["AfflictionNotableAntifreeze"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Antifreeze", statOrderKey = "7016", statOrder = { 7016 }, level = 50, group = "AfflictionNotableAntifreeze", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "resistance", "ailment" }, }, - ["AfflictionNotableWizardry_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wizardry", statOrderKey = "7299", statOrder = { 7299 }, level = 68, group = "AfflictionNotableWizardry", weightKey = { "affliction_lightning_resistance", "affliction_maximum_mana", "default", }, weightVal = { 257, 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, - ["AfflictionNotableCapacitor____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Capacitor", statOrderKey = "7046", statOrder = { 7046 }, level = 50, group = "AfflictionNotableCapacitor", weightKey = { "affliction_lightning_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "ailment" }, }, - ["AfflictionNotablePureAptitude"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Aptitude", statOrderKey = "7204", statOrder = { 7204 }, level = 68, group = "AfflictionNotablePureAptitude", weightKey = { "affliction_lightning_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 257, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "defences", "energy_shield", "attribute" }, }, - ["AfflictionNotableSage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sage", statOrderKey = "7226", statOrder = { 7226 }, level = 1, group = "AfflictionNotableSage", weightKey = { "affliction_lightning_resistance", "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 1371, 932, 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "elemental", "lightning", "resistance" }, }, - ["AfflictionNotableInsulated"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Insulated", statOrderKey = "7149", statOrder = { 7149 }, level = 50, group = "AfflictionNotableInsulated", weightKey = { "affliction_lightning_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "resistance", "ailment" }, }, - ["AfflictionNotableBornofChaos"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Born of Chaos", statOrderKey = "7036", statOrder = { 7036 }, level = 68, group = "AfflictionNotableBornofChaos", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos", "resistance" }, }, - ["AfflictionNotableAntivenom"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Antivenom", statOrderKey = "7017", statOrder = { 7017 }, level = 50, group = "AfflictionNotableAntivenom", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "poison", "chaos", "resistance", "ailment" }, }, - ["AfflictionNotableRotResistant"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rot-Resistant", statOrderKey = "7221", statOrder = { 7221 }, level = 68, group = "AfflictionNotableRotResistant", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "defences", "energy_shield", "chaos", "resistance" }, }, - ["AfflictionNotableBlessed"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blessed", statOrderKey = "7030", statOrder = { 7030 }, level = 68, group = "AfflictionNotableBlessed", weightKey = { "affliction_chaos_resistance", "affliction_maximum_life", "affliction_maximum_mana", "default", }, weightVal = { 439, 146, 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "chaos", "resistance" }, }, - ["AfflictionNotableStudentofDecay"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Student of Decay", statOrderKey = "7258", statOrder = { 7258 }, level = 50, group = "AfflictionNotableStudentofDecay", weightKey = { "affliction_chaos_resistance", "affliction_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 1171, 593, 343, 366, 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, - ["AfflictionNotableAggressiveDefence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aggressive Defence", statOrderKey = "7008", statOrder = { 7008 }, level = 1, group = "AfflictionNotableAggressiveDefence", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "default", }, weightVal = { 750, 750, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, - ["AfflictionJewelSmallPassivesGrantLife_"] = { type = "Prefix", affix = "Hale", "Added Small Passive Skills also grant: +(2-3) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLife2_"] = { type = "Prefix", affix = "Healthy", "Added Small Passive Skills also grant: +(4-7) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLife3"] = { type = "Prefix", affix = "Sanguine", "Added Small Passive Skills also grant: +(8-10) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantMana"] = { type = "Prefix", affix = "Beryl", "Added Small Passive Skills also grant: +(2-5) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantMana2"] = { type = "Prefix", affix = "Cobalt", "Added Small Passive Skills also grant: +(6-8) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantMana3"] = { type = "Prefix", affix = "Azure", "Added Small Passive Skills also grant: +(9-10) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantES"] = { type = "Prefix", affix = "Shining", "Added Small Passive Skills also grant: +(4-5) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 1, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantES2"] = { type = "Prefix", affix = "Glimmering", "Added Small Passive Skills also grant: +(6-9) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 68, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantES3"] = { type = "Prefix", affix = "Glowing", "Added Small Passive Skills also grant: +(10-12) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 84, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantArmour"] = { type = "Prefix", affix = "Lacquered", "Added Small Passive Skills also grant: +(11-20) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 1, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmour2"] = { type = "Prefix", affix = "Studded", "Added Small Passive Skills also grant: +(21-30) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 68, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmour3_"] = { type = "Prefix", affix = "Ribbed", "Added Small Passive Skills also grant: +(31-40) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 84, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantEvasion"] = { type = "Prefix", affix = "Agile", "Added Small Passive Skills also grant: +(11-20) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 1, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasion2__"] = { type = "Prefix", affix = "Dancer's", "Added Small Passive Skills also grant: +(21-30) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 68, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasion3"] = { type = "Prefix", affix = "Acrobat's", "Added Small Passive Skills also grant: +(31-40) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 84, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantStr"] = { type = "Suffix", affix = "of the Brute", "Added Small Passive Skills also grant: +(2-3) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 1, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStr2_"] = { type = "Suffix", affix = "of the Wrestler", "Added Small Passive Skills also grant: +(4-5) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 68, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStr3_"] = { type = "Suffix", affix = "of the Bear", "Added Small Passive Skills also grant: +(6-8) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 84, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDex_"] = { type = "Suffix", affix = "of the Mongoose", "Added Small Passive Skills also grant: +(2-3) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDex2"] = { type = "Suffix", affix = "of the Lynx", "Added Small Passive Skills also grant: +(4-5) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDex3_"] = { type = "Suffix", affix = "of the Fox", "Added Small Passive Skills also grant: +(6-8) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantInt_"] = { type = "Suffix", affix = "of the Pupil", "Added Small Passive Skills also grant: +(2-3) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 1, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantInt2_"] = { type = "Suffix", affix = "of the Student", "Added Small Passive Skills also grant: +(4-5) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 68, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantInt3"] = { type = "Suffix", affix = "of the Prodigy", "Added Small Passive Skills also grant: +(6-8) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 84, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributes"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +2 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributes2"] = { type = "Suffix", affix = "of the Sky", "Added Small Passive Skills also grant: +3 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributes3"] = { type = "Suffix", affix = "of the Meteor", "Added Small Passive Skills also grant: +4 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegen"] = { type = "Suffix", affix = "of Excitement", "Added Small Passive Skills also grant: 4% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 1, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegen2"] = { type = "Suffix", affix = "of Joy", "Added Small Passive Skills also grant: 5% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 68, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegen3_"] = { type = "Suffix", affix = "of Elation", "Added Small Passive Skills also grant: 6% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 84, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegen___"] = { type = "Suffix", affix = "of the Newt", "Added Small Passive Skills also grant: Regenerate 0.1% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegen2_"] = { type = "Suffix", affix = "of the Lizard", "Added Small Passive Skills also grant: Regenerate 0.15% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegen3"] = { type = "Suffix", affix = "of the Flatworm", "Added Small Passive Skills also grant: Regenerate 0.2% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantFireRes"] = { type = "Suffix", affix = "of the Whelpling", "Added Small Passive Skills also grant: +(2-3)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireRes2"] = { type = "Suffix", affix = "of the Salamander", "Added Small Passive Skills also grant: +(4-5)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireRes3"] = { type = "Suffix", affix = "of the Drake", "Added Small Passive Skills also grant: +(6-7)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdRes_"] = { type = "Suffix", affix = "of the Inuit", "Added Small Passive Skills also grant: +(2-3)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdRes2"] = { type = "Suffix", affix = "of the Seal", "Added Small Passive Skills also grant: +(4-5)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdRes3"] = { type = "Suffix", affix = "of the Penguin", "Added Small Passive Skills also grant: +(6-7)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningRes"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +(2-3)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningRes2_"] = { type = "Suffix", affix = "of the Squall", "Added Small Passive Skills also grant: +(4-5)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningRes3"] = { type = "Suffix", affix = "of the Storm", "Added Small Passive Skills also grant: +(6-7)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalRes"] = { type = "Suffix", affix = "of the Crystal", "Added Small Passive Skills also grant: +2% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalRes2"] = { type = "Suffix", affix = "of the Prism", "Added Small Passive Skills also grant: +3% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalRes3"] = { type = "Suffix", affix = "of the Kaleidoscope", "Added Small Passive Skills also grant: +4% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosRes"] = { type = "Suffix", affix = "of the Lost", "Added Small Passive Skills also grant: +3% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosRes2"] = { type = "Suffix", affix = "of Banishment", "Added Small Passive Skills also grant: +4% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosRes3"] = { type = "Suffix", affix = "of Eviction", "Added Small Passive Skills also grant: +5% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantDamage_"] = { type = "Prefix", affix = "Harmful", "Added Small Passive Skills also grant: 2% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamage2_"] = { type = "Prefix", affix = "Hazardous", "Added Small Passive Skills also grant: 3% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamage3"] = { type = "Prefix", affix = "Dangerous", "Added Small Passive Skills also grant: 4% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantLifeSmall"] = { type = "Prefix", affix = "Hale", "Added Small Passive Skills also grant: +(2-3) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeSmall2"] = { type = "Prefix", affix = "Healthy", "Added Small Passive Skills also grant: +(4-7) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeSmall3"] = { type = "Prefix", affix = "Sanguine", "Added Small Passive Skills also grant: +(8-10) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeSmall4"] = { type = "Prefix", affix = "Stalwart", "Added Small Passive Skills also grant: +(11-13) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeSmall5_"] = { type = "Prefix", affix = "Stout", "Added Small Passive Skills also grant: +(14-16) to Maximum Life", statOrderKey = "6991", statOrder = { 6991 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantManaSmall"] = { type = "Prefix", affix = "Beryl", "Added Small Passive Skills also grant: +(2-5) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaSmall2_"] = { type = "Prefix", affix = "Cobalt", "Added Small Passive Skills also grant: +(6-8) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaSmall3"] = { type = "Prefix", affix = "Azure", "Added Small Passive Skills also grant: +(9-10) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 73, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaSmall4_"] = { type = "Prefix", affix = "Sapphire", "Added Small Passive Skills also grant: +(11-13) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 78, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaSmall5_"] = { type = "Prefix", affix = "Cerulean", "Added Small Passive Skills also grant: +(14-16) to Maximum Mana", statOrderKey = "6992", statOrder = { 6992 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantESSmall"] = { type = "Prefix", affix = "Shining", "Added Small Passive Skills also grant: +(4-5) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 1, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantESSmall2"] = { type = "Prefix", affix = "Glimmering", "Added Small Passive Skills also grant: +(6-9) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 68, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantESSmall3_"] = { type = "Prefix", affix = "Glowing", "Added Small Passive Skills also grant: +(10-12) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 73, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantESSmall4"] = { type = "Prefix", affix = "Radiating", "Added Small Passive Skills also grant: +(13-16) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 78, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantESSmall5"] = { type = "Prefix", affix = "Pulsing", "Added Small Passive Skills also grant: +(17-20) to Maximum Energy Shield", statOrderKey = "6990", statOrder = { 6990 }, level = 84, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, - ["AfflictionJewelSmallPassivesGrantArmourSmall__"] = { type = "Prefix", affix = "Lacquered", "Added Small Passive Skills also grant: +(11-20) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 1, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmourSmall2__"] = { type = "Prefix", affix = "Studded", "Added Small Passive Skills also grant: +(21-30) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 68, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmourSmall3"] = { type = "Prefix", affix = "Ribbed", "Added Small Passive Skills also grant: +(31-40) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 73, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmourSmall4___"] = { type = "Prefix", affix = "Fortified", "Added Small Passive Skills also grant: +(41-53) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 78, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantArmourSmall5"] = { type = "Prefix", affix = "Plated", "Added Small Passive Skills also grant: +(54-66) to Armour", statOrderKey = "6961", statOrder = { 6961 }, level = 84, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "armour" }, }, - ["AfflictionJewelSmallPassivesGrantEvasionSmall"] = { type = "Prefix", affix = "Agile", "Added Small Passive Skills also grant: +(11-20) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 1, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasionSmall2_"] = { type = "Prefix", affix = "Dancer's", "Added Small Passive Skills also grant: +(21-30) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 68, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasionSmall3___"] = { type = "Prefix", affix = "Acrobat's", "Added Small Passive Skills also grant: +(31-40) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 73, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasionSmall4_"] = { type = "Prefix", affix = "Fleet", "Added Small Passive Skills also grant: +(41-53) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 78, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantEvasionSmall5"] = { type = "Prefix", affix = "Blurred", "Added Small Passive Skills also grant: +(54-66) to Evasion", statOrderKey = "6985", statOrder = { 6985 }, level = 84, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "evasion" }, }, - ["AfflictionJewelSmallPassivesGrantStrSmall_"] = { type = "Suffix", affix = "of the Brute", "Added Small Passive Skills also grant: +(2-3) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 1, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStrSmall2"] = { type = "Suffix", affix = "of the Wrestler", "Added Small Passive Skills also grant: +(4-5) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 68, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStrSmall3"] = { type = "Suffix", affix = "of the Bear", "Added Small Passive Skills also grant: +(6-8) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 73, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStrSmall4_"] = { type = "Suffix", affix = "of the Lion", "Added Small Passive Skills also grant: +(9-11) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 78, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantStrSmall5"] = { type = "Suffix", affix = "of the Gorilla", "Added Small Passive Skills also grant: +(12-14) to Strength", statOrderKey = "6998", statOrder = { 6998 }, level = 84, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDexSmall_"] = { type = "Suffix", affix = "of the Mongoose", "Added Small Passive Skills also grant: +(2-3) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDexSmall2"] = { type = "Suffix", affix = "of the Lynx", "Added Small Passive Skills also grant: +(4-5) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDexSmall3"] = { type = "Suffix", affix = "of the Fox", "Added Small Passive Skills also grant: +(6-8) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 73, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDexSmall4_"] = { type = "Suffix", affix = "of the Falcon", "Added Small Passive Skills also grant: +(9-11) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 78, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantDexSmall5"] = { type = "Suffix", affix = "of the Panther", "Added Small Passive Skills also grant: +(12-14) to Dexterity", statOrderKey = "6983", statOrder = { 6983 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantIntSmall_"] = { type = "Suffix", affix = "of the Pupil", "Added Small Passive Skills also grant: +(2-3) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 1, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantIntSmall2"] = { type = "Suffix", affix = "of the Student", "Added Small Passive Skills also grant: +(4-5) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 68, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantIntSmall3______"] = { type = "Suffix", affix = "of the Prodigy", "Added Small Passive Skills also grant: +(6-8) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 73, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantIntSmall4_"] = { type = "Suffix", affix = "of the Augur", "Added Small Passive Skills also grant: +(9-11) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 78, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantIntSmall5"] = { type = "Suffix", affix = "of the Philosopher", "Added Small Passive Skills also grant: +(12-14) to Intelligence", statOrderKey = "6987", statOrder = { 6987 }, level = 84, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributesSmall"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +2 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributesSmall2"] = { type = "Suffix", affix = "of the Sky", "Added Small Passive Skills also grant: +3 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributesSmall3_"] = { type = "Suffix", affix = "of the Meteor", "Added Small Passive Skills also grant: +4 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 73, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributesSmall4"] = { type = "Suffix", affix = "of the Comet", "Added Small Passive Skills also grant: +5 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 78, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantAttributesSmall5"] = { type = "Suffix", affix = "of the Heavens", "Added Small Passive Skills also grant: +6 to All Attributes", statOrderKey = "6960", statOrder = { 6960 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegenSmall_"] = { type = "Suffix", affix = "of Excitement", "Added Small Passive Skills also grant: 4% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 1, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegenSmall2"] = { type = "Suffix", affix = "of Joy", "Added Small Passive Skills also grant: 5% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 68, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegenSmall3"] = { type = "Suffix", affix = "of Elation", "Added Small Passive Skills also grant: 6% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 73, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegenSmall4"] = { type = "Suffix", affix = "of Bliss", "Added Small Passive Skills also grant: (7-8)% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 78, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantManaRegenSmall5"] = { type = "Suffix", affix = "of Euphoria", "Added Small Passive Skills also grant: (9-10)% increased Mana Regeneration Rate", statOrderKey = "6989", statOrder = { 6989 }, level = 84, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegenSmall"] = { type = "Suffix", affix = "of the Newt", "Added Small Passive Skills also grant: Regenerate 0.1% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegenSmall2_"] = { type = "Suffix", affix = "of the Lizard", "Added Small Passive Skills also grant: Regenerate 0.15% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegenSmall3_"] = { type = "Suffix", affix = "of the Flatworm", "Added Small Passive Skills also grant: Regenerate 0.2% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegenSmall4_"] = { type = "Suffix", affix = "of the Starfish", "Added Small Passive Skills also grant: Regenerate 0.25% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantLifeRegenSmall5"] = { type = "Suffix", affix = "of the Hydra", "Added Small Passive Skills also grant: Regenerate 0.3% of Life per Second", statOrderKey = "6996", statOrder = { 6996 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, - ["AfflictionJewelSmallPassivesGrantFireResSmall"] = { type = "Suffix", affix = "of the Whelpling", "Added Small Passive Skills also grant: +(2-3)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireResSmall2"] = { type = "Suffix", affix = "of the Salamander", "Added Small Passive Skills also grant: +(4-5)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireResSmall3_"] = { type = "Suffix", affix = "of the Drake", "Added Small Passive Skills also grant: +(6-7)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 73, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireResSmall4"] = { type = "Suffix", affix = "of the Kiln", "Added Small Passive Skills also grant: +(8-9)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 78, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantFireResSmall5"] = { type = "Suffix", affix = "of the Furnace", "Added Small Passive Skills also grant: +(10-11)% to Fire Resistance", statOrderKey = "6986", statOrder = { 6986 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "fire", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdResSmall"] = { type = "Suffix", affix = "of the Inuit", "Added Small Passive Skills also grant: +(2-3)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdResSmall2"] = { type = "Suffix", affix = "of the Seal", "Added Small Passive Skills also grant: +(4-5)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdResSmall3"] = { type = "Suffix", affix = "of the Penguin", "Added Small Passive Skills also grant: +(6-7)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 73, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdResSmall4"] = { type = "Suffix", affix = "of the Yeti", "Added Small Passive Skills also grant: +(8-9)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 78, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantColdResSmall5_"] = { type = "Suffix", affix = "of the Walrus", "Added Small Passive Skills also grant: +(10-11)% to Cold Resistance", statOrderKey = "6979", statOrder = { 6979 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningResSmall"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +(2-3)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningResSmall2__"] = { type = "Suffix", affix = "of the Squall", "Added Small Passive Skills also grant: +(4-5)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningResSmall3"] = { type = "Suffix", affix = "of the Storm", "Added Small Passive Skills also grant: +(6-7)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningResSmall4_"] = { type = "Suffix", affix = "of the Thunderhead", "Added Small Passive Skills also grant: +(8-9)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantLightningResSmall5"] = { type = "Suffix", affix = "of the Tempest", "Added Small Passive Skills also grant: +(10-11)% to Lightning Resistance", statOrderKey = "6988", statOrder = { 6988 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalResSmall"] = { type = "Suffix", affix = "of the Crystal", "Added Small Passive Skills also grant: +2% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalResSmall2"] = { type = "Suffix", affix = "of the Prism", "Added Small Passive Skills also grant: +3% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalResSmall3"] = { type = "Suffix", affix = "of the Kaleidoscope", "Added Small Passive Skills also grant: +4% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 73, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalResSmall4"] = { type = "Suffix", affix = "of Variegation", "Added Small Passive Skills also grant: +5% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 78, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantElementalResSmall5"] = { type = "Suffix", affix = "of the Rainbow", "Added Small Passive Skills also grant: +6% to all Elemental Resistances", statOrderKey = "6984", statOrder = { 6984 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosResSmall"] = { type = "Suffix", affix = "of the Lost", "Added Small Passive Skills also grant: +3% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosResSmall2"] = { type = "Suffix", affix = "of Banishment", "Added Small Passive Skills also grant: +4% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosResSmall3"] = { type = "Suffix", affix = "of Eviction", "Added Small Passive Skills also grant: +5% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 73, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosResSmall4"] = { type = "Suffix", affix = "of Expulsion", "Added Small Passive Skills also grant: +6% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 78, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantChaosResSmall5"] = { type = "Suffix", affix = "of Exile", "Added Small Passive Skills also grant: +(7-8)% to Chaos Resistance", statOrderKey = "6977", statOrder = { 6977 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "chaos", "resistance" }, }, - ["AfflictionJewelSmallPassivesGrantDamageSmall_"] = { type = "Prefix", affix = "Harmful", "Added Small Passive Skills also grant: 2% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageSmall2_"] = { type = "Prefix", affix = "Hazardous", "Added Small Passive Skills also grant: 3% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageSmall3_"] = { type = "Prefix", affix = "Dangerous", "Added Small Passive Skills also grant: 4% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 73, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageSmall4_"] = { type = "Prefix", affix = "Destructive", "Added Small Passive Skills also grant: 5% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 78, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageSmall5"] = { type = "Prefix", affix = "Deadly", "Added Small Passive Skills also grant: 6% increased Damage", statOrderKey = "6982", statOrder = { 6982 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesHaveIncreasedEffect"] = { type = "Prefix", affix = "Potent", "Added Small Passive Skills have 25% increased Effect", statOrderKey = "7002", statOrder = { 7002 }, level = 1, group = "AfflictionJewelSmallPassivesHaveIncreasedEffect", weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesHaveIncreasedEffect2"] = { type = "Prefix", affix = "Powerful", "Added Small Passive Skills have 35% increased Effect", statOrderKey = "7002", statOrder = { 7002 }, level = 84, group = "AfflictionJewelSmallPassivesHaveIncreasedEffect", weightKey = { "default", }, weightVal = { 300 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantAttackSpeed"] = { type = "Suffix", affix = "of Skill", "Added Small Passive Skills also grant: 1% increased Attack Speed", statOrderKey = "6970", statOrder = { 6970 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "attack", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantAttackSpeed2_"] = { type = "Suffix", affix = "of Ease", "Added Small Passive Skills also grant: 2% increased Attack Speed", statOrderKey = "6970", statOrder = { 6970 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "attack", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantAttackSpeed3__"] = { type = "Suffix", affix = "of Mastery", "Added Small Passive Skills also grant: 3% increased Attack Speed", statOrderKey = "6970", statOrder = { 6970 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "attack", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantCastSpeed"] = { type = "Suffix", affix = "of Talent", "Added Small Passive Skills also grant: 1% increased Cast Speed", statOrderKey = "6972", statOrder = { 6972 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "Added Small Passive Skills also grant: 2% increased Cast Speed", statOrderKey = "6972", statOrder = { 6972 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantCastSpeed3_"] = { type = "Suffix", affix = "of Expertise", "Added Small Passive Skills also grant: 3% increased Cast Speed", statOrderKey = "6972", statOrder = { 6972 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantDamageOverTime"] = { type = "Suffix", affix = "of Decline", "Added Small Passive Skills also grant: 1% increased Damage over Time", statOrderKey = "6981", statOrder = { 6981 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 350, 350, 350, 350, 350, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageOverTime2"] = { type = "Suffix", affix = "of Degeneration", "Added Small Passive Skills also grant: 2% increased Damage over Time", statOrderKey = "6981", statOrder = { 6981 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 350, 350, 350, 350, 350, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantDamageOverTime3"] = { type = "Suffix", affix = "of Disintegration", "Added Small Passive Skills also grant: 3% increased Damage over Time", statOrderKey = "6981", statOrder = { 6981 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "damage" }, }, - ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration_"] = { type = "Suffix", affix = "of Tumult", "Added Small Passive Skills also grant: 3% increased Duration of Elemental Ailments on Enemies", statOrderKey = "6974", statOrder = { 6974 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration2"] = { type = "Suffix", affix = "of Turbulence", "Added Small Passive Skills also grant: 4% increased Duration of Elemental Ailments on Enemies", statOrderKey = "6974", statOrder = { 6974 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration3"] = { type = "Suffix", affix = "of Disturbance", "Added Small Passive Skills also grant: 5% increased Duration of Elemental Ailments on Enemies", statOrderKey = "6974", statOrder = { 6974 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect__"] = { type = "Suffix", affix = "of Outreach", "Added Small Passive Skills also grant: 2% increased Area of Effect of Aura Skills", statOrderKey = "6971", statOrder = { 6971 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 350, 0 }, modTags = { "aura" }, }, - ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect2"] = { type = "Suffix", affix = "of Influence", "Added Small Passive Skills also grant: 4% increased Area of Effect of Aura Skills", statOrderKey = "6971", statOrder = { 6971 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 350, 0 }, modTags = { "aura" }, }, - ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect3"] = { type = "Suffix", affix = "of Guidance", "Added Small Passive Skills also grant: 6% increased Area of Effect of Aura Skills", statOrderKey = "6971", statOrder = { 6971 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 250, 0 }, modTags = { "aura" }, }, - ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect"] = { type = "Suffix", affix = "of Clout", "Added Small Passive Skills also grant: 1% increased Area of Effect of Hex Skills", statOrderKey = "6980", statOrder = { 6980 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "curse" }, }, - ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect2"] = { type = "Suffix", affix = "of Dominance", "Added Small Passive Skills also grant: 2% increased Area of Effect of Hex Skills", statOrderKey = "6980", statOrder = { 6980 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "curse" }, }, - ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect3"] = { type = "Suffix", affix = "of Suppression", "Added Small Passive Skills also grant: 3% increased Area of Effect of Hex Skills", statOrderKey = "6980", statOrder = { 6980 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "curse" }, }, - ["AfflictionJewelSmallPassivesGrantWarcryDuration"] = { type = "Suffix", affix = "of Yelling", "Added Small Passive Skills also grant: 2% increased Warcry Duration", statOrderKey = "7001", statOrder = { 7001 }, level = 1, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 350, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantWarcryDuration2"] = { type = "Suffix", affix = "of Shouting", "Added Small Passive Skills also grant: 3% increased Warcry Duration", statOrderKey = "7001", statOrder = { 7001 }, level = 68, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 350, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantWarcryDuration3"] = { type = "Suffix", affix = "of Bellowing", "Added Small Passive Skills also grant: 4% increased Warcry Duration", statOrderKey = "7001", statOrder = { 7001 }, level = 84, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Ire", "Added Small Passive Skills also grant: +1% to Critical Strike Multiplier", statOrderKey = "6973", statOrder = { 6973 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 350, 0 }, modTags = { "damage", "critical" }, }, - ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier2_"] = { type = "Suffix", affix = "of Anger", "Added Small Passive Skills also grant: +2% to Critical Strike Multiplier", statOrderKey = "6973", statOrder = { 6973 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 350, 0 }, modTags = { "damage", "critical" }, }, - ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "Added Small Passive Skills also grant: +3% to Critical Strike Multiplier", statOrderKey = "6973", statOrder = { 6973 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, - ["AfflictionJewelSmallPassivesGrantMinionLifeRegen"] = { type = "Suffix", affix = "of Fostering", "Added Small Passive Skills also grant: Minions Regenerate 0.1% of Life per Second", statOrderKey = "6995", statOrder = { 6995 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantMinionLifeRegen2"] = { type = "Suffix", affix = "of Nurturing", "Added Small Passive Skills also grant: Minions Regenerate 0.15% of Life per Second", statOrderKey = "6995", statOrder = { 6995 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantMinionLifeRegen3"] = { type = "Suffix", affix = "of Motherhood", "Added Small Passive Skills also grant: Minions Regenerate 0.2% of Life per Second", statOrderKey = "6995", statOrder = { 6995 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantAreaOfEffect_"] = { type = "Suffix", affix = "of Reach", "Added Small Passive Skills also grant: 1% increased Area of Effect", statOrderKey = "6976", statOrder = { 6976 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 350, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantAreaOfEffect2"] = { type = "Suffix", affix = "of Range", "Added Small Passive Skills also grant: 2% increased Area of Effect", statOrderKey = "6976", statOrder = { 6976 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 350, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantAreaOfEffect3"] = { type = "Suffix", affix = "of Horizons", "Added Small Passive Skills also grant: 3% increased Area of Effect", statOrderKey = "6976", statOrder = { 6976 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 250, 0 }, modTags = { }, }, - ["AfflictionJewelSmallPassivesGrantProjectileSpeed"] = { type = "Suffix", affix = "of Darting", "Added Small Passive Skills also grant: 2% increased Projectile Speed", statOrderKey = "6975", statOrder = { 6975 }, level = 1, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantProjectileSpeed2"] = { type = "Suffix", affix = "of Flight", "Added Small Passive Skills also grant: 3% increased Projectile Speed", statOrderKey = "6975", statOrder = { 6975 }, level = 68, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantProjectileSpeed3"] = { type = "Suffix", affix = "of Propulsion", "Added Small Passive Skills also grant: 4% increased Projectile Speed", statOrderKey = "6975", statOrder = { 6975 }, level = 84, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed_"] = { type = "Suffix", affix = "of Tinkering", "Added Small Passive Skills also grant: 1% increased Trap and Mine Throwing Speed", statOrderKey = "7000", statOrder = { 7000 }, level = 1, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed2"] = { type = "Suffix", affix = "of Assembly", "Added Small Passive Skills also grant: 2% increased Trap and Mine Throwing Speed", statOrderKey = "7000", statOrder = { 7000 }, level = 68, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed3_"] = { type = "Suffix", affix = "of Deployment", "Added Small Passive Skills also grant: 3% increased Trap and Mine Throwing Speed", statOrderKey = "7000", statOrder = { 7000 }, level = 84, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed"] = { type = "Suffix", affix = "of the Karui", "Added Small Passive Skills also grant: 1% increased Totem Placement speed", statOrderKey = "6999", statOrder = { 6999 }, level = 1, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed2"] = { type = "Suffix", affix = "of the Ancestors", "Added Small Passive Skills also grant: 2% increased Totem Placement speed", statOrderKey = "6999", statOrder = { 6999 }, level = 68, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed3"] = { type = "Suffix", affix = "of The Way", "Added Small Passive Skills also grant: 3% increased Totem Placement speed", statOrderKey = "6999", statOrder = { 6999 }, level = 84, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, - ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange_"] = { type = "Suffix", affix = "of Gripping", "Added Small Passive Skills also grant: 1% increased Brand Attachment range", statOrderKey = "6997", statOrder = { 6997 }, level = 1, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster" }, }, - ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange2"] = { type = "Suffix", affix = "of Grasping", "Added Small Passive Skills also grant: 2% increased Brand Attachment range", statOrderKey = "6997", statOrder = { 6997 }, level = 68, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster" }, }, - ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange3____"] = { type = "Suffix", affix = "of Latching", "Added Small Passive Skills also grant: 3% increased Brand Attachment range", statOrderKey = "6997", statOrder = { 6997 }, level = 84, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 250, 0 }, modTags = { "caster" }, }, - ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed"] = { type = "Suffix", affix = "of Attention", "Added Small Passive Skills also grant: Channelling Skills have 1% increased Attack and Cast Speed", statOrderKey = "6963", statOrder = { 6963 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Concentration", "Added Small Passive Skills also grant: Channelling Skills have 2% increased Attack and Cast Speed", statOrderKey = "6963", statOrder = { 6963 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed3"] = { type = "Suffix", affix = "of Forethought", "Added Small Passive Skills also grant: Channelling Skills have 3% increased Attack and Cast Speed", statOrderKey = "6963", statOrder = { 6963 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantFlaskChargesGained"] = { type = "Suffix", affix = "of Refilling", "Added Small Passive Skills also grant: 1% increased Flask Charges gained", statOrderKey = "6978", statOrder = { 6978 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 350, 350, 0 }, modTags = { "flask" }, }, - ["AfflictionJewelSmallPassivesGrantFlaskChargesGained2_"] = { type = "Suffix", affix = "of Brimming", "Added Small Passive Skills also grant: 2% increased Flask Charges gained", statOrderKey = "6978", statOrder = { 6978 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 350, 350, 0 }, modTags = { "flask" }, }, - ["AfflictionJewelSmallPassivesGrantFlaskChargesGained3"] = { type = "Suffix", affix = "of Overflowing", "Added Small Passive Skills also grant: 3% increased Flask Charges gained", statOrderKey = "6978", statOrder = { 6978 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 250, 250, 0 }, modTags = { "flask" }, }, - ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Kindling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Fire Skills", statOrderKey = "6967", statOrder = { 6967 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Smoke", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Fire Skills", statOrderKey = "6967", statOrder = { 6967 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Flashfires", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Fire Skills", statOrderKey = "6967", statOrder = { 6967 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Cooling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Cold Skills", statOrderKey = "6965", statOrder = { 6965 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of Frigidity", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Cold Skills", statOrderKey = "6965", statOrder = { 6965 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Avalanche", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Cold Skills", statOrderKey = "6965", statOrder = { 6965 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Gathering Clouds", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Lightning Skills", statOrderKey = "6968", statOrder = { 6968 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Sudden Storms", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Lightning Skills", statOrderKey = "6968", statOrder = { 6968 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Strike", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Lightning Skills", statOrderKey = "6968", statOrder = { 6968 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Dusk", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Chaos Skills", statOrderKey = "6964", statOrder = { 6964 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 350, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed2____"] = { type = "Suffix", affix = "of Midnight", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Chaos Skills", statOrderKey = "6964", statOrder = { 6964 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 350, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Eclipse", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Chaos Skills", statOrderKey = "6964", statOrder = { 6964 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Rumbling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Physical Skills", statOrderKey = "6969", statOrder = { 6969 }, level = 1, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 350, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Tremors", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Physical Skills", statOrderKey = "6969", statOrder = { 6969 }, level = 68, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 350, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of the Earthquake", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Physical Skills", statOrderKey = "6969", statOrder = { 6969 }, level = 84, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 250, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Coaxing", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Elemental Skills", statOrderKey = "6966", statOrder = { 6966 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of Evoking", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Elemental Skills", statOrderKey = "6966", statOrder = { 6966 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Manifesting", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Elemental Skills", statOrderKey = "6966", statOrder = { 6966 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed"] = { type = "Suffix", affix = "of Pillaging", "Added Small Passive Skills also grant: Minions have 1% increased Attack and Cast Speed", statOrderKey = "6993", statOrder = { 6993 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Ravaging", "Added Small Passive Skills also grant: Minions have 2% increased Attack and Cast Speed", statOrderKey = "6993", statOrder = { 6993 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed3"] = { type = "Suffix", affix = "of Razing", "Added Small Passive Skills also grant: Minions have 3% increased Attack and Cast Speed", statOrderKey = "6993", statOrder = { 6993 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed"] = { type = "Suffix", affix = "of the Courier", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed while affected by a Herald", statOrderKey = "6962", statOrder = { 6962 }, level = 1, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of the Messenger", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed while affected by a Herald", statOrderKey = "6962", statOrder = { 6962 }, level = 68, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Herald", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed while affected by a Herald", statOrderKey = "6962", statOrder = { 6962 }, level = 84, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed"] = { type = "Suffix", affix = "of the Message", "Added Small Passive Skills also grant: Minions have 1% increased Attack and Cast Speed while you are affected by a Herald", statOrderKey = "6994", statOrder = { 6994 }, level = 1, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of the Teachings", "Added Small Passive Skills also grant: Minions have 2% increased Attack and Cast Speed while you are affected by a Herald", statOrderKey = "6994", statOrder = { 6994 }, level = 68, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, - ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Canon", "Added Small Passive Skills also grant: Minions have 3% increased Attack and Cast Speed while you are affected by a Herald", statOrderKey = "6994", statOrder = { 6994 }, level = 84, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["ChaosResistJewelCorrupted"] = { type = "Corrupted", affix = "", "+(1-3)% to Chaos Resistance", statOrder = { 1500 }, level = 1, group = "ChaosResistance", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos", "resistance" }, }, + ["ReducedCharacterSizeJewelCorrupted"] = { type = "Corrupted", affix = "", "1% reduced Character Size", statOrder = { 1911 }, level = 1, group = "ActorSize", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["ReducedChillDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Chill Duration on you", statOrder = { 1731 }, level = 1, group = "ReducedChillDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedFreezeDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Freeze Duration on you", statOrder = { 1733 }, level = 1, group = "ReducedFreezeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["ReducedIgniteDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedBurnDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["ReducedShockDurationJewelCorrupted"] = { type = "Corrupted", affix = "", "(3-5)% reduced Shock Duration on you", statOrder = { 1732 }, level = 1, group = "ReducedShockDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["IncreasedChargeDurationJewelCorrupted_"] = { type = "Corrupted", affix = "", "(3-7)% increased Endurance, Frenzy and Power Charge Duration", statOrder = { 2870 }, level = 1, group = "ChargeDuration", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "endurance_charge", "frenzy_charge", "power_charge" }, }, + ["AddedChaosDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "Adds 1 to (2-3) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos", "attack" }, }, + ["ChanceToBeCritJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (60-100)% increased Critical Strike Chance against you", statOrder = { 2971 }, level = 1, group = "ChanceToTakeCriticalStrike", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "critical" }, }, + ["DamageWhileDeadJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-30)% increased Damage while Dead", statOrder = { 2935 }, level = 1, group = "DamageWhileDead", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage" }, }, + ["VaalSkillDamageJewelCorrupted"] = { type = "Corrupted", affix = "", "(5-10)% increased Damage with Vaal Skills", statOrder = { 2934 }, level = 1, group = "VaalSkillDamage", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "damage", "vaal" }, }, + ["ChaosDamagePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased Chaos Damage for each Corrupted Item Equipped", statOrder = { 2938 }, level = 1, group = "ChaosDamagePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["LifeLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Life Leech for each Corrupted Item Equipped", statOrder = { 2939 }, level = 1, group = "LifeLeechRatePerCorruptedItem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "life" }, }, + ["ManaLeechRatePerCorruptedItemJewelCorrupted"] = { type = "Corrupted", affix = "", "1% increased total Recovery per second from Mana Leech for each Corrupted Item Equipped", statOrder = { 2941 }, level = 1, group = "ManaLeechRatePerCorrupteditem", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "mana" }, }, + ["SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 1, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "caster", "curse" }, }, + ["V2CorruptedBloodImmunityCorrupted"] = { type = "Corrupted", affix = "", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 33, group = "CorruptedBloodImmunity", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["V2HinderImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Hindered", statOrder = { 9848 }, level = 40, group = "YouCannotBeHindered", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "blue_herring" }, }, + ["V2IncreasedAilmentEffectOnEnemiesCorrupted"] = { type = "Corrupted", affix = "", "(5-7)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 1, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "ailment" }, }, + ["V2IncreasedAreaOfEffectCorrupted"] = { type = "Corrupted", affix = "", "(4-5)% increased Area of Effect", statOrder = { 1739 }, level = 1, group = "AreaOfEffect", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2IncreasedCriticalStrikeChanceCorrupted_"] = { type = "Corrupted", affix = "", "(8-10)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "critical" }, }, + ["V2IncreasedDamageJewelCorrupted___"] = { type = "Corrupted", affix = "", "(4-5)% increased Damage", statOrder = { 1058 }, level = 1, group = "IncreasedDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage" }, }, + ["V2MaimImmunityCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Maimed", statOrder = { 4662 }, level = 40, group = "AvoidMaimChance", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2MinionDamageCorrupted"] = { type = "Corrupted", affix = "", "Minions deal (4-5)% increased Damage", statOrder = { 1830 }, level = 1, group = "MinionDamage", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "damage", "minion" }, }, + ["V2ReducedManaReservationCorrupted"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2086 }, level = 1, group = "ReducedReservationForJewel", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2ReducedManaReservationCorruptedEfficiency__"] = { type = "Corrupted", affix = "", "2% increased Reservation Efficiency of Skills", statOrder = { 2083 }, level = 1, group = "ReservationEfficiencyForJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["V2SilenceImmunityJewelCorrupted"] = { type = "Corrupted", affix = "", "You cannot be Cursed with Silence", statOrder = { 2933 }, level = 60, group = "ImmuneToSilence", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "caster", "curse" }, }, + ["V2FirePenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Fire Resistance", statOrder = { 2827 }, level = 1, group = "FireResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["V2ColdPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Cold Resistance", statOrder = { 2828 }, level = 1, group = "ColdResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["V2LightningPenetrationJewelCorrupted__"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Lightning Resistance", statOrder = { 2829 }, level = 1, group = "LightningResistancePenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["V2ElementalPenetrationJewelCorrupted_"] = { type = "Corrupted", affix = "", "Damage Penetrates 1% Elemental Resistances", statOrder = { 2826 }, level = 1, group = "ElementalPenetration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["V2ArmourPenetrationJewelCorrupted"] = { type = "Corrupted", affix = "", "Hits have (10-15)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 6649 }, level = 1, group = "ChanceToIgnoreEnemyArmour", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "physical" }, }, + ["V2AvoidIgniteJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 1, group = "AvoidIgnite", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["V2AvoidChillAndFreezeJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Chilled", "(20-25)% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 1, group = "ChanceToAvoidFreezeAndChill", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2AvoidShockJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 1, group = "AvoidShock", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2AvoidPoisonJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Poisoned", statOrder = { 1708 }, level = 1, group = "ChanceToAvoidPoison", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2AvoidBleedJewelCorrupted__"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid Bleeding", statOrder = { 4046 }, level = 1, group = "ChanceToAvoidBleeding", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["V2AvoidStunJewelCorrupted_"] = { type = "Corrupted", affix = "", "(20-25)% chance to Avoid being Stunned", statOrder = { 1710 }, level = 1, group = "AvoidStun", weightKey = { "jewel", "default", }, weightVal = { 0, 0 }, modTags = { }, }, + ["V2IgniteDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Ignite Duration on you", statOrder = { 1734 }, level = 1, group = "ReducedIgniteDurationOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "fire", "ailment" }, }, + ["V2ChillEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Chill on you", statOrder = { 1504 }, level = 1, group = "ChillEffectivenessOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "cold", "ailment" }, }, + ["V2ShockEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Shock on you", statOrder = { 9269 }, level = 1, group = "ReducedShockEffectOnSelf", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "elemental", "lightning", "ailment" }, }, + ["V2PoisonDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Poison Duration on you", statOrder = { 9230 }, level = 1, group = "ReducedPoisonDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "poison", "chaos", "ailment" }, }, + ["V2BleedDurationOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Bleed Duration on you", statOrder = { 9222 }, level = 1, group = "ReducedBleedDuration", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "bleed", "physical", "ailment" }, }, + ["V2CurseEffectOnYouJewelCorrupted"] = { type = "Corrupted", affix = "", "(20-25)% reduced Effect of Curses on you", statOrder = { 2024 }, level = 1, group = "CurseEffectOnYouJewel", weightKey = { "jewel", "default", }, weightVal = { 1000, 0 }, modTags = { "curse" }, }, + ["AfflictionNotableProdigiousDefense__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prodigious Defence", statOrder = { 7201 }, level = 1, group = "AfflictionNotableProdigiousDefense", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_chance_to_block", "default", }, weightVal = { 600, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack" }, }, + ["AfflictionNotableAdvanceGuard"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Advance Guard", statOrder = { 7004 }, level = 50, group = "AfflictionNotableAdvanceGuard", weightKey = { "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, + ["AfflictionNotableGladiatorialCombat"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Gladiatorial Combat", statOrder = { 7125 }, level = 68, group = "AfflictionNotableGladiatorialCombat", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, + ["AfflictionNotableStrikeLeader_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Strike Leader", statOrder = { 7256 }, level = 1, group = "AfflictionNotableStrikeLeader", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_chance_to_block", "default", }, weightVal = { 600, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack" }, }, + ["AfflictionNotablePowerfulWard"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Powerful Ward", statOrder = { 7191 }, level = 68, group = "AfflictionNotablePowerfulWard", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge" }, }, + ["AfflictionNotableEnduringWard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Ward", statOrder = { 7094 }, level = 68, group = "AfflictionNotableEnduringWard", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "endurance_charge" }, }, + ["AfflictionNotableGladiatorsFortitude"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Gladiator's Fortitude", statOrder = { 7126 }, level = 68, group = "AfflictionNotableGladiatorsFortitude", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_maximum_life", "default", }, weightVal = { 113, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack" }, }, + ["AfflictionNotablePreciseRetaliation_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Precise Retaliation", statOrder = { 7195 }, level = 50, group = "AfflictionNotablePreciseRetaliation", weightKey = { "affliction_attack_damage_while_holding_a_shield", "affliction_critical_chance", "default", }, weightVal = { 300, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableVeteranDefender"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Veteran Defender", statOrder = { 7278 }, level = 1, group = "AfflictionNotableVeteranDefender", weightKey = { "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "elemental", "resistance", "attribute" }, }, + ["AfflictionNotableIronBreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Iron Breaker", statOrder = { 7152 }, level = 1, group = "AfflictionNotableIronBreaker", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 464, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AfflictionNotableDeepCuts"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deep Cuts", statOrder = { 7072 }, level = 75, group = "AfflictionNotableDeepCuts", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical", "attack" }, }, + ["AfflictionNotableMastertheFundamentals_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master the Fundamentals", statOrder = { 7169 }, level = 50, group = "AfflictionNotableMastertheFundamentals", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 232, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "resistance" }, }, + ["AfflictionNotableForceMultiplier"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Force Multiplier", statOrder = { 7120 }, level = 50, group = "AfflictionNotableForceMultiplier", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 232, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical" }, }, + ["AfflictionNotableFuriousAssault"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Furious Assault", statOrder = { 7123 }, level = 1, group = "AfflictionNotableFuriousAssault", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 464, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "caster_damage", "damage", "damage", "physical", "attack", "caster" }, }, + ["AfflictionNotableViciousSkewering"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vicious Skewering", statOrder = { 7281 }, level = 68, group = "AfflictionNotableViciousSkewering", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 81, 141, 141, 151, 145, 151, 113, 117, 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AfflictionNotableGrimOath"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Grim Oath", statOrder = { 7130 }, level = 68, group = "AfflictionNotableGrimOath", weightKey = { "affliction_physical_damage", "affliction_chaos_damage", "default", }, weightVal = { 87, 97, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos" }, }, + ["AfflictionNotableBattleHardened_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Battle-Hardened", statOrder = { 7025 }, level = 50, group = "AfflictionNotableBattleHardened", weightKey = { "affliction_physical_damage", "affliction_armour", "affliction_evasion", "default", }, weightVal = { 232, 696, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "evasion", "physical" }, }, + ["AfflictionNotableReplenishingPresence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Replenishing Presence", statOrder = { 7219 }, level = 50, group = "AfflictionNotableReplenishingPresence", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "aura" }, }, + ["AfflictionNotableMasterofCommand__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Command", statOrder = { 7165 }, level = 68, group = "AfflictionNotableMasterofCommand", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, + ["AfflictionNotableFirstAmongEquals__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spiteful Presence", statOrder = { 7115 }, level = 1, group = "AfflictionNotableFirstAmongEquals", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 960, 960, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "cold", "aura", "ailment" }, }, + ["AfflictionNotablePurposefulHarbinger"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Purposeful Harbinger", statOrder = { 7208 }, level = 75, group = "AfflictionNotablePurposefulHarbinger", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 60, 60, 118, 158, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, + ["AfflictionNotablePreciseCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Destructive Aspect", statOrder = { 7193 }, level = 68, group = "AfflictionNotablePreciseCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_critical_chance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, + ["AfflictionNotablePureCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Electric Presence", statOrder = { 7205 }, level = 68, group = "AfflictionNotablePureCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 180, 180, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "lightning", "aura", "ailment" }, }, + ["AfflictionNotableSummerCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mortifying Aspect", statOrder = { 7260 }, level = 68, group = "AfflictionNotableSummerCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_fire_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "chaos", "resistance", "aura" }, }, + ["AfflictionNotableWinterCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Frantic Aspect", statOrder = { 7296 }, level = 68, group = "AfflictionNotableWinterCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_cold_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "speed", "aura" }, }, + ["AfflictionNotableGroundedCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Introspection", statOrder = { 7131 }, level = 68, group = "AfflictionNotableGroundedCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_lightning_resistance", "default", }, weightVal = { 180, 180, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "aura" }, }, + ["AfflictionNotableStalwartCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Volatile Presence", statOrder = { 7249 }, level = 50, group = "AfflictionNotableStalwartCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_armour", "affliction_evasion", "affliction_maximum_energy_shield", "default", }, weightVal = { 480, 480, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "fire", "aura", "ailment" }, }, + ["AfflictionNotableVengefulCommander"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Righteous Path", statOrder = { 7277 }, level = 1, group = "AfflictionNotableVengefulCommander", weightKey = { "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 960, 960, 0, 0, 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "aura" }, }, + ["AfflictionNotableSkullbreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Skullbreaker", statOrder = { 7240 }, level = 68, group = "AfflictionNotableSkullbreaker", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotablePressurePoints__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pressure Points", statOrder = { 7196 }, level = 50, group = "AfflictionNotablePressurePoints", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableOverwhelmingMalice"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overwhelming Malice", statOrder = { 7185 }, level = 68, group = "AfflictionNotableOverwhelmingMalice", weightKey = { "affliction_critical_chance", "affliction_chaos_damage", "default", }, weightVal = { 171, 97, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableMagnifier"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Magnifier", statOrder = { 7161 }, level = 1, group = "AfflictionNotableMagnifier", weightKey = { "affliction_critical_chance", "affliction_area_damage", "default", }, weightVal = { 914, 1959, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableSavageResponse"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Savage Response", statOrder = { 7228 }, level = 50, group = "AfflictionNotableSavageResponse", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableEyeoftheStorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eye of the Storm", statOrder = { 7104 }, level = 50, group = "AfflictionNotableEyeoftheStorm", weightKey = { "affliction_critical_chance", "affliction_fire_damage_over_time_multiplier", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 457, 366, 814, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold", "lightning", "critical", "ailment" }, }, + ["AfflictionNotableBasicsofPain"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Basics of Pain", statOrder = { 7024 }, level = 1, group = "AfflictionNotableBasicsofPain", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 914, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableQuickGetaway"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Quick Getaway", statOrder = { 7210 }, level = 1, group = "AfflictionNotableQuickGetaway", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 914, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed", "critical" }, }, + ["AfflictionNotableAssertDominance"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Assert Dominance", statOrder = { 7022 }, level = 68, group = "AfflictionNotableAssertDominance", weightKey = { "affliction_area_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableVastPower"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vast Power", statOrder = { 7276 }, level = 50, group = "AfflictionNotableVastPower", weightKey = { "affliction_area_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotablePowerfulAssault_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Powerful Assault", statOrder = { 7190 }, level = 50, group = "AfflictionNotablePowerfulAssault", weightKey = { "affliction_area_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableIntensity"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Intensity", statOrder = { 7150 }, level = 68, group = "AfflictionNotableIntensity", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableTitanicSwings_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Titanic Swings", statOrder = { 7268 }, level = 50, group = "AfflictionNotableTitanicSwings", weightKey = { "affliction_area_damage", "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 980, 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableToweringThreat"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Towering Threat", statOrder = { 7270 }, level = 68, group = "AfflictionNotableToweringThreat", weightKey = { "affliction_area_damage", "affliction_maximum_life", "default", }, weightVal = { 367, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, + ["AfflictionNotableAncestralEcho"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Echo", statOrder = { 7010 }, level = 1, group = "AfflictionNotableAncestralEcho", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionNotableAncestralReach"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Reach", statOrder = { 7015 }, level = 1, group = "AfflictionNotableAncestralReach", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, + ["AfflictionNotableAncestralMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Might", statOrder = { 7013 }, level = 50, group = "AfflictionNotableAncestralMight", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableAncestralPreservation__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Preservation", statOrder = { 7014 }, level = 68, group = "AfflictionNotableAncestralPreservation", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 277, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "chaos", "resistance" }, }, + ["AfflictionNotableSnaringSpirits"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Snaring Spirits", statOrder = { 7244 }, level = 50, group = "AfflictionNotableSnaringSpirits", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableSleeplessSentries"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sleepless Sentries", statOrder = { 7241 }, level = 68, group = "AfflictionNotableSleeplessSentries", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 277, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableAncestralGuidance_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Guidance", statOrder = { 7011 }, level = 50, group = "AfflictionNotableAncestralGuidance", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 738, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, + ["AfflictionNotableAncestralInspiration__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Ancestral Inspiration", statOrder = { 7012 }, level = 68, group = "AfflictionNotableAncestralInspiration", weightKey = { "affliction_totem_damage", "affliction_spell_damage", "default", }, weightVal = { 277, 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster" }, }, + ["AfflictionNotableVitalFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vital Focus", statOrder = { 7284 }, level = 1, group = "AfflictionNotableVitalFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 1811, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage" }, }, + ["AfflictionNotableRapidInfusion_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unrestrained Focus", statOrder = { 7211 }, level = 68, group = "AfflictionNotableRapidInfusion", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 340, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, + ["AfflictionNotableUnwaveringFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unwavering Focus", statOrder = { 7274 }, level = 50, group = "AfflictionNotableUnwaveringFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 906, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "damage" }, }, + ["AfflictionNotableEnduringFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Focus", statOrder = { 7093 }, level = 75, group = "AfflictionNotableEnduringFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "damage" }, }, + ["AfflictionNotablePreciseFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Precise Focus", statOrder = { 7194 }, level = 50, group = "AfflictionNotablePreciseFocus", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 906, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableStoicFocus"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stoic Focus", statOrder = { 7251 }, level = 1, group = "AfflictionNotableStoicFocus", weightKey = { "affliction_channelling_skill_damage", "affliction_chance_to_block", "default", }, weightVal = { 1811, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage" }, }, + ["AfflictionNotableHexBreaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hex Breaker", statOrder = { 7139 }, level = 75, group = "AfflictionNotableHexBreaker", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "caster", "speed", "curse" }, }, + ["AfflictionNotableArcaneAdept_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Adept", statOrder = { 7018 }, level = 68, group = "AfflictionNotableArcaneAdept", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed" }, }, + ["AfflictionNotableDistilledPerfection_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Distilled Perfection", statOrder = { 7081 }, level = 1, group = "AfflictionNotableDistilledPerfection", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 1079, 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "mana" }, }, + ["AfflictionNotableSpikedConcoction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spiked Concoction", statOrder = { 7247 }, level = 50, group = "AfflictionNotableSpikedConcoction", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 539, 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "attack", "caster", "speed" }, }, + ["AfflictionNotableFasting"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fasting", statOrder = { 7108 }, level = 50, group = "AfflictionNotableFasting", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 539, 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "speed" }, }, + ["AfflictionNotableMendersWellspring__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mender's Wellspring", statOrder = { 7170 }, level = 68, group = "AfflictionNotableMendersWellspring", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 202, 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life" }, }, + ["AfflictionNotableSpecialReserve"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Special Reserve", statOrder = { 7246 }, level = 1, group = "AfflictionNotableSpecialReserve", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 1079, 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "damage" }, }, + ["AfflictionNotableNumbingElixir"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Numbing Elixir", statOrder = { 7179 }, level = 68, group = "AfflictionNotableNumbingElixir", weightKey = { "affliction_flask_duration", "affliction_life_and_mana_recovery_from_flasks", "default", }, weightVal = { 202, 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "caster", "ailment", "curse" }, }, + ["AfflictionNotableMobMentality"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mob Mentality", statOrder = { 7173 }, level = 75, group = "AfflictionNotableMobMentality", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 109, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "frenzy_charge", "power_charge", "damage", "attack" }, }, + ["AfflictionNotableCryWolf__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cry Wolf", statOrder = { 7063 }, level = 68, group = "AfflictionNotableCryWolf", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 327, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableHauntingShout"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Haunting Shout", statOrder = { 7134 }, level = 50, group = "AfflictionNotableHauntingShout", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 873, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableLeadByExample__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lead By Example", statOrder = { 7154 }, level = 1, group = "AfflictionNotableLeadByExample", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 1745, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attribute" }, }, + ["AfflictionNotableProvocateur"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Provocateur", statOrder = { 7202 }, level = 50, group = "AfflictionNotableProvocateur", weightKey = { "affliction_warcry_buff_effect", "affliction_critical_chance", "default", }, weightVal = { 873, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableWarningCall"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Warning Call", statOrder = { 7288 }, level = 68, group = "AfflictionNotableWarningCall", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 327, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour" }, }, + ["AfflictionNotableRattlingBellow"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rattling Bellow", statOrder = { 7212 }, level = 1, group = "AfflictionNotableRattlingBellow", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 1745, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "attribute" }, }, + ["AfflictionNotableBloodscent"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Bloodscent", statOrder = { 7033 }, level = 75, group = "AfflictionNotableBloodscent", weightKey = { "affliction_axe_and_sword_damage", "default", }, weightVal = { 47, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack" }, }, + ["AfflictionNotableRunThrough"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Run Through", statOrder = { 7224 }, level = 68, group = "AfflictionNotableRunThrough", weightKey = { "affliction_axe_and_sword_damage", "default", }, weightVal = { 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AfflictionNotableWoundAggravation____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wound Aggravation", statOrder = { 7300 }, level = 1, group = "AfflictionNotableWoundAggravation", weightKey = { "affliction_axe_and_sword_damage", "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 750, 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AfflictionNotableOverlord"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overlord", statOrder = { 7183 }, level = 75, group = "AfflictionNotableOverlord", weightKey = { "affliction_mace_and_staff_damage", "default", }, weightVal = { 47, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableExpansiveMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expansive Might", statOrder = { 7099 }, level = 68, group = "AfflictionNotableExpansiveMight", weightKey = { "affliction_mace_and_staff_damage", "affliction_area_damage", "default", }, weightVal = { 141, 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableWeightAdvantage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Weight Advantage", statOrder = { 7290 }, level = 1, group = "AfflictionNotableWeightAdvantage", weightKey = { "affliction_mace_and_staff_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "attribute" }, }, + ["AfflictionNotableWindup_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wind-up", statOrder = { 7295 }, level = 68, group = "AfflictionNotableWindup", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 151, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "power_charge", "damage", "attack", "critical" }, }, + ["AfflictionNotableFanofBlades_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fan of Blades", statOrder = { 7106 }, level = 75, group = "AfflictionNotableFanofBlades", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 51, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableDiseaseVector"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disease Vector", statOrder = { 7078 }, level = 50, group = "AfflictionNotableDiseaseVector", weightKey = { "affliction_dagger_and_claw_damage", "default", }, weightVal = { 404, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AfflictionNotableArcingShot__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcing Shot", statOrder = { 7021 }, level = 50, group = "AfflictionNotableArcingShot", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 387, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, + ["AfflictionNotableTemperedArrowheads"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Tempered Arrowheads", statOrder = { 7265 }, level = 50, group = "AfflictionNotableTemperedArrowheads", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 387, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "ailment" }, }, + ["AfflictionNotableBroadside_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Broadside", statOrder = { 7039 }, level = 1, group = "AfflictionNotableBroadside", weightKey = { "affliction_bow_damage", "default", }, weightVal = { 774, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack" }, }, + ["AfflictionNotableExplosiveForce"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Explosive Force", statOrder = { 7102 }, level = 68, group = "AfflictionNotableExplosiveForce", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 151, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "attack" }, }, + ["AfflictionNotableOpportunisticFusilade_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Opportunistic Fusilade", statOrder = { 7182 }, level = 1, group = "AfflictionNotableOpportunisticFusilade", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 807, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, + ["AfflictionNotableStormsHand"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Storm's Hand", statOrder = { 7254 }, level = 50, group = "AfflictionNotableStormsHand", weightKey = { "affliction_wand_damage", "default", }, weightVal = { 403, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning", "attack" }, }, + ["AfflictionNotableBattlefieldDominator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Battlefield Dominator", statOrder = { 7026 }, level = 1, group = "AfflictionNotableBattlefieldDominator", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 604, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableMartialMastery"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Martial Mastery", statOrder = { 7162 }, level = 50, group = "AfflictionNotableMartialMastery", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed", "attribute" }, }, + ["AfflictionNotableSurefootedStriker_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surefooted Striker", statOrder = { 7262 }, level = 50, group = "AfflictionNotableSurefootedStriker", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "critical" }, }, + ["AfflictionNotableGracefulExecution_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Graceful Execution", statOrder = { 7127 }, level = 1, group = "AfflictionNotableGracefulExecution", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 604, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed", "critical", "attribute" }, }, + ["AfflictionNotableBrutalInfamy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brutal Infamy", statOrder = { 7041 }, level = 50, group = "AfflictionNotableBrutalInfamy", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 302, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableFearsomeWarrior"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fearsome Warrior", statOrder = { 7109 }, level = 68, group = "AfflictionNotableFearsomeWarrior", weightKey = { "affliction_damage_with_two_handed_melee_weapons", "default", }, weightVal = { 113, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableCombatRhythm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Combat Rhythm", statOrder = { 7055 }, level = 50, group = "AfflictionNotableCombatRhythm", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attack", "speed" }, }, + ["AfflictionNotableHitandRun"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hit and Run", statOrder = { 7141 }, level = 1, group = "AfflictionNotableHitandRun", weightKey = { "affliction_attack_damage_while_dual_wielding_", "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 623, 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableInsatiableKiller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Insatiable Killer", statOrder = { 7147 }, level = 50, group = "AfflictionNotableInsatiableKiller", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "frenzy_charge", "attack", "speed" }, }, + ["AfflictionNotableMageBane__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mage Bane", statOrder = { 7159 }, level = 68, group = "AfflictionNotableMageBane", weightKey = { "affliction_attack_damage_while_dual_wielding_", "affliction_chance_to_block", "default", }, weightVal = { 117, 141, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge", "damage", "attack" }, }, + ["AfflictionNotableMartialMomentum"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Martial Momentum", statOrder = { 7163 }, level = 50, group = "AfflictionNotableMartialMomentum", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 312, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, + ["AfflictionNotableDeadlyRepartee"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deadly Repartee", statOrder = { 7070 }, level = 1, group = "AfflictionNotableDeadlyRepartee", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 623, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "damage", "attack", "critical" }, }, + ["AfflictionNotableQuickandDeadly_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Quick and Deadly", statOrder = { 7209 }, level = 68, group = "AfflictionNotableQuickandDeadly", weightKey = { "affliction_attack_damage_while_dual_wielding_", "default", }, weightVal = { 117, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, + ["AfflictionNotableSmitetheWeak"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Smite the Weak", statOrder = { 7242 }, level = 1, group = "AfflictionNotableSmitetheWeak", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableHeavyHitter"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Heavy Hitter", statOrder = { 7136 }, level = 50, group = "AfflictionNotableHeavyHitter", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionNotableMartialProwess"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Martial Prowess", statOrder = { 7164 }, level = 1, group = "AfflictionNotableMartialProwess", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "attack", "speed" }, }, + ["AfflictionNotableCalamitous"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Calamitous", statOrder = { 7044 }, level = 50, group = "AfflictionNotableCalamitous", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "cold", "lightning", "attack", "ailment" }, }, + ["AfflictionNotableDevastator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Devastator", statOrder = { 7075 }, level = 75, group = "AfflictionNotableDevastator", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 27, 47, 47, 51, 48, 50, 38, 39, 38, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["AfflictionNotableFueltheFight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fuel the Fight", statOrder = { 7122 }, level = 1, group = "AfflictionNotableFueltheFight", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack", "speed" }, }, + ["AfflictionNotableDrivetheDestruction__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Drive the Destruction", statOrder = { 7087 }, level = 1, group = "AfflictionNotableDrivetheDestruction", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 432, 750, 750, 808, 774, 807, 604, 623, 600, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack" }, }, + ["AfflictionNotableFeedtheFury"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feed the Fury", statOrder = { 7112 }, level = 50, group = "AfflictionNotableFeedtheFury", weightKey = { "affliction_attack_damage_", "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 216, 375, 375, 404, 387, 403, 302, 312, 300, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "attack", "speed" }, }, + ["AfflictionNotableSealMender"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Seal Mender", statOrder = { 7231 }, level = 75, group = "AfflictionNotableSealMender", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 94, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableConjuredWall"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Conjured Wall", statOrder = { 7058 }, level = 50, group = "AfflictionNotableConjuredWall", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "caster_damage", "damage", "caster" }, }, + ["AfflictionNotableArcaneHeroism_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Heroism", statOrder = { 7019 }, level = 68, group = "AfflictionNotableArcaneHeroism", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotablePracticedCaster"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Practiced Caster", statOrder = { 7192 }, level = 1, group = "AfflictionNotablePracticedCaster", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 1500, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "speed" }, }, + ["AfflictionNotableBurdenProjection"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Burden Projection", statOrder = { 7042 }, level = 50, group = "AfflictionNotableBurdenProjection", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "speed" }, }, + ["AfflictionNotableThaumophage"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Thaumophage", statOrder = { 7266 }, level = 50, group = "AfflictionNotableThaumophage", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "defences", "energy_shield", "damage", "caster" }, }, + ["AfflictionNotableEssenceRush"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Essence Rush", statOrder = { 7096 }, level = 50, group = "AfflictionNotableEssenceRush", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 750, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "defences", "energy_shield", "damage", "attack", "caster", "speed" }, }, + ["AfflictionNotableSapPsyche"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Sap Psyche", statOrder = { 7227 }, level = 68, group = "AfflictionNotableSapPsyche", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 281, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "resource", "mana", "defences", "energy_shield", "damage", "caster" }, }, + ["AfflictionNotableSadist_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sadist", statOrder = { 7225 }, level = 68, group = "AfflictionNotableSadist", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 281, 136, 95, 89, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AfflictionNotableCorrosiveElements"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Corrosive Elements", statOrder = { 7061 }, level = 75, group = "AfflictionNotableCorrosiveElements", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 94, 45, 32, 30, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AfflictionNotableDoryanisLesson_"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Doryani's Lesson", statOrder = { 7084 }, level = 68, group = "AfflictionNotableDoryanisLesson", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 281, 136, 95, 89, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "life", "damage", "elemental" }, }, + ["AfflictionNotableDisorientingDisplay____"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Disorienting Display", statOrder = { 7079 }, level = 50, group = "AfflictionNotableDisorientingDisplay", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 750, 364, 253, 238, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AfflictionNotablePrismaticHeart__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Heart", statOrder = { 7200 }, level = 1, group = "AfflictionNotablePrismaticHeart", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 1500, 727, 505, 475, 1371, 1371, 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "resistance" }, }, + ["AfflictionNotableWidespreadDestruction"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Widespread Destruction", statOrder = { 7293 }, level = 1, group = "AfflictionNotableWidespreadDestruction", weightKey = { "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "affliction_fire_damage", "default", }, weightVal = { 1500, 727, 505, 475, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental" }, }, + ["AfflictionNotableMasterofFire"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Fire", statOrder = { 7167 }, level = 75, group = "AfflictionNotableMasterofFire", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 30, 46, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableSmokingRemains"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Smoking Remains", statOrder = { 7243 }, level = 50, group = "AfflictionNotableSmokingRemains", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 238, 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AfflictionNotableCremator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cremator", statOrder = { 7062 }, level = 50, group = "AfflictionNotableCremator", weightKey = { "affliction_fire_damage", "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 238, 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AfflictionNotableSnowstorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Snowstorm", statOrder = { 7245 }, level = 50, group = "AfflictionNotableSnowstorm", weightKey = { "affliction_lightning_damage", "affliction_cold_damage", "default", }, weightVal = { 364, 253, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["AfflictionNotableStormDrinker___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Storm Drinker", statOrder = { 7252 }, level = 1, group = "AfflictionNotableStormDrinker", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 727, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "defences", "energy_shield", "damage", "elemental", "lightning" }, }, + ["AfflictionNotableParalysis"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Paralysis", statOrder = { 7186 }, level = 50, group = "AfflictionNotableParalysis", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AfflictionNotableSupercharge"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Supercharge", statOrder = { 7261 }, level = 75, group = "AfflictionNotableSupercharge", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["AfflictionNotableBlanketedSnow_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blanketed Snow", statOrder = { 7028 }, level = 68, group = "AfflictionNotableBlanketedSnow", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 95, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AfflictionNotableColdtotheCore"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold to the Core", statOrder = { 7054 }, level = 68, group = "AfflictionNotableColdtotheCore", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 95, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["AfflictionNotableColdBloodedKiller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold-Blooded Killer", statOrder = { 7052 }, level = 50, group = "AfflictionNotableColdBloodedKiller", weightKey = { "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 253, 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "life", "damage", "elemental", "cold" }, }, + ["AfflictionNotableTouchofCruelty_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Touch of Cruelty", statOrder = { 7269 }, level = 1, group = "AfflictionNotableTouchofCruelty", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 519, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableUnwaveringlyEvil"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Unwaveringly Evil", statOrder = { 7275 }, level = 1, group = "AfflictionNotableUnwaveringlyEvil", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 519, 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableUnspeakableGifts"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Unspeakable Gifts", statOrder = { 7272 }, level = 75, group = "AfflictionNotableUnspeakableGifts", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 32, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableDarkIdeation"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dark Ideation", statOrder = { 7067 }, level = 68, group = "AfflictionNotableDarkIdeation", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 97, 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableUnholyGrace_"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Unholy Grace", statOrder = { 7271 }, level = 1, group = "AfflictionNotableUnholyGrace", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 519, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "chaos_damage", "damage", "chaos", "attack", "caster", "speed" }, }, + ["AfflictionNotableWickedPall_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wicked Pall", statOrder = { 7292 }, level = 50, group = "AfflictionNotableWickedPall", weightKey = { "affliction_chaos_damage", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 259, 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableRenewal"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Renewal", statOrder = { 7217 }, level = 50, group = "AfflictionNotableRenewal", weightKey = { "affliction_minion_damage", "affliction_minion_life", "default", }, weightVal = { 500, 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, + ["AfflictionNotableRazeandPillage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Raze and Pillage", statOrder = { 7213 }, level = 68, group = "AfflictionNotableRazeandPillage", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "elemental_damage", "bleed", "damage", "physical", "elemental", "fire", "minion", "ailment" }, }, + ["AfflictionNotableRottenClaws"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rotten Claws", statOrder = { 7223 }, level = 50, group = "AfflictionNotableRottenClaws", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 500, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical", "attack", "minion" }, }, + ["AfflictionNotableCalltotheSlaughter"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Call to the Slaughter", statOrder = { 7045 }, level = 1, group = "AfflictionNotableCalltotheSlaughter", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 1000, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed", "minion" }, }, + ["AfflictionNotableSkeletalAtrophy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Skeletal Atrophy", statOrder = { 7239 }, level = 68, group = "AfflictionNotableSkeletalAtrophy", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "damage", "physical", "chaos", "minion" }, }, + ["AfflictionNotableHulkingCorpses"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hulking Corpses", statOrder = { 7145 }, level = 50, group = "AfflictionNotableHulkingCorpses", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionNotableViciousBite"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Vicious Bite", statOrder = { 7279 }, level = 75, group = "AfflictionNotableViciousBite", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 63, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "damage", "minion", "critical" }, }, + ["AfflictionNotablePrimordialBond"] = { type = "Suffix", affix = "of Significance", "1 Added Passive Skill is Primordial Bond", statOrder = { 7197 }, level = 68, group = "AfflictionNotablePrimordialBond", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 188, 0 }, weightMultiplierKey = { "has_affliction_notable2", "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 0, 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable2", "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, + ["AfflictionNotableBlowback"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blowback", statOrder = { 7034 }, level = 50, group = "AfflictionNotableBlowback", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 366, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["AfflictionNotableFantheFlames_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fan the Flames", statOrder = { 7107 }, level = 68, group = "AfflictionNotableFantheFlames", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "ailment" }, }, + ["AfflictionNotableCookedAlive"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cooked Alive", statOrder = { 7060 }, level = 68, group = "AfflictionNotableCookedAlive", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "ailment" }, }, + ["AfflictionNotableBurningBright"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Burning Bright", statOrder = { 7043 }, level = 50, group = "AfflictionNotableBurningBright", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_fire_damage", "default", }, weightVal = { 366, 238, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AfflictionNotableWrappedinFlame_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wrapped in Flame", statOrder = { 7301 }, level = 68, group = "AfflictionNotableWrappedinFlame", weightKey = { "affliction_fire_damage_over_time_multiplier", "default", }, weightVal = { 137, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AfflictionNotableVividHues"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vivid Hues", statOrder = { 7285 }, level = 50, group = "AfflictionNotableVividHues", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "resource", "life", "physical", "attack", "ailment" }, }, + ["AfflictionNotableRend"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rend", statOrder = { 7216 }, level = 50, group = "AfflictionNotableRend", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AfflictionNotableDisorientingWounds"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disorienting Wounds", statOrder = { 7080 }, level = 1, group = "AfflictionNotableDisorientingWounds", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AfflictionNotableCompoundInjury"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Compound Injury", statOrder = { 7056 }, level = 50, group = "AfflictionNotableCompoundInjury", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["AfflictionNotableBloodArtist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blood Artist", statOrder = { 7032 }, level = 75, group = "AfflictionNotableBloodArtist", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 129, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "ailment" }, }, + ["AfflictionNotablePhlebotomist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Phlebotomist", statOrder = { 7189 }, level = 50, group = "AfflictionNotablePhlebotomist", weightKey = { "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 343, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "physical", "critical", "ailment" }, }, + ["AfflictionNotableSepticSpells"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Septic Spells", statOrder = { 7235 }, level = 50, group = "AfflictionNotableSepticSpells", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "chaos_damage", "poison", "damage", "chaos", "caster", "speed", "ailment" }, }, + ["AfflictionNotableLowTolerance"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Low Tolerance", statOrder = { 7158 }, level = 68, group = "AfflictionNotableLowTolerance", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "poison", "damage", "chaos", "ailment" }, }, + ["AfflictionNotableSteadyTorment"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Steady Torment", statOrder = { 7250 }, level = 68, group = "AfflictionNotableSteadyTorment", weightKey = { "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "default", }, weightVal = { 130, 129, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "chaos_damage", "bleed", "poison", "damage", "physical", "chaos", "attack", "ailment", "ailment" }, }, + ["AfflictionNotableEternalSuffering"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eternal Suffering", statOrder = { 7097 }, level = 50, group = "AfflictionNotableEternalSuffering", weightKey = { "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos" }, }, + ["AfflictionNotableEldritchInspiration"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eldritch Inspiration", statOrder = { 7088 }, level = 50, group = "AfflictionNotableEldritchInspiration", weightKey = { "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_mana", "default", }, weightVal = { 348, 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "resource", "mana", "damage", "chaos" }, }, + ["AfflictionNotableWastingAffliction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wasting Affliction", statOrder = { 7289 }, level = 68, group = "AfflictionNotableWastingAffliction", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 222, 178, 129, 137, 130, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, + ["AfflictionNotableHaemorrhage"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Haemorrhage", statOrder = { 7133 }, level = 50, group = "AfflictionNotableHaemorrhage", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_critical_chance", "default", }, weightVal = { 593, 475, 343, 366, 348, 457, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical", "ailment" }, }, + ["AfflictionNotableFlowofLife_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Flow of Life", statOrder = { 7118 }, level = 68, group = "AfflictionNotableFlowofLife", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_life", "default", }, weightVal = { 222, 178, 129, 137, 130, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage" }, }, + ["AfflictionNotableExposureTherapy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Exposure Therapy", statOrder = { 7103 }, level = 1, group = "AfflictionNotableExposureTherapy", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_chaos_resistance", "default", }, weightVal = { 1185, 950, 686, 733, 696, 2341, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["AfflictionNotableBrushwithDeath"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brush with Death", statOrder = { 7040 }, level = 68, group = "AfflictionNotableBrushwithDeath", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_life", "affliction_maximum_energy_shield", "default", }, weightVal = { 222, 178, 129, 137, 130, 146, 189, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "energy_shield", "damage" }, }, + ["AfflictionNotableVileReinvigoration_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vile Reinvigoration", statOrder = { 7283 }, level = 50, group = "AfflictionNotableVileReinvigoration", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_maximum_energy_shield", "default", }, weightVal = { 593, 475, 343, 366, 348, 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield", "damage" }, }, + ["AfflictionNotableCirclingOblivion"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Circling Oblivion", statOrder = { 7050 }, level = 1, group = "AfflictionNotableCirclingOblivion", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 1185, 950, 686, 733, 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, + ["AfflictionNotableBrewedforPotency"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brewed for Potency", statOrder = { 7038 }, level = 1, group = "AfflictionNotableBrewedforPotency", weightKey = { "affliction_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_flask_duration", "default", }, weightVal = { 1185, 950, 686, 733, 696, 1079, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life", "mana", "damage" }, }, + ["AfflictionNotableAstonishingAffliction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Astonishing Affliction", statOrder = { 7023 }, level = 1, group = "AfflictionNotableAstonishingAffliction", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 1627, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "ailment" }, }, + ["AfflictionNotableColdConduction__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cold Conduction", statOrder = { 7053 }, level = 68, group = "AfflictionNotableColdConduction", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 305, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "lightning", "ailment" }, }, + ["AfflictionNotableInspiredOppression"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Inspired Oppression", statOrder = { 7148 }, level = 75, group = "AfflictionNotableInspiredOppression", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_elemental_damage", "affliction_lightning_damage", "affliction_cold_damage", "default", }, weightVal = { 102, 94, 45, 32, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "ailment" }, }, + ["AfflictionNotableChillingPresence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Chilling Presence", statOrder = { 7048 }, level = 75, group = "AfflictionNotableChillingPresence", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 102, 59, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "ailment" }, }, + ["AfflictionNotableDeepChill"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Deep Chill", statOrder = { 7071 }, level = 1, group = "AfflictionNotableDeepChill", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "default", }, weightVal = { 1627, 505, 950, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "ailment" }, }, + ["AfflictionNotableBlastFreeze_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blast-Freeze", statOrder = { 7029 }, level = 68, group = "AfflictionNotableBlastFreeze", weightKey = { "affliction_cold_damage", "affliction_cold_damage_over_time_multiplier", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 95, 178, 305, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "cold", "ailment" }, }, + ["AfflictionNotableThunderstruck"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Thunderstruck", statOrder = { 7267 }, level = 50, group = "AfflictionNotableThunderstruck", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "lightning", "critical" }, }, + ["AfflictionNotableStormrider"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stormrider", statOrder = { 7253 }, level = 68, group = "AfflictionNotableStormrider", weightKey = { "affliction_effect_of_non-damaging_ailments", "affliction_cold_damage", "affliction_lightning_damage", "default", }, weightVal = { 305, 95, 136, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "power_charge", "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["AfflictionNotableOvershock"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Overshock", statOrder = { 7184 }, level = 50, group = "AfflictionNotableOvershock", weightKey = { "affliction_lightning_damage", "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 364, 814, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AfflictionNotableEvilEye"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Evil Eye", statOrder = { 7098 }, level = 1, group = "AfflictionNotableEvilEye", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 706, 706, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["AfflictionNotableWhispersofDeath"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Evil Eye", statOrder = { 7291 }, level = 1, group = "AfflictionNotableWhispersofDeath", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableWardbreaker_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Forbidden Words", statOrder = { 7287 }, level = 68, group = "AfflictionNotableWardbreaker", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "caster", "curse" }, }, + ["AfflictionNotableDarkDiscourse"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Spite", statOrder = { 7066 }, level = 50, group = "AfflictionNotableDarkDiscourse", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableVictimMaker"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Victim Maker", statOrder = { 7282 }, level = 50, group = "AfflictionNotableVictimMaker", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed", "curse" }, }, + ["AfflictionNotableMasterofFear"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of Fear", statOrder = { 7166 }, level = 68, group = "AfflictionNotableMasterofFear", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableWishforDeath_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wish for Death", statOrder = { 7298 }, level = 50, group = "AfflictionNotableWishforDeath", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 0, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableLordofDrought_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lord of Drought", statOrder = { 7116 }, level = 50, group = "AfflictionNotableLordofDrought", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_fire_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableBlizzardCaller_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blizzard Caller", statOrder = { 7121 }, level = 50, group = "AfflictionNotableBlizzardCaller", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_cold_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "critical", "curse" }, }, + ["AfflictionNotableTempttheStorm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Tempt the Storm", statOrder = { 7156 }, level = 50, group = "AfflictionNotableTempttheStorm", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_lightning_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed", "curse" }, }, + ["AfflictionNotableMiseryEverlasting"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Misery Everlasting", statOrder = { 7073 }, level = 50, group = "AfflictionNotableMiseryEverlasting", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_chaos_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableExploitWeakness_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Exploit Weakness", statOrder = { 7137 }, level = 50, group = "AfflictionNotableExploitWeakness", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "affliction_physical_damage", "default", }, weightVal = { 353, 353, 0, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "physical_damage", "caster_damage", "damage", "physical", "caster", "curse" }, }, + ["AfflictionNotableHoundsMark"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hound's Mark", statOrder = { 7144 }, level = 1, group = "AfflictionNotableHoundsMark", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 706, 706, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["AfflictionNotableDoedresGluttony"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Gluttony", statOrder = { 7083 }, level = 50, group = "AfflictionNotableDoedresGluttony", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster", "curse" }, }, + ["AfflictionNotableDoedresApathy____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Doedre's Apathy", statOrder = { 7082 }, level = 68, group = "AfflictionNotableDoedresApathy", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 132, 132, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "curse" }, }, + ["AfflictionNotableMasterOfTheMaelstrom_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Master of the Maelstrom", statOrder = { 7168 }, level = 50, group = "AfflictionNotableMasterOfTheMaelstrom", weightKey = { "old_do_not_use_affliction_curse_effect", "affliction_curse_effect_small", "default", }, weightVal = { 353, 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "caster", "ailment", "curse" }, }, + ["AfflictionNotableHeraldry"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Heraldry", statOrder = { 7138 }, level = 75, group = "AfflictionNotableHeraldry", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 118, 158, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableEndbringer"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Endbringer", statOrder = { 7091 }, level = 68, group = "AfflictionNotableEndbringer", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableCultLeader_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Cult-Leader", statOrder = { 7064 }, level = 1, group = "AfflictionNotableCultLeader", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 2526, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "minion" }, }, + ["AfflictionNotableEmpoweredEnvoy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Empowered Envoy", statOrder = { 7090 }, level = 1, group = "AfflictionNotableEmpoweredEnvoy", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 1882, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableDarkMessenger"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dark Messenger", statOrder = { 7068 }, level = 50, group = "AfflictionNotableDarkMessenger", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 941, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableAgentofDestruction"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Agent of Destruction", statOrder = { 7007 }, level = 1, group = "AfflictionNotableAgentofDestruction", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 1882, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AfflictionNotableLastingImpression_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Lasting Impression", statOrder = { 7153 }, level = 68, group = "AfflictionNotableLastingImpression", weightKey = { "affliction_damage_while_you_have_a_herald", "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableSelfFulfillingProphecy_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Self-Fulfilling Prophecy", statOrder = { 7234 }, level = 68, group = "AfflictionNotableSelfFulfillingProphecy", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 353, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "critical" }, }, + ["AfflictionNotableInvigoratingPortents"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Invigorating Portents", statOrder = { 7151 }, level = 50, group = "AfflictionNotableInvigoratingPortents", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 1263, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed", "minion" }, }, + ["AfflictionNotablePureAgony_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Agony", statOrder = { 7203 }, level = 68, group = "AfflictionNotablePureAgony", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "minion" }, }, + ["AfflictionNotableDisciples_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Disciples", statOrder = { 7076 }, level = 68, group = "AfflictionNotableDisciples", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 474, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed", "minion" }, }, + ["AfflictionNotableDreadMarch_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dread March", statOrder = { 7086 }, level = 1, group = "AfflictionNotableDreadMarch", weightKey = { "affliction_minion_life", "default", }, weightVal = { 1433, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "chaos", "resistance", "speed", "minion" }, }, + ["AfflictionNotableBlessedRebirth"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blessed Rebirth", statOrder = { 7031 }, level = 68, group = "AfflictionNotableBlessedRebirth", weightKey = { "affliction_minion_life", "default", }, weightVal = { 269, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionNotableLifefromDeath_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Life from Death", statOrder = { 7155 }, level = 50, group = "AfflictionNotableLifefromDeath", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionNotableFeastingFiends"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feasting Fiends", statOrder = { 7111 }, level = 1, group = "AfflictionNotableFeastingFiends", weightKey = { "affliction_minion_life", "affliction_minion_damage", "default", }, weightVal = { 1433, 1000, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "damage", "minion" }, }, + ["AfflictionNotableBodyguards"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Bodyguards", statOrder = { 7035 }, level = 50, group = "AfflictionNotableBodyguards", weightKey = { "affliction_minion_life", "default", }, weightVal = { 716, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionNotableFollowThrough_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Follow-Through", statOrder = { 7119 }, level = 68, group = "AfflictionNotableFollowThrough", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableStreamlined"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Streamlined", statOrder = { 7255 }, level = 1, group = "AfflictionNotableStreamlined", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, + ["AfflictionNotableShriekingBolts_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Shrieking Bolts", statOrder = { 7238 }, level = 50, group = "AfflictionNotableShriekingBolts", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableEyetoEye"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Eye to Eye", statOrder = { 7105 }, level = 50, group = "AfflictionNotableEyetoEye", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 889, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableRepeater"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Repeater", statOrder = { 7218 }, level = 1, group = "AfflictionNotableRepeater", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 1778, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "attack", "caster", "speed" }, }, + ["AfflictionNotableAerodynamics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aerodynamics", statOrder = { 7006 }, level = 68, group = "AfflictionNotableAerodynamics", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 333, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, + ["AfflictionNotableChipAway"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Chip Away", statOrder = { 7049 }, level = 50, group = "AfflictionNotableChipAway", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, + ["AfflictionNotableSeekerRunes"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Seeker Runes", statOrder = { 7233 }, level = 68, group = "AfflictionNotableSeekerRunes", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AfflictionNotableRemarkable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Remarkable", statOrder = { 7215 }, level = 68, group = "AfflictionNotableRemarkable", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, + ["AfflictionNotableBrandLoyalty"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Brand Loyalty", statOrder = { 7037 }, level = 1, group = "AfflictionNotableBrandLoyalty", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 2341, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster_damage", "damage", "caster" }, }, + ["AfflictionNotableHolyConquest"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Holy Conquest", statOrder = { 7143 }, level = 50, group = "AfflictionNotableHolyConquest", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, + ["AfflictionNotableGrandDesign_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Grand Design", statOrder = { 7129 }, level = 68, group = "AfflictionNotableGrandDesign", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "caster", "speed" }, }, + ["AfflictionNotableSetandForget_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Set and Forget", statOrder = { 7236 }, level = 50, group = "AfflictionNotableSetandForget", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableExpertSabotage"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expert Sabotage", statOrder = { 7101 }, level = 50, group = "AfflictionNotableExpertSabotage", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, + ["AfflictionNotableGuerillaTactics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Guerilla Tactics", statOrder = { 7132 }, level = 1, group = "AfflictionNotableGuerillaTactics", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 1959, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "speed" }, }, + ["AfflictionNotableExpendability"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Expendability", statOrder = { 7100 }, level = 68, group = "AfflictionNotableExpendability", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableArcanePyrotechnics"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Arcane Pyrotechnics", statOrder = { 7020 }, level = 68, group = "AfflictionNotableArcanePyrotechnics", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 367, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableSurpriseSabotage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surprise Sabotage", statOrder = { 7264 }, level = 50, group = "AfflictionNotableSurpriseSabotage", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 980, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["AfflictionNotableCarefulHandling"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Careful Handling", statOrder = { 7047 }, level = 68, group = "AfflictionNotableCarefulHandling", weightKey = { "affliction_trap_and_mine_damage", "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 367, 175, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "damage" }, }, + ["AfflictionNotablePeakVigour"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Peak Vigour", statOrder = { 7188 }, level = 1, group = "AfflictionNotablePeakVigour", weightKey = { "affliction_maximum_life", "affliction_flask_duration", "default", }, weightVal = { 780, 1079, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "resource", "life" }, }, + ["AfflictionNotableFettle"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fettle", statOrder = { 7113 }, level = 75, group = "AfflictionNotableFettle", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 49, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, + ["AfflictionNotableFeastofFlesh"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Feast of Flesh", statOrder = { 7110 }, level = 68, group = "AfflictionNotableFeastofFlesh", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "attack" }, }, + ["AfflictionNotableSublimeSensation_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sublime Sensation", statOrder = { 7259 }, level = 50, group = "AfflictionNotableSublimeSensation", weightKey = { "affliction_maximum_life", "affliction_maximum_energy_shield", "default", }, weightVal = { 390, 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["AfflictionNotableSurgingVitality"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Surging Vitality", statOrder = { 7263 }, level = 1, group = "AfflictionNotableSurgingVitality", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, + ["AfflictionNotablePeaceAmidstChaos"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Peace Amidst Chaos", statOrder = { 7187 }, level = 50, group = "AfflictionNotablePeaceAmidstChaos", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour" }, }, + ["AfflictionNotableAdrenaline_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Adrenaline", statOrder = { 7003 }, level = 68, group = "AfflictionNotableAdrenaline", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life" }, }, + ["AfflictionNotableWallofMuscle_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wall of Muscle", statOrder = { 7286 }, level = 75, group = "AfflictionNotableWallofMuscle", weightKey = { "affliction_maximum_life", "default", }, weightVal = { 49, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "attribute" }, }, + ["AfflictionNotableMindfulness"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mindfulness", statOrder = { 7172 }, level = 50, group = "AfflictionNotableMindfulness", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, + ["AfflictionNotableLiquidInspiration"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Liquid Inspiration", statOrder = { 7157 }, level = 68, group = "AfflictionNotableLiquidInspiration", weightKey = { "affliction_maximum_mana", "affliction_flask_duration", "default", }, weightVal = { 175, 202, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "power_charge", "resource", "mana" }, }, + ["AfflictionNotableOpenness__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Openness", statOrder = { 7181 }, level = 1, group = "AfflictionNotableOpenness", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 932, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, + ["AfflictionNotableDaringIdeas"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Daring Ideas", statOrder = { 7065 }, level = 50, group = "AfflictionNotableDaringIdeas", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 466, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack" }, }, + ["AfflictionNotableClarityofPurpose"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Clarity of Purpose", statOrder = { 7051 }, level = 1, group = "AfflictionNotableClarityofPurpose", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 932, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, + ["AfflictionNotableScintillatingIdea_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Scintillating Idea", statOrder = { 7230 }, level = 50, group = "AfflictionNotableScintillatingIdea", weightKey = { "affliction_maximum_mana", "affliction_lightning_damage", "default", }, weightVal = { 466, 364, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental_damage", "resource", "mana", "damage", "elemental", "lightning" }, }, + ["AfflictionNotableHolisticHealth"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Holistic Health", statOrder = { 7142 }, level = 68, group = "AfflictionNotableHolisticHealth", weightKey = { "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 175, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana" }, }, + ["AfflictionNotableGenius"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Genius", statOrder = { 7124 }, level = 75, group = "AfflictionNotableGenius", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 58, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, + ["AfflictionNotableImprovisor"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Improvisor", statOrder = { 7146 }, level = 68, group = "AfflictionNotableImprovisor", weightKey = { "affliction_maximum_mana", "default", }, weightVal = { 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attack" }, }, + ["AfflictionNotableStubbornStudent"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Stubborn Student", statOrder = { 7257 }, level = 68, group = "AfflictionNotableStubbornStudent", weightKey = { "affliction_maximum_mana", "affliction_armour", "default", }, weightVal = { 175, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "defences", "armour" }, }, + ["AfflictionNotableSavourtheMoment"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Savour the Moment", statOrder = { 7229 }, level = 1, group = "AfflictionNotableSavourtheMoment", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionNotableEnergyFromNaught"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Energy From Naught", statOrder = { 7095 }, level = 50, group = "AfflictionNotableEnergyFromNaught", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 505, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionNotableWillShaper"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Will Shaper", statOrder = { 7294 }, level = 75, group = "AfflictionNotableWillShaper", weightKey = { "affliction_maximum_energy_shield", "affliction_maximum_mana", "default", }, weightVal = { 63, 58, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionNotableSpringBack_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Spring Back", statOrder = { 7248 }, level = 1, group = "AfflictionNotableSpringBack", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionNotableConservationofEnergy"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Conservation of Energy", statOrder = { 7059 }, level = 68, group = "AfflictionNotableConservationofEnergy", weightKey = { "affliction_maximum_energy_shield", "default", }, weightVal = { 189, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "energy_shield", "caster" }, }, + ["AfflictionNotableSelfControl"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Self-Control", statOrder = { 7077 }, level = 50, group = "AfflictionNotableSelfControl", weightKey = { "affliction_maximum_energy_shield", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 505, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, + ["AfflictionNotableHeartofIron"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Heart of Iron", statOrder = { 7135 }, level = 68, group = "AfflictionNotableHeartofIron", weightKey = { "affliction_maximum_life", "affliction_armour", "default", }, weightVal = { 146, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour" }, }, + ["AfflictionNotablePrismaticCarapace_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Carapace", statOrder = { 7198 }, level = 75, group = "AfflictionNotablePrismaticCarapace", weightKey = { "affliction_armour", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 87, 86, 86, 82, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "elemental", "resistance" }, }, + ["AfflictionNotableMilitarism"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Militarism", statOrder = { 7171 }, level = 50, group = "AfflictionNotableMilitarism", weightKey = { "affliction_armour", "default", }, weightVal = { 696, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour" }, }, + ["AfflictionNotableSecondSkin"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Second Skin", statOrder = { 7232 }, level = 1, group = "AfflictionNotableSecondSkin", weightKey = { "affliction_armour", "affliction_chance_to_block", "default", }, weightVal = { 1391, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "defences", "armour" }, }, + ["AfflictionNotableDragonHunter__"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Dragon Hunter", statOrder = { 7085 }, level = 50, group = "AfflictionNotableDragonHunter", weightKey = { "affliction_armour", "affliction_fire_resistance", "default", }, weightVal = { 696, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "armour", "elemental", "fire", "resistance" }, }, + ["AfflictionNotableEnduringComposure"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Enduring Composure", statOrder = { 7092 }, level = 68, group = "AfflictionNotableEnduringComposure", weightKey = { "affliction_armour", "default", }, weightVal = { 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "endurance_charge", "defences", "armour" }, }, + ["AfflictionNotableUncompromising_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Uncompromising", statOrder = { 7074 }, level = 50, group = "AfflictionNotableUncompromising", weightKey = { "affliction_armour", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 696, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana" }, }, + ["AfflictionNotablePrismaticDance____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Prismatic Dance", statOrder = { 7199 }, level = 75, group = "AfflictionNotablePrismaticDance", weightKey = { "affliction_evasion", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 82, 86, 86, 82, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion", "elemental", "resistance" }, }, + ["AfflictionNotableNaturalVigour_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Natural Vigour", statOrder = { 7176 }, level = 50, group = "AfflictionNotableNaturalVigour", weightKey = { "affliction_evasion", "affliction_maximum_life", "default", }, weightVal = { 658, 390, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "evasion" }, }, + ["AfflictionNotableUntouchable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Untouchable", statOrder = { 7273 }, level = 1, group = "AfflictionNotableUntouchable", weightKey = { "affliction_evasion", "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1315, 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion" }, }, + ["AfflictionNotableShiftingShadow"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Shifting Shadow", statOrder = { 7237 }, level = 50, group = "AfflictionNotableShiftingShadow", weightKey = { "affliction_evasion", "default", }, weightVal = { 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "defences", "evasion", "attribute" }, }, + ["AfflictionNotableReadiness"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Readiness", statOrder = { 7214 }, level = 1, group = "AfflictionNotableReadiness", weightKey = { "affliction_evasion", "default", }, weightVal = { 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "bleed", "defences", "evasion", "physical", "attack", "ailment" }, }, + ["AfflictionNotableSublimeForm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sublime Form", statOrder = { 7128 }, level = 50, group = "AfflictionNotableSublimeForm", weightKey = { "affliction_evasion", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 658, 480, 480, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "resistance" }, }, + ["AfflictionNotableConfidentCombatant"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Confident Combatant", statOrder = { 7057 }, level = 68, group = "AfflictionNotableConfidentCombatant", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage" }, }, + ["AfflictionNotableFlexibleSentry___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Flexible Sentry", statOrder = { 7117 }, level = 50, group = "AfflictionNotableFlexibleSentry", weightKey = { "affliction_chance_to_block", "affliction_lightning_resistance", "affliction_cold_resistance", "affliction_fire_resistance", "default", }, weightVal = { 375, 686, 686, 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "ailment" }, }, + ["AfflictionNotableViciousGuard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Vicious Guard", statOrder = { 7280 }, level = 1, group = "AfflictionNotableViciousGuard", weightKey = { "affliction_chance_to_block", "affliction_maximum_life", "default", }, weightVal = { 750, 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "resource", "life", "attack" }, }, + ["AfflictionNotableMysticalWard_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mystical Ward", statOrder = { 7175 }, level = 1, group = "AfflictionNotableMysticalWard", weightKey = { "affliction_chance_to_block", "affliction_maximum_energy_shield", "default", }, weightVal = { 750, 1011, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "defences", "energy_shield" }, }, + ["AfflictionNotableRoteReinforcement"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rote Reinforcement", statOrder = { 7222 }, level = 68, group = "AfflictionNotableRoteReinforcement", weightKey = { "affliction_chance_to_block", "affliction_maximum_life", "default", }, weightVal = { 141, 146, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "endurance_charge", "resource", "life" }, }, + ["AfflictionNotableMageHunter___"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Mage Hunter", statOrder = { 7160 }, level = 68, group = "AfflictionNotableMageHunter", weightKey = { "affliction_chance_to_block", "affliction_spell_damage", "default", }, weightVal = { 141, 281, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "power_charge", "caster_damage", "damage", "caster" }, }, + ["AfflictionNotableRiotQueller"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Riot Queller", statOrder = { 7220 }, level = 75, group = "AfflictionNotableRiotQueller", weightKey = { "affliction_chance_to_block", "affliction_attack_damage_while_holding_a_shield", "default", }, weightVal = { 47, 38, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block" }, }, + ["AfflictionNotableOnewiththeShield_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is One with the Shield", statOrder = { 7180 }, level = 50, group = "AfflictionNotableOnewiththeShield", weightKey = { "affliction_chance_to_block", "default", }, weightVal = { 375, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "block", "resource", "life", "defences" }, }, + ["AfflictionNotableAerialist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aerialist", statOrder = { 7005 }, level = 75, group = "AfflictionNotableAerialist", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 92, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "attribute" }, }, + ["AfflictionNotableElegantForm"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Elegant Form", statOrder = { 7089 }, level = 1, group = "AfflictionNotableElegantForm", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "ailment" }, }, + ["AfflictionNotableDartingMovements"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Darting Movements", statOrder = { 7069 }, level = 1, group = "AfflictionNotableDartingMovements", weightKey = { "affliction_chance_to_dodge_attacks", "default", }, weightVal = { 1477, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "speed" }, }, + ["AfflictionNotableNoWitnesses"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is No Witnesses", statOrder = { 7177 }, level = 75, group = "AfflictionNotableNoWitnesses", weightKey = { "default", }, weightVal = { 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { }, }, + ["AfflictionNotableMoltenOnesMark_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Molten One's Mark", statOrder = { 7174 }, level = 68, group = "AfflictionNotableMoltenOnesMark", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 247, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "elemental", "fire", "resistance" }, }, + ["AfflictionNotableFireAttunement_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Fire Attunement", statOrder = { 7114 }, level = 1, group = "AfflictionNotableFireAttunement", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 1315, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "ailment" }, }, + ["AfflictionNotablePureMight"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Might", statOrder = { 7207 }, level = 68, group = "AfflictionNotablePureMight", weightKey = { "affliction_fire_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 247, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, + ["AfflictionNotableBlacksmith_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blacksmith", statOrder = { 7027 }, level = 68, group = "AfflictionNotableBlacksmith", weightKey = { "affliction_fire_resistance", "affliction_armour", "default", }, weightVal = { 247, 261, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "defences", "armour", "elemental", "fire", "resistance" }, }, + ["AfflictionNotableNonFlammable"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Non-Flammable", statOrder = { 7178 }, level = 50, group = "AfflictionNotableNonFlammable", weightKey = { "affliction_fire_resistance", "default", }, weightVal = { 658, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "fire", "resistance", "ailment" }, }, + ["AfflictionNotableWinterProwler"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Winter Prowler", statOrder = { 7297 }, level = 68, group = "AfflictionNotableWinterProwler", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 257, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "resistance", "speed" }, }, + ["AfflictionNotableHibernator"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Hibernator", statOrder = { 7140 }, level = 50, group = "AfflictionNotableHibernator", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "ailment" }, }, + ["AfflictionNotablePureGuile"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Guile", statOrder = { 7206 }, level = 68, group = "AfflictionNotablePureGuile", weightKey = { "affliction_cold_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 257, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "attribute" }, }, + ["AfflictionNotableAlchemist"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Alchemist", statOrder = { 7009 }, level = 1, group = "AfflictionNotableAlchemist", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 1371, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "flask", "elemental", "cold", "resistance", "attack", "caster", "speed" }, }, + ["AfflictionNotableAntifreeze"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Antifreeze", statOrder = { 7016 }, level = 50, group = "AfflictionNotableAntifreeze", weightKey = { "affliction_cold_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "cold", "resistance", "ailment" }, }, + ["AfflictionNotableWizardry_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Wizardry", statOrder = { 7299 }, level = 68, group = "AfflictionNotableWizardry", weightKey = { "affliction_lightning_resistance", "affliction_maximum_mana", "default", }, weightVal = { 257, 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "elemental", "lightning", "resistance" }, }, + ["AfflictionNotableCapacitor____"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Capacitor", statOrder = { 7046 }, level = 50, group = "AfflictionNotableCapacitor", weightKey = { "affliction_lightning_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "ailment" }, }, + ["AfflictionNotablePureAptitude"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Pure Aptitude", statOrder = { 7204 }, level = 68, group = "AfflictionNotablePureAptitude", weightKey = { "affliction_lightning_resistance", "old_do_not_use_affliction_aura_effect", "affliction_reservation_efficiency_small", "default", }, weightVal = { 257, 180, 180, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "mana", "defences", "energy_shield", "attribute" }, }, + ["AfflictionNotableSage_"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Sage", statOrder = { 7226 }, level = 1, group = "AfflictionNotableSage", weightKey = { "affliction_lightning_resistance", "affliction_maximum_mana", "affliction_maximum_life", "default", }, weightVal = { 1371, 932, 780, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "elemental", "lightning", "resistance" }, }, + ["AfflictionNotableInsulated"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Insulated", statOrder = { 7149 }, level = 50, group = "AfflictionNotableInsulated", weightKey = { "affliction_lightning_resistance", "default", }, weightVal = { 686, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "elemental", "lightning", "resistance", "ailment" }, }, + ["AfflictionNotableBornofChaos"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Born of Chaos", statOrder = { 7036 }, level = 68, group = "AfflictionNotableBornofChaos", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos", "resistance" }, }, + ["AfflictionNotableAntivenom"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Antivenom", statOrder = { 7017 }, level = 50, group = "AfflictionNotableAntivenom", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 1171, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "poison", "chaos", "resistance", "ailment" }, }, + ["AfflictionNotableRotResistant"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Rot-Resistant", statOrder = { 7221 }, level = 68, group = "AfflictionNotableRotResistant", weightKey = { "affliction_chaos_resistance", "default", }, weightVal = { 439, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "defences", "energy_shield", "chaos", "resistance" }, }, + ["AfflictionNotableBlessed"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Blessed", statOrder = { 7030 }, level = 68, group = "AfflictionNotableBlessed", weightKey = { "affliction_chaos_resistance", "affliction_maximum_life", "affliction_maximum_mana", "default", }, weightVal = { 439, 146, 175, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "resource", "life", "mana", "chaos", "resistance" }, }, + ["AfflictionNotableStudentofDecay"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Student of Decay", statOrder = { 7258 }, level = 50, group = "AfflictionNotableStudentofDecay", weightKey = { "affliction_chaos_resistance", "affliction_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "default", }, weightVal = { 1171, 593, 343, 366, 348, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "chaos_damage", "damage", "chaos", "resistance" }, }, + ["AfflictionNotableAggressiveDefence"] = { type = "Prefix", affix = "Notable", "1 Added Passive Skill is Aggressive Defence", statOrder = { 7008 }, level = 1, group = "AfflictionNotableAggressiveDefence", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "default", }, weightVal = { 750, 750, 750, 0 }, weightMultiplierKey = { "expansion_jewel_large", "expansion_jewel_medium", "has_affliction_notable", "expansion_jewel_small", "default", }, weightMultiplierVal = { 100, 100, 0, 100, 0 }, tags = { "has_affliction_notable", }, modTags = { "damage", "attack" }, }, + ["AfflictionJewelSmallPassivesGrantLife_"] = { type = "Prefix", affix = "Hale", "Added Small Passive Skills also grant: +(2-3) to Maximum Life", statOrder = { 6991 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLife2_"] = { type = "Prefix", affix = "Healthy", "Added Small Passive Skills also grant: +(4-7) to Maximum Life", statOrder = { 6991 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLife3"] = { type = "Prefix", affix = "Sanguine", "Added Small Passive Skills also grant: +(8-10) to Maximum Life", statOrder = { 6991 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantMana"] = { type = "Prefix", affix = "Beryl", "Added Small Passive Skills also grant: +(2-5) to Maximum Mana", statOrder = { 6992 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantMana2"] = { type = "Prefix", affix = "Cobalt", "Added Small Passive Skills also grant: +(6-8) to Maximum Mana", statOrder = { 6992 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantMana3"] = { type = "Prefix", affix = "Azure", "Added Small Passive Skills also grant: +(9-10) to Maximum Mana", statOrder = { 6992 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantES"] = { type = "Prefix", affix = "Shining", "Added Small Passive Skills also grant: +(4-5) to Maximum Energy Shield", statOrder = { 6990 }, level = 1, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantES2"] = { type = "Prefix", affix = "Glimmering", "Added Small Passive Skills also grant: +(6-9) to Maximum Energy Shield", statOrder = { 6990 }, level = 68, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantES3"] = { type = "Prefix", affix = "Glowing", "Added Small Passive Skills also grant: +(10-12) to Maximum Energy Shield", statOrder = { 6990 }, level = 84, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantArmour"] = { type = "Prefix", affix = "Lacquered", "Added Small Passive Skills also grant: +(11-20) to Armour", statOrder = { 6961 }, level = 1, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmour2"] = { type = "Prefix", affix = "Studded", "Added Small Passive Skills also grant: +(21-30) to Armour", statOrder = { 6961 }, level = 68, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmour3_"] = { type = "Prefix", affix = "Ribbed", "Added Small Passive Skills also grant: +(31-40) to Armour", statOrder = { 6961 }, level = 84, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantEvasion"] = { type = "Prefix", affix = "Agile", "Added Small Passive Skills also grant: +(11-20) to Evasion", statOrder = { 6985 }, level = 1, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasion2__"] = { type = "Prefix", affix = "Dancer's", "Added Small Passive Skills also grant: +(21-30) to Evasion", statOrder = { 6985 }, level = 68, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasion3"] = { type = "Prefix", affix = "Acrobat's", "Added Small Passive Skills also grant: +(31-40) to Evasion", statOrder = { 6985 }, level = 84, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantStr"] = { type = "Suffix", affix = "of the Brute", "Added Small Passive Skills also grant: +(2-3) to Strength", statOrder = { 6998 }, level = 1, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStr2_"] = { type = "Suffix", affix = "of the Wrestler", "Added Small Passive Skills also grant: +(4-5) to Strength", statOrder = { 6998 }, level = 68, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStr3_"] = { type = "Suffix", affix = "of the Bear", "Added Small Passive Skills also grant: +(6-8) to Strength", statOrder = { 6998 }, level = 84, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDex_"] = { type = "Suffix", affix = "of the Mongoose", "Added Small Passive Skills also grant: +(2-3) to Dexterity", statOrder = { 6983 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDex2"] = { type = "Suffix", affix = "of the Lynx", "Added Small Passive Skills also grant: +(4-5) to Dexterity", statOrder = { 6983 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDex3_"] = { type = "Suffix", affix = "of the Fox", "Added Small Passive Skills also grant: +(6-8) to Dexterity", statOrder = { 6983 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantInt_"] = { type = "Suffix", affix = "of the Pupil", "Added Small Passive Skills also grant: +(2-3) to Intelligence", statOrder = { 6987 }, level = 1, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantInt2_"] = { type = "Suffix", affix = "of the Student", "Added Small Passive Skills also grant: +(4-5) to Intelligence", statOrder = { 6987 }, level = 68, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantInt3"] = { type = "Suffix", affix = "of the Prodigy", "Added Small Passive Skills also grant: +(6-8) to Intelligence", statOrder = { 6987 }, level = 84, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributes"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +2 to All Attributes", statOrder = { 6960 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributes2"] = { type = "Suffix", affix = "of the Sky", "Added Small Passive Skills also grant: +3 to All Attributes", statOrder = { 6960 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributes3"] = { type = "Suffix", affix = "of the Meteor", "Added Small Passive Skills also grant: +4 to All Attributes", statOrder = { 6960 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegen"] = { type = "Suffix", affix = "of Excitement", "Added Small Passive Skills also grant: 4% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 1, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegen2"] = { type = "Suffix", affix = "of Joy", "Added Small Passive Skills also grant: 5% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 68, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegen3_"] = { type = "Suffix", affix = "of Elation", "Added Small Passive Skills also grant: 6% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 84, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegen___"] = { type = "Suffix", affix = "of the Newt", "Added Small Passive Skills also grant: Regenerate 0.1% of Life per Second", statOrder = { 6996 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegen2_"] = { type = "Suffix", affix = "of the Lizard", "Added Small Passive Skills also grant: Regenerate 0.15% of Life per Second", statOrder = { 6996 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegen3"] = { type = "Suffix", affix = "of the Flatworm", "Added Small Passive Skills also grant: Regenerate 0.2% of Life per Second", statOrder = { 6996 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantFireRes"] = { type = "Suffix", affix = "of the Whelpling", "Added Small Passive Skills also grant: +(2-3)% to Fire Resistance", statOrder = { 6986 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireRes2"] = { type = "Suffix", affix = "of the Salamander", "Added Small Passive Skills also grant: +(4-5)% to Fire Resistance", statOrder = { 6986 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireRes3"] = { type = "Suffix", affix = "of the Drake", "Added Small Passive Skills also grant: +(6-7)% to Fire Resistance", statOrder = { 6986 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdRes_"] = { type = "Suffix", affix = "of the Inuit", "Added Small Passive Skills also grant: +(2-3)% to Cold Resistance", statOrder = { 6979 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdRes2"] = { type = "Suffix", affix = "of the Seal", "Added Small Passive Skills also grant: +(4-5)% to Cold Resistance", statOrder = { 6979 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdRes3"] = { type = "Suffix", affix = "of the Penguin", "Added Small Passive Skills also grant: +(6-7)% to Cold Resistance", statOrder = { 6979 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningRes"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +(2-3)% to Lightning Resistance", statOrder = { 6988 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningRes2_"] = { type = "Suffix", affix = "of the Squall", "Added Small Passive Skills also grant: +(4-5)% to Lightning Resistance", statOrder = { 6988 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningRes3"] = { type = "Suffix", affix = "of the Storm", "Added Small Passive Skills also grant: +(6-7)% to Lightning Resistance", statOrder = { 6988 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalRes"] = { type = "Suffix", affix = "of the Crystal", "Added Small Passive Skills also grant: +2% to all Elemental Resistances", statOrder = { 6984 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalRes2"] = { type = "Suffix", affix = "of the Prism", "Added Small Passive Skills also grant: +3% to all Elemental Resistances", statOrder = { 6984 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalRes3"] = { type = "Suffix", affix = "of the Kaleidoscope", "Added Small Passive Skills also grant: +4% to all Elemental Resistances", statOrder = { 6984 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosRes"] = { type = "Suffix", affix = "of the Lost", "Added Small Passive Skills also grant: +3% to Chaos Resistance", statOrder = { 6977 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosRes2"] = { type = "Suffix", affix = "of Banishment", "Added Small Passive Skills also grant: +4% to Chaos Resistance", statOrder = { 6977 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosRes3"] = { type = "Suffix", affix = "of Eviction", "Added Small Passive Skills also grant: +5% to Chaos Resistance", statOrder = { 6977 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantDamage_"] = { type = "Prefix", affix = "Harmful", "Added Small Passive Skills also grant: 2% increased Damage", statOrder = { 6982 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 500, 500, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamage2_"] = { type = "Prefix", affix = "Hazardous", "Added Small Passive Skills also grant: 3% increased Damage", statOrder = { 6982 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 400, 400, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamage3"] = { type = "Prefix", affix = "Dangerous", "Added Small Passive Skills also grant: 4% increased Damage", statOrder = { 6982 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_large", "expansion_jewel_medium", "default", }, weightVal = { 300, 300, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantLifeSmall"] = { type = "Prefix", affix = "Hale", "Added Small Passive Skills also grant: +(2-3) to Maximum Life", statOrder = { 6991 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeSmall2"] = { type = "Prefix", affix = "Healthy", "Added Small Passive Skills also grant: +(4-7) to Maximum Life", statOrder = { 6991 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeSmall3"] = { type = "Prefix", affix = "Sanguine", "Added Small Passive Skills also grant: +(8-10) to Maximum Life", statOrder = { 6991 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeSmall4"] = { type = "Prefix", affix = "Stalwart", "Added Small Passive Skills also grant: +(11-13) to Maximum Life", statOrder = { 6991 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeSmall5_"] = { type = "Prefix", affix = "Stout", "Added Small Passive Skills also grant: +(14-16) to Maximum Life", statOrder = { 6991 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLife", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantManaSmall"] = { type = "Prefix", affix = "Beryl", "Added Small Passive Skills also grant: +(2-5) to Maximum Mana", statOrder = { 6992 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaSmall2_"] = { type = "Prefix", affix = "Cobalt", "Added Small Passive Skills also grant: +(6-8) to Maximum Mana", statOrder = { 6992 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaSmall3"] = { type = "Prefix", affix = "Azure", "Added Small Passive Skills also grant: +(9-10) to Maximum Mana", statOrder = { 6992 }, level = 73, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaSmall4_"] = { type = "Prefix", affix = "Sapphire", "Added Small Passive Skills also grant: +(11-13) to Maximum Mana", statOrder = { 6992 }, level = 78, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaSmall5_"] = { type = "Prefix", affix = "Cerulean", "Added Small Passive Skills also grant: +(14-16) to Maximum Mana", statOrder = { 6992 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMana", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantESSmall"] = { type = "Prefix", affix = "Shining", "Added Small Passive Skills also grant: +(4-5) to Maximum Energy Shield", statOrder = { 6990 }, level = 1, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantESSmall2"] = { type = "Prefix", affix = "Glimmering", "Added Small Passive Skills also grant: +(6-9) to Maximum Energy Shield", statOrder = { 6990 }, level = 68, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantESSmall3_"] = { type = "Prefix", affix = "Glowing", "Added Small Passive Skills also grant: +(10-12) to Maximum Energy Shield", statOrder = { 6990 }, level = 73, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantESSmall4"] = { type = "Prefix", affix = "Radiating", "Added Small Passive Skills also grant: +(13-16) to Maximum Energy Shield", statOrder = { 6990 }, level = 78, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantESSmall5"] = { type = "Prefix", affix = "Pulsing", "Added Small Passive Skills also grant: +(17-20) to Maximum Energy Shield", statOrder = { 6990 }, level = 84, group = "AfflictionJewelSmallPassivesGrantES", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "energy_shield" }, }, + ["AfflictionJewelSmallPassivesGrantArmourSmall__"] = { type = "Prefix", affix = "Lacquered", "Added Small Passive Skills also grant: +(11-20) to Armour", statOrder = { 6961 }, level = 1, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmourSmall2__"] = { type = "Prefix", affix = "Studded", "Added Small Passive Skills also grant: +(21-30) to Armour", statOrder = { 6961 }, level = 68, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmourSmall3"] = { type = "Prefix", affix = "Ribbed", "Added Small Passive Skills also grant: +(31-40) to Armour", statOrder = { 6961 }, level = 73, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmourSmall4___"] = { type = "Prefix", affix = "Fortified", "Added Small Passive Skills also grant: +(41-53) to Armour", statOrder = { 6961 }, level = 78, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantArmourSmall5"] = { type = "Prefix", affix = "Plated", "Added Small Passive Skills also grant: +(54-66) to Armour", statOrder = { 6961 }, level = 84, group = "AfflictionJewelSmallPassivesGrantArmour", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "armour" }, }, + ["AfflictionJewelSmallPassivesGrantEvasionSmall"] = { type = "Prefix", affix = "Agile", "Added Small Passive Skills also grant: +(11-20) to Evasion", statOrder = { 6985 }, level = 1, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasionSmall2_"] = { type = "Prefix", affix = "Dancer's", "Added Small Passive Skills also grant: +(21-30) to Evasion", statOrder = { 6985 }, level = 68, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasionSmall3___"] = { type = "Prefix", affix = "Acrobat's", "Added Small Passive Skills also grant: +(31-40) to Evasion", statOrder = { 6985 }, level = 73, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasionSmall4_"] = { type = "Prefix", affix = "Fleet", "Added Small Passive Skills also grant: +(41-53) to Evasion", statOrder = { 6985 }, level = 78, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantEvasionSmall5"] = { type = "Prefix", affix = "Blurred", "Added Small Passive Skills also grant: +(54-66) to Evasion", statOrder = { 6985 }, level = 84, group = "AfflictionJewelSmallPassivesGrantEvasion", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "defences", "evasion" }, }, + ["AfflictionJewelSmallPassivesGrantStrSmall_"] = { type = "Suffix", affix = "of the Brute", "Added Small Passive Skills also grant: +(2-3) to Strength", statOrder = { 6998 }, level = 1, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStrSmall2"] = { type = "Suffix", affix = "of the Wrestler", "Added Small Passive Skills also grant: +(4-5) to Strength", statOrder = { 6998 }, level = 68, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStrSmall3"] = { type = "Suffix", affix = "of the Bear", "Added Small Passive Skills also grant: +(6-8) to Strength", statOrder = { 6998 }, level = 73, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStrSmall4_"] = { type = "Suffix", affix = "of the Lion", "Added Small Passive Skills also grant: +(9-11) to Strength", statOrder = { 6998 }, level = 78, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantStrSmall5"] = { type = "Suffix", affix = "of the Gorilla", "Added Small Passive Skills also grant: +(12-14) to Strength", statOrder = { 6998 }, level = 84, group = "AfflictionJewelSmallPassivesGrantStr", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDexSmall_"] = { type = "Suffix", affix = "of the Mongoose", "Added Small Passive Skills also grant: +(2-3) to Dexterity", statOrder = { 6983 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDexSmall2"] = { type = "Suffix", affix = "of the Lynx", "Added Small Passive Skills also grant: +(4-5) to Dexterity", statOrder = { 6983 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDexSmall3"] = { type = "Suffix", affix = "of the Fox", "Added Small Passive Skills also grant: +(6-8) to Dexterity", statOrder = { 6983 }, level = 73, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDexSmall4_"] = { type = "Suffix", affix = "of the Falcon", "Added Small Passive Skills also grant: +(9-11) to Dexterity", statOrder = { 6983 }, level = 78, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantDexSmall5"] = { type = "Suffix", affix = "of the Panther", "Added Small Passive Skills also grant: +(12-14) to Dexterity", statOrder = { 6983 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDex", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantIntSmall_"] = { type = "Suffix", affix = "of the Pupil", "Added Small Passive Skills also grant: +(2-3) to Intelligence", statOrder = { 6987 }, level = 1, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantIntSmall2"] = { type = "Suffix", affix = "of the Student", "Added Small Passive Skills also grant: +(4-5) to Intelligence", statOrder = { 6987 }, level = 68, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantIntSmall3______"] = { type = "Suffix", affix = "of the Prodigy", "Added Small Passive Skills also grant: +(6-8) to Intelligence", statOrder = { 6987 }, level = 73, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantIntSmall4_"] = { type = "Suffix", affix = "of the Augur", "Added Small Passive Skills also grant: +(9-11) to Intelligence", statOrder = { 6987 }, level = 78, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantIntSmall5"] = { type = "Suffix", affix = "of the Philosopher", "Added Small Passive Skills also grant: +(12-14) to Intelligence", statOrder = { 6987 }, level = 84, group = "AfflictionJewelSmallPassivesGrantInt", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributesSmall"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +2 to All Attributes", statOrder = { 6960 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributesSmall2"] = { type = "Suffix", affix = "of the Sky", "Added Small Passive Skills also grant: +3 to All Attributes", statOrder = { 6960 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributesSmall3_"] = { type = "Suffix", affix = "of the Meteor", "Added Small Passive Skills also grant: +4 to All Attributes", statOrder = { 6960 }, level = 73, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributesSmall4"] = { type = "Suffix", affix = "of the Comet", "Added Small Passive Skills also grant: +5 to All Attributes", statOrder = { 6960 }, level = 78, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantAttributesSmall5"] = { type = "Suffix", affix = "of the Heavens", "Added Small Passive Skills also grant: +6 to All Attributes", statOrder = { 6960 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttributes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "attribute" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegenSmall_"] = { type = "Suffix", affix = "of Excitement", "Added Small Passive Skills also grant: 4% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 1, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegenSmall2"] = { type = "Suffix", affix = "of Joy", "Added Small Passive Skills also grant: 5% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 68, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegenSmall3"] = { type = "Suffix", affix = "of Elation", "Added Small Passive Skills also grant: 6% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 73, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegenSmall4"] = { type = "Suffix", affix = "of Bliss", "Added Small Passive Skills also grant: (7-8)% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 78, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantManaRegenSmall5"] = { type = "Suffix", affix = "of Euphoria", "Added Small Passive Skills also grant: (9-10)% increased Mana Regeneration Rate", statOrder = { 6989 }, level = 84, group = "AfflictionJewelSmallPassivesGrantManaRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "mana" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegenSmall"] = { type = "Suffix", affix = "of the Newt", "Added Small Passive Skills also grant: Regenerate 0.1% of Life per Second", statOrder = { 6996 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegenSmall2_"] = { type = "Suffix", affix = "of the Lizard", "Added Small Passive Skills also grant: Regenerate 0.15% of Life per Second", statOrder = { 6996 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegenSmall3_"] = { type = "Suffix", affix = "of the Flatworm", "Added Small Passive Skills also grant: Regenerate 0.2% of Life per Second", statOrder = { 6996 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegenSmall4_"] = { type = "Suffix", affix = "of the Starfish", "Added Small Passive Skills also grant: Regenerate 0.25% of Life per Second", statOrder = { 6996 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantLifeRegenSmall5"] = { type = "Suffix", affix = "of the Hydra", "Added Small Passive Skills also grant: Regenerate 0.3% of Life per Second", statOrder = { 6996 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLifeRegen", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "life" }, }, + ["AfflictionJewelSmallPassivesGrantFireResSmall"] = { type = "Suffix", affix = "of the Whelpling", "Added Small Passive Skills also grant: +(2-3)% to Fire Resistance", statOrder = { 6986 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireResSmall2"] = { type = "Suffix", affix = "of the Salamander", "Added Small Passive Skills also grant: +(4-5)% to Fire Resistance", statOrder = { 6986 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireResSmall3_"] = { type = "Suffix", affix = "of the Drake", "Added Small Passive Skills also grant: +(6-7)% to Fire Resistance", statOrder = { 6986 }, level = 73, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireResSmall4"] = { type = "Suffix", affix = "of the Kiln", "Added Small Passive Skills also grant: +(8-9)% to Fire Resistance", statOrder = { 6986 }, level = 78, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantFireResSmall5"] = { type = "Suffix", affix = "of the Furnace", "Added Small Passive Skills also grant: +(10-11)% to Fire Resistance", statOrder = { 6986 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "fire", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdResSmall"] = { type = "Suffix", affix = "of the Inuit", "Added Small Passive Skills also grant: +(2-3)% to Cold Resistance", statOrder = { 6979 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdResSmall2"] = { type = "Suffix", affix = "of the Seal", "Added Small Passive Skills also grant: +(4-5)% to Cold Resistance", statOrder = { 6979 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdResSmall3"] = { type = "Suffix", affix = "of the Penguin", "Added Small Passive Skills also grant: +(6-7)% to Cold Resistance", statOrder = { 6979 }, level = 73, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdResSmall4"] = { type = "Suffix", affix = "of the Yeti", "Added Small Passive Skills also grant: +(8-9)% to Cold Resistance", statOrder = { 6979 }, level = 78, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantColdResSmall5_"] = { type = "Suffix", affix = "of the Walrus", "Added Small Passive Skills also grant: +(10-11)% to Cold Resistance", statOrder = { 6979 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "cold", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningResSmall"] = { type = "Suffix", affix = "of the Cloud", "Added Small Passive Skills also grant: +(2-3)% to Lightning Resistance", statOrder = { 6988 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningResSmall2__"] = { type = "Suffix", affix = "of the Squall", "Added Small Passive Skills also grant: +(4-5)% to Lightning Resistance", statOrder = { 6988 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningResSmall3"] = { type = "Suffix", affix = "of the Storm", "Added Small Passive Skills also grant: +(6-7)% to Lightning Resistance", statOrder = { 6988 }, level = 73, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningResSmall4_"] = { type = "Suffix", affix = "of the Thunderhead", "Added Small Passive Skills also grant: +(8-9)% to Lightning Resistance", statOrder = { 6988 }, level = 78, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantLightningResSmall5"] = { type = "Suffix", affix = "of the Tempest", "Added Small Passive Skills also grant: +(10-11)% to Lightning Resistance", statOrder = { 6988 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "lightning", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalResSmall"] = { type = "Suffix", affix = "of the Crystal", "Added Small Passive Skills also grant: +2% to all Elemental Resistances", statOrder = { 6984 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalResSmall2"] = { type = "Suffix", affix = "of the Prism", "Added Small Passive Skills also grant: +3% to all Elemental Resistances", statOrder = { 6984 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalResSmall3"] = { type = "Suffix", affix = "of the Kaleidoscope", "Added Small Passive Skills also grant: +4% to all Elemental Resistances", statOrder = { 6984 }, level = 73, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalResSmall4"] = { type = "Suffix", affix = "of Variegation", "Added Small Passive Skills also grant: +5% to all Elemental Resistances", statOrder = { 6984 }, level = 78, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantElementalResSmall5"] = { type = "Suffix", affix = "of the Rainbow", "Added Small Passive Skills also grant: +6% to all Elemental Resistances", statOrder = { 6984 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "elemental", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosResSmall"] = { type = "Suffix", affix = "of the Lost", "Added Small Passive Skills also grant: +3% to Chaos Resistance", statOrder = { 6977 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosResSmall2"] = { type = "Suffix", affix = "of Banishment", "Added Small Passive Skills also grant: +4% to Chaos Resistance", statOrder = { 6977 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosResSmall3"] = { type = "Suffix", affix = "of Eviction", "Added Small Passive Skills also grant: +5% to Chaos Resistance", statOrder = { 6977 }, level = 73, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosResSmall4"] = { type = "Suffix", affix = "of Expulsion", "Added Small Passive Skills also grant: +6% to Chaos Resistance", statOrder = { 6977 }, level = 78, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantChaosResSmall5"] = { type = "Suffix", affix = "of Exile", "Added Small Passive Skills also grant: +(7-8)% to Chaos Resistance", statOrder = { 6977 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosRes", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "chaos", "resistance" }, }, + ["AfflictionJewelSmallPassivesGrantDamageSmall_"] = { type = "Prefix", affix = "Harmful", "Added Small Passive Skills also grant: 2% increased Damage", statOrder = { 6982 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 500, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageSmall2_"] = { type = "Prefix", affix = "Hazardous", "Added Small Passive Skills also grant: 3% increased Damage", statOrder = { 6982 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 400, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageSmall3_"] = { type = "Prefix", affix = "Dangerous", "Added Small Passive Skills also grant: 4% increased Damage", statOrder = { 6982 }, level = 73, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 300, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageSmall4_"] = { type = "Prefix", affix = "Destructive", "Added Small Passive Skills also grant: 5% increased Damage", statOrder = { 6982 }, level = 78, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 200, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageSmall5"] = { type = "Prefix", affix = "Deadly", "Added Small Passive Skills also grant: 6% increased Damage", statOrder = { 6982 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamage", weightKey = { "expansion_jewel_small", "default", }, weightVal = { 100, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesHaveIncreasedEffect"] = { type = "Prefix", affix = "Potent", "Added Small Passive Skills have 25% increased Effect", statOrder = { 7002 }, level = 1, group = "AfflictionJewelSmallPassivesHaveIncreasedEffect", weightKey = { "default", }, weightVal = { 500 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesHaveIncreasedEffect2"] = { type = "Prefix", affix = "Powerful", "Added Small Passive Skills have 35% increased Effect", statOrder = { 7002 }, level = 84, group = "AfflictionJewelSmallPassivesHaveIncreasedEffect", weightKey = { "default", }, weightVal = { 300 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantAttackSpeed"] = { type = "Suffix", affix = "of Skill", "Added Small Passive Skills also grant: 1% increased Attack Speed", statOrder = { 6970 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "attack", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantAttackSpeed2_"] = { type = "Suffix", affix = "of Ease", "Added Small Passive Skills also grant: 2% increased Attack Speed", statOrder = { 6970 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 350, 350, 350, 350, 350, 350, 350, 350, 350, 0 }, modTags = { "attack", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantAttackSpeed3__"] = { type = "Suffix", affix = "of Mastery", "Added Small Passive Skills also grant: 3% increased Attack Speed", statOrder = { 6970 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAttackSpeed", weightKey = { "affliction_axe_and_sword_damage", "affliction_mace_and_staff_damage", "affliction_dagger_and_claw_damage", "affliction_bow_damage", "affliction_wand_damage", "affliction_damage_with_two_handed_melee_weapons", "affliction_attack_damage_while_dual_wielding_", "affliction_attack_damage_while_holding_a_shield", "affliction_attack_damage_", "default", }, weightVal = { 250, 250, 250, 250, 250, 250, 250, 250, 250, 0 }, modTags = { "attack", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantCastSpeed"] = { type = "Suffix", affix = "of Talent", "Added Small Passive Skills also grant: 1% increased Cast Speed", statOrder = { 6972 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantCastSpeed2"] = { type = "Suffix", affix = "of Nimbleness", "Added Small Passive Skills also grant: 2% increased Cast Speed", statOrder = { 6972 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantCastSpeed3_"] = { type = "Suffix", affix = "of Expertise", "Added Small Passive Skills also grant: 3% increased Cast Speed", statOrder = { 6972 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCastSpeed", weightKey = { "affliction_spell_damage", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantDamageOverTime"] = { type = "Suffix", affix = "of Decline", "Added Small Passive Skills also grant: 1% increased Damage over Time", statOrder = { 6981 }, level = 1, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 350, 350, 350, 350, 350, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageOverTime2"] = { type = "Suffix", affix = "of Degeneration", "Added Small Passive Skills also grant: 2% increased Damage over Time", statOrder = { 6981 }, level = 68, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 350, 350, 350, 350, 350, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantDamageOverTime3"] = { type = "Suffix", affix = "of Disintegration", "Added Small Passive Skills also grant: 3% increased Damage over Time", statOrder = { 6981 }, level = 84, group = "AfflictionJewelSmallPassivesGrantDamageOverTime", weightKey = { "affliction_fire_damage_over_time_multiplier", "affliction_chaos_damage_over_time_multiplier", "affliction_physical_damage_over_time_multiplier", "affliction_cold_damage_over_time_multiplier", "affliction_damage_over_time_multiplier", "default", }, weightVal = { 250, 250, 250, 250, 250, 0 }, modTags = { "damage" }, }, + ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration_"] = { type = "Suffix", affix = "of Tumult", "Added Small Passive Skills also grant: 3% increased Duration of Elemental Ailments on Enemies", statOrder = { 6974 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration2"] = { type = "Suffix", affix = "of Turbulence", "Added Small Passive Skills also grant: 4% increased Duration of Elemental Ailments on Enemies", statOrder = { 6974 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AfflictionJewelSmallPassivesGrantElementalAilmentDuration3"] = { type = "Suffix", affix = "of Disturbance", "Added Small Passive Skills also grant: 5% increased Duration of Elemental Ailments on Enemies", statOrder = { 6974 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalAilmentDuration", weightKey = { "affliction_effect_of_non-damaging_ailments", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect__"] = { type = "Suffix", affix = "of Outreach", "Added Small Passive Skills also grant: 2% increased Area of Effect of Aura Skills", statOrder = { 6971 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 350, 0 }, modTags = { "aura" }, }, + ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect2"] = { type = "Suffix", affix = "of Influence", "Added Small Passive Skills also grant: 4% increased Area of Effect of Aura Skills", statOrder = { 6971 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 350, 0 }, modTags = { "aura" }, }, + ["AfflictionJewelSmallPassivesGrantAuraAreaOfEffect3"] = { type = "Suffix", affix = "of Guidance", "Added Small Passive Skills also grant: 6% increased Area of Effect of Aura Skills", statOrder = { 6971 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAuraAreaOfEffect", weightKey = { "old_do_not_use_affliction_aura_effect", "default", }, weightVal = { 250, 0 }, modTags = { "aura" }, }, + ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect"] = { type = "Suffix", affix = "of Clout", "Added Small Passive Skills also grant: 1% increased Area of Effect of Hex Skills", statOrder = { 6980 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "curse" }, }, + ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect2"] = { type = "Suffix", affix = "of Dominance", "Added Small Passive Skills also grant: 2% increased Area of Effect of Hex Skills", statOrder = { 6980 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 350, 0 }, modTags = { "caster", "curse" }, }, + ["AfflictionJewelSmallPassivesGrantCurseAreaOfEffect3"] = { type = "Suffix", affix = "of Suppression", "Added Small Passive Skills also grant: 3% increased Area of Effect of Hex Skills", statOrder = { 6980 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCurseAreaOfEffect", weightKey = { "old_do_not_use_affliction_curse_effect", "default", }, weightVal = { 250, 0 }, modTags = { "caster", "curse" }, }, + ["AfflictionJewelSmallPassivesGrantWarcryDuration"] = { type = "Suffix", affix = "of Yelling", "Added Small Passive Skills also grant: 2% increased Warcry Duration", statOrder = { 7001 }, level = 1, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 350, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantWarcryDuration2"] = { type = "Suffix", affix = "of Shouting", "Added Small Passive Skills also grant: 3% increased Warcry Duration", statOrder = { 7001 }, level = 68, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 350, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantWarcryDuration3"] = { type = "Suffix", affix = "of Bellowing", "Added Small Passive Skills also grant: 4% increased Warcry Duration", statOrder = { 7001 }, level = 84, group = "AfflictionJewelSmallPassivesGrantWarcryDuration", weightKey = { "affliction_warcry_buff_effect", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Ire", "Added Small Passive Skills also grant: +1% to Critical Strike Multiplier", statOrder = { 6973 }, level = 1, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 350, 0 }, modTags = { "damage", "critical" }, }, + ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier2_"] = { type = "Suffix", affix = "of Anger", "Added Small Passive Skills also grant: +2% to Critical Strike Multiplier", statOrder = { 6973 }, level = 68, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 350, 0 }, modTags = { "damage", "critical" }, }, + ["AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "Added Small Passive Skills also grant: +3% to Critical Strike Multiplier", statOrder = { 6973 }, level = 84, group = "AfflictionJewelSmallPassivesGrantCriticalStrikeMultiplier", weightKey = { "affliction_critical_chance", "default", }, weightVal = { 250, 0 }, modTags = { "damage", "critical" }, }, + ["AfflictionJewelSmallPassivesGrantMinionLifeRegen"] = { type = "Suffix", affix = "of Fostering", "Added Small Passive Skills also grant: Minions Regenerate 0.1% of Life per Second", statOrder = { 6995 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantMinionLifeRegen2"] = { type = "Suffix", affix = "of Nurturing", "Added Small Passive Skills also grant: Minions Regenerate 0.15% of Life per Second", statOrder = { 6995 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantMinionLifeRegen3"] = { type = "Suffix", affix = "of Motherhood", "Added Small Passive Skills also grant: Minions Regenerate 0.2% of Life per Second", statOrder = { 6995 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMinionLifeRegen", weightKey = { "affliction_minion_life", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "life", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantAreaOfEffect_"] = { type = "Suffix", affix = "of Reach", "Added Small Passive Skills also grant: 1% increased Area of Effect", statOrder = { 6976 }, level = 1, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 350, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantAreaOfEffect2"] = { type = "Suffix", affix = "of Range", "Added Small Passive Skills also grant: 2% increased Area of Effect", statOrder = { 6976 }, level = 68, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 350, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantAreaOfEffect3"] = { type = "Suffix", affix = "of Horizons", "Added Small Passive Skills also grant: 3% increased Area of Effect", statOrder = { 6976 }, level = 84, group = "AfflictionJewelSmallPassivesGrantAreaOfEffect", weightKey = { "affliction_area_damage", "default", }, weightVal = { 250, 0 }, modTags = { }, }, + ["AfflictionJewelSmallPassivesGrantProjectileSpeed"] = { type = "Suffix", affix = "of Darting", "Added Small Passive Skills also grant: 2% increased Projectile Speed", statOrder = { 6975 }, level = 1, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantProjectileSpeed2"] = { type = "Suffix", affix = "of Flight", "Added Small Passive Skills also grant: 3% increased Projectile Speed", statOrder = { 6975 }, level = 68, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantProjectileSpeed3"] = { type = "Suffix", affix = "of Propulsion", "Added Small Passive Skills also grant: 4% increased Projectile Speed", statOrder = { 6975 }, level = 84, group = "AfflictionJewelSmallPassivesGrantProjectileSpeed", weightKey = { "affliction_projectile_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed_"] = { type = "Suffix", affix = "of Tinkering", "Added Small Passive Skills also grant: 1% increased Trap and Mine Throwing Speed", statOrder = { 7000 }, level = 1, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed2"] = { type = "Suffix", affix = "of Assembly", "Added Small Passive Skills also grant: 2% increased Trap and Mine Throwing Speed", statOrder = { 7000 }, level = 68, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTrapAndMineSpeed3_"] = { type = "Suffix", affix = "of Deployment", "Added Small Passive Skills also grant: 3% increased Trap and Mine Throwing Speed", statOrder = { 7000 }, level = 84, group = "AfflictionJewelSmallPassivesGrantTrapAndMineSpeed", weightKey = { "affliction_trap_and_mine_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed"] = { type = "Suffix", affix = "of the Karui", "Added Small Passive Skills also grant: 1% increased Totem Placement speed", statOrder = { 6999 }, level = 1, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed2"] = { type = "Suffix", affix = "of the Ancestors", "Added Small Passive Skills also grant: 2% increased Totem Placement speed", statOrder = { 6999 }, level = 68, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 350, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantTotemPlacementSpeed3"] = { type = "Suffix", affix = "of The Way", "Added Small Passive Skills also grant: 3% increased Totem Placement speed", statOrder = { 6999 }, level = 84, group = "AfflictionJewelSmallPassivesGrantTotemPlacementSpeed", weightKey = { "affliction_totem_damage", "default", }, weightVal = { 250, 0 }, modTags = { "speed" }, }, + ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange_"] = { type = "Suffix", affix = "of Gripping", "Added Small Passive Skills also grant: 1% increased Brand Attachment range", statOrder = { 6997 }, level = 1, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster" }, }, + ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange2"] = { type = "Suffix", affix = "of Grasping", "Added Small Passive Skills also grant: 2% increased Brand Attachment range", statOrder = { 6997 }, level = 68, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 350, 0 }, modTags = { "caster" }, }, + ["AfflictionJewelSmallPassivesGrantBrandAttachmentRange3____"] = { type = "Suffix", affix = "of Latching", "Added Small Passive Skills also grant: 3% increased Brand Attachment range", statOrder = { 6997 }, level = 84, group = "AfflictionJewelSmallPassivesGrantBrandAttachmentRange", weightKey = { "affliction_brand_damage", "default", }, weightVal = { 250, 0 }, modTags = { "caster" }, }, + ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed"] = { type = "Suffix", affix = "of Attention", "Added Small Passive Skills also grant: Channelling Skills have 1% increased Attack and Cast Speed", statOrder = { 6963 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Concentration", "Added Small Passive Skills also grant: Channelling Skills have 2% increased Attack and Cast Speed", statOrder = { 6963 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed3"] = { type = "Suffix", affix = "of Forethought", "Added Small Passive Skills also grant: Channelling Skills have 3% increased Attack and Cast Speed", statOrder = { 6963 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChannelledAttackAndCastSpeed", weightKey = { "affliction_channelling_skill_damage", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantFlaskChargesGained"] = { type = "Suffix", affix = "of Refilling", "Added Small Passive Skills also grant: 1% increased Flask Charges gained", statOrder = { 6978 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 350, 350, 0 }, modTags = { "flask" }, }, + ["AfflictionJewelSmallPassivesGrantFlaskChargesGained2_"] = { type = "Suffix", affix = "of Brimming", "Added Small Passive Skills also grant: 2% increased Flask Charges gained", statOrder = { 6978 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 350, 350, 0 }, modTags = { "flask" }, }, + ["AfflictionJewelSmallPassivesGrantFlaskChargesGained3"] = { type = "Suffix", affix = "of Overflowing", "Added Small Passive Skills also grant: 3% increased Flask Charges gained", statOrder = { 6978 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFlaskChargesGained", weightKey = { "affliction_life_and_mana_recovery_from_flasks", "affliction_flask_duration", "default", }, weightVal = { 250, 250, 0 }, modTags = { "flask" }, }, + ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Kindling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Fire Skills", statOrder = { 6967 }, level = 1, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Smoke", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Fire Skills", statOrder = { 6967 }, level = 68, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Flashfires", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Fire Skills", statOrder = { 6967 }, level = 84, group = "AfflictionJewelSmallPassivesGrantFireSkillAttackAndCastSpeed", weightKey = { "affliction_fire_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "fire", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Cooling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Cold Skills", statOrder = { 6965 }, level = 1, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of Frigidity", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Cold Skills", statOrder = { 6965 }, level = 68, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Avalanche", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Cold Skills", statOrder = { 6965 }, level = 84, group = "AfflictionJewelSmallPassivesGrantColdSkillAttackAndCastSpeed", weightKey = { "affliction_cold_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "cold", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Gathering Clouds", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Lightning Skills", statOrder = { 6968 }, level = 1, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Sudden Storms", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Lightning Skills", statOrder = { 6968 }, level = 68, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Strike", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Lightning Skills", statOrder = { 6968 }, level = 84, group = "AfflictionJewelSmallPassivesGrantLightningSkillAttackAndCastSpeed", weightKey = { "affliction_lightning_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "lightning", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Dusk", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Chaos Skills", statOrder = { 6964 }, level = 1, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 350, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed2____"] = { type = "Suffix", affix = "of Midnight", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Chaos Skills", statOrder = { 6964 }, level = 68, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 350, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Eclipse", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Chaos Skills", statOrder = { 6964 }, level = 84, group = "AfflictionJewelSmallPassivesGrantChaosSkillAttackAndCastSpeed", weightKey = { "affliction_chaos_damage", "default", }, weightVal = { 250, 0 }, modTags = { "chaos", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Rumbling", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Physical Skills", statOrder = { 6969 }, level = 1, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 350, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Tremors", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Physical Skills", statOrder = { 6969 }, level = 68, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 350, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of the Earthquake", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Physical Skills", statOrder = { 6969 }, level = 84, group = "AfflictionJewelSmallPassivesGrantPhysicalSkillAttackAndCastSpeed", weightKey = { "affliction_physical_damage", "default", }, weightVal = { 250, 0 }, modTags = { "physical", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed"] = { type = "Suffix", affix = "of Coaxing", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed with Elemental Skills", statOrder = { 6966 }, level = 1, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of Evoking", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed with Elemental Skills", statOrder = { 6966 }, level = 68, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 350, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed3_"] = { type = "Suffix", affix = "of Manifesting", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed with Elemental Skills", statOrder = { 6966 }, level = 84, group = "AfflictionJewelSmallPassivesGrantElementalSkillAttackAndCastSpeed", weightKey = { "affliction_elemental_damage", "default", }, weightVal = { 250, 0 }, modTags = { "elemental", "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed"] = { type = "Suffix", affix = "of Pillaging", "Added Small Passive Skills also grant: Minions have 1% increased Attack and Cast Speed", statOrder = { 6993 }, level = 1, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed2"] = { type = "Suffix", affix = "of Ravaging", "Added Small Passive Skills also grant: Minions have 2% increased Attack and Cast Speed", statOrder = { 6993 }, level = 68, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed3"] = { type = "Suffix", affix = "of Razing", "Added Small Passive Skills also grant: Minions have 3% increased Attack and Cast Speed", statOrder = { 6993 }, level = 84, group = "AfflictionJewelSmallPassivesGrantMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed"] = { type = "Suffix", affix = "of the Courier", "Added Small Passive Skills also grant: 1% increased Attack and Cast Speed while affected by a Herald", statOrder = { 6962 }, level = 1, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of the Messenger", "Added Small Passive Skills also grant: 2% increased Attack and Cast Speed while affected by a Herald", statOrder = { 6962 }, level = 68, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Herald", "Added Small Passive Skills also grant: 3% increased Attack and Cast Speed while affected by a Herald", statOrder = { 6962 }, level = 84, group = "AfflictionJewelSmallPassivesGrantHeraldAttackAndCastSpeed", weightKey = { "affliction_damage_while_you_have_a_herald", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed"] = { type = "Suffix", affix = "of the Message", "Added Small Passive Skills also grant: Minions have 1% increased Attack and Cast Speed while you are affected by a Herald", statOrder = { 6994 }, level = 1, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed2_"] = { type = "Suffix", affix = "of the Teachings", "Added Small Passive Skills also grant: Minions have 2% increased Attack and Cast Speed while you are affected by a Herald", statOrder = { 6994 }, level = 68, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 350, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, + ["AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed3"] = { type = "Suffix", affix = "of the Canon", "Added Small Passive Skills also grant: Minions have 3% increased Attack and Cast Speed while you are affected by a Herald", statOrder = { 6994 }, level = 84, group = "AfflictionJewelSmallPassivesGrantHeraldMinionAttackAndCastSpeed", weightKey = { "affliction_minion_damage_while_you_have_a_herald", "default", }, weightVal = { 250, 0 }, modTags = { "attack", "caster", "speed", "minion" }, }, } \ No newline at end of file diff --git a/src/Data/ModNecropolis.lua b/src/Data/ModNecropolis.lua index e54d0f94ce..e6420ed819 100644 --- a/src/Data/ModNecropolis.lua +++ b/src/Data/ModNecropolis.lua @@ -2,55 +2,55 @@ -- Item data (c) Grinding Gear Games return { - ["NecropolisCraftingAllResistancesWithChaos"] = { type = "Suffix", affix = "of Haunting", "+(12-16)% to All Resistances", statOrderKey = "9181", statOrder = { 9181 }, level = 12, group = "AllResistancesWithChaos", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "resistance" }, }, - ["NecropolisCraftingFireResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Fire Resistance cannot be Penetrated", statOrderKey = "6114", statOrder = { 6114 }, level = 68, group = "FireResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "resistance" }, }, - ["NecropolisCraftingColdResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Cold Resistance cannot be Penetrated", statOrderKey = "5418", statOrder = { 5418 }, level = 68, group = "ColdResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "resistance" }, }, - ["NecropolisCraftingLightningResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Lightning Resistance cannot be Penetrated", statOrderKey = "6916", statOrder = { 6916 }, level = 68, group = "LightningResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "resistance" }, }, - ["NecropolisCraftingLocalNoAttributeRequirements"] = { type = "Suffix", affix = "of Haunting", "Has no Attribute Requirements", statOrderKey = "953", statOrder = { 953 }, level = 50, group = "LocalNoAttributeRequirements", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingDamageTakenGainedAsLife"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Life", statOrderKey = "5673", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, - ["NecropolisCraftingPercentDamageGoesToMana"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Mana", statOrderKey = "2306", statOrder = { 2306 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingLocalCanSocketIgnoringColour"] = { type = "Suffix", affix = "of Haunting", "Gems can be Socketed in this Item ignoring Socket Colour", statOrderKey = "71", statOrder = { 71 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingReducedExtraDamageFromCrits"] = { type = "Suffix", affix = "of Haunting", "You take (40-60)% reduced Extra Damage from Critical Strikes", statOrderKey = "1373", statOrder = { 1373 }, level = 24, group = "ReducedExtraDamageFromCrits", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, - ["NecropolisCraftingManaReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(10-15)% increased Mana Reservation Efficiency of Skills", statOrderKey = "2081", statOrder = { 2081 }, level = 24, group = "ManaReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingLifeReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(20-30)% increased Life Reservation Efficiency of Skills", statOrderKey = "2079", statOrder = { 2079 }, level = 34, group = "LifeReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, - ["NecropolisCraftingCorruptedBloodImmunity"] = { type = "Suffix", affix = "of Haunting", "Corrupted Blood cannot be inflicted on you", statOrderKey = "5002", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, - ["NecropolisCraftingIncreasedStunThreshold"] = { type = "Suffix", affix = "of Haunting", "(80-120)% increased Stun Threshold", statOrderKey = "3113", statOrder = { 3113 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "necropolis_boots", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCannotBeKnockedBack"] = { type = "Prefix", affix = "Haunted", "Cannot be Knocked Back", statOrderKey = "1382", statOrder = { 1382 }, level = 50, group = "CannotBeKnockedBack", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingMaximumEnduranceCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Endurance Charges", statOrderKey = "1663", statOrder = { 1663 }, level = 16, group = "MaximumEnduranceCharges", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingNoExtraBleedDamageWhileMoving"] = { type = "Suffix", affix = "of Haunting", "Moving while Bleeding doesn't cause you to take extra Damage", statOrderKey = "3031", statOrder = { 3031 }, level = 34, group = "NoExtraBleedDamageWhileMoving", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingAvoidIgnite"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Ignited", statOrderKey = "1705", statOrder = { 1705 }, level = 16, group = "AvoidIgnite", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "ailment" }, }, - ["NecropolisCraftingAvoidFreeze"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Frozen", statOrderKey = "1704", statOrder = { 1704 }, level = 16, group = "AvoidFreeze", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, - ["NecropolisCraftingAvoidShock"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Shocked", statOrderKey = "1707", statOrder = { 1707 }, level = 16, group = "AvoidShock", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, - ["NecropolisCraftingReducedBleedDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Bleed Duration on you", statOrderKey = "9222", statOrder = { 9222 }, level = 24, group = "ReducedBleedDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, - ["NecropolisCraftingReducedPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Poison Duration on you", statOrderKey = "9230", statOrder = { 9230 }, level = 24, group = "ReducedPoisonDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingBurningGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Burning Ground", statOrderKey = "9673", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire" }, }, - ["NecropolisCraftingShockedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Shocked Ground", statOrderKey = "9698", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, - ["NecropolisCraftingChilledGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Chilled Ground", statOrderKey = "9678", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, - ["NecropolisCraftingDesecratedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Desecrated Ground", statOrderKey = "9684", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "chaos" }, }, - ["NecropolisCraftingMovementCannotBeSlowedBelowBase"] = { type = "Prefix", affix = "Haunted", "Movement Speed cannot be modified to below Base Value", statOrderKey = "3035", statOrder = { 3035 }, level = 45, group = "MovementCannotBeSlowedBelowBase", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "speed" }, }, - ["NecropolisCraftingWarcriesOpenChests"] = { type = "Prefix", affix = "Haunted", "Your Warcries open Chests", statOrderKey = "8842", statOrder = { 8842 }, level = 24, group = "WarcriesOpenChests", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingIncreasedMaximumPowerCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Power Charges", statOrderKey = "1673", statOrder = { 1673 }, level = 16, group = "IncreasedMaximumPowerCharges", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCriticalStrikeChance"] = { type = "Suffix", affix = "of Haunting", "(30-50)% increased Global Critical Strike Chance", statOrderKey = "1321", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "critical" }, }, - ["NecropolisCraftingManaRegeneration"] = { type = "Suffix", affix = "of Haunting", "(40-60)% increased Mana Regeneration Rate", statOrderKey = "1444", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingImmunityToBlind"] = { type = "Suffix", affix = "of Haunting", "Cannot be Blinded", statOrderKey = "2820", statOrder = { 2820 }, level = 38, group = "ImmunityToBlind", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingManaPer2Intelligence"] = { type = "Prefix", affix = "Haunted", "+1 to maximum Mana per 2 Intelligence", statOrderKey = "8510", statOrder = { 8510 }, level = 68, group = "ManaPer2Intelligence", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingAccuracyPer2Dexterity"] = { type = "Suffix", affix = "of Haunting", "+2 to Accuracy Rating per 2 Dexterity", statOrderKey = "4286", statOrder = { 4286 }, level = 68, group = "AccuracyPer2Dexterity", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellDamage"] = { type = "Prefix", affix = "Haunted", "(20-30)% increased Spell Damage", statOrderKey = "1090", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "caster_damage", "necropolis_exclusive_mod", "damage", "caster" }, }, - ["NecropolisCraftingIncreasedCastSpeed"] = { type = "Suffix", affix = "of Haunting", "(8-12)% increased Cast Speed", statOrderKey = "1308", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "speed" }, }, - ["NecropolisCraftingArcaneSurgeOnSpendingMana"] = { type = "Suffix", affix = "of Haunting", "Gain Arcane Surge after Spending a total of 400 Mana", statOrderKey = "6623", statOrder = { 6623 }, level = 34, group = "ArcaneSurgeOnSpendingMana", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, - ["NecropolisCraftingAreaOfEffect"] = { type = "Suffix", affix = "of Haunting", "(15-25)% increased Area of Effect", statOrderKey = "1739", statOrder = { 1739 }, level = 12, group = "AreaOfEffect", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingCurseEffectiveness"] = { type = "Suffix", affix = "of Haunting", "(5-8)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 24, group = "CurseEffectiveness", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "curse" }, }, - ["NecropolisCraftingMaximumFrenzyCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Frenzy Charges", statOrderKey = "1668", statOrder = { 1668 }, level = 16, group = "MaximumFrenzyCharges", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingChaosDamage"] = { type = "Prefix", affix = "Haunted", "Adds (13-17) to (23-29) Chaos Damage to Attacks", statOrderKey = "1251", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 750, 0 }, modTags = { "chaos_damage", "necropolis_exclusive_mod", "damage", "chaos", "attack" }, }, - ["NecropolisCraftingCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Haunting", "+(15-25)% to Global Critical Strike Multiplier", statOrderKey = "1350", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, - ["NecropolisCraftingPoisonOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Poison on Hit", statOrderKey = "3012", statOrder = { 3012 }, level = 16, group = "PoisonOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(12-20)% increased Poison Duration", statOrderKey = "3009", statOrder = { 3009 }, level = 38, group = "PoisonDuration", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, - ["NecropolisCraftingChanceToBleed"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to cause Bleeding", statOrderKey = "2340", statOrder = { 2340 }, level = 16, group = "ChanceToBleed", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingFasterBleedDamage"] = { type = "Suffix", affix = "of Haunting", "Bleeding you inflict deals Damage (12-20)% faster", statOrderKey = "6075", statOrder = { 6075 }, level = 38, group = "FasterBleedDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "physical_damage", "bleed", "necropolis_exclusive_mod", "damage", "physical", "attack", "ailment" }, }, - ["NecropolisCraftingGlobalChanceToBlindOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% Global chance to Blind Enemies on hit", statOrderKey = "2804", statOrder = { 2804 }, level = 16, group = "GlobalChanceToBlindOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, - ["NecropolisCraftingGlobalMaimOnHit"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to Maim on Hit", statOrderKey = "7565", statOrder = { 7565 }, level = 34, group = "GlobalMaimOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellsHinderOnHitChance"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Hinder Enemies on Hit with Spells", statOrderKey = "9421", statOrder = { 9421 }, level = 34, group = "SpellsHinderOnHitChance", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, - ["NecropolisCraftingMeleeKnockback"] = { type = "Suffix", affix = "of Haunting", "Melee Attacks Knock Enemies Back on Hit", statOrderKey = "8527", statOrder = { 8527 }, level = 45, group = "MeleeKnockback", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingIntimidateOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Intimidate Enemies for 4 seconds on Hit with Attacks", statOrderKey = "4640", statOrder = { 4640 }, level = 38, group = "IntimidateOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, - ["NecropolisCraftingSpellUnnerveOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Unnerve Enemies for 4 seconds on Hit with Spells", statOrderKey = "5314", statOrder = { 5314 }, level = 38, group = "SpellUnnerveOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, + ["NecropolisCraftingAllResistancesWithChaos"] = { type = "Suffix", affix = "of Haunting", "+(12-16)% to All Resistances", statOrder = { 9181 }, level = 12, group = "AllResistancesWithChaos", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "resistance" }, }, + ["NecropolisCraftingFireResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Fire Resistance cannot be Penetrated", statOrder = { 6114 }, level = 68, group = "FireResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "resistance" }, }, + ["NecropolisCraftingColdResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Cold Resistance cannot be Penetrated", statOrder = { 5418 }, level = 68, group = "ColdResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "resistance" }, }, + ["NecropolisCraftingLightningResistanceCannotBePenetrated"] = { type = "Suffix", affix = "of Haunting", "Lightning Resistance cannot be Penetrated", statOrder = { 6916 }, level = 68, group = "LightningResistanceCannotBePenetrated", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "resistance" }, }, + ["NecropolisCraftingLocalNoAttributeRequirements"] = { type = "Suffix", affix = "of Haunting", "Has no Attribute Requirements", statOrder = { 953 }, level = 50, group = "LocalNoAttributeRequirements", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingDamageTakenGainedAsLife"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Life", statOrder = { 5673 }, level = 45, group = "DamageTakenGainedAsLife", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, + ["NecropolisCraftingPercentDamageGoesToMana"] = { type = "Suffix", affix = "of Haunting", "(25-35)% of Damage taken Recouped as Mana", statOrder = { 2306 }, level = 45, group = "PercentDamageGoesToMana", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 350, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingLocalCanSocketIgnoringColour"] = { type = "Suffix", affix = "of Haunting", "Gems can be Socketed in this Item ignoring Socket Colour", statOrder = { 71 }, level = 1, group = "LocalCanSocketIgnoringColour", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingReducedExtraDamageFromCrits"] = { type = "Suffix", affix = "of Haunting", "You take (40-60)% reduced Extra Damage from Critical Strikes", statOrder = { 1373 }, level = 24, group = "ReducedExtraDamageFromCrits", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, + ["NecropolisCraftingManaReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(10-15)% increased Mana Reservation Efficiency of Skills", statOrder = { 2081 }, level = 24, group = "ManaReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingLifeReservationEfficiency"] = { type = "Suffix", affix = "of Haunting", "(20-30)% increased Life Reservation Efficiency of Skills", statOrder = { 2079 }, level = 34, group = "LifeReservationEfficiency", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "life" }, }, + ["NecropolisCraftingCorruptedBloodImmunity"] = { type = "Suffix", affix = "of Haunting", "Corrupted Blood cannot be inflicted on you", statOrder = { 5002 }, level = 60, group = "CorruptedBloodImmunity", weightKey = { "necropolis_body_armour", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, + ["NecropolisCraftingIncreasedStunThreshold"] = { type = "Suffix", affix = "of Haunting", "(80-120)% increased Stun Threshold", statOrder = { 3113 }, level = 1, group = "IncreasedStunThreshold", weightKey = { "necropolis_boots", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCannotBeKnockedBack"] = { type = "Prefix", affix = "Haunted", "Cannot be Knocked Back", statOrder = { 1382 }, level = 50, group = "CannotBeKnockedBack", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingMaximumEnduranceCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Endurance Charges", statOrder = { 1663 }, level = 16, group = "MaximumEnduranceCharges", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "endurance_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingNoExtraBleedDamageWhileMoving"] = { type = "Suffix", affix = "of Haunting", "Moving while Bleeding doesn't cause you to take extra Damage", statOrder = { 3031 }, level = 34, group = "NoExtraBleedDamageWhileMoving", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingAvoidIgnite"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Ignited", statOrder = { 1705 }, level = 16, group = "AvoidIgnite", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire", "ailment" }, }, + ["NecropolisCraftingAvoidFreeze"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Frozen", statOrder = { 1704 }, level = 16, group = "AvoidFreeze", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, + ["NecropolisCraftingAvoidShock"] = { type = "Suffix", affix = "of Haunting", "(60-75)% chance to Avoid being Shocked", statOrder = { 1707 }, level = 16, group = "AvoidShock", weightKey = { "necropolis_boots", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, + ["NecropolisCraftingReducedBleedDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Bleed Duration on you", statOrder = { 9222 }, level = 24, group = "ReducedBleedDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "ailment" }, }, + ["NecropolisCraftingReducedPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(60-75)% reduced Poison Duration on you", statOrder = { 9230 }, level = 24, group = "ReducedPoisonDuration", weightKey = { "necropolis_boots", "default", }, weightVal = { 350, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingBurningGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Burning Ground", statOrder = { 9673 }, level = 68, group = "BurningGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "fire" }, }, + ["NecropolisCraftingShockedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Shocked Ground", statOrder = { 9698 }, level = 68, group = "ShockedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "lightning", "ailment" }, }, + ["NecropolisCraftingChilledGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Chilled Ground", statOrder = { 9678 }, level = 68, group = "ChilledGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "elemental", "cold", "ailment" }, }, + ["NecropolisCraftingDesecratedGroundEffectEffectiveness"] = { type = "Prefix", affix = "Haunted", "Unaffected by Desecrated Ground", statOrder = { 9684 }, level = 68, group = "DesecratedGroundEffectEffectiveness", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "chaos" }, }, + ["NecropolisCraftingMovementCannotBeSlowedBelowBase"] = { type = "Prefix", affix = "Haunted", "Movement Speed cannot be modified to below Base Value", statOrder = { 3035 }, level = 45, group = "MovementCannotBeSlowedBelowBase", weightKey = { "necropolis_boots", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "speed" }, }, + ["NecropolisCraftingWarcriesOpenChests"] = { type = "Prefix", affix = "Haunted", "Your Warcries open Chests", statOrder = { 8842 }, level = 24, group = "WarcriesOpenChests", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingIncreasedMaximumPowerCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Power Charges", statOrder = { 1673 }, level = 16, group = "IncreasedMaximumPowerCharges", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "power_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCriticalStrikeChance"] = { type = "Suffix", affix = "of Haunting", "(30-50)% increased Global Critical Strike Chance", statOrder = { 1321 }, level = 1, group = "CriticalStrikeChance", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "critical" }, }, + ["NecropolisCraftingManaRegeneration"] = { type = "Suffix", affix = "of Haunting", "(40-60)% increased Mana Regeneration Rate", statOrder = { 1444 }, level = 1, group = "ManaRegeneration", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingImmunityToBlind"] = { type = "Suffix", affix = "of Haunting", "Cannot be Blinded", statOrder = { 2820 }, level = 38, group = "ImmunityToBlind", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingManaPer2Intelligence"] = { type = "Prefix", affix = "Haunted", "+1 to maximum Mana per 2 Intelligence", statOrder = { 8510 }, level = 68, group = "ManaPer2Intelligence", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingAccuracyPer2Dexterity"] = { type = "Suffix", affix = "of Haunting", "+2 to Accuracy Rating per 2 Dexterity", statOrder = { 4286 }, level = 68, group = "AccuracyPer2Dexterity", weightKey = { "necropolis_helmet", "default", }, weightVal = { 100, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellDamage"] = { type = "Prefix", affix = "Haunted", "(20-30)% increased Spell Damage", statOrder = { 1090 }, level = 1, group = "SpellDamage", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "caster_damage", "necropolis_exclusive_mod", "damage", "caster" }, }, + ["NecropolisCraftingIncreasedCastSpeed"] = { type = "Suffix", affix = "of Haunting", "(8-12)% increased Cast Speed", statOrder = { 1308 }, level = 1, group = "IncreasedCastSpeed", weightKey = { "necropolis_helmet", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "speed" }, }, + ["NecropolisCraftingArcaneSurgeOnSpendingMana"] = { type = "Suffix", affix = "of Haunting", "Gain Arcane Surge after Spending a total of 400 Mana", statOrder = { 6623 }, level = 34, group = "ArcaneSurgeOnSpendingMana", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "resource", "necropolis_exclusive_mod", "mana" }, }, + ["NecropolisCraftingAreaOfEffect"] = { type = "Suffix", affix = "of Haunting", "(15-25)% increased Area of Effect", statOrder = { 1739 }, level = 12, group = "AreaOfEffect", weightKey = { "necropolis_helmet", "default", }, weightVal = { 750, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingCurseEffectiveness"] = { type = "Suffix", affix = "of Haunting", "(5-8)% increased Effect of your Curses", statOrder = { 2447 }, level = 24, group = "CurseEffectiveness", weightKey = { "necropolis_helmet", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster", "curse" }, }, + ["NecropolisCraftingMaximumFrenzyCharges"] = { type = "Prefix", affix = "Haunted", "+1 to Maximum Frenzy Charges", statOrder = { 1668 }, level = 16, group = "MaximumFrenzyCharges", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "frenzy_charge", "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingChaosDamage"] = { type = "Prefix", affix = "Haunted", "Adds (13-17) to (23-29) Chaos Damage to Attacks", statOrder = { 1251 }, level = 1, group = "ChaosDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 750, 0 }, modTags = { "chaos_damage", "necropolis_exclusive_mod", "damage", "chaos", "attack" }, }, + ["NecropolisCraftingCriticalStrikeMultiplier"] = { type = "Suffix", affix = "of Haunting", "+(15-25)% to Global Critical Strike Multiplier", statOrder = { 1350 }, level = 24, group = "CriticalStrikeMultiplier", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "damage", "critical" }, }, + ["NecropolisCraftingPoisonOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Poison on Hit", statOrder = { 3012 }, level = 16, group = "PoisonOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingPoisonDuration"] = { type = "Suffix", affix = "of Haunting", "(12-20)% increased Poison Duration", statOrder = { 3009 }, level = 38, group = "PoisonDuration", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "poison", "necropolis_exclusive_mod", "chaos", "ailment" }, }, + ["NecropolisCraftingChanceToBleed"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to cause Bleeding", statOrder = { 2340 }, level = 16, group = "ChanceToBleed", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "bleed", "necropolis_exclusive_mod", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingFasterBleedDamage"] = { type = "Suffix", affix = "of Haunting", "Bleeding you inflict deals Damage (12-20)% faster", statOrder = { 6075 }, level = 38, group = "FasterBleedDamage", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "physical_damage", "bleed", "necropolis_exclusive_mod", "damage", "physical", "attack", "ailment" }, }, + ["NecropolisCraftingGlobalChanceToBlindOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% Global chance to Blind Enemies on hit", statOrder = { 2804 }, level = 16, group = "GlobalChanceToBlindOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod" }, }, + ["NecropolisCraftingGlobalMaimOnHit"] = { type = "Suffix", affix = "of Haunting", "Attacks have (15-25)% chance to Maim on Hit", statOrder = { 7565 }, level = 34, group = "GlobalMaimOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellsHinderOnHitChance"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Hinder Enemies on Hit with Spells", statOrder = { 9421 }, level = 34, group = "SpellsHinderOnHitChance", weightKey = { "necropolis_gloves", "default", }, weightVal = { 500, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, + ["NecropolisCraftingMeleeKnockback"] = { type = "Suffix", affix = "of Haunting", "Melee Attacks Knock Enemies Back on Hit", statOrder = { 8527 }, level = 45, group = "MeleeKnockback", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingIntimidateOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Intimidate Enemies for 4 seconds on Hit with Attacks", statOrder = { 4640 }, level = 38, group = "IntimidateOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "attack" }, }, + ["NecropolisCraftingSpellUnnerveOnHit"] = { type = "Suffix", affix = "of Haunting", "(15-25)% chance to Unnerve Enemies for 4 seconds on Hit with Spells", statOrder = { 5314 }, level = 38, group = "SpellUnnerveOnHit", weightKey = { "necropolis_gloves", "default", }, weightVal = { 250, 0 }, modTags = { "necropolis_exclusive_mod", "caster" }, }, } \ No newline at end of file diff --git a/src/Data/ModTincture.lua b/src/Data/ModTincture.lua index f2d9617ab6..c671e6af6f 100644 --- a/src/Data/ModTincture.lua +++ b/src/Data/ModTincture.lua @@ -2,70 +2,70 @@ -- Item data (c) Grinding Gear Games return { - ["TinctureEffect1"] = { type = "Prefix", affix = "Herbal", "(11-13)% increased effect", statOrderKey = "10050", statOrder = { 10050 }, level = 1, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, - ["TinctureEffect2"] = { type = "Prefix", affix = "Natural", "(14-16)% increased effect", statOrderKey = "10050", statOrder = { 10050 }, level = 35, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, - ["TinctureEffect3"] = { type = "Prefix", affix = "Medicinal", "(17-19)% increased effect", statOrderKey = "10050", statOrder = { 10050 }, level = 64, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, - ["TinctureEffect4"] = { type = "Prefix", affix = "Horticultural", "(20-22)% increased effect", statOrderKey = "10050", statOrder = { 10050 }, level = 85, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, - ["TinctureToxicityRate1"] = { type = "Prefix", affix = "Sustained", "(15-17)% reduced Mana Burn rate", statOrderKey = "10051", statOrder = { 10051 }, level = 1, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureToxicityRate2"] = { type = "Prefix", affix = "Tenacious", "(18-20)% reduced Mana Burn rate", statOrderKey = "10051", statOrder = { 10051 }, level = 30, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureToxicityRate3"] = { type = "Prefix", affix = "Persistent", "(21-23)% reduced Mana Burn rate", statOrderKey = "10051", statOrder = { 10051 }, level = 58, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureToxicityRate4"] = { type = "Prefix", affix = "Persevering", "(24-26)% reduced Mana Burn rate", statOrderKey = "10051", statOrder = { 10051 }, level = 80, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureCooldownRecovery1"] = { type = "Prefix", affix = "Lucid", "(13-17)% increased Cooldown Recovery Rate", statOrderKey = "10049", statOrder = { 10049 }, level = 1, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureCooldownRecovery2"] = { type = "Prefix", affix = "Perceptive", "(18-22)% increased Cooldown Recovery Rate", statOrderKey = "10049", statOrder = { 10049 }, level = 30, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureCooldownRecovery3"] = { type = "Prefix", affix = "Insightful", "(23-27)% increased Cooldown Recovery Rate", statOrderKey = "10049", statOrder = { 10049 }, level = 58, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureCooldownRecovery4"] = { type = "Prefix", affix = "Astute", "(28-32)% increased Cooldown Recovery Rate", statOrderKey = "10049", statOrder = { 10049 }, level = 82, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureEffectFasterToxicity1"] = { type = "Prefix", affix = "Potent", "35% increased effect", "(47-51)% increased Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 1, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureEffectFasterToxicity2"] = { type = "Prefix", affix = "Concentrated", "35% increased effect", "(42-46)% increased Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 49, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureEffectFasterToxicity3"] = { type = "Prefix", affix = "Enriched", "35% increased effect", "(37-41)% increased Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 84, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureEffectSlowerToxicity1"] = { type = "Prefix", affix = "Thin", "(31-35)% reduced effect", "50% reduced Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 1, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureEffectSlowerToxicity2"] = { type = "Prefix", affix = "Diluted", "(26-30)% reduced effect", "50% reduced Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 49, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureEffectSlowerToxicity3"] = { type = "Prefix", affix = "Measured", "(21-25)% reduced effect", "50% reduced Mana Burn rate", statOrderKey = "10050,10051", statOrder = { 10050, 10051 }, level = 84, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, - ["TinctureIncreasedAilmentDuration1"] = { type = "Suffix", affix = "of the Wild", "(25-35)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrderKey = "10070", statOrder = { 10070 }, level = 1, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, - ["TinctureIncreasedAilmentDuration2"] = { type = "Suffix", affix = "of the Untamed", "(36-45)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrderKey = "10070", statOrder = { 10070 }, level = 42, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, - ["TinctureIncreasedAilmentDuration3"] = { type = "Suffix", affix = "of the Savage", "(46-55)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrderKey = "10070", statOrder = { 10070 }, level = 60, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, - ["TinctureIncreasedAilmentDuration4"] = { type = "Suffix", affix = "of the Beast", "(56-65)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrderKey = "10070", statOrder = { 10070 }, level = 82, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, - ["TinctureDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Acrimony", "+(9-13)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrderKey = "10069", statOrder = { 10069 }, level = 1, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Dispersion", "+(14-18)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrderKey = "10069", statOrder = { 10069 }, level = 34, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of Liquefaction", "+(19-23)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrderKey = "10069", statOrder = { 10069 }, level = 58, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Melting", "+(24-28)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrderKey = "10069", statOrder = { 10069 }, level = 70, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Dissolution", "+(29-33)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrderKey = "10069", statOrder = { 10069 }, level = 84, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureElementalPenetration1"] = { type = "Suffix", affix = "of Catalysing", "Melee Weapon Damage Penetrates (5-7)% Elemental Resistances", statOrderKey = "10075", statOrder = { 10075 }, level = 1, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["TinctureElementalPenetration2"] = { type = "Suffix", affix = "of Infusing", "Melee Weapon Damage Penetrates (8-10)% Elemental Resistances", statOrderKey = "10075", statOrder = { 10075 }, level = 32, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["TinctureElementalPenetration3"] = { type = "Suffix", affix = "of Empowering", "Melee Weapon Damage Penetrates (11-13)% Elemental Resistances", statOrderKey = "10075", statOrder = { 10075 }, level = 60, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["TinctureElementalPenetration4"] = { type = "Suffix", affix = "of the Unleashed", "Melee Weapon Damage Penetrates (14-16)% Elemental Resistances", statOrderKey = "10075", statOrder = { 10075 }, level = 73, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["TinctureElementalPenetration5"] = { type = "Suffix", affix = "of Overpowering", "Melee Weapon Damage Penetrates (17-19)% Elemental Resistances", statOrderKey = "10075", statOrder = { 10075 }, level = 85, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, - ["TinctureCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(9-13)% to Melee Weapon Critical Strike Multiplier", statOrderKey = "10068", statOrder = { 10068 }, level = 1, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TinctureCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(14-18)% to Melee Weapon Critical Strike Multiplier", statOrderKey = "10068", statOrder = { 10068 }, level = 32, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TinctureCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(19-23)% to Melee Weapon Critical Strike Multiplier", statOrderKey = "10068", statOrder = { 10068 }, level = 60, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TinctureCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(24-28)% to Melee Weapon Critical Strike Multiplier", statOrderKey = "10068", statOrder = { 10068 }, level = 73, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TinctureCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(29-33)% to Melee Weapon Critical Strike Multiplier", statOrderKey = "10068", statOrder = { 10068 }, level = 85, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, - ["TinctureIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(15-19)% increased Melee Weapon Attack Speed", statOrderKey = "10066", statOrder = { 10066 }, level = 1, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, - ["TinctureIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(20-24)% increased Melee Weapon Attack Speed", statOrderKey = "10066", statOrder = { 10066 }, level = 65, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, - ["TinctureIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(25-29)% increased Melee Weapon Attack Speed", statOrderKey = "10066", statOrder = { 10066 }, level = 85, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, - ["TinctureDamageAgainstLowLife1"] = { type = "Suffix", affix = "of Execution", "(40-47)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrderKey = "10076", statOrder = { 10076 }, level = 1, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageAgainstLowLife2"] = { type = "Suffix", affix = "of Elimination", "(48-55)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrderKey = "10076", statOrder = { 10076 }, level = 28, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageAgainstLowLife3"] = { type = "Suffix", affix = "of Termination", "(56-63)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrderKey = "10076", statOrder = { 10076 }, level = 47, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageAgainstLowLife4"] = { type = "Suffix", affix = "of Extermination", "(64-71)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrderKey = "10076", statOrder = { 10076 }, level = 65, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureDamageAgainstLowLife5"] = { type = "Suffix", affix = "of Assassination", "(72-79)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrderKey = "10076", statOrder = { 10076 }, level = 80, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, - ["TinctureLifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (11-15) Life per Enemy Killed with Melee Weapons", statOrderKey = "10073", statOrder = { 10073 }, level = 1, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureLifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (16-20) Life per Enemy Killed with Melee Weapons", statOrderKey = "10073", statOrder = { 10073 }, level = 35, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureLifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (21-25) Life per Enemy Killed with Melee Weapons", statOrderKey = "10073", statOrder = { 10073 }, level = 62, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureLifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (26-30) Life per Enemy Killed with Melee Weapons", statOrderKey = "10073", statOrder = { 10073 }, level = 80, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed with Melee Weapons", statOrderKey = "10067", statOrder = { 10067 }, level = 38, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed with Melee Weapons", statOrderKey = "10067", statOrder = { 10067 }, level = 50, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Consumption", "Gain (6-8) Mana per Enemy Killed with Melee Weapons", statOrderKey = "10067", statOrder = { 10067 }, level = 68, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Assimilation", "Gain (9-11) Mana per Enemy Killed with Melee Weapons", statOrderKey = "10067", statOrder = { 10067 }, level = 82, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, - ["TinctureLifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Melee Weapons", statOrderKey = "10072", statOrder = { 10072 }, level = 1, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureLifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain (3-4) Life per Enemy Hit with Melee Weapons", statOrderKey = "10072", statOrder = { 10072 }, level = 50, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureLifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain (5-7) Life per Enemy Hit with Melee Weapons", statOrderKey = "10072", statOrder = { 10072 }, level = 77, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, - ["TinctureManaGainPerTarget1"] = { type = "Suffix", affix = "of Enveloping", "Gain 1 Mana per Enemy Hit with Melee Weapons", statOrderKey = "10074", statOrder = { 10074 }, level = 45, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["TinctureManaGainPerTarget2"] = { type = "Suffix", affix = "of Siphoning", "Gain 2 Mana per Enemy Hit with Melee Weapons", statOrderKey = "10074", statOrder = { 10074 }, level = 68, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["TinctureManaGainPerTarget3"] = { type = "Suffix", affix = "of Devouring", "Gain 3 Mana per Enemy Hit with Melee Weapons", statOrderKey = "10074", statOrder = { 10074 }, level = 84, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, - ["TinctureFlaskChargeIncrease1"] = { type = "Suffix", affix = "of Restocking", "(11-15)% increased Flask Charges gained from Kills with Melee Weapons", statOrderKey = "10071", statOrder = { 10071 }, level = 1, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureFlaskChargeIncrease2"] = { type = "Suffix", affix = "of Replenishing", "(16-20)% increased Flask Charges gained from Kills with Melee Weapons", statOrderKey = "10071", statOrder = { 10071 }, level = 40, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureFlaskChargeIncrease3"] = { type = "Suffix", affix = "of Pouring", "(21-25)% increased Flask Charges gained from Kills with Melee Weapons", statOrderKey = "10071", statOrder = { 10071 }, level = 72, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureFlaskChargeIncrease4"] = { type = "Suffix", affix = "of Overflowing", "(26-30)% increased Flask Charges gained from Kills with Melee Weapons", statOrderKey = "10071", statOrder = { 10071 }, level = 85, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, - ["TinctureIgnorePhysDR1"] = { type = "Suffix", affix = "of Battering", "Melee Weapon Hits have (30-39)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "10037", statOrder = { 10037 }, level = 40, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["TinctureIgnorePhysDR2"] = { type = "Suffix", affix = "of Crushing", "Melee Weapon Hits have (40-49)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "10037", statOrder = { 10037 }, level = 62, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, - ["TinctureIgnorePhysDR3"] = { type = "Suffix", affix = "of Overwhelming", "Melee Weapon Hits have (50-60)% chance to ignore Enemy Physical Damage Reduction", statOrderKey = "10037", statOrder = { 10037 }, level = 80, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["TinctureEffect1"] = { type = "Prefix", affix = "Herbal", "(11-13)% increased effect", statOrder = { 10050 }, level = 1, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, + ["TinctureEffect2"] = { type = "Prefix", affix = "Natural", "(14-16)% increased effect", statOrder = { 10050 }, level = 35, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, + ["TinctureEffect3"] = { type = "Prefix", affix = "Medicinal", "(17-19)% increased effect", statOrder = { 10050 }, level = 64, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, + ["TinctureEffect4"] = { type = "Prefix", affix = "Horticultural", "(20-22)% increased effect", statOrder = { 10050 }, level = 85, group = "TinctureEffect", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { }, }, + ["TinctureToxicityRate1"] = { type = "Prefix", affix = "Sustained", "(15-17)% reduced Mana Burn rate", statOrder = { 10051 }, level = 1, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureToxicityRate2"] = { type = "Prefix", affix = "Tenacious", "(18-20)% reduced Mana Burn rate", statOrder = { 10051 }, level = 30, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureToxicityRate3"] = { type = "Prefix", affix = "Persistent", "(21-23)% reduced Mana Burn rate", statOrder = { 10051 }, level = 58, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureToxicityRate4"] = { type = "Prefix", affix = "Persevering", "(24-26)% reduced Mana Burn rate", statOrder = { 10051 }, level = 80, group = "TinctureToxicityRate", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureCooldownRecovery1"] = { type = "Prefix", affix = "Lucid", "(13-17)% increased Cooldown Recovery Rate", statOrder = { 10049 }, level = 1, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureCooldownRecovery2"] = { type = "Prefix", affix = "Perceptive", "(18-22)% increased Cooldown Recovery Rate", statOrder = { 10049 }, level = 30, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureCooldownRecovery3"] = { type = "Prefix", affix = "Insightful", "(23-27)% increased Cooldown Recovery Rate", statOrder = { 10049 }, level = 58, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureCooldownRecovery4"] = { type = "Prefix", affix = "Astute", "(28-32)% increased Cooldown Recovery Rate", statOrder = { 10049 }, level = 82, group = "TinctureCooldownRecovery", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureEffectFasterToxicity1"] = { type = "Prefix", affix = "Potent", "35% increased effect", "(47-51)% increased Mana Burn rate", statOrder = { 10050, 10051 }, level = 1, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureEffectFasterToxicity2"] = { type = "Prefix", affix = "Concentrated", "35% increased effect", "(42-46)% increased Mana Burn rate", statOrder = { 10050, 10051 }, level = 49, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureEffectFasterToxicity3"] = { type = "Prefix", affix = "Enriched", "35% increased effect", "(37-41)% increased Mana Burn rate", statOrder = { 10050, 10051 }, level = 84, group = "TinctureEffectFasterToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureEffectSlowerToxicity1"] = { type = "Prefix", affix = "Thin", "(31-35)% reduced effect", "50% reduced Mana Burn rate", statOrder = { 10050, 10051 }, level = 1, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureEffectSlowerToxicity2"] = { type = "Prefix", affix = "Diluted", "(26-30)% reduced effect", "50% reduced Mana Burn rate", statOrder = { 10050, 10051 }, level = 49, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureEffectSlowerToxicity3"] = { type = "Prefix", affix = "Measured", "(21-25)% reduced effect", "50% reduced Mana Burn rate", statOrder = { 10050, 10051 }, level = 84, group = "TinctureEffectSlowerToxicity", weightKey = { "tincture", "default", }, weightVal = { 400, 0 }, modTags = { }, }, + ["TinctureIncreasedAilmentDuration1"] = { type = "Suffix", affix = "of the Wild", "(25-35)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrder = { 10070 }, level = 1, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, + ["TinctureIncreasedAilmentDuration2"] = { type = "Suffix", affix = "of the Untamed", "(36-45)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrder = { 10070 }, level = 42, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, + ["TinctureIncreasedAilmentDuration3"] = { type = "Suffix", affix = "of the Savage", "(46-55)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrder = { 10070 }, level = 60, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, + ["TinctureIncreasedAilmentDuration4"] = { type = "Suffix", affix = "of the Beast", "(56-65)% increased Duration of Elemental Ailments from Melee Weapon Attacks", statOrder = { 10070 }, level = 82, group = "TinctureIncreasedAilmentDuration", weightKey = { "tincture", "default", }, weightVal = { 700, 0 }, modTags = { "elemental", "attack", "ailment" }, }, + ["TinctureDamageOverTimeMultiplier1"] = { type = "Suffix", affix = "of Acrimony", "+(9-13)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrder = { 10069 }, level = 1, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageOverTimeMultiplier2"] = { type = "Suffix", affix = "of Dispersion", "+(14-18)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrder = { 10069 }, level = 34, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageOverTimeMultiplier3"] = { type = "Suffix", affix = "of Liquefaction", "+(19-23)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrder = { 10069 }, level = 58, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageOverTimeMultiplier4"] = { type = "Suffix", affix = "of Melting", "+(24-28)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrder = { 10069 }, level = 70, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageOverTimeMultiplier5"] = { type = "Suffix", affix = "of Dissolution", "+(29-33)% to Damage over Time Multiplier with Melee Weapon Attacks", statOrder = { 10069 }, level = 84, group = "TinctureDamageOverTimeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureElementalPenetration1"] = { type = "Suffix", affix = "of Catalysing", "Melee Weapon Damage Penetrates (5-7)% Elemental Resistances", statOrder = { 10075 }, level = 1, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureElementalPenetration2"] = { type = "Suffix", affix = "of Infusing", "Melee Weapon Damage Penetrates (8-10)% Elemental Resistances", statOrder = { 10075 }, level = 32, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureElementalPenetration3"] = { type = "Suffix", affix = "of Empowering", "Melee Weapon Damage Penetrates (11-13)% Elemental Resistances", statOrder = { 10075 }, level = 60, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureElementalPenetration4"] = { type = "Suffix", affix = "of the Unleashed", "Melee Weapon Damage Penetrates (14-16)% Elemental Resistances", statOrder = { 10075 }, level = 73, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureElementalPenetration5"] = { type = "Suffix", affix = "of Overpowering", "Melee Weapon Damage Penetrates (17-19)% Elemental Resistances", statOrder = { 10075 }, level = 85, group = "TinctureElementalPenetration", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "elemental_damage", "damage", "elemental", "attack" }, }, + ["TinctureCriticalStrikeMultiplier1"] = { type = "Suffix", affix = "of Ire", "+(9-13)% to Melee Weapon Critical Strike Multiplier", statOrder = { 10068 }, level = 1, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TinctureCriticalStrikeMultiplier2"] = { type = "Suffix", affix = "of Anger", "+(14-18)% to Melee Weapon Critical Strike Multiplier", statOrder = { 10068 }, level = 32, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TinctureCriticalStrikeMultiplier3"] = { type = "Suffix", affix = "of Rage", "+(19-23)% to Melee Weapon Critical Strike Multiplier", statOrder = { 10068 }, level = 60, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TinctureCriticalStrikeMultiplier4"] = { type = "Suffix", affix = "of Fury", "+(24-28)% to Melee Weapon Critical Strike Multiplier", statOrder = { 10068 }, level = 73, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TinctureCriticalStrikeMultiplier5"] = { type = "Suffix", affix = "of Ferocity", "+(29-33)% to Melee Weapon Critical Strike Multiplier", statOrder = { 10068 }, level = 85, group = "TinctureCriticalStrikeMultiplier", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "damage", "attack", "critical" }, }, + ["TinctureIncreasedAttackSpeed1"] = { type = "Suffix", affix = "of Skill", "(15-19)% increased Melee Weapon Attack Speed", statOrder = { 10066 }, level = 1, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, + ["TinctureIncreasedAttackSpeed2"] = { type = "Suffix", affix = "of Ease", "(20-24)% increased Melee Weapon Attack Speed", statOrder = { 10066 }, level = 65, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, + ["TinctureIncreasedAttackSpeed3"] = { type = "Suffix", affix = "of Mastery", "(25-29)% increased Melee Weapon Attack Speed", statOrder = { 10066 }, level = 85, group = "TinctureIncreasedAttackSpeed", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { "attack", "speed" }, }, + ["TinctureDamageAgainstLowLife1"] = { type = "Suffix", affix = "of Execution", "(40-47)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrder = { 10076 }, level = 1, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageAgainstLowLife2"] = { type = "Suffix", affix = "of Elimination", "(48-55)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrder = { 10076 }, level = 28, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageAgainstLowLife3"] = { type = "Suffix", affix = "of Termination", "(56-63)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrder = { 10076 }, level = 47, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageAgainstLowLife4"] = { type = "Suffix", affix = "of Extermination", "(64-71)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrder = { 10076 }, level = 65, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureDamageAgainstLowLife5"] = { type = "Suffix", affix = "of Assassination", "(72-79)% increased Melee Weapon Damage against Enemies that are on Low Life", statOrder = { 10076 }, level = 80, group = "WeaponDamageVsLowLifeEnemies", weightKey = { "tincture", "default", }, weightVal = { 600, 0 }, modTags = { "damage", "attack" }, }, + ["TinctureLifeGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Success", "Gain (11-15) Life per Enemy Killed with Melee Weapons", statOrder = { 10073 }, level = 1, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureLifeGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Victory", "Gain (16-20) Life per Enemy Killed with Melee Weapons", statOrder = { 10073 }, level = 35, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureLifeGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Triumph", "Gain (21-25) Life per Enemy Killed with Melee Weapons", statOrder = { 10073 }, level = 62, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureLifeGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Conquest", "Gain (26-30) Life per Enemy Killed with Melee Weapons", statOrder = { 10073 }, level = 80, group = "TinctureLifeGainedFromEnemyDeath", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureManaGainedFromEnemyDeath1"] = { type = "Suffix", affix = "of Absorption", "Gain (2-3) Mana per Enemy Killed with Melee Weapons", statOrder = { 10067 }, level = 38, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureManaGainedFromEnemyDeath2"] = { type = "Suffix", affix = "of Osmosis", "Gain (4-5) Mana per Enemy Killed with Melee Weapons", statOrder = { 10067 }, level = 50, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureManaGainedFromEnemyDeath3"] = { type = "Suffix", affix = "of Consumption", "Gain (6-8) Mana per Enemy Killed with Melee Weapons", statOrder = { 10067 }, level = 68, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureManaGainedFromEnemyDeath4"] = { type = "Suffix", affix = "of Assimilation", "Gain (9-11) Mana per Enemy Killed with Melee Weapons", statOrder = { 10067 }, level = 82, group = "ManaGainedOnWeaponKill", weightKey = { "tincture", "default", }, weightVal = { 1000, 0 }, modTags = { }, }, + ["TinctureLifeGainPerTarget1"] = { type = "Suffix", affix = "of Rejuvenation", "Gain (2-3) Life per Enemy Hit with Melee Weapons", statOrder = { 10072 }, level = 1, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureLifeGainPerTarget2"] = { type = "Suffix", affix = "of Restoration", "Gain (3-4) Life per Enemy Hit with Melee Weapons", statOrder = { 10072 }, level = 50, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureLifeGainPerTarget3"] = { type = "Suffix", affix = "of Regrowth", "Gain (5-7) Life per Enemy Hit with Melee Weapons", statOrder = { 10072 }, level = 77, group = "TinctureLifeGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "life", "attack" }, }, + ["TinctureManaGainPerTarget1"] = { type = "Suffix", affix = "of Enveloping", "Gain 1 Mana per Enemy Hit with Melee Weapons", statOrder = { 10074 }, level = 45, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["TinctureManaGainPerTarget2"] = { type = "Suffix", affix = "of Siphoning", "Gain 2 Mana per Enemy Hit with Melee Weapons", statOrder = { 10074 }, level = 68, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["TinctureManaGainPerTarget3"] = { type = "Suffix", affix = "of Devouring", "Gain 3 Mana per Enemy Hit with Melee Weapons", statOrder = { 10074 }, level = 84, group = "TinctureManaGainPerTarget", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "resource", "mana", "attack" }, }, + ["TinctureFlaskChargeIncrease1"] = { type = "Suffix", affix = "of Restocking", "(11-15)% increased Flask Charges gained from Kills with Melee Weapons", statOrder = { 10071 }, level = 1, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureFlaskChargeIncrease2"] = { type = "Suffix", affix = "of Replenishing", "(16-20)% increased Flask Charges gained from Kills with Melee Weapons", statOrder = { 10071 }, level = 40, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureFlaskChargeIncrease3"] = { type = "Suffix", affix = "of Pouring", "(21-25)% increased Flask Charges gained from Kills with Melee Weapons", statOrder = { 10071 }, level = 72, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureFlaskChargeIncrease4"] = { type = "Suffix", affix = "of Overflowing", "(26-30)% increased Flask Charges gained from Kills with Melee Weapons", statOrder = { 10071 }, level = 85, group = "FlaskChargesFromWeaponKills", weightKey = { "tincture", "default", }, weightVal = { 800, 0 }, modTags = { }, }, + ["TinctureIgnorePhysDR1"] = { type = "Suffix", affix = "of Battering", "Melee Weapon Hits have (30-39)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 10037 }, level = 40, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["TinctureIgnorePhysDR2"] = { type = "Suffix", affix = "of Crushing", "Melee Weapon Hits have (40-49)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 10037 }, level = 62, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, + ["TinctureIgnorePhysDR3"] = { type = "Suffix", affix = "of Overwhelming", "Melee Weapon Hits have (50-60)% chance to ignore Enemy Physical Damage Reduction", statOrder = { 10037 }, level = 80, group = "TinctureIgnorePhysDR", weightKey = { "tincture", "default", }, weightVal = { 500, 0 }, modTags = { "physical_damage", "damage", "physical", "attack" }, }, } \ No newline at end of file diff --git a/src/Data/ModVeiled.lua b/src/Data/ModVeiled.lua index 2be815e4d1..efc4660f7d 100644 --- a/src/Data/ModVeiled.lua +++ b/src/Data/ModVeiled.lua @@ -2,231 +2,231 @@ -- Item data (c) Grinding Gear Games return { - ["JunMasterAvoidStunAndElementalStatusAilments1"] = { type = "Prefix", affix = "Chosen", "(20-25)% chance to Avoid Elemental Ailments", "(20-25)% chance to Avoid being Stunned", statOrderKey = "1702,1710", statOrder = { 1702, 1710 }, level = 1, group = "AvoidStunAndElementalStatusAilments", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["JunMasterVeiledLocalIncreasedPhysicalDamageAndImpaleCrafted"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Impale Enemies on Hit with Attacks", statOrderKey = "1098,7307", statOrder = { 1098, 7307 }, level = 60, group = "LocalIncreasedPhysicalDamageAndImpaleChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "unveiled_mod", "damage", "physical", "attack" }, }, - ["JunMasterVeiledLocalIncreasedPhysicalDamageAndBleedChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to cause Bleeding on Hit", statOrderKey = "1098,2334", statOrder = { 1098, 2334 }, level = 60, group = "LocalIncreasedPhysicalDamageAndBleedChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, - ["JunMasterVeiledLocalIncreasedPhysicalDamageAndBlindChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Blind Enemies on hit", statOrderKey = "1098,2115", statOrder = { 1098, 2115 }, level = 60, group = "LocalIncreasedPhysicalDamageAndBlindChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "unveiled_mod", "damage", "physical", "attack" }, }, - ["JunMasterVeiledLocalIncreasedPhysicalDamageAndPoisonChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Poison on Hit", statOrderKey = "1098,7433", statOrder = { 1098, 7433 }, level = 60, group = "LocalIncreasedPhysicalDamageAndPoisonChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "bleed", "poison", "unveiled_mod", "damage", "physical", "chaos", "attack", "ailment" }, }, - ["JunMasterVeiledElementalPenetrationWithAttacks_"] = { type = "Prefix", affix = "Chosen", "Attacks with this Weapon Penetrate (14-16)% Elemental Resistances", statOrderKey = "3594", statOrder = { 3594 }, level = 60, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "wand", "dagger", "weapon", "default", }, weightVal = { 500, 500, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "attack" }, }, - ["JunMasterVeiledChaosPenetrationWithAttacks__"] = { type = "Prefix", affix = "Chosen", "Attacks with this Weapon Penetrate (14-16)% Chaos Resistance", statOrderKey = "7321", statOrder = { 7321 }, level = 60, group = "LocalChaosPenetration", weightKey = { "wand", "dagger", "weapon", "default", }, weightVal = { 500, 500, 1000, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos", "attack" }, }, - ["JunMasterVeiledDoubleDamageChance2h_"] = { type = "Suffix", affix = "of the Order", "(12-14)% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDoubleDamageChance1h"] = { type = "Suffix", affix = "of the Order", "(6-7)% chance to deal Double Damage", statOrderKey = "5249", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "shield", "one_hand_weapon", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledAreaDamageAndAreaOfEffect"] = { type = "Prefix", affix = "Chosen", "(14-16)% increased Area of Effect", "(17-20)% increased Area Damage", statOrderKey = "1739,1889", statOrder = { 1739, 1889 }, level = 60, group = "AreaDamageAndAreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledProjectileDamageAndProjectileSpeed"] = { type = "Prefix", affix = "Chosen", "(23-25)% increased Projectile Speed", "(17-20)% increased Projectile Damage", statOrderKey = "1655,1850", statOrder = { 1655, 1850 }, level = 60, group = "ProjectileDamageAndProjectileSpeed", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage", "speed" }, }, - ["JunMasterVeiledMeleeDamageAndMeleeRange"] = { type = "Prefix", affix = "Chosen", "(17-20)% increased Melee Damage", "+0.2 metres to Melee Strike Range", statOrderKey = "1100,2385", statOrder = { 1100, 2385 }, level = 60, group = "MeleeDamageAndMeleeRange", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage", "attack" }, }, - ["JunMasterVeiledFireDamageAndChanceToIgnite1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Fire Damage", "(21-23)% chance to Ignite", statOrderKey = "1221,1880", statOrder = { 1221, 1880 }, level = 60, group = "FireDamageAndChanceToIgnite", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "ailment" }, }, - ["JunMasterVeiledFireDamageAndChanceToIgnite2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Fire Damage", "(35-40)% chance to Ignite", statOrderKey = "1221,1880", statOrder = { 1221, 1880 }, level = 60, group = "FireDamageAndChanceToIgnite", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "ailment" }, }, - ["JunMasterVeiledColdDamageAndBaseChanceToFreeze1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Cold Damage", "(21-23)% chance to Freeze", statOrderKey = "1230,1883", statOrder = { 1230, 1883 }, level = 60, group = "ColdDamageAndBaseChanceToFreeze", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "ailment" }, }, - ["JunMasterVeiledColdDamageAndBaseChanceToFreeze2h__"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Cold Damage", "(35-40)% chance to Freeze", statOrderKey = "1230,1883", statOrder = { 1230, 1883 }, level = 60, group = "ColdDamageAndBaseChanceToFreeze", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "ailment" }, }, - ["JunMasterVeiledLightningDamageAndChanceToShock1h_"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Lightning Damage", "(21-23)% chance to Shock", statOrderKey = "1241,1887", statOrder = { 1241, 1887 }, level = 60, group = "LightningDamageAndChanceToShock", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["JunMasterVeiledLightningDamageAndChanceToShock2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Lightning Damage", "(35-40)% chance to Shock", statOrderKey = "1241,1887", statOrder = { 1241, 1887 }, level = 60, group = "LightningDamageAndChanceToShock", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "lightning", "ailment" }, }, - ["JunMasterVeiledChaosDamageAndChaosSkillDuration1h"] = { type = "Prefix", affix = "Chosen", "(60-69)% increased Chaos Damage", "Chaos Skills have (13-15)% increased Skill Effect Duration", statOrderKey = "1249,1755", statOrder = { 1249, 1755 }, level = 60, group = "ChaosDamageAndChaosSkillDuration", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledChaosDamageAndChaosSkillDuration2h_"] = { type = "Prefix", affix = "Chosen", "(90-99)% increased Chaos Damage", "Chaos Skills have (26-30)% increased Skill Effect Duration", statOrderKey = "1249,1755", statOrder = { 1249, 1755 }, level = 60, group = "ChaosDamageAndChaosSkillDuration", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledSpellDamageAndManaRegenerationRate1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Spell Damage", "(18-20)% increased Mana Regeneration Rate", statOrderKey = "1090,1444", statOrder = { 1090, 1444 }, level = 60, group = "SpellDamageAndManaRegenerationRate", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "caster_damage", "resource", "unveiled_mod", "mana", "damage", "caster" }, }, - ["JunMasterVeiledSpellDamageAndManaRegenerationRate2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Spell Damage", "(36-40)% increased Mana Regeneration Rate", statOrderKey = "1090,1444", statOrder = { 1090, 1444 }, level = 60, group = "SpellDamageAndManaRegenerationRate", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 100, 0 }, modTags = { "caster_damage", "resource", "unveiled_mod", "mana", "damage", "caster" }, }, - ["JunMasterVeiledSpellDamageAndNonChaosDamageToAddAsChaosDamage1h"] = { type = "Prefix", affix = "Chosen", "(60-69)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 60, group = "SpellDamageAndNonChaosDamageToAddAsChaosDamage", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "caster_damage", "chaos_damage", "unveiled_mod", "damage", "chaos", "caster" }, }, - ["JunMasterVeiledSpellDamageAndNonChaosDamageToAddAsChaosDamage2h"] = { type = "Prefix", affix = "Chosen", "(90-99)% increased Spell Damage", "Gain (9-10)% of Non-Chaos Damage as extra Chaos Damage", statOrderKey = "1090,8785", statOrder = { 1090, 8785 }, level = 60, group = "SpellDamageAndNonChaosDamageToAddAsChaosDamage", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 100, 0 }, modTags = { "caster_damage", "chaos_damage", "unveiled_mod", "damage", "chaos", "caster" }, }, - ["JunMasterVeiledMinionDamageAndMinionMaximumLife1h"] = { type = "Prefix", affix = "Chosen", "Minions have (34-38)% increased maximum Life", "Minions deal (34-38)% increased Damage", statOrderKey = "1625,1830", statOrder = { 1625, 1830 }, level = 60, group = "MinionDamageAndMinionMaximumLife", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 400, 0 }, modTags = { "resource", "unveiled_mod", "life", "damage", "minion" }, }, - ["JunMasterVeiledMinionDamageAndMinionMaximumLife2h__"] = { type = "Prefix", affix = "Chosen", "Minions have (50-59)% increased maximum Life", "Minions deal (50-59)% increased Damage", statOrderKey = "1625,1830", statOrder = { 1625, 1830 }, level = 60, group = "MinionDamageAndMinionMaximumLife", weightKey = { "one_hand_weapon", "staff", "weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "resource", "unveiled_mod", "life", "damage", "minion" }, }, - ["JunMasterVeiledMinionAttackAndCastSpeedOnWeapon1h"] = { type = "Suffix", affix = "of the Order", "Minions have (18-20)% increased Attack Speed", "Minions have (18-20)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 60, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 400, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed", "minion" }, }, - ["JunMasterVeiledMinionAttackAndCastSpeedOnWeapon2h"] = { type = "Suffix", affix = "of the Order", "Minions have (34-38)% increased Attack Speed", "Minions have (34-38)% increased Cast Speed", statOrderKey = "2755,2756", statOrder = { 2755, 2756 }, level = 60, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "one_hand_weapon", "staff", "weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed", "minion" }, }, - ["JunMasterVeiledChaosNonAilmentDamageOverTimeMultiplier2h"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledChaosNonAilmentDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledPhysicalDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, - ["JunMasterVeiledPhysicalDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, - ["JunMasterVeiledColdDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, - ["JunMasterVeiledColdDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, - ["JunMasterVeiledFireDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, - ["JunMasterVeiledFireDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, - ["JunMasterVeiledChaosDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledChaosDamageOverTimeMultiplier__"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Chaos Damage over Time Multiplier", statOrderKey = "1124", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 1000, 0, 1000, 1000, 600, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, - ["JunMasterVeiledPhysicalDamageOverTimeMultiplierTwoHand_"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 400, 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, - ["JunMasterVeiledPhysicalDamageOverTimeMultiplier"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Physical Damage over Time Multiplier", statOrderKey = "1112", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "weapon", "default", }, weightVal = { 400, 0, 1000, 400, 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, - ["JunMasterVeiledColdDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, - ["JunMasterVeiledColdDamageOverTimeMultiplier___"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Cold Damage over Time Multiplier", statOrderKey = "1121", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 600, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, - ["JunMasterVeiledFireDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, - ["JunMasterVeiledFireDamageOverTimeMultiplier"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Fire Damage over Time Multiplier", statOrderKey = "1116", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 100, 0, 1000, 1000, 600, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(17-19) to maximum Life", statOrderKey = "1414,1429", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "body_armour", "shield", "helmet", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(17-19) to maximum Life", statOrderKey = "1413,1429", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(17-19) to maximum Life", statOrderKey = "1415,1429", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndLife_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(17-19) to maximum Life", statOrderKey = "1403,1429", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "body_armour", "shield", "helmet", "str_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndLife__"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(17-19) to maximum Life", statOrderKey = "1411,1429", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "body_armour", "shield", "helmet", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedEnergyShieldAndLife_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(17-19) to maximum Life", statOrderKey = "1420,1429", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedDefencesAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(17-19) to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "body_armour", "shield", "helmet", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(19-22) to maximum Life", statOrderKey = "1414,1429", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "body_armour", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(19-22) to maximum Life", statOrderKey = "1413,1429", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(19-22) to maximum Life", statOrderKey = "1415,1429", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndLifeMed___"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(19-22) to maximum Life", statOrderKey = "1403,1429", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "body_armour", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndLifeMed___"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(19-22) to maximum Life", statOrderKey = "1411,1429", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(19-22) to maximum Life", statOrderKey = "1420,1429", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedDefencesAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(19-22) to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "body_armour", "gloves", "boots", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(23-26) to maximum Life", statOrderKey = "1414,1429", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(23-26) to maximum Life", statOrderKey = "1413,1429", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(23-26) to maximum Life", statOrderKey = "1415,1429", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedArmourAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(23-26) to maximum Life", statOrderKey = "1403,1429", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, - ["JunMasterVeiledLocalIncreasedEvasionAndLifeHigh_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(23-26) to maximum Life", statOrderKey = "1411,1429", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, - ["JunMasterVeiledLocalIncreasedEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(23-26) to maximum Life", statOrderKey = "1420,1429", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, - ["JunMasterVeiledLocalIncreasedDefencesAndLifeHigh__"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(23-26) to maximum Life", statOrderKey = "1416,1429", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, - ["JunMasterVeiledStrengthAndDexterity"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength and Dexterity", statOrderKey = "1047", statOrder = { 1047 }, level = 60, group = "StrengthAndDexterity", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledDexterityAndIntelligence"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity and Intelligence", statOrderKey = "1049", statOrder = { 1049 }, level = 60, group = "DexterityAndIntelligence", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledStrengthAndIntelligence"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength and Intelligence", statOrderKey = "1048", statOrder = { 1048 }, level = 60, group = "StrengthAndIntelligence", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledMinimumEnduranceCharges_"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Endurance Charges", "(3-4)% chance to gain an Endurance Charge on Kill", statOrderKey = "1662,2478", statOrder = { 1662, 2478 }, level = 60, group = "MinimumEnduranceChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "endurance_charge", "unveiled_mod" }, }, - ["JunMasterVeiledMinimumPowerCharges"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Power Charges", "(3-4)% chance to gain a Power Charge on Kill", statOrderKey = "1672,2482", statOrder = { 1672, 2482 }, level = 60, group = "MinimumPowerChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "power_charge", "unveiled_mod" }, }, - ["JunMasterVeiledMinimumFrenzyCharges___"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Frenzy Charges", "(3-4)% chance to gain a Frenzy Charge on Kill", statOrderKey = "1667,2480", statOrder = { 1667, 2480 }, level = 60, group = "MinimumFrenzyChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "frenzy_charge", "unveiled_mod" }, }, - ["JunMasterVeiledIncreasedManaAndRegen"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "Regenerate 5.3 Mana per second", statOrderKey = "1439,1442", statOrder = { 1439, 1442 }, level = 60, group = "IncreasedManaAndRegen", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledManaAndManaCostPercent"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "(6-7)% reduced Mana Cost of Skills", statOrderKey = "1439,1742", statOrder = { 1439, 1742 }, level = 60, group = "ManaAndManaCostPercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledManaAndDamageTakenGoesToManaPercent"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "(7-8)% of Damage taken Recouped as Mana", statOrderKey = "1439,2306", statOrder = { 1439, 2306 }, level = 60, group = "ManaAndDamageTakenGoesToManaPercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledAttackAndCastSpeed_"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Attack and Cast Speed", statOrderKey = "1900", statOrder = { 1900 }, level = 60, group = "AttackAndCastSpeed", weightKey = { "amulet", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed" }, }, - ["JunMasterVeiledMovementVelocityAndMovementVelocityIfNotHitRecently"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "(10-12)% increased Movement Speed if you haven't been Hit Recently", statOrderKey = "1657,3063", statOrder = { 1657, 3063 }, level = 60, group = "MovementVelocityAndMovementVelocityIfNotHitRecently", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "speed" }, }, - ["JunMasterVeiledMovementVelocityAndOnslaughtOnKill"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "(13-16)% chance to gain Onslaught for 4 seconds on Kill", statOrderKey = "1657,2838", statOrder = { 1657, 2838 }, level = 60, group = "MovementVelocityAndOnslaughtOnKill", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "speed" }, }, - ["JunMasterVeiledMovementVelocityAndCannotBeChilled__"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "100% chance to Avoid being Chilled", statOrderKey = "1657,1703", statOrder = { 1657, 1703 }, level = 60, group = "MovementVelocityAndCannotBeChilled", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "speed", "ailment" }, }, - ["JunMasterVeiledArmourAndEvasionRating"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Armour and Evasion Rating", statOrderKey = "4096", statOrder = { 4096 }, level = 60, group = "ArmourAndEvasionRating", weightKey = { "belt", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "armour", "evasion" }, }, - ["JunMasterVeiledArmourAndEnergyShield"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Armour", "+(31-35) to maximum Energy Shield", statOrderKey = "1400,1418", statOrder = { 1400, 1418 }, level = 60, group = "ArmourAndEnergyShield", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "defences", "armour", "energy_shield" }, }, - ["JunMasterVeiledEvasionRatingAndEnergyShield"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Evasion Rating", "+(31-35) to maximum Energy Shield", statOrderKey = "1405,1418", statOrder = { 1405, 1418 }, level = 60, group = "EvasionRatingAndEnergyShield", weightKey = { "belt", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "evasion", "energy_shield" }, }, - ["JunMasterVeiledFlaskEffect"] = { type = "Prefix", affix = "Chosen", "Flasks applied to you have (9-10)% increased Effect", statOrderKey = "2591", statOrder = { 2591 }, level = 60, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledChanceToNotConsumeFlaskCharges"] = { type = "Prefix", affix = "Chosen", "(9-10)% chance for Flasks you use to not consume Charges", statOrderKey = "4060", statOrder = { 4060 }, level = 60, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledFlaskEffectAndFlaskChargesGained"] = { type = "Prefix", affix = "Chosen", "33% reduced Flask Charges gained", "Flasks applied to you have (15-18)% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 60, group = "FlaskEffectAndFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledFlaskEffectAndFlaskChargesGainedNew"] = { type = "Suffix", affix = "of the Order", "33% reduced Flask Charges gained", "Flasks applied to you have (15-18)% increased Effect", statOrderKey = "2037,2591", statOrder = { 2037, 2591 }, level = 60, group = "FlaskEffectAndFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledGlobalCooldownRecovery"] = { type = "Suffix", affix = "of the Order", "(13-16)% increased Cooldown Recovery Rate", statOrderKey = "4716", statOrder = { 4716 }, level = 60, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledDamagePerEnduranceCharge1h"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 60, group = "DamagePerEnduranceCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDamagePerEnduranceCharge2h"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Endurance Charge", statOrderKey = "3038", statOrder = { 3038 }, level = 60, group = "DamagePerEnduranceCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDamagePerFrenzyCharge1h"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 60, group = "DamagePerFrenzyCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDamagePerFrenzyCharge2h__"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Frenzy Charge", statOrderKey = "3127", statOrder = { 3127 }, level = 60, group = "DamagePerFrenzyCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDamagePerPowerCharge1h_"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 60, group = "IncreasedDamagePerPowerCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledDamagePerPowerCharge2h"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Power Charge", statOrderKey = "5639", statOrder = { 5639 }, level = 60, group = "IncreasedDamagePerPowerCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledPhysicalDamageConvertedToFire_"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Fire Damage", statOrderKey = "1812", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFire", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "fire" }, }, - ["JunMasterVeiledPhysicalDamageConvertedToCold"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Cold Damage", statOrderKey = "1814", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToCold", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "cold" }, }, - ["JunMasterVeiledPhysicalDamageConvertedToLightning"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Lightning Damage", statOrderKey = "1816", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightning", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "lightning" }, }, - ["JunMasterVeiledMaximumZombieAndSkeleton"] = { type = "Prefix", affix = "Chosen", "Minions have (8-10)% increased maximum Life", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Skeletons", statOrderKey = "1625,2014,2016", statOrder = { 1625, 2014, 2016 }, level = 60, group = "MaximumMinionCountAndMinionLife", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 2000, 0, 0 }, modTags = { "unveiled_mod", "minion" }, }, - ["JunMasterVeiledEffectOfAilments__"] = { type = "Suffix", affix = "of the Order", "(33-40)% increased Effect of Non-Damaging Ailments", statOrderKey = "8793", statOrder = { 8793 }, level = 60, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "ailment" }, }, - ["JunMasterVeiledMaximumCurse"] = { type = "Prefix", affix = "Chosen", "You can apply an additional Curse", statOrderKey = "2022", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "caster", "curse" }, }, - ["JunMasterVeiledCurseEffect"] = { type = "Suffix", affix = "of the Order", "(8-10)% increased Effect of your Curses", statOrderKey = "2447", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 3000, 0 }, modTags = { "unveiled_mod", "caster", "curse" }, }, - ["JunMasterVeiledLifeRegeneration"] = { type = "Suffix", affix = "of the Order", "Regenerate (1.03-1.33)% of Life per second", statOrderKey = "1801", statOrder = { 1801 }, level = 60, group = "LifeRegenerationRatePercentage", weightKey = { "shield", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledAvoidElementalDamageChanceDuringSoulGainPrevention"] = { type = "Suffix", affix = "of the Order", "(10-12)% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention", statOrderKey = "4658", statOrder = { 4658 }, level = 60, group = "AvoidElementalDamageChanceDuringSoulGainPrevention", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "elemental" }, }, - ["JunMasterVeiledPhysicalDamageReductionRatingDuringSoulGainPrevention"] = { type = "Prefix", affix = "Chosen", "+(3201-4000) to Armour during Soul Gain Prevention", statOrderKey = "8929", statOrder = { 8929 }, level = 60, group = "PhysicalDamageReductionRatingDuringSoulGainPrevention", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "physical" }, }, - ["JunMasterVeiledGainOnslaughtDuringSoulGainPrevention"] = { type = "Suffix", affix = "of the Order", "You have Onslaught during Soul Gain Prevention", statOrderKey = "6303", statOrder = { 6303 }, level = 60, group = "GainOnslaughtDuringSoulGainPrevention", weightKey = { "gloves", "boots", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledDamageWithNonVaalSkillsDuringSoulGainPrevention_"] = { type = "Suffix", affix = "of the Order", "(71-80)% increased Damage with Non-Vaal Skills during Soul Gain Prevention", statOrderKey = "5657", statOrder = { 5657 }, level = 60, group = "DamageWithNonVaalSkillsDuringSoulGainPrevention", weightKey = { "gloves", "boots", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledSkillAreaOfEffectPercentAndAreaOfEffectGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed AoE Gems", "(8-10)% increased Area of Effect", statOrderKey = "155,1739", statOrder = { 155, 1739 }, level = 60, group = "SkillAreaOfEffectPercentAndAreaOfEffectGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "gem" }, }, - ["JunMasterVeiledProjectilePierceAndProjectileGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed Projectile Gems", "Projectiles Pierce an additional Target", statOrderKey = "156,1649", statOrder = { 156, 1649 }, level = 60, group = "ProjectilePierceAndProjectileGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "gem" }, }, - ["JunMasterVeiledMeleeRangeAndMeleeGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed Melee Gems", "+0.2 metres to Melee Strike Range", statOrderKey = "158,2385", statOrder = { 158, 2385 }, level = 60, group = "MeleeRangeAndMeleeGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "attack", "attack", "gem" }, }, - ["JunMasterVeiledCriticalStrikeMultiplierIfRareOrUniqueEnemyNearby1h"] = { type = "Suffix", affix = "of the Order", "+(36-40)% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby", statOrderKey = "5538", statOrder = { 5538 }, level = 60, group = "CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, - ["JunMasterVeiledCriticalStrikeMultiplierIfRareOrUniqueEnemyNearby2h"] = { type = "Suffix", affix = "of the Order", "+(54-60)% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby", statOrderKey = "5538", statOrder = { 5538 }, level = 60, group = "CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, - ["JunMasterVeiledAttackSpeedPercentIfRareOrUniqueEnemyNearby1h"] = { type = "Suffix", affix = "of the Order", "(12-15)% increased Attack Speed while a Rare or Unique Enemy is Nearby", statOrderKey = "4620", statOrder = { 4620 }, level = 60, group = "AttackSpeedPercentIfRareOrUniqueEnemyNearby", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledAttackSpeedPercentIfRareOrUniqueEnemyNearby2h"] = { type = "Suffix", affix = "of the Order", "(27-30)% increased Attack Speed while a Rare or Unique Enemy is Nearby", statOrderKey = "4620", statOrder = { 4620 }, level = 60, group = "AttackSpeedPercentIfRareOrUniqueEnemyNearby", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledEnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby"] = { type = "Suffix", affix = "of the Order", "Regenerate 200 Energy Shield per second while a Rare or Unique Enemy is Nearby", statOrderKey = "5997", statOrder = { 5997 }, level = 60, group = "EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby", weightKey = { "body_armour", "belt", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "energy_shield" }, }, - ["JunMasterVeiledCriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent"] = { type = "Suffix", affix = "of the Order", "(18-20)% increased Global Critical Strike Chance", "(6-7)% chance to gain a Frenzy Charge on Critical Strike", statOrderKey = "1321,6279", statOrder = { 1321, 6279 }, level = 60, group = "CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent", weightKey = { "quiver", "default", }, weightVal = { 1500, 0 }, modTags = { "frenzy_charge", "unveiled_mod", "critical" }, }, - ["JunMasterVeiledCriticalChanceAndElementalDamagePercentIfHaveCritRecently"] = { type = "Suffix", affix = "of the Order", "(20-22)% increased Global Critical Strike Chance", "(27-30)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrderKey = "1321,5857", statOrder = { 1321, 5857 }, level = 60, group = "CriticalChanceAndElementalDamagePercentIfHaveCritRecently", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "critical" }, }, - ["JunMasterVeiledCriticalChanceAndAddedChaosDamageIfHaveCritRecently_"] = { type = "Suffix", affix = "of the Order", "(20-22)% increased Global Critical Strike Chance", "Adds (22-25) to (28-32) Chaos Damage if you've dealt a Critical Strike Recently", statOrderKey = "1321,8557", statOrder = { 1321, 8557 }, level = 60, group = "CriticalChanceAndAddedChaosDamageIfHaveCritRecently", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos", "critical" }, }, - ["JunMasterVeiledBaseLifeAndMana_"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "+(55-60) to maximum Mana", statOrderKey = "1429,1439", statOrder = { 1429, 1439 }, level = 60, group = "BaseLifeAndMana", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledBaseLifeAndManaRegen_"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "Regenerate 5.3 Mana per second", statOrderKey = "1429,1442", statOrder = { 1429, 1442 }, level = 60, group = "BaseLifeAndManaRegen", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledBaseManaAndLifeRegen__"] = { type = "Prefix", affix = "Chosen", "Regenerate 33.3 Life per second", "+(55-60) to maximum Mana", statOrderKey = "1434,1439", statOrder = { 1434, 1439 }, level = 60, group = "BaseManaAndLifeRegen", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledSummonTotemCastSpeed_"] = { type = "Suffix", affix = "of the Order", "(36-40)% increased Totem Placement speed", statOrderKey = "2429", statOrder = { 2429 }, level = 60, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, - ["JunMasterVeiledTrapThrowSpeed_"] = { type = "Suffix", affix = "of the Order", "(14-16)% increased Trap Throwing Speed", statOrderKey = "1784", statOrder = { 1784 }, level = 60, group = "TrapThrowSpeed", weightKey = { "amulet", "belt", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, - ["JunMasterVeiledMineLayingSpeed"] = { type = "Suffix", affix = "of the Order", "(14-16)% increased Mine Throwing Speed", statOrderKey = "1785", statOrder = { 1785 }, level = 60, group = "MineLayingSpeed", weightKey = { "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, - ["JunMasterVeiledBrandAttachmentRange"] = { type = "Suffix", affix = "of the Order", "(25-28)% increased Brand Attachment range", statOrderKey = "9293", statOrder = { 9293 }, level = 60, group = "BrandAttachmentRange", weightKey = { "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "caster" }, }, - ["JunMasterVeiledAddedFireAndColdDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage", "Adds (14-16) to (20-22) Cold Damage", statOrderKey = "1223,1232", statOrder = { 1223, 1232 }, level = 60, group = "AddedFireAndColdDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, - ["JunMasterVeiledAddedFireAndColdDamageQuiver_"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Fire Damage", "Adds (9-10) to (13-14) Cold Damage", statOrderKey = "1223,1232", statOrder = { 1223, 1232 }, level = 60, group = "AddedFireAndColdDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, - ["JunMasterVeiledAddedFireAndLightningDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage", "Adds (14-16) to (20-22) Lightning Damage", statOrderKey = "1223,1243", statOrder = { 1223, 1243 }, level = 60, group = "AddedFireAndLightningDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, - ["JunMasterVeiledAddedFireAndLightningDamageQuiver_"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Fire Damage", "Adds (9-10) to (13-14) Lightning Damage", statOrderKey = "1223,1243", statOrder = { 1223, 1243 }, level = 60, group = "AddedFireAndLightningDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, - ["JunMasterVeiledAddedColdAndLightningDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Cold Damage", "Adds (14-16) to (20-22) Lightning Damage", statOrderKey = "1232,1243", statOrder = { 1232, 1243 }, level = 60, group = "AddedColdAndLightningDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "lightning" }, }, - ["JunMasterVeiledAddedColdAndLightningDamageQuiver"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Cold Damage", "Adds (9-10) to (13-14) Lightning Damage", statOrderKey = "1232,1243", statOrder = { 1232, 1243 }, level = 60, group = "AddedColdAndLightningDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "lightning" }, }, - ["JunMasterVeiledLuckyCriticalsDuringFocus"] = { type = "Suffix", affix = "of the Order", "Your Critical Strike Chance is Lucky while Focused", "Focus has (5-8)% increased Cooldown Recovery Rate", statOrderKey = "6065,6183", statOrder = { 6065, 6183 }, level = 60, group = "LuckyCriticalsDuringFocusCDR", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "critical" }, }, - ["JunMasterVeiledDodgeChanceDuringFocus_"] = { type = "Prefix", affix = "Chosen", "(30-32)% increased Evasion Rating while Focused", statOrderKey = "6019", statOrder = { 6019 }, level = 60, group = "DodgeChanceDuringFocus", weightKey = { "helmet", "boots", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "defences", "evasion" }, }, - ["JunMasterVeiledPhysicalDamageReductionDuringFocus_"] = { type = "Prefix", affix = "Chosen", "(13-15)% additional Physical Damage Reduction while Focused", statOrderKey = "4336", statOrder = { 4336 }, level = 60, group = "PhysicalDamageReductionDuringFocus", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "physical" }, }, - ["JunMasterVeiledShockNearbyEnemiesOnFocus"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Shock nearby Enemies for 4 Seconds when you Focus", statOrderKey = "6183,9263", statOrder = { 6183, 9263 }, level = 60, group = "ShockNearbyEnemiesOnFocusCDR", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "ailment" }, }, - ["JunMasterVeiledLifeRegenerationPerEvasionDuringFocus"] = { type = "Suffix", affix = "of the Order", "1.5% of Evasion Rating is Regenerated as Life per second while Focused", statOrderKey = "6024", statOrder = { 6024 }, level = 60, group = "LifeRegenerationPerEvasionDuringFocus", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledRestoreManaAndEnergyShieldOnFocus"] = { type = "Suffix", affix = "of the Order", "Recover (37-40)% of Mana and Energy Shield when you Focus", statOrderKey = "9183", statOrder = { 9183 }, level = 60, group = "RestoreManaAndEnergyShieldOnFocus", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "mana", "defences", "energy_shield" }, }, - ["JunMasterVeiledChanceToDealDoubleDamageWhileFocused2h_"] = { type = "Suffix", affix = "of the Order", "(36-40)% chance to deal Double Damage while Focused", statOrderKey = "5255", statOrder = { 5255 }, level = 60, group = "ChanceToDealDoubleDamageWhileFocused", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledChanceToDealDoubleDamageWhileFocused1h"] = { type = "Suffix", affix = "of the Order", "(18-20)% chance to deal Double Damage while Focused", statOrderKey = "5255", statOrder = { 5255 }, level = 60, group = "ChanceToDealDoubleDamageWhileFocused", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledAttackAndCastSpeedWhileFocused_"] = { type = "Suffix", affix = "of the Order", "(45-50)% increased Attack and Cast Speed while Focused", statOrderKey = "4546", statOrder = { 4546 }, level = 60, group = "AttackAndCastSpeedWhileFocused", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed" }, }, - ["JunMasterVeiledStatusAilmentsYouInflictDurationWhileFocused_"] = { type = "Suffix", affix = "of the Order", "(36-40)% increased Duration of Ailments you inflict while Focused", statOrderKey = "9456", statOrder = { 9456 }, level = 60, group = "StatusAilmentsYouInflictDurationWhileFocused", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "ailment" }, }, - ["JunMasterVeiledImmuneToStatusAilmentsWhileFocused"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "You are Immune to Ailments while Focused", statOrderKey = "6183,6712", statOrder = { 6183, 6712 }, level = 60, group = "ImmuneToStatusAilmentsWhileFocusedCDR", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "ailment" }, }, - ["JunMasterVeiledFocusCooldownRecovery_"] = { type = "Suffix", affix = "of the Order", "Focus has (31-35)% increased Cooldown Recovery Rate", statOrderKey = "6183", statOrder = { 6183 }, level = 60, group = "FocusCooldownRecovery", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledLifeLeechFromAnyDamageAndVaalPactWhileFocused"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", "15% of Damage Leeched as Life while Focused", statOrderKey = "6347,6818", statOrder = { 6347, 6818 }, level = 60, group = "LifeLeechFromAnyDamagePermyriadWhileFocusedAndVaalPact", weightKey = { "amulet", "default", }, weightVal = { 3000, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledFortifyEffectWhileFocused_"] = { type = "Suffix", affix = "of the Order", "+10 to maximum Fortification while Focused", statOrderKey = "8470", statOrder = { 8470 }, level = 60, group = "FortifyEffectWhileFocused", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledTriggerSocketedSpellWhenYouFocus"] = { type = "Suffix", affix = "of the Order", "Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown", "Focus has (5-8)% increased Cooldown Recovery Rate", statOrderKey = "715,6183", statOrder = { 715, 6183 }, level = 60, group = "TriggerSocketedSpellWhenYouFocusCDR", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill", "unveiled_mod", "caster", "gem" }, }, - ["JunMasterVeiledDamageRemovedFromManaBeforeLifeWhileFocused"] = { type = "Suffix", affix = "of the Order", "(18-22)% of Damage is taken from Mana before Life while Focused", statOrderKey = "5662", statOrder = { 5662 }, level = 60, group = "DamageRemovedFromManaBeforeLifeWhileFocused", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledMinionsRecoverMaximumLifeWhenYouFocus_"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Minions Recover 100% of their Life when you Focus", statOrderKey = "6183,8678", statOrder = { 6183, 8678 }, level = 60, group = "MinionsRecoverMaximumLifeWhenYouFocusCDR", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "resource", "unveiled_mod", "life", "minion" }, }, - ["JunMasterVeiledGainVaalPactWhileFocused"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", statOrderKey = "6347", statOrder = { 6347 }, level = 60, group = "GainVaalPactWhileFocused", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledSkillsCostNoManaWhileFocused"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Non-Aura Skills Cost no Mana or Life while Focused", statOrderKey = "6183,9313", statOrder = { 6183, 9313 }, level = 60, group = "SkillsCostNoManaWhileFocusedCDR", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledAllDamage"] = { type = "Prefix", affix = "Leo's", "(20-23)% increased Damage", statOrderKey = "1058", statOrder = { 1058 }, level = 60, group = "AllDamage", weightKey = { "ring", "belt", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledLocalIncreaseSocketedSupportGemLevel"] = { type = "Prefix", affix = "Catarina's", "+2 to Level of Socketed Support Gems", "+(5-8)% to Quality of Socketed Support Gems", statOrderKey = "168,183", statOrder = { 168, 183 }, level = 60, group = "LocalIncreaseSocketedSupportGemLevelAndQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "gem" }, }, - ["JunMasterVeiledReduceGlobalFlatManaCost"] = { type = "Prefix", affix = "Elreon's", "-(10-9) to Total Mana Cost of Skills", statOrderKey = "1750", statOrder = { 1750 }, level = 60, group = "IncreaseManaCostFlat", weightKey = { "ring", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledReduceGlobalFlatManaCostChannelling_"] = { type = "Prefix", affix = "Elreon's", "Channelling Skills have -4 to Total Mana Cost", statOrderKey = "9308", statOrder = { 9308 }, level = 60, group = "ManaCostTotalChannelled", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledReduceGlobalFlatManaCostNonChannelling"] = { type = "Prefix", affix = "Elreon's", "Non-Channelling Skills have -(10-9) to Total Mana Cost", statOrderKey = "9310", statOrder = { 9310 }, level = 60, group = "ManaCostTotalNonChannelled", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledDamageWhileLeeching"] = { type = "Prefix", affix = "Vorici's", "(54-60)% increased Damage while Leeching", statOrderKey = "2905", statOrder = { 2905 }, level = 60, group = "DamageWhileLeeching", weightKey = { "gloves", "amulet", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "damage" }, }, - ["JunMasterVeiledSocketedGemQuality"] = { type = "Prefix", affix = "Haku's", "+(9-10)% to Quality of Socketed Gems", statOrderKey = "182", statOrder = { 182 }, level = 60, group = "SocketedGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "gem" }, }, - ["JunMasterVeiledBleedOnHitGained1h"] = { type = "Prefix", affix = "Tora's", "Adds (12-14) to (18-20) Physical Damage", "40% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 60, group = "LocalAddedPhysicalDamageAndCausesBleeding", weightKey = { "one_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, - ["JunMasterVeiledBleedOnHitGained2h"] = { type = "Prefix", affix = "Tora's", "Adds (17-20) to (26-28) Physical Damage", "40% chance to cause Bleeding on Hit", statOrderKey = "1140,2334", statOrder = { 1140, 2334 }, level = 60, group = "LocalAddedPhysicalDamageAndCausesBleeding", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, - ["JunMasterVeiledAlwaysHits"] = { type = "Prefix", affix = "Vagan's", "Hits can't be Evaded", statOrderKey = "1897", statOrder = { 1897 }, level = 60, group = "AlwaysHits", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "unveiled_mod", "attack" }, }, - ["JunMasterVeiledDamageDuringFlaskEffect"] = { type = "Prefix", affix = "Brinerot", "(36-40)% increased Damage during any Flask Effect", statOrderKey = "3913", statOrder = { 3913 }, level = 60, group = "DamageDuringFlaskEffect", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "flask", "unveiled_mod", "damage" }, }, - ["JunMasterVeiledItemRarityFromRareAndUniqueEnemies_"] = { type = "Suffix", affix = "of Janus", "(55-60)% increased Rarity of Items Dropped by Slain Rare or Unique Enemies", statOrderKey = "9093", statOrder = { 9093 }, level = 60, group = "RareOrUniqueMonsterDroppedItemRarity", weightKey = { "helmet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "drop" }, }, - ["JunMasterVeiledFireAddedAsChaos1h_"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 60, group = "FireAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "fire", "chaos" }, }, - ["JunMasterVeiledColdAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 60, group = "ColdAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "cold", "chaos" }, }, - ["JunMasterVeiledLightningAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 60, group = "LightningAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "lightning", "chaos" }, }, - ["JunMasterVeiledPhysicalAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 60, group = "PhysicalAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, - ["JunMasterVeiledFireAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Fire Damage as Extra Chaos Damage", statOrderKey = "1798", statOrder = { 1798 }, level = 60, group = "FireAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "fire", "chaos" }, }, - ["JunMasterVeiledColdAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Cold Damage as Extra Chaos Damage", statOrderKey = "1797", statOrder = { 1797 }, level = 60, group = "ColdAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "cold", "chaos" }, }, - ["JunMasterVeiledLightningAddedAsChaos2h__"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Lightning Damage as Extra Chaos Damage", statOrderKey = "1795", statOrder = { 1795 }, level = 60, group = "LightningAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "lightning", "chaos" }, }, - ["JunMasterVeiledPhysicalAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Physical Damage as Extra Chaos Damage", statOrderKey = "1792", statOrder = { 1792 }, level = 60, group = "PhysicalAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, - ["JunMasterVeiledPercentageAllAttributes"] = { type = "Suffix", affix = "of Hillock", "(7-8)% increased Attributes", statOrderKey = "1050", statOrder = { 1050 }, level = 60, group = "PercentageAllAttributes", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledLifeAddedAsEnergyShield"] = { type = "Prefix", affix = "Gravicius'", "Gain (12-14)% of Maximum Life as Extra Maximum Energy Shield", statOrderKey = "8501", statOrder = { 8501 }, level = 60, group = "LifeAddedAsEnergyShield", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "defences", "energy_shield" }, }, - ["JunMasterVeiledPhysicalTakenAsFireAndLightning"] = { type = "Prefix", affix = "Gravicius'", "(8-9)% of Physical Damage from Hits taken as Fire Damage", "(8-9)% of Physical Damage from Hits taken as Lightning Damage", statOrderKey = "2298,2300", statOrder = { 2298, 2300 }, level = 60, group = "PhysicalDamageTakenAsFireAndLightningPercent", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "physical", "elemental", "fire", "lightning" }, }, - ["JunMasterVeiledBannerEffect"] = { type = "Prefix", affix = "Gravicius'", "Banner Skills have (26-35)% increased Aura Effect", statOrderKey = "3202", statOrder = { 3202 }, level = 60, group = "BannerEffect", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "aura" }, }, - ["JunMasterVeiledWolfOnKill___"] = { type = "Suffix", affix = "Jorgin's", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrderKey = "675", statOrder = { 675 }, level = 60, group = "SummonWolfOnKillOld", weightKey = { "amulet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "minion" }, }, - ["JunMasterVeiledPhysicalDamageTakenAsFirePercent__"] = { type = "Prefix", affix = "Korell's", "(9-10)% of Physical Damage from Hits taken as Fire Damage", statOrderKey = "2298", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "physical", "elemental", "fire" }, }, - ["JunMasterVeiledWarcryBuffEffect"] = { type = "Prefix", affix = "Korell's", "(20-25)% increased Warcry Buff Effect", statOrderKey = "9770", statOrder = { 9770 }, level = 60, group = "WarcryBuffEffect", weightKey = { "helmet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledAvoidFreeze_"] = { type = "Prefix", affix = "Rin's", "(20-30)% chance to Avoid being Chilled", "100% chance to Avoid being Frozen", statOrderKey = "1703,1704", statOrder = { 1703, 1704 }, level = 60, group = "AvoidFreezeAndChill", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "ailment" }, }, - ["JunMasterVeiledCriticalMultiplierOnShatter_"] = { type = "Suffix", affix = "of Cameria", "(20-22)% increased Global Critical Strike Chance", "+(27-30)% to Critical Strike Multiplier if you've Shattered an Enemy Recently", statOrderKey = "1321,5535", statOrder = { 1321, 5535 }, level = 60, group = "CritChanceAndCriticalStrikeMultiplierIfEnemyShatteredRecently", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, - ["JunMasterVeiledIncreasedChaosAndPhysicalDamage"] = { type = "Suffix", affix = "of Aisling", "(20-22)% increased Global Physical Damage", "(18-20)% increased Chaos Damage", statOrderKey = "1097,1249", statOrder = { 1097, 1249 }, level = 60, group = "IncreasedChaosAndPhysicalDamage", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, - ["JunMasterVeiledIncreasedFireAndLightningDamage"] = { type = "Suffix", affix = "of Riker", "(18-20)% increased Fire Damage", "(20-22)% increased Lightning Damage", statOrderKey = "1221,1241", statOrder = { 1221, 1241 }, level = 60, group = "IncreasedFireAndLightningDamage", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, - ["JunMasterVeiledLocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "Regenerate 3% of Life per second during Effect", statOrderKey = "866", statOrder = { 866 }, level = 60, group = "LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledLocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 60, group = "LocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod", "speed" }, }, - ["JunMasterVeiledLocalFlaskAvoidStunChanceDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrderKey = "849", statOrder = { 849 }, level = 60, group = "LocalFlaskAvoidStunChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledLocalFlaskSkillManaCostDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-25)% reduced Mana Cost of Skills during Effect", statOrderKey = "871", statOrder = { 871 }, level = 60, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledLocalFlaskItemFoundRarityDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-30)% increased Rarity of Items found during Effect", statOrderKey = "863", statOrder = { 863 }, level = 60, group = "LocalFlaskItemFoundRarityDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod", "drop" }, }, - ["JunMasterVeiledLocalFlaskCriticalStrikeChanceDuringFlaskEffect_"] = { type = "Suffix", affix = "of the Order", "(40-60)% increased Critical Strike Chance during Effect", statOrderKey = "853", statOrder = { 853 }, level = 60, group = "LocalFlaskCriticalStrikeChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod", "critical" }, }, - ["JunMasterVeiledLocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "15% of Damage Taken from Hits is Leeched as Life during Effect", statOrderKey = "865", statOrder = { 865 }, level = 60, group = "LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledLocalAttackSpeedAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "(18-22)% increased Attack Speed", "+(13-18)% to Quality", statOrderKey = "1276,7387", statOrder = { 1276, 7387 }, level = 60, group = "LocalAttackSpeedAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledLocalAttackSpeedAndLocalItemQualityRangedWeapon"] = { type = "Suffix", affix = "of the Order", "(12-15)% increased Attack Speed", "+(13-18)% to Quality", statOrderKey = "1276,7387", statOrder = { 1276, 7387 }, level = 60, group = "LocalAttackSpeedAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledLocalCriticalStrikeChanceAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "(28-32)% increased Critical Strike Chance", "+(13-18)% to Quality", statOrderKey = "1326,7387", statOrder = { 1326, 7387 }, level = 60, group = "LocalCriticalStrikeChanceAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "critical" }, }, - ["JunMasterVeiledLocalAccuracyRatingAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(311-350) to Accuracy Rating", "+(16-18)% to Quality", statOrderKey = "1878,7387", statOrder = { 1878, 7387 }, level = 60, group = "LocalAccuracyRatingAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack" }, }, - ["JunMasterVeiledLocalAttackSpeedDexterityIntelligence"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Dexterity and Intelligence", "(18-22)% increased Attack Speed", statOrderKey = "1049,1276", statOrder = { 1049, 1276 }, level = 60, group = "LocalAttackSpeedDexterityIntelligence", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed", "attribute" }, }, - ["JunMasterVeiledLocalAttackSpeedDexterityIntelligenceRanged"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Dexterity and Intelligence", "(12-15)% increased Attack Speed", statOrderKey = "1049,1276", statOrder = { 1049, 1276 }, level = 60, group = "LocalAttackSpeedDexterityIntelligence", weightKey = { "wand", "bow", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed", "attribute" }, }, - ["JunMasterVeiledLocalCriticalStrikeChanceStrengthIntelligence__"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Strength and Intelligence", "(28-32)% increased Critical Strike Chance", statOrderKey = "1048,1326", statOrder = { 1048, 1326 }, level = 60, group = "LocalCriticalStrikeChanceStrengthIntelligence", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "critical", "attribute" }, }, - ["JunMasterVeiledLocalAccuracyRatingStrengthDexterity_"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Strength and Dexterity", "+(311-350) to Accuracy Rating", statOrderKey = "1047,1878", statOrder = { 1047, 1878 }, level = 60, group = "LocalAccuracyRatingStrengthDexterity", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "attribute" }, }, - ["JunMasterVeiledLocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance_"] = { type = "Suffix", affix = "of the Order", "15% chance to Trigger Level 1 Blood Rage when you Kill an Enemy", "(18-22)% increased Attack Speed", statOrderKey = "676,1276", statOrder = { 676, 1276 }, level = 60, group = "LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledLocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChanceRangedWeapon"] = { type = "Suffix", affix = "of the Order", "15% chance to Trigger Level 1 Blood Rage when you Kill an Enemy", "(12-15)% increased Attack Speed", statOrderKey = "676,1276", statOrder = { 676, 1276 }, level = 60, group = "LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance", weightKey = { "bow", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, - ["JunMasterVeiledCastSpeedAndGainArcaneSurgeOnKillChance1h__"] = { type = "Suffix", affix = "of the Order", "(18-22)% increased Cast Speed", "15% chance to gain Arcane Surge when you Kill an Enemy", statOrderKey = "1308,6255", statOrder = { 1308, 6255 }, level = 60, group = "CastSpeedAndGainArcaneSurgeOnKillChance", weightKey = { "wand", "dagger", "sceptre", "one_hand_weapon", "default", }, weightVal = { 1000, 1000, 1000, 100, 0 }, modTags = { "unveiled_mod", "caster", "speed" }, }, - ["JunMasterVeiledCastSpeedAndGainArcaneSurgeOnKillChance2h_"] = { type = "Suffix", affix = "of the Order", "(26-31)% increased Cast Speed", "15% chance to gain Arcane Surge when you Kill an Enemy", statOrderKey = "1308,6255", statOrder = { 1308, 6255 }, level = 60, group = "CastSpeedAndGainArcaneSurgeOnKillChance", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 1000, 100, 0 }, modTags = { "unveiled_mod", "caster", "speed" }, }, - ["JunMasterVeiledTriggerSocketedSpellOnSkillUse_"] = { type = "Suffix", affix = "of the Order", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", statOrderKey = "713,713.1", statOrder = { 713, 713.1 }, level = 60, group = "TriggerSocketedSpellOnSkillUseFourSeconds", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "unveiled_mod", "caster", "gem" }, }, - ["JunMasterVeiledFireAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Fire and Chaos Resistances", statOrderKey = "6080", statOrder = { 6080 }, level = 60, group = "FireAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "chaos", "resistance" }, }, - ["JunMasterVeiledLightningAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Lightning and Chaos Resistances", statOrderKey = "6889", statOrder = { 6889 }, level = 60, group = "LightningAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "chaos", "resistance" }, }, - ["JunMasterVeiledColdAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Cold and Chaos Resistances", statOrderKey = "5386", statOrder = { 5386 }, level = 60, group = "ColdAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "chaos", "resistance" }, }, - ["JunMasterVeiledStrengthAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength", "+(15-18)% to Quality", statOrderKey = "1044,7387", statOrder = { 1044, 7387 }, level = 60, group = "StrengthAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledDexterityAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity", "+(15-18)% to Quality", statOrderKey = "1045,7387", statOrder = { 1045, 7387 }, level = 60, group = "DexterityAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledIntelligenceAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Intelligence", "+(15-18)% to Quality", statOrderKey = "1046,7387", statOrder = { 1046, 7387 }, level = 60, group = "IntelligenceAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledStrengthAndAvoidIgnite"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength", "(21-25)% chance to Avoid being Ignited", statOrderKey = "1044,1705", statOrder = { 1044, 1705 }, level = 60, group = "StrengthAndAvoidIgnite", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledDexterityAndAvoidFreeze"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity", "(21-25)% chance to Avoid being Frozen", statOrderKey = "1045,1704", statOrder = { 1045, 1704 }, level = 60, group = "DexterityAndAvoidFreeze", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledIntelligenceAndAvoidShock"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Intelligence", "(21-25)% chance to Avoid being Shocked", statOrderKey = "1046,1707", statOrder = { 1046, 1707 }, level = 60, group = "IntelligenceAndAvoidShock", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, - ["JunMasterVeiledLifeRegenerationRatePerMinuteWhileUsingFlask"] = { type = "Suffix", affix = "of the Order", "Regenerate 3% of Life per second during any Flask Effect", statOrderKey = "6880", statOrder = { 6880 }, level = 60, group = "LifeRegenerationRatePerMinuteWhileUsingFlask", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledPercentageLifeAndMana"] = { type = "Prefix", affix = "Chosen", "(9-10)% increased maximum Life", "(9-10)% increased maximum Mana", statOrderKey = "1431,1440", statOrder = { 1431, 1440 }, level = 60, group = "PercentageLifeAndMana", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledBlockPercent"] = { type = "Prefix", affix = "Chosen", "(8-9)% Chance to Block Attack Damage", statOrderKey = "1009", statOrder = { 1009 }, level = 60, group = "BlockPercent", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "block", "unveiled_mod" }, }, - ["JunMasterVeiledSpellBlockPercent____"] = { type = "Prefix", affix = "Chosen", "(9-10)% Chance to Block Spell Damage", statOrderKey = "1028", statOrder = { 1028 }, level = 60, group = "SpellBlockPercentage", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "block", "unveiled_mod" }, }, - ["JunMasterVeiledSpellDodgePercentage__"] = { type = "Prefix", affix = "Chosen", "+(18-21)% chance to Suppress Spell Damage", statOrderKey = "1013", statOrder = { 1013 }, level = 60, group = "ChanceToSuppressSpellsOld", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, - ["JunMasterVeiledAvoidStunAndElementalStatusAilments"] = { type = "Prefix", affix = "Chosen", "(30-35)% chance to Avoid Elemental Ailments", "(30-35)% chance to Avoid being Stunned", statOrderKey = "1702,1710", statOrder = { 1702, 1710 }, level = 60, group = "AvoidStunAndElementalStatusAilments", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, - ["JunMasterVeiledLocalFlaskReducedReflectDuringEffect"] = { type = "Suffix", affix = "of the Order", "(60-80)% reduced Reflected Damage taken during Effect", statOrderKey = "870", statOrder = { 870 }, level = 60, group = "FlaskReflectReductionDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod" }, }, - ["JunMasterVeiledMinimumEnduranceChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Endurance Charges", "(3-4)% chance to lose an Endurance Charge on Kill", statOrderKey = "1662,2479", statOrder = { 1662, 2479 }, level = 60, group = "MinimumEnduranceChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "unveiled_mod" }, }, - ["JunMasterVeiledMinimumPowerChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Power Charges", "(3-4)% chance to lose a Power Charge on Kill", statOrderKey = "1672,2483", statOrder = { 1672, 2483 }, level = 60, group = "MinimumPowerChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge", "unveiled_mod" }, }, - ["JunMasterVeiledMinimumFrenzyChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Frenzy Charges", "(3-4)% chance to lose a Frenzy Charge on Kill", statOrderKey = "1667,2481", statOrder = { 1667, 2481 }, level = 60, group = "MinimumFrenzyChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "frenzy_charge", "unveiled_mod" }, }, - ["JunMasterVeiledAddedFireAndColdDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage to Hits against you", "Adds (14-16) to (20-22) Cold Damage to Hits against you", statOrderKey = "1222,1231", statOrder = { 1222, 1231 }, level = 60, group = "SelfFireAndColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, - ["JunMasterVeiledAddedFireAndLightningDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage to Hits against you", "Adds (14-16) to (20-22) Lightning Damage to Hits against you", statOrderKey = "1222,1242", statOrder = { 1222, 1242 }, level = 60, group = "SelfFireAndLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "lightning" }, }, - ["JunMasterVeiledAddedColdAndLightningDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Cold Damage to Hits against you", "Adds (14-16) to (20-22) Lightning Damage to Hits against you", statOrderKey = "1231,1242", statOrder = { 1231, 1242 }, level = 60, group = "SelfColdAndLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, - ["JunMasterVeiledLifeLeechFromAnyDamageAndVaalPactWhileFocusedInverted"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", "15% of Damage Leeched by Enemy as Life while Focused", statOrderKey = "6347,6819", statOrder = { 6347, 6819 }, level = 60, group = "EnemyLifeLeechPermyriadWhileFocusedAndVaalPact", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, - ["JunMasterVeiledIncreasedManaAndRegenInverted"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "Lose 5.3 Mana per second", statOrderKey = "1439,1443", statOrder = { 1439, 1443 }, level = 60, group = "IncreasedManaAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledBaseLifeAndManaRegenInverted"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "Lose 5.3 Mana per second", statOrderKey = "1429,1443", statOrder = { 1429, 1443 }, level = 60, group = "BaseLifeAndManaDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledBaseManaAndLifeRegenInverted"] = { type = "Prefix", affix = "Chosen", "Lose 33.3 Life per second", "+(55-60) to maximum Mana", statOrderKey = "1435,1439", statOrder = { 1435, 1439 }, level = 60, group = "BaseManaAndLifeDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, - ["JunMasterVeiledReduceGlobalFlatManaCostChannellingInverted"] = { type = "Prefix", affix = "Elreon's", "Channelling Skills Cost -4 Mana", statOrderKey = "9309", statOrder = { 9309 }, level = 60, group = "ManaCostBaseChannelled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledReduceGlobalFlatManaCostNonChannellingInverted"] = { type = "Prefix", affix = "Elreon's", "Non-Channelling Skills Cost -(10-9) Mana", statOrderKey = "9311", statOrder = { 9311 }, level = 60, group = "ManaCostBaseNonChannelled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, - ["JunMasterVeiledShockNearbyEnemiesOnFocusInverted"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% reduced Cooldown Recovery Rate", "Shock yourself for 4 Seconds when you Focus", statOrderKey = "6183,9262", statOrder = { 6183, 9262 }, level = 60, group = "ShockYourselfOnFocusCDR", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "ailment" }, }, + ["JunMasterAvoidStunAndElementalStatusAilments1"] = { type = "Prefix", affix = "Chosen", "(20-25)% chance to Avoid Elemental Ailments", "(20-25)% chance to Avoid being Stunned", statOrder = { 1702, 1710 }, level = 1, group = "AvoidStunAndElementalStatusAilments", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["JunMasterVeiledLocalIncreasedPhysicalDamageAndImpaleCrafted"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Impale Enemies on Hit with Attacks", statOrder = { 1098, 7307 }, level = 60, group = "LocalIncreasedPhysicalDamageAndImpaleChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "unveiled_mod", "damage", "physical", "attack" }, }, + ["JunMasterVeiledLocalIncreasedPhysicalDamageAndBleedChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to cause Bleeding on Hit", statOrder = { 1098, 2334 }, level = 60, group = "LocalIncreasedPhysicalDamageAndBleedChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, + ["JunMasterVeiledLocalIncreasedPhysicalDamageAndBlindChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Blind Enemies on hit", statOrder = { 1098, 2115 }, level = 60, group = "LocalIncreasedPhysicalDamageAndBlindChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "unveiled_mod", "damage", "physical", "attack" }, }, + ["JunMasterVeiledLocalIncreasedPhysicalDamageAndPoisonChanceCrafted_"] = { type = "Prefix", affix = "Chosen", "(120-139)% increased Physical Damage", "(21-25)% chance to Poison on Hit", statOrder = { 1098, 7433 }, level = 60, group = "LocalIncreasedPhysicalDamageAndPoisonChance", weightKey = { "wand", "sceptre", "dagger", "weapon", "default", }, weightVal = { 500, 500, 500, 1000, 0 }, modTags = { "physical_damage", "chaos_damage", "bleed", "poison", "unveiled_mod", "damage", "physical", "chaos", "attack", "ailment" }, }, + ["JunMasterVeiledElementalPenetrationWithAttacks_"] = { type = "Prefix", affix = "Chosen", "Attacks with this Weapon Penetrate (14-16)% Elemental Resistances", statOrder = { 3594 }, level = 60, group = "LocalAttackReduceEnemyElementalResistance", weightKey = { "wand", "dagger", "weapon", "default", }, weightVal = { 500, 500, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "attack" }, }, + ["JunMasterVeiledChaosPenetrationWithAttacks__"] = { type = "Prefix", affix = "Chosen", "Attacks with this Weapon Penetrate (14-16)% Chaos Resistance", statOrder = { 7321 }, level = 60, group = "LocalChaosPenetration", weightKey = { "wand", "dagger", "weapon", "default", }, weightVal = { 500, 500, 1000, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos", "attack" }, }, + ["JunMasterVeiledDoubleDamageChance2h_"] = { type = "Suffix", affix = "of the Order", "(12-14)% chance to deal Double Damage", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDoubleDamageChance1h"] = { type = "Suffix", affix = "of the Order", "(6-7)% chance to deal Double Damage", statOrder = { 5249 }, level = 60, group = "DoubleDamageChance", weightKey = { "shield", "one_hand_weapon", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledAreaDamageAndAreaOfEffect"] = { type = "Prefix", affix = "Chosen", "(14-16)% increased Area of Effect", "(17-20)% increased Area Damage", statOrder = { 1739, 1889 }, level = 60, group = "AreaDamageAndAreaOfEffect", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledProjectileDamageAndProjectileSpeed"] = { type = "Prefix", affix = "Chosen", "(23-25)% increased Projectile Speed", "(17-20)% increased Projectile Damage", statOrder = { 1655, 1850 }, level = 60, group = "ProjectileDamageAndProjectileSpeed", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage", "speed" }, }, + ["JunMasterVeiledMeleeDamageAndMeleeRange"] = { type = "Prefix", affix = "Chosen", "(17-20)% increased Melee Damage", "+0.2 metres to Melee Strike Range", statOrder = { 1100, 2385 }, level = 60, group = "MeleeDamageAndMeleeRange", weightKey = { "amulet", "default", }, weightVal = { 750, 0 }, modTags = { "unveiled_mod", "damage", "attack" }, }, + ["JunMasterVeiledFireDamageAndChanceToIgnite1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Fire Damage", "(21-23)% chance to Ignite", statOrder = { 1221, 1880 }, level = 60, group = "FireDamageAndChanceToIgnite", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "ailment" }, }, + ["JunMasterVeiledFireDamageAndChanceToIgnite2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Fire Damage", "(35-40)% chance to Ignite", statOrder = { 1221, 1880 }, level = 60, group = "FireDamageAndChanceToIgnite", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "ailment" }, }, + ["JunMasterVeiledColdDamageAndBaseChanceToFreeze1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Cold Damage", "(21-23)% chance to Freeze", statOrder = { 1230, 1883 }, level = 60, group = "ColdDamageAndBaseChanceToFreeze", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "ailment" }, }, + ["JunMasterVeiledColdDamageAndBaseChanceToFreeze2h__"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Cold Damage", "(35-40)% chance to Freeze", statOrder = { 1230, 1883 }, level = 60, group = "ColdDamageAndBaseChanceToFreeze", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "ailment" }, }, + ["JunMasterVeiledLightningDamageAndChanceToShock1h_"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Lightning Damage", "(21-23)% chance to Shock", statOrder = { 1241, 1887 }, level = 60, group = "LightningDamageAndChanceToShock", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["JunMasterVeiledLightningDamageAndChanceToShock2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Lightning Damage", "(35-40)% chance to Shock", statOrder = { 1241, 1887 }, level = 60, group = "LightningDamageAndChanceToShock", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "lightning", "ailment" }, }, + ["JunMasterVeiledChaosDamageAndChaosSkillDuration1h"] = { type = "Prefix", affix = "Chosen", "(60-69)% increased Chaos Damage", "Chaos Skills have (13-15)% increased Skill Effect Duration", statOrder = { 1249, 1755 }, level = 60, group = "ChaosDamageAndChaosSkillDuration", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledChaosDamageAndChaosSkillDuration2h_"] = { type = "Prefix", affix = "Chosen", "(90-99)% increased Chaos Damage", "Chaos Skills have (26-30)% increased Skill Effect Duration", statOrder = { 1249, 1755 }, level = 60, group = "ChaosDamageAndChaosSkillDuration", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledSpellDamageAndManaRegenerationRate1h"] = { type = "Prefix", affix = "Chosen", "(70-79)% increased Spell Damage", "(18-20)% increased Mana Regeneration Rate", statOrder = { 1090, 1444 }, level = 60, group = "SpellDamageAndManaRegenerationRate", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "caster_damage", "resource", "unveiled_mod", "mana", "damage", "caster" }, }, + ["JunMasterVeiledSpellDamageAndManaRegenerationRate2h"] = { type = "Prefix", affix = "Chosen", "(100-109)% increased Spell Damage", "(36-40)% increased Mana Regeneration Rate", statOrder = { 1090, 1444 }, level = 60, group = "SpellDamageAndManaRegenerationRate", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 100, 0 }, modTags = { "caster_damage", "resource", "unveiled_mod", "mana", "damage", "caster" }, }, + ["JunMasterVeiledSpellDamageAndNonChaosDamageToAddAsChaosDamage1h"] = { type = "Prefix", affix = "Chosen", "(60-69)% increased Spell Damage", "Gain 5% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 60, group = "SpellDamageAndNonChaosDamageToAddAsChaosDamage", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 100, 0 }, modTags = { "caster_damage", "chaos_damage", "unveiled_mod", "damage", "chaos", "caster" }, }, + ["JunMasterVeiledSpellDamageAndNonChaosDamageToAddAsChaosDamage2h"] = { type = "Prefix", affix = "Chosen", "(90-99)% increased Spell Damage", "Gain (9-10)% of Non-Chaos Damage as extra Chaos Damage", statOrder = { 1090, 8785 }, level = 60, group = "SpellDamageAndNonChaosDamageToAddAsChaosDamage", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 100, 0 }, modTags = { "caster_damage", "chaos_damage", "unveiled_mod", "damage", "chaos", "caster" }, }, + ["JunMasterVeiledMinionDamageAndMinionMaximumLife1h"] = { type = "Prefix", affix = "Chosen", "Minions have (34-38)% increased maximum Life", "Minions deal (34-38)% increased Damage", statOrder = { 1625, 1830 }, level = 60, group = "MinionDamageAndMinionMaximumLife", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 400, 0 }, modTags = { "resource", "unveiled_mod", "life", "damage", "minion" }, }, + ["JunMasterVeiledMinionDamageAndMinionMaximumLife2h__"] = { type = "Prefix", affix = "Chosen", "Minions have (50-59)% increased maximum Life", "Minions deal (50-59)% increased Damage", statOrder = { 1625, 1830 }, level = 60, group = "MinionDamageAndMinionMaximumLife", weightKey = { "one_hand_weapon", "staff", "weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "resource", "unveiled_mod", "life", "damage", "minion" }, }, + ["JunMasterVeiledMinionAttackAndCastSpeedOnWeapon1h"] = { type = "Suffix", affix = "of the Order", "Minions have (18-20)% increased Attack Speed", "Minions have (18-20)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 60, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 1000, 400, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed", "minion" }, }, + ["JunMasterVeiledMinionAttackAndCastSpeedOnWeapon2h"] = { type = "Suffix", affix = "of the Order", "Minions have (34-38)% increased Attack Speed", "Minions have (34-38)% increased Cast Speed", statOrder = { 2755, 2756 }, level = 60, group = "MinionAttackAndCastSpeedOnWeapon", weightKey = { "one_hand_weapon", "staff", "weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed", "minion" }, }, + ["JunMasterVeiledChaosNonAilmentDamageOverTimeMultiplier2h"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledChaosNonAilmentDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledPhysicalDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, + ["JunMasterVeiledPhysicalDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, + ["JunMasterVeiledColdDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, + ["JunMasterVeiledColdDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, + ["JunMasterVeiledFireDamageOverTimeMultiplier2h_"] = { type = "Prefix", affix = "Chosen", "+(44-48)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, + ["JunMasterVeiledFireDamageOverTimeMultiplier1h"] = { type = "Prefix", affix = "Chosen", "+(24-28)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "default", }, weightVal = { 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, + ["JunMasterVeiledChaosDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledChaosDamageOverTimeMultiplier__"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Chaos Damage over Time Multiplier", statOrder = { 1124 }, level = 60, group = "ChaosDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 1000, 0, 1000, 1000, 600, 100, 0 }, modTags = { "dot_multi", "chaos_damage", "unveiled_mod", "damage", "chaos" }, }, + ["JunMasterVeiledPhysicalDamageOverTimeMultiplierTwoHand_"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "one_hand_weapon", "bow", "staff", "weapon", "default", }, weightVal = { 0, 0, 1000, 400, 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, + ["JunMasterVeiledPhysicalDamageOverTimeMultiplier"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Physical Damage over Time Multiplier", statOrder = { 1112 }, level = 60, group = "PhysicalDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "weapon", "default", }, weightVal = { 400, 0, 1000, 400, 0 }, modTags = { "dot_multi", "physical_damage", "unveiled_mod", "damage", "physical" }, }, + ["JunMasterVeiledColdDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, + ["JunMasterVeiledColdDamageOverTimeMultiplier___"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Cold Damage over Time Multiplier", statOrder = { 1121 }, level = 60, group = "ColdDamageOverTimeMultiplier", weightKey = { "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 0, 1000, 1000, 600, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "cold" }, }, + ["JunMasterVeiledFireDamageOverTimeMultiplierTwoHand"] = { type = "Suffix", affix = "of the Order", "+(44-48)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "bow", "staff", "two_hand_weapon", "default", }, weightVal = { 0, 1000, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, + ["JunMasterVeiledFireDamageOverTimeMultiplier"] = { type = "Suffix", affix = "of the Order", "+(24-28)% to Fire Damage over Time Multiplier", statOrder = { 1116 }, level = 60, group = "FireDamageOverTimeMultiplier", weightKey = { "bow", "two_hand_weapon", "wand", "dagger", "sceptre", "weapon", "default", }, weightVal = { 100, 0, 1000, 1000, 600, 400, 0 }, modTags = { "dot_multi", "elemental_damage", "unveiled_mod", "damage", "elemental", "fire" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(17-19) to maximum Life", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "body_armour", "shield", "helmet", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(17-19) to maximum Life", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(17-19) to maximum Life", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndLife_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(17-19) to maximum Life", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "body_armour", "shield", "helmet", "str_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndLife__"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(17-19) to maximum Life", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "body_armour", "shield", "helmet", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedEnergyShieldAndLife_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(17-19) to maximum Life", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "body_armour", "shield", "helmet", "int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedDefencesAndLife"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(17-19) to maximum Life", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "body_armour", "shield", "helmet", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(19-22) to maximum Life", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "body_armour", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(19-22) to maximum Life", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(19-22) to maximum Life", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndLifeMed___"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(19-22) to maximum Life", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "body_armour", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndLifeMed___"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(19-22) to maximum Life", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "body_armour", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedEnergyShieldAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(19-22) to maximum Life", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "body_armour", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedDefencesAndLifeMed"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(19-22) to maximum Life", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "body_armour", "gloves", "boots", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEvasionAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Evasion", "+(23-26) to maximum Life", statOrder = { 1414, 1429 }, level = 60, group = "LocalIncreasedArmourAndEvasionAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour and Energy Shield", "+(23-26) to maximum Life", statOrder = { 1413, 1429 }, level = 60, group = "LocalIncreasedArmourAndEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion and Energy Shield", "+(23-26) to maximum Life", statOrder = { 1415, 1429 }, level = 60, group = "LocalIncreasedEvasionAndEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedArmourAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour", "+(23-26) to maximum Life", statOrder = { 1403, 1429 }, level = 60, group = "LocalIncreasedArmourAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour" }, }, + ["JunMasterVeiledLocalIncreasedEvasionAndLifeHigh_"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Evasion Rating", "+(23-26) to maximum Life", statOrder = { 1411, 1429 }, level = 60, group = "LocalIncreasedEvasionAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "dex_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "evasion" }, }, + ["JunMasterVeiledLocalIncreasedEnergyShieldAndLifeHigh"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Energy Shield", "+(23-26) to maximum Life", statOrder = { 1420, 1429 }, level = 60, group = "LocalIncreasedEnergyShieldAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "energy_shield" }, }, + ["JunMasterVeiledLocalIncreasedDefencesAndLifeHigh__"] = { type = "Prefix", affix = "Chosen", "(24-28)% increased Armour, Evasion and Energy Shield", "+(23-26) to maximum Life", statOrder = { 1416, 1429 }, level = 60, group = "LocalIncreasedDefencesAndLife", weightKey = { "shield", "helmet", "gloves", "boots", "str_dex_int_armour", "default", }, weightVal = { 0, 0, 0, 0, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "defences", "armour", "evasion", "energy_shield" }, }, + ["JunMasterVeiledStrengthAndDexterity"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength and Dexterity", statOrder = { 1047 }, level = 60, group = "StrengthAndDexterity", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledDexterityAndIntelligence"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity and Intelligence", statOrder = { 1049 }, level = 60, group = "DexterityAndIntelligence", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledStrengthAndIntelligence"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength and Intelligence", statOrder = { 1048 }, level = 60, group = "StrengthAndIntelligence", weightKey = { "body_armour", "boots", "gloves", "helmet", "amulet", "ring", "belt", "shield", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledMinimumEnduranceCharges_"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Endurance Charges", "(3-4)% chance to gain an Endurance Charge on Kill", statOrder = { 1662, 2478 }, level = 60, group = "MinimumEnduranceChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "endurance_charge", "unveiled_mod" }, }, + ["JunMasterVeiledMinimumPowerCharges"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Power Charges", "(3-4)% chance to gain a Power Charge on Kill", statOrder = { 1672, 2482 }, level = 60, group = "MinimumPowerChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "power_charge", "unveiled_mod" }, }, + ["JunMasterVeiledMinimumFrenzyCharges___"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Frenzy Charges", "(3-4)% chance to gain a Frenzy Charge on Kill", statOrder = { 1667, 2480 }, level = 60, group = "MinimumFrenzyChargesAndOnKillChance", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "frenzy_charge", "unveiled_mod" }, }, + ["JunMasterVeiledIncreasedManaAndRegen"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "Regenerate 5.3 Mana per second", statOrder = { 1439, 1442 }, level = 60, group = "IncreasedManaAndRegen", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledManaAndManaCostPercent"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "(6-7)% reduced Mana Cost of Skills", statOrder = { 1439, 1742 }, level = 60, group = "ManaAndManaCostPercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledManaAndDamageTakenGoesToManaPercent"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "(7-8)% of Damage taken Recouped as Mana", statOrder = { 1439, 2306 }, level = 60, group = "ManaAndDamageTakenGoesToManaPercent", weightKey = { "ring", "amulet", "default", }, weightVal = { 600, 600, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledAttackAndCastSpeed_"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Attack and Cast Speed", statOrder = { 1900 }, level = 60, group = "AttackAndCastSpeed", weightKey = { "amulet", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed" }, }, + ["JunMasterVeiledMovementVelocityAndMovementVelocityIfNotHitRecently"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "(10-12)% increased Movement Speed if you haven't been Hit Recently", statOrder = { 1657, 3063 }, level = 60, group = "MovementVelocityAndMovementVelocityIfNotHitRecently", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "speed" }, }, + ["JunMasterVeiledMovementVelocityAndOnslaughtOnKill"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "(13-16)% chance to gain Onslaught for 4 seconds on Kill", statOrder = { 1657, 2838 }, level = 60, group = "MovementVelocityAndOnslaughtOnKill", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "speed" }, }, + ["JunMasterVeiledMovementVelocityAndCannotBeChilled__"] = { type = "Prefix", affix = "Chosen", "(25-30)% increased Movement Speed", "100% chance to Avoid being Chilled", statOrder = { 1657, 1703 }, level = 60, group = "MovementVelocityAndCannotBeChilled", weightKey = { "boots", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "speed", "ailment" }, }, + ["JunMasterVeiledArmourAndEvasionRating"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Armour and Evasion Rating", statOrder = { 4096 }, level = 60, group = "ArmourAndEvasionRating", weightKey = { "belt", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "armour", "evasion" }, }, + ["JunMasterVeiledArmourAndEnergyShield"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Armour", "+(31-35) to maximum Energy Shield", statOrder = { 1400, 1418 }, level = 60, group = "ArmourAndEnergyShield", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod", "defences", "armour", "energy_shield" }, }, + ["JunMasterVeiledEvasionRatingAndEnergyShield"] = { type = "Prefix", affix = "Chosen", "+(365-400) to Evasion Rating", "+(31-35) to maximum Energy Shield", statOrder = { 1405, 1418 }, level = 60, group = "EvasionRatingAndEnergyShield", weightKey = { "belt", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "evasion", "energy_shield" }, }, + ["JunMasterVeiledFlaskEffect"] = { type = "Prefix", affix = "Chosen", "Flasks applied to you have (9-10)% increased Effect", statOrder = { 2591 }, level = 60, group = "FlaskEffect", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledChanceToNotConsumeFlaskCharges"] = { type = "Prefix", affix = "Chosen", "(9-10)% chance for Flasks you use to not consume Charges", statOrder = { 4060 }, level = 60, group = "FlaskChanceToNotConsumeCharges", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledFlaskEffectAndFlaskChargesGained"] = { type = "Prefix", affix = "Chosen", "33% reduced Flask Charges gained", "Flasks applied to you have (15-18)% increased Effect", statOrder = { 2037, 2591 }, level = 60, group = "FlaskEffectAndFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledFlaskEffectAndFlaskChargesGainedNew"] = { type = "Suffix", affix = "of the Order", "33% reduced Flask Charges gained", "Flasks applied to you have (15-18)% increased Effect", statOrder = { 2037, 2591 }, level = 60, group = "FlaskEffectAndFlaskChargesGained", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledGlobalCooldownRecovery"] = { type = "Suffix", affix = "of the Order", "(13-16)% increased Cooldown Recovery Rate", statOrder = { 4716 }, level = 60, group = "GlobalCooldownRecovery", weightKey = { "belt", "default", }, weightVal = { 1500, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledDamagePerEnduranceCharge1h"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 60, group = "DamagePerEnduranceCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDamagePerEnduranceCharge2h"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Endurance Charge", statOrder = { 3038 }, level = 60, group = "DamagePerEnduranceCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDamagePerFrenzyCharge1h"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 60, group = "DamagePerFrenzyCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDamagePerFrenzyCharge2h__"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Frenzy Charge", statOrder = { 3127 }, level = 60, group = "DamagePerFrenzyCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDamagePerPowerCharge1h_"] = { type = "Suffix", affix = "of the Order", "(5-6)% increased Damage per Power Charge", statOrder = { 5639 }, level = 60, group = "IncreasedDamagePerPowerCharge", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledDamagePerPowerCharge2h"] = { type = "Suffix", affix = "of the Order", "(7-8)% increased Damage per Power Charge", statOrder = { 5639 }, level = 60, group = "IncreasedDamagePerPowerCharge", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledPhysicalDamageConvertedToFire_"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Fire Damage", statOrder = { 1812 }, level = 60, group = "ConvertPhysicalToFire", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "fire" }, }, + ["JunMasterVeiledPhysicalDamageConvertedToCold"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Cold Damage", statOrder = { 1814 }, level = 60, group = "ConvertPhysicalToCold", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "cold" }, }, + ["JunMasterVeiledPhysicalDamageConvertedToLightning"] = { type = "Prefix", affix = "Chosen", "(30-35)% of Physical Damage Converted to Lightning Damage", statOrder = { 1816 }, level = 60, group = "ConvertPhysicalToLightning", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "elemental_damage", "unveiled_mod", "damage", "physical", "elemental", "lightning" }, }, + ["JunMasterVeiledMaximumZombieAndSkeleton"] = { type = "Prefix", affix = "Chosen", "Minions have (8-10)% increased maximum Life", "+1 to maximum number of Raised Zombies", "+1 to maximum number of Skeletons", statOrder = { 1625, 2014, 2016 }, level = 60, group = "MaximumMinionCountAndMinionLife", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 2000, 0, 0 }, modTags = { "unveiled_mod", "minion" }, }, + ["JunMasterVeiledEffectOfAilments__"] = { type = "Suffix", affix = "of the Order", "(33-40)% increased Effect of Non-Damaging Ailments", statOrder = { 8793 }, level = 60, group = "IncreasedAilmentEffectOnEnemies", weightKey = { "boots", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "ailment" }, }, + ["JunMasterVeiledMaximumCurse"] = { type = "Prefix", affix = "Chosen", "You can apply an additional Curse", statOrder = { 2022 }, level = 60, group = "AdditionalCurseOnEnemies", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "caster", "curse" }, }, + ["JunMasterVeiledCurseEffect"] = { type = "Suffix", affix = "of the Order", "(8-10)% increased Effect of your Curses", statOrder = { 2447 }, level = 60, group = "CurseEffectiveness", weightKey = { "shield", "default", }, weightVal = { 3000, 0 }, modTags = { "unveiled_mod", "caster", "curse" }, }, + ["JunMasterVeiledLifeRegeneration"] = { type = "Suffix", affix = "of the Order", "Regenerate (1.03-1.33)% of Life per second", statOrder = { 1801 }, level = 60, group = "LifeRegenerationRatePercentage", weightKey = { "shield", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledAvoidElementalDamageChanceDuringSoulGainPrevention"] = { type = "Suffix", affix = "of the Order", "(10-12)% chance to Avoid Elemental Damage from Hits during Soul Gain Prevention", statOrder = { 4658 }, level = 60, group = "AvoidElementalDamageChanceDuringSoulGainPrevention", weightKey = { "helmet", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "elemental" }, }, + ["JunMasterVeiledPhysicalDamageReductionRatingDuringSoulGainPrevention"] = { type = "Prefix", affix = "Chosen", "+(3201-4000) to Armour during Soul Gain Prevention", statOrder = { 8929 }, level = 60, group = "PhysicalDamageReductionRatingDuringSoulGainPrevention", weightKey = { "shield", "body_armour", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "physical" }, }, + ["JunMasterVeiledGainOnslaughtDuringSoulGainPrevention"] = { type = "Suffix", affix = "of the Order", "You have Onslaught during Soul Gain Prevention", statOrder = { 6303 }, level = 60, group = "GainOnslaughtDuringSoulGainPrevention", weightKey = { "gloves", "boots", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledDamageWithNonVaalSkillsDuringSoulGainPrevention_"] = { type = "Suffix", affix = "of the Order", "(71-80)% increased Damage with Non-Vaal Skills during Soul Gain Prevention", statOrder = { 5657 }, level = 60, group = "DamageWithNonVaalSkillsDuringSoulGainPrevention", weightKey = { "gloves", "boots", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledSkillAreaOfEffectPercentAndAreaOfEffectGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed AoE Gems", "(8-10)% increased Area of Effect", statOrder = { 155, 1739 }, level = 60, group = "SkillAreaOfEffectPercentAndAreaOfEffectGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "gem" }, }, + ["JunMasterVeiledProjectilePierceAndProjectileGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed Projectile Gems", "Projectiles Pierce an additional Target", statOrder = { 156, 1649 }, level = 60, group = "ProjectilePierceAndProjectileGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "gem" }, }, + ["JunMasterVeiledMeleeRangeAndMeleeGemLevel"] = { type = "Prefix", affix = "Chosen", "+2 to Level of Socketed Melee Gems", "+0.2 metres to Melee Strike Range", statOrder = { 158, 2385 }, level = 60, group = "MeleeRangeAndMeleeGemLevel", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "attack", "attack", "gem" }, }, + ["JunMasterVeiledCriticalStrikeMultiplierIfRareOrUniqueEnemyNearby1h"] = { type = "Suffix", affix = "of the Order", "+(36-40)% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby", statOrder = { 5538 }, level = 60, group = "CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, + ["JunMasterVeiledCriticalStrikeMultiplierIfRareOrUniqueEnemyNearby2h"] = { type = "Suffix", affix = "of the Order", "+(54-60)% Critical Strike Multiplier while a Rare or Unique Enemy is Nearby", statOrder = { 5538 }, level = 60, group = "CriticalStrikeMultiplierIfRareOrUniqueEnemyNearby", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, + ["JunMasterVeiledAttackSpeedPercentIfRareOrUniqueEnemyNearby1h"] = { type = "Suffix", affix = "of the Order", "(12-15)% increased Attack Speed while a Rare or Unique Enemy is Nearby", statOrder = { 4620 }, level = 60, group = "AttackSpeedPercentIfRareOrUniqueEnemyNearby", weightKey = { "one_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledAttackSpeedPercentIfRareOrUniqueEnemyNearby2h"] = { type = "Suffix", affix = "of the Order", "(27-30)% increased Attack Speed while a Rare or Unique Enemy is Nearby", statOrder = { 4620 }, level = 60, group = "AttackSpeedPercentIfRareOrUniqueEnemyNearby", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledEnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby"] = { type = "Suffix", affix = "of the Order", "Regenerate 200 Energy Shield per second while a Rare or Unique Enemy is Nearby", statOrder = { 5997 }, level = 60, group = "EnergyShieldRegenerationRatePerMinuteIfRareOrUniqueEnemyNearby", weightKey = { "body_armour", "belt", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "defences", "energy_shield" }, }, + ["JunMasterVeiledCriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent"] = { type = "Suffix", affix = "of the Order", "(18-20)% increased Global Critical Strike Chance", "(6-7)% chance to gain a Frenzy Charge on Critical Strike", statOrder = { 1321, 6279 }, level = 60, group = "CriticalChanceAndGainFrenzyChargeOnCriticalStrikePercent", weightKey = { "quiver", "default", }, weightVal = { 1500, 0 }, modTags = { "frenzy_charge", "unveiled_mod", "critical" }, }, + ["JunMasterVeiledCriticalChanceAndElementalDamagePercentIfHaveCritRecently"] = { type = "Suffix", affix = "of the Order", "(20-22)% increased Global Critical Strike Chance", "(27-30)% increased Elemental Damage if you've dealt a Critical Strike Recently", statOrder = { 1321, 5857 }, level = 60, group = "CriticalChanceAndElementalDamagePercentIfHaveCritRecently", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "critical" }, }, + ["JunMasterVeiledCriticalChanceAndAddedChaosDamageIfHaveCritRecently_"] = { type = "Suffix", affix = "of the Order", "(20-22)% increased Global Critical Strike Chance", "Adds (22-25) to (28-32) Chaos Damage if you've dealt a Critical Strike Recently", statOrder = { 1321, 8557 }, level = 60, group = "CriticalChanceAndAddedChaosDamageIfHaveCritRecently", weightKey = { "gloves", "quiver", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "chaos_damage", "unveiled_mod", "damage", "chaos", "critical" }, }, + ["JunMasterVeiledBaseLifeAndMana_"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "+(55-60) to maximum Mana", statOrder = { 1429, 1439 }, level = 60, group = "BaseLifeAndMana", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 0, 0, 0, 0, 0, 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledBaseLifeAndManaRegen_"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "Regenerate 5.3 Mana per second", statOrder = { 1429, 1442 }, level = 60, group = "BaseLifeAndManaRegen", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledBaseManaAndLifeRegen__"] = { type = "Prefix", affix = "Chosen", "Regenerate 33.3 Life per second", "+(55-60) to maximum Mana", statOrder = { 1434, 1439 }, level = 60, group = "BaseManaAndLifeRegen", weightKey = { "helmet", "boots", "gloves", "ring", "amulet", "belt", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 1000, 1000, 1000, 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledSummonTotemCastSpeed_"] = { type = "Suffix", affix = "of the Order", "(36-40)% increased Totem Placement speed", statOrder = { 2429 }, level = 60, group = "SummonTotemCastSpeed", weightKey = { "boots", "amulet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, + ["JunMasterVeiledTrapThrowSpeed_"] = { type = "Suffix", affix = "of the Order", "(14-16)% increased Trap Throwing Speed", statOrder = { 1784 }, level = 60, group = "TrapThrowSpeed", weightKey = { "amulet", "belt", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, + ["JunMasterVeiledMineLayingSpeed"] = { type = "Suffix", affix = "of the Order", "(14-16)% increased Mine Throwing Speed", statOrder = { 1785 }, level = 60, group = "MineLayingSpeed", weightKey = { "amulet", "helmet", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "speed" }, }, + ["JunMasterVeiledBrandAttachmentRange"] = { type = "Suffix", affix = "of the Order", "(25-28)% increased Brand Attachment range", statOrder = { 9293 }, level = 60, group = "BrandAttachmentRange", weightKey = { "amulet", "gloves", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "caster" }, }, + ["JunMasterVeiledAddedFireAndColdDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage", "Adds (14-16) to (20-22) Cold Damage", statOrder = { 1223, 1232 }, level = 60, group = "AddedFireAndColdDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, + ["JunMasterVeiledAddedFireAndColdDamageQuiver_"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Fire Damage", "Adds (9-10) to (13-14) Cold Damage", statOrder = { 1223, 1232 }, level = 60, group = "AddedFireAndColdDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, + ["JunMasterVeiledAddedFireAndLightningDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage", "Adds (14-16) to (20-22) Lightning Damage", statOrder = { 1223, 1243 }, level = 60, group = "AddedFireAndLightningDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, + ["JunMasterVeiledAddedFireAndLightningDamageQuiver_"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Fire Damage", "Adds (9-10) to (13-14) Lightning Damage", statOrder = { 1223, 1243 }, level = 60, group = "AddedFireAndLightningDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, + ["JunMasterVeiledAddedColdAndLightningDamage"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Cold Damage", "Adds (14-16) to (20-22) Lightning Damage", statOrder = { 1232, 1243 }, level = 60, group = "AddedColdAndLightningDamage", weightKey = { "shield", "ring", "quiver", "default", }, weightVal = { 1000, 1000, 1000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "lightning" }, }, + ["JunMasterVeiledAddedColdAndLightningDamageQuiver"] = { type = "Prefix", affix = "Chosen", "Adds (9-10) to (13-14) Cold Damage", "Adds (9-10) to (13-14) Lightning Damage", statOrder = { 1232, 1243 }, level = 60, group = "AddedColdAndLightningDamage", weightKey = { "quiver", "default", }, weightVal = { 0, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "cold", "lightning" }, }, + ["JunMasterVeiledLuckyCriticalsDuringFocus"] = { type = "Suffix", affix = "of the Order", "Your Critical Strike Chance is Lucky while Focused", "Focus has (5-8)% increased Cooldown Recovery Rate", statOrder = { 6065, 6183 }, level = 60, group = "LuckyCriticalsDuringFocusCDR", weightKey = { "belt", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "critical" }, }, + ["JunMasterVeiledDodgeChanceDuringFocus_"] = { type = "Prefix", affix = "Chosen", "(30-32)% increased Evasion Rating while Focused", statOrder = { 6019 }, level = 60, group = "DodgeChanceDuringFocus", weightKey = { "helmet", "boots", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "defences", "evasion" }, }, + ["JunMasterVeiledPhysicalDamageReductionDuringFocus_"] = { type = "Prefix", affix = "Chosen", "(13-15)% additional Physical Damage Reduction while Focused", statOrder = { 4336 }, level = 60, group = "PhysicalDamageReductionDuringFocus", weightKey = { "helmet", "gloves", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "unveiled_mod", "physical" }, }, + ["JunMasterVeiledShockNearbyEnemiesOnFocus"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Shock nearby Enemies for 4 Seconds when you Focus", statOrder = { 6183, 9263 }, level = 60, group = "ShockNearbyEnemiesOnFocusCDR", weightKey = { "ring", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "ailment" }, }, + ["JunMasterVeiledLifeRegenerationPerEvasionDuringFocus"] = { type = "Suffix", affix = "of the Order", "1.5% of Evasion Rating is Regenerated as Life per second while Focused", statOrder = { 6024 }, level = 60, group = "LifeRegenerationPerEvasionDuringFocus", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledRestoreManaAndEnergyShieldOnFocus"] = { type = "Suffix", affix = "of the Order", "Recover (37-40)% of Mana and Energy Shield when you Focus", statOrder = { 9183 }, level = 60, group = "RestoreManaAndEnergyShieldOnFocus", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "mana", "defences", "energy_shield" }, }, + ["JunMasterVeiledChanceToDealDoubleDamageWhileFocused2h_"] = { type = "Suffix", affix = "of the Order", "(36-40)% chance to deal Double Damage while Focused", statOrder = { 5255 }, level = 60, group = "ChanceToDealDoubleDamageWhileFocused", weightKey = { "two_hand_weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledChanceToDealDoubleDamageWhileFocused1h"] = { type = "Suffix", affix = "of the Order", "(18-20)% chance to deal Double Damage while Focused", statOrder = { 5255 }, level = 60, group = "ChanceToDealDoubleDamageWhileFocused", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledAttackAndCastSpeedWhileFocused_"] = { type = "Suffix", affix = "of the Order", "(45-50)% increased Attack and Cast Speed while Focused", statOrder = { 4546 }, level = 60, group = "AttackAndCastSpeedWhileFocused", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "attack", "caster", "speed" }, }, + ["JunMasterVeiledStatusAilmentsYouInflictDurationWhileFocused_"] = { type = "Suffix", affix = "of the Order", "(36-40)% increased Duration of Ailments you inflict while Focused", statOrder = { 9456 }, level = 60, group = "StatusAilmentsYouInflictDurationWhileFocused", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "ailment" }, }, + ["JunMasterVeiledImmuneToStatusAilmentsWhileFocused"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "You are Immune to Ailments while Focused", statOrder = { 6183, 6712 }, level = 60, group = "ImmuneToStatusAilmentsWhileFocusedCDR", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "ailment" }, }, + ["JunMasterVeiledFocusCooldownRecovery_"] = { type = "Suffix", affix = "of the Order", "Focus has (31-35)% increased Cooldown Recovery Rate", statOrder = { 6183 }, level = 60, group = "FocusCooldownRecovery", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledLifeLeechFromAnyDamageAndVaalPactWhileFocused"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", "15% of Damage Leeched as Life while Focused", statOrder = { 6347, 6818 }, level = 60, group = "LifeLeechFromAnyDamagePermyriadWhileFocusedAndVaalPact", weightKey = { "amulet", "default", }, weightVal = { 3000, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledFortifyEffectWhileFocused_"] = { type = "Suffix", affix = "of the Order", "+10 to maximum Fortification while Focused", statOrder = { 8470 }, level = 60, group = "FortifyEffectWhileFocused", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledTriggerSocketedSpellWhenYouFocus"] = { type = "Suffix", affix = "of the Order", "Trigger Socketed Spells when you Focus, with a 0.25 second Cooldown", "Focus has (5-8)% increased Cooldown Recovery Rate", statOrder = { 715, 6183 }, level = 60, group = "TriggerSocketedSpellWhenYouFocusCDR", weightKey = { "helmet", "default", }, weightVal = { 1000, 0 }, modTags = { "skill", "unveiled_mod", "caster", "gem" }, }, + ["JunMasterVeiledDamageRemovedFromManaBeforeLifeWhileFocused"] = { type = "Suffix", affix = "of the Order", "(18-22)% of Damage is taken from Mana before Life while Focused", statOrder = { 5662 }, level = 60, group = "DamageRemovedFromManaBeforeLifeWhileFocused", weightKey = { "body_armour", "default", }, weightVal = { 1000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledMinionsRecoverMaximumLifeWhenYouFocus_"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Minions Recover 100% of their Life when you Focus", statOrder = { 6183, 8678 }, level = 60, group = "MinionsRecoverMaximumLifeWhenYouFocusCDR", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "resource", "unveiled_mod", "life", "minion" }, }, + ["JunMasterVeiledGainVaalPactWhileFocused"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", statOrder = { 6347 }, level = 60, group = "GainVaalPactWhileFocused", weightKey = { "ring", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledSkillsCostNoManaWhileFocused"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% increased Cooldown Recovery Rate", "Non-Aura Skills Cost no Mana or Life while Focused", statOrder = { 6183, 9313 }, level = 60, group = "SkillsCostNoManaWhileFocusedCDR", weightKey = { "amulet", "default", }, weightVal = { 0, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledAllDamage"] = { type = "Prefix", affix = "Leo's", "(20-23)% increased Damage", statOrder = { 1058 }, level = 60, group = "AllDamage", weightKey = { "ring", "belt", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledLocalIncreaseSocketedSupportGemLevel"] = { type = "Prefix", affix = "Catarina's", "+2 to Level of Socketed Support Gems", "+(5-8)% to Quality of Socketed Support Gems", statOrder = { 168, 183 }, level = 60, group = "LocalIncreaseSocketedSupportGemLevelAndQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "gem" }, }, + ["JunMasterVeiledReduceGlobalFlatManaCost"] = { type = "Prefix", affix = "Elreon's", "-(10-9) to Total Mana Cost of Skills", statOrder = { 1750 }, level = 60, group = "IncreaseManaCostFlat", weightKey = { "ring", "amulet", "default", }, weightVal = { 0, 0, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledReduceGlobalFlatManaCostChannelling_"] = { type = "Prefix", affix = "Elreon's", "Channelling Skills have -4 to Total Mana Cost", statOrder = { 9308 }, level = 60, group = "ManaCostTotalChannelled", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledReduceGlobalFlatManaCostNonChannelling"] = { type = "Prefix", affix = "Elreon's", "Non-Channelling Skills have -(10-9) to Total Mana Cost", statOrder = { 9310 }, level = 60, group = "ManaCostTotalNonChannelled", weightKey = { "ring", "amulet", "default", }, weightVal = { 1500, 1500, 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledDamageWhileLeeching"] = { type = "Prefix", affix = "Vorici's", "(54-60)% increased Damage while Leeching", statOrder = { 2905 }, level = 60, group = "DamageWhileLeeching", weightKey = { "gloves", "amulet", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "damage" }, }, + ["JunMasterVeiledSocketedGemQuality"] = { type = "Prefix", affix = "Haku's", "+(9-10)% to Quality of Socketed Gems", statOrder = { 182 }, level = 60, group = "SocketedGemQuality", weightKey = { "weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "unveiled_mod", "gem" }, }, + ["JunMasterVeiledBleedOnHitGained1h"] = { type = "Prefix", affix = "Tora's", "Adds (12-14) to (18-20) Physical Damage", "40% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 60, group = "LocalAddedPhysicalDamageAndCausesBleeding", weightKey = { "one_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, + ["JunMasterVeiledBleedOnHitGained2h"] = { type = "Prefix", affix = "Tora's", "Adds (17-20) to (26-28) Physical Damage", "40% chance to cause Bleeding on Hit", statOrder = { 1140, 2334 }, level = 60, group = "LocalAddedPhysicalDamageAndCausesBleeding", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "bleed", "unveiled_mod", "damage", "physical", "attack", "ailment" }, }, + ["JunMasterVeiledAlwaysHits"] = { type = "Prefix", affix = "Vagan's", "Hits can't be Evaded", statOrder = { 1897 }, level = 60, group = "AlwaysHits", weightKey = { "bow", "wand", "weapon", "default", }, weightVal = { 0, 0, 2000, 0 }, modTags = { "unveiled_mod", "attack" }, }, + ["JunMasterVeiledDamageDuringFlaskEffect"] = { type = "Prefix", affix = "Brinerot", "(36-40)% increased Damage during any Flask Effect", statOrder = { 3913 }, level = 60, group = "DamageDuringFlaskEffect", weightKey = { "gloves", "default", }, weightVal = { 2000, 0 }, modTags = { "flask", "unveiled_mod", "damage" }, }, + ["JunMasterVeiledItemRarityFromRareAndUniqueEnemies_"] = { type = "Suffix", affix = "of Janus", "(55-60)% increased Rarity of Items Dropped by Slain Rare or Unique Enemies", statOrder = { 9093 }, level = 60, group = "RareOrUniqueMonsterDroppedItemRarity", weightKey = { "helmet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "drop" }, }, + ["JunMasterVeiledFireAddedAsChaos1h_"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 60, group = "FireAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "fire", "chaos" }, }, + ["JunMasterVeiledColdAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 60, group = "ColdAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "cold", "chaos" }, }, + ["JunMasterVeiledLightningAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 60, group = "LightningAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "lightning", "chaos" }, }, + ["JunMasterVeiledPhysicalAddedAsChaos1h"] = { type = "Prefix", affix = "It's", "Gain (9-10)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 60, group = "PhysicalAddedAsChaos", weightKey = { "one_hand_weapon", "shield", "default", }, weightVal = { 2000, 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, + ["JunMasterVeiledFireAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Fire Damage as Extra Chaos Damage", statOrder = { 1798 }, level = 60, group = "FireAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "fire", "chaos" }, }, + ["JunMasterVeiledColdAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Cold Damage as Extra Chaos Damage", statOrder = { 1797 }, level = 60, group = "ColdAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "cold", "chaos" }, }, + ["JunMasterVeiledLightningAddedAsChaos2h__"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Lightning Damage as Extra Chaos Damage", statOrder = { 1795 }, level = 60, group = "LightningAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "chaos_damage", "unveiled_mod", "damage", "elemental", "lightning", "chaos" }, }, + ["JunMasterVeiledPhysicalAddedAsChaos2h_"] = { type = "Prefix", affix = "It's", "Gain (18-20)% of Physical Damage as Extra Chaos Damage", statOrder = { 1792 }, level = 60, group = "PhysicalAddedAsChaos", weightKey = { "two_hand_weapon", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, + ["JunMasterVeiledPercentageAllAttributes"] = { type = "Suffix", affix = "of Hillock", "(7-8)% increased Attributes", statOrder = { 1050 }, level = 60, group = "PercentageAllAttributes", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledLifeAddedAsEnergyShield"] = { type = "Prefix", affix = "Gravicius'", "Gain (12-14)% of Maximum Life as Extra Maximum Energy Shield", statOrder = { 8501 }, level = 60, group = "LifeAddedAsEnergyShield", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "defences", "energy_shield" }, }, + ["JunMasterVeiledPhysicalTakenAsFireAndLightning"] = { type = "Prefix", affix = "Gravicius'", "(8-9)% of Physical Damage from Hits taken as Fire Damage", "(8-9)% of Physical Damage from Hits taken as Lightning Damage", statOrder = { 2298, 2300 }, level = 60, group = "PhysicalDamageTakenAsFireAndLightningPercent", weightKey = { "body_armour", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "physical", "elemental", "fire", "lightning" }, }, + ["JunMasterVeiledBannerEffect"] = { type = "Prefix", affix = "Gravicius'", "Banner Skills have (26-35)% increased Aura Effect", statOrder = { 3202 }, level = 60, group = "BannerEffect", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "aura" }, }, + ["JunMasterVeiledWolfOnKill___"] = { type = "Suffix", affix = "Jorgin's", "Trigger Level 10 Summon Spectral Wolf on Kill", statOrder = { 675 }, level = 60, group = "SummonWolfOnKillOld", weightKey = { "amulet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "minion" }, }, + ["JunMasterVeiledPhysicalDamageTakenAsFirePercent__"] = { type = "Prefix", affix = "Korell's", "(9-10)% of Physical Damage from Hits taken as Fire Damage", statOrder = { 2298 }, level = 60, group = "PhysicalDamageTakenAsFirePercent", weightKey = { "helmet", "default", }, weightVal = { 0, 0 }, modTags = { "unveiled_mod", "physical", "elemental", "fire" }, }, + ["JunMasterVeiledWarcryBuffEffect"] = { type = "Prefix", affix = "Korell's", "(20-25)% increased Warcry Buff Effect", statOrder = { 9770 }, level = 60, group = "WarcryBuffEffect", weightKey = { "helmet", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledAvoidFreeze_"] = { type = "Prefix", affix = "Rin's", "(20-30)% chance to Avoid being Chilled", "100% chance to Avoid being Frozen", statOrder = { 1703, 1704 }, level = 60, group = "AvoidFreezeAndChill", weightKey = { "boots", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "ailment" }, }, + ["JunMasterVeiledCriticalMultiplierOnShatter_"] = { type = "Suffix", affix = "of Cameria", "(20-22)% increased Global Critical Strike Chance", "+(27-30)% to Critical Strike Multiplier if you've Shattered an Enemy Recently", statOrder = { 1321, 5535 }, level = 60, group = "CritChanceAndCriticalStrikeMultiplierIfEnemyShatteredRecently", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "damage", "critical" }, }, + ["JunMasterVeiledIncreasedChaosAndPhysicalDamage"] = { type = "Suffix", affix = "of Aisling", "(20-22)% increased Global Physical Damage", "(18-20)% increased Chaos Damage", statOrder = { 1097, 1249 }, level = 60, group = "IncreasedChaosAndPhysicalDamage", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "physical_damage", "chaos_damage", "unveiled_mod", "damage", "physical", "chaos" }, }, + ["JunMasterVeiledIncreasedFireAndLightningDamage"] = { type = "Suffix", affix = "of Riker", "(18-20)% increased Fire Damage", "(20-22)% increased Lightning Damage", statOrder = { 1221, 1241 }, level = 60, group = "IncreasedFireAndLightningDamage", weightKey = { "ring", "default", }, weightVal = { 2000, 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "lightning" }, }, + ["JunMasterVeiledLocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "Regenerate 3% of Life per second during Effect", statOrder = { 866 }, level = 60, group = "LocalFlaskLifeRegenerationPerMinuteDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledLocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 60, group = "LocalFlaskAvoidStunChanceAndMovementSpeedDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "unveiled_mod", "speed" }, }, + ["JunMasterVeiledLocalFlaskAvoidStunChanceDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "50% Chance to Avoid being Stunned during Effect", statOrder = { 849 }, level = 60, group = "LocalFlaskAvoidStunChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledLocalFlaskSkillManaCostDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-25)% reduced Mana Cost of Skills during Effect", statOrder = { 871 }, level = 60, group = "LocalFlaskSkillManaCostDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledLocalFlaskItemFoundRarityDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "(20-30)% increased Rarity of Items found during Effect", statOrder = { 863 }, level = 60, group = "LocalFlaskItemFoundRarityDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod", "drop" }, }, + ["JunMasterVeiledLocalFlaskCriticalStrikeChanceDuringFlaskEffect_"] = { type = "Suffix", affix = "of the Order", "(40-60)% increased Critical Strike Chance during Effect", statOrder = { 853 }, level = 60, group = "LocalFlaskCriticalStrikeChanceDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod", "critical" }, }, + ["JunMasterVeiledLocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect"] = { type = "Suffix", affix = "of the Order", "15% of Damage Taken from Hits is Leeched as Life during Effect", statOrder = { 865 }, level = 60, group = "LocalFlaskLifeLeechOnDamageTakenPermyriadDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledLocalAttackSpeedAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "(18-22)% increased Attack Speed", "+(13-18)% to Quality", statOrder = { 1276, 7387 }, level = 60, group = "LocalAttackSpeedAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledLocalAttackSpeedAndLocalItemQualityRangedWeapon"] = { type = "Suffix", affix = "of the Order", "(12-15)% increased Attack Speed", "+(13-18)% to Quality", statOrder = { 1276, 7387 }, level = 60, group = "LocalAttackSpeedAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledLocalCriticalStrikeChanceAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "(28-32)% increased Critical Strike Chance", "+(13-18)% to Quality", statOrder = { 1326, 7387 }, level = 60, group = "LocalCriticalStrikeChanceAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack", "critical" }, }, + ["JunMasterVeiledLocalAccuracyRatingAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(311-350) to Accuracy Rating", "+(16-18)% to Quality", statOrder = { 1878, 7387 }, level = 60, group = "LocalAccuracyRatingAndLocalItemQuality", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "attack" }, }, + ["JunMasterVeiledLocalAttackSpeedDexterityIntelligence"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Dexterity and Intelligence", "(18-22)% increased Attack Speed", statOrder = { 1049, 1276 }, level = 60, group = "LocalAttackSpeedDexterityIntelligence", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed", "attribute" }, }, + ["JunMasterVeiledLocalAttackSpeedDexterityIntelligenceRanged"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Dexterity and Intelligence", "(12-15)% increased Attack Speed", statOrder = { 1049, 1276 }, level = 60, group = "LocalAttackSpeedDexterityIntelligence", weightKey = { "wand", "bow", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed", "attribute" }, }, + ["JunMasterVeiledLocalCriticalStrikeChanceStrengthIntelligence__"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Strength and Intelligence", "(28-32)% increased Critical Strike Chance", statOrder = { 1048, 1326 }, level = 60, group = "LocalCriticalStrikeChanceStrengthIntelligence", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "critical", "attribute" }, }, + ["JunMasterVeiledLocalAccuracyRatingStrengthDexterity_"] = { type = "Suffix", affix = "of the Order", "+(25-28) to Strength and Dexterity", "+(311-350) to Accuracy Rating", statOrder = { 1047, 1878 }, level = 60, group = "LocalAccuracyRatingStrengthDexterity", weightKey = { "weapon", "default", }, weightVal = { 1000, 0 }, modTags = { "unveiled_mod", "attack", "attribute" }, }, + ["JunMasterVeiledLocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance_"] = { type = "Suffix", affix = "of the Order", "15% chance to Trigger Level 1 Blood Rage when you Kill an Enemy", "(18-22)% increased Attack Speed", statOrder = { 676, 1276 }, level = 60, group = "LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance", weightKey = { "ranged", "weapon", "default", }, weightVal = { 0, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledLocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChanceRangedWeapon"] = { type = "Suffix", affix = "of the Order", "15% chance to Trigger Level 1 Blood Rage when you Kill an Enemy", "(12-15)% increased Attack Speed", statOrder = { 676, 1276 }, level = 60, group = "LocalAttackSpeedAndLocalDisplayTriggerLevel1BloodRageOnKillChance", weightKey = { "bow", "wand", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attack", "speed" }, }, + ["JunMasterVeiledCastSpeedAndGainArcaneSurgeOnKillChance1h__"] = { type = "Suffix", affix = "of the Order", "(18-22)% increased Cast Speed", "15% chance to gain Arcane Surge when you Kill an Enemy", statOrder = { 1308, 6255 }, level = 60, group = "CastSpeedAndGainArcaneSurgeOnKillChance", weightKey = { "wand", "dagger", "sceptre", "one_hand_weapon", "default", }, weightVal = { 1000, 1000, 1000, 100, 0 }, modTags = { "unveiled_mod", "caster", "speed" }, }, + ["JunMasterVeiledCastSpeedAndGainArcaneSurgeOnKillChance2h_"] = { type = "Suffix", affix = "of the Order", "(26-31)% increased Cast Speed", "15% chance to gain Arcane Surge when you Kill an Enemy", statOrder = { 1308, 6255 }, level = 60, group = "CastSpeedAndGainArcaneSurgeOnKillChance", weightKey = { "staff", "two_hand_weapon", "default", }, weightVal = { 1000, 100, 0 }, modTags = { "unveiled_mod", "caster", "speed" }, }, + ["JunMasterVeiledTriggerSocketedSpellOnSkillUse_"] = { type = "Suffix", affix = "of the Order", "Trigger a Socketed Spell on Using a Skill, with a 4 second Cooldown", "Spells Triggered this way have 150% more Cost", statOrder = { 713, 713.1 }, level = 60, group = "TriggerSocketedSpellOnSkillUseFourSeconds", weightKey = { "weapon", "default", }, weightVal = { 0, 0 }, modTags = { "skill", "unveiled_mod", "caster", "gem" }, }, + ["JunMasterVeiledFireAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Fire and Chaos Resistances", statOrder = { 6080 }, level = 60, group = "FireAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "chaos", "resistance" }, }, + ["JunMasterVeiledLightningAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Lightning and Chaos Resistances", statOrder = { 6889 }, level = 60, group = "LightningAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "chaos", "resistance" }, }, + ["JunMasterVeiledColdAndChaosDamageResistance"] = { type = "Suffix", affix = "of the Order", "+(16-20)% to Cold and Chaos Resistances", statOrder = { 5386 }, level = 60, group = "ColdAndChaosDamageResistance", weightKey = { "body_armour", "boots", "gloves", "helmet", "shield", "amulet", "ring", "belt", "quiver", "default", }, weightVal = { 600, 600, 600, 600, 600, 600, 600, 600, 600, 0 }, modTags = { "unveiled_mod", "elemental", "cold", "chaos", "resistance" }, }, + ["JunMasterVeiledStrengthAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength", "+(15-18)% to Quality", statOrder = { 1044, 7387 }, level = 60, group = "StrengthAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledDexterityAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity", "+(15-18)% to Quality", statOrder = { 1045, 7387 }, level = 60, group = "DexterityAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledIntelligenceAndLocalItemQuality"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Intelligence", "+(15-18)% to Quality", statOrder = { 1046, 7387 }, level = 60, group = "IntelligenceAndLocalItemQuality", weightKey = { "body_armour", "shield", "default", }, weightVal = { 0, 0, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledStrengthAndAvoidIgnite"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Strength", "(21-25)% chance to Avoid being Ignited", statOrder = { 1044, 1705 }, level = 60, group = "StrengthAndAvoidIgnite", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledDexterityAndAvoidFreeze"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Dexterity", "(21-25)% chance to Avoid being Frozen", statOrder = { 1045, 1704 }, level = 60, group = "DexterityAndAvoidFreeze", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledIntelligenceAndAvoidShock"] = { type = "Suffix", affix = "of the Order", "+(31-35) to Intelligence", "(21-25)% chance to Avoid being Shocked", statOrder = { 1046, 1707 }, level = 60, group = "IntelligenceAndAvoidShock", weightKey = { "body_armour", "shield", "default", }, weightVal = { 1000, 1000, 0 }, modTags = { "unveiled_mod", "attribute" }, }, + ["JunMasterVeiledLifeRegenerationRatePerMinuteWhileUsingFlask"] = { type = "Suffix", affix = "of the Order", "Regenerate 3% of Life per second during any Flask Effect", statOrder = { 6880 }, level = 60, group = "LifeRegenerationRatePerMinuteWhileUsingFlask", weightKey = { "belt", "default", }, weightVal = { 0, 0 }, modTags = { "flask", "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledPercentageLifeAndMana"] = { type = "Prefix", affix = "Chosen", "(9-10)% increased maximum Life", "(9-10)% increased maximum Mana", statOrder = { 1431, 1440 }, level = 60, group = "PercentageLifeAndMana", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledBlockPercent"] = { type = "Prefix", affix = "Chosen", "(8-9)% Chance to Block Attack Damage", statOrder = { 1009 }, level = 60, group = "BlockPercent", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "block", "unveiled_mod" }, }, + ["JunMasterVeiledSpellBlockPercent____"] = { type = "Prefix", affix = "Chosen", "(9-10)% Chance to Block Spell Damage", statOrder = { 1028 }, level = 60, group = "SpellBlockPercentage", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "block", "unveiled_mod" }, }, + ["JunMasterVeiledSpellDodgePercentage__"] = { type = "Prefix", affix = "Chosen", "+(18-21)% chance to Suppress Spell Damage", statOrder = { 1013 }, level = 60, group = "ChanceToSuppressSpellsOld", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod" }, }, + ["JunMasterVeiledAvoidStunAndElementalStatusAilments"] = { type = "Prefix", affix = "Chosen", "(30-35)% chance to Avoid Elemental Ailments", "(30-35)% chance to Avoid being Stunned", statOrder = { 1702, 1710 }, level = 60, group = "AvoidStunAndElementalStatusAilments", weightKey = { "body_armour", "default", }, weightVal = { 2000, 0 }, modTags = { "unveiled_mod", "elemental", "fire", "cold", "lightning", "ailment" }, }, + ["JunMasterVeiledLocalFlaskReducedReflectDuringEffect"] = { type = "Suffix", affix = "of the Order", "(60-80)% reduced Reflected Damage taken during Effect", statOrder = { 870 }, level = 60, group = "FlaskReflectReductionDuringFlaskEffect", weightKey = { "flask", "default", }, weightVal = { 1000, 0 }, modTags = { "flask", "unveiled_mod" }, }, + ["JunMasterVeiledMinimumEnduranceChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Endurance Charges", "(3-4)% chance to lose an Endurance Charge on Kill", statOrder = { 1662, 2479 }, level = 60, group = "MinimumEnduranceChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "endurance_charge", "unveiled_mod" }, }, + ["JunMasterVeiledMinimumPowerChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Power Charges", "(3-4)% chance to lose a Power Charge on Kill", statOrder = { 1672, 2483 }, level = 60, group = "MinimumPowerChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "power_charge", "unveiled_mod" }, }, + ["JunMasterVeiledMinimumFrenzyChargesInverted"] = { type = "Suffix", affix = "of the Order", "+1 to Minimum Frenzy Charges", "(3-4)% chance to lose a Frenzy Charge on Kill", statOrder = { 1667, 2481 }, level = 60, group = "MinimumFrenzyChargesAndOnKillLose", weightKey = { "default", }, weightVal = { 0 }, modTags = { "frenzy_charge", "unveiled_mod" }, }, + ["JunMasterVeiledAddedFireAndColdDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage to Hits against you", "Adds (14-16) to (20-22) Cold Damage to Hits against you", statOrder = { 1222, 1231 }, level = 60, group = "SelfFireAndColdDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "unveiled_mod", "damage", "elemental", "fire", "cold" }, }, + ["JunMasterVeiledAddedFireAndLightningDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Fire Damage to Hits against you", "Adds (14-16) to (20-22) Lightning Damage to Hits against you", statOrder = { 1222, 1242 }, level = 60, group = "SelfFireAndLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "fire", "lightning" }, }, + ["JunMasterVeiledAddedColdAndLightningDamageInverted"] = { type = "Prefix", affix = "Chosen", "Adds (14-16) to (20-22) Cold Damage to Hits against you", "Adds (14-16) to (20-22) Lightning Damage to Hits against you", statOrder = { 1231, 1242 }, level = 60, group = "SelfColdAndLightningDamageTaken", weightKey = { "default", }, weightVal = { 0 }, modTags = { "elemental_damage", "damage", "elemental", "cold", "lightning" }, }, + ["JunMasterVeiledLifeLeechFromAnyDamageAndVaalPactWhileFocusedInverted"] = { type = "Suffix", affix = "of the Order", "You have Vaal Pact while Focused", "15% of Damage Leeched by Enemy as Life while Focused", statOrder = { 6347, 6819 }, level = 60, group = "EnemyLifeLeechPermyriadWhileFocusedAndVaalPact", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life" }, }, + ["JunMasterVeiledIncreasedManaAndRegenInverted"] = { type = "Prefix", affix = "Chosen", "+(51-55) to maximum Mana", "Lose 5.3 Mana per second", statOrder = { 1439, 1443 }, level = 60, group = "IncreasedManaAndDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledBaseLifeAndManaRegenInverted"] = { type = "Prefix", affix = "Chosen", "+(55-60) to maximum Life", "Lose 5.3 Mana per second", statOrder = { 1429, 1443 }, level = 60, group = "BaseLifeAndManaDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledBaseManaAndLifeRegenInverted"] = { type = "Prefix", affix = "Chosen", "Lose 33.3 Life per second", "+(55-60) to maximum Mana", statOrder = { 1435, 1439 }, level = 60, group = "BaseManaAndLifeDegenGracePeriod", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "life", "mana" }, }, + ["JunMasterVeiledReduceGlobalFlatManaCostChannellingInverted"] = { type = "Prefix", affix = "Elreon's", "Channelling Skills Cost -4 Mana", statOrder = { 9309 }, level = 60, group = "ManaCostBaseChannelled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledReduceGlobalFlatManaCostNonChannellingInverted"] = { type = "Prefix", affix = "Elreon's", "Non-Channelling Skills Cost -(10-9) Mana", statOrder = { 9311 }, level = 60, group = "ManaCostBaseNonChannelled", weightKey = { "default", }, weightVal = { 0 }, modTags = { "resource", "unveiled_mod", "mana" }, }, + ["JunMasterVeiledShockNearbyEnemiesOnFocusInverted"] = { type = "Suffix", affix = "of the Order", "Focus has (5-8)% reduced Cooldown Recovery Rate", "Shock yourself for 4 Seconds when you Focus", statOrder = { 6183, 9262 }, level = 60, group = "ShockYourselfOnFocusCDR", weightKey = { "default", }, weightVal = { 0 }, modTags = { "unveiled_mod", "elemental", "lightning", "ailment" }, }, } \ No newline at end of file diff --git a/src/Data/TimelessJewelData/LegionPassives.lua b/src/Data/TimelessJewelData/LegionPassives.lua index bbcb916e8c..c803d254e4 100644 --- a/src/Data/TimelessJewelData/LegionPassives.lua +++ b/src/Data/TimelessJewelData/LegionPassives.lua @@ -368,7 +368,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 79420, + ["oidx"] = 79440, ["g"] = 1000000000, }, [6] = { @@ -407,7 +407,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 69885, + ["oidx"] = 97049, ["g"] = 1000000000, }, [7] = { @@ -446,7 +446,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 59010, + ["oidx"] = 33869, ["g"] = 1000000000, }, [8] = { @@ -485,7 +485,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 75322, + ["oidx"] = 20074, ["g"] = 1000000000, }, [9] = { @@ -524,7 +524,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 8097, + ["oidx"] = 29349, ["g"] = 1000000000, }, [10] = { @@ -563,7 +563,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 66110, + ["oidx"] = 39254, ["g"] = 1000000000, }, [11] = { @@ -602,7 +602,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 33933, + ["oidx"] = 74833, ["g"] = 1000000000, }, [12] = { @@ -641,7 +641,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 73573, + ["oidx"] = 56253, ["g"] = 1000000000, }, [13] = { @@ -680,7 +680,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 42668, + ["oidx"] = 82715, ["g"] = 1000000000, }, [14] = { @@ -719,7 +719,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 56859, + ["oidx"] = 52436, ["g"] = 1000000000, }, [15] = { @@ -758,7 +758,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 11446, + ["oidx"] = 2468, ["g"] = 1000000000, }, [16] = { @@ -797,7 +797,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 5489, + ["oidx"] = 30208, ["g"] = 1000000000, }, [17] = { @@ -836,7 +836,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 97416, + ["oidx"] = 29546, ["g"] = 1000000000, }, [18] = { @@ -875,7 +875,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 70539, + ["oidx"] = 20764, ["g"] = 1000000000, }, [19] = { @@ -914,7 +914,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 17595, + ["oidx"] = 7170, ["g"] = 1000000000, }, [20] = { @@ -953,7 +953,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 97479, + ["oidx"] = 95734, ["g"] = 1000000000, }, [21] = { @@ -992,7 +992,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 27693, + ["oidx"] = 81354, ["g"] = 1000000000, }, [22] = { @@ -1031,7 +1031,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 35409, + ["oidx"] = 78304, ["g"] = 1000000000, }, [23] = { @@ -1070,7 +1070,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 47236, + ["oidx"] = 15373, ["g"] = 1000000000, }, [24] = { @@ -1109,7 +1109,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 67900, + ["oidx"] = 27792, ["g"] = 1000000000, }, [25] = { @@ -1148,7 +1148,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 57514, + ["oidx"] = 27192, ["g"] = 1000000000, }, [26] = { @@ -1187,7 +1187,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 79693, + ["oidx"] = 45680, ["g"] = 1000000000, }, [27] = { @@ -1226,7 +1226,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 45174, + ["oidx"] = 79160, ["g"] = 1000000000, }, [28] = { @@ -1265,7 +1265,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 18201, + ["oidx"] = 64617, ["g"] = 1000000000, }, [29] = { @@ -1304,7 +1304,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 65999, + ["oidx"] = 27124, ["g"] = 1000000000, }, [30] = { @@ -1343,7 +1343,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 21117, + ["oidx"] = 82620, ["g"] = 1000000000, }, [31] = { @@ -1382,7 +1382,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 59672, + ["oidx"] = 84022, ["g"] = 1000000000, }, [32] = { @@ -1421,7 +1421,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 14411, + ["oidx"] = 37694, ["g"] = 1000000000, }, [33] = { @@ -1460,7 +1460,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 82991, + ["oidx"] = 88895, ["g"] = 1000000000, }, [34] = { @@ -1499,7 +1499,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 58330, + ["oidx"] = 78681, ["g"] = 1000000000, }, [35] = { @@ -1538,7 +1538,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 2479, + ["oidx"] = 55867, ["g"] = 1000000000, }, [36] = { @@ -1577,7 +1577,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 83640, + ["oidx"] = 79194, ["g"] = 1000000000, }, [37] = { @@ -1616,7 +1616,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 4960, + ["oidx"] = 1855, ["g"] = 1000000000, }, [38] = { @@ -1655,7 +1655,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 82957, + ["oidx"] = 55548, ["g"] = 1000000000, }, [39] = { @@ -1694,7 +1694,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 62650, + ["oidx"] = 87796, ["g"] = 1000000000, }, [40] = { @@ -1733,7 +1733,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 82675, + ["oidx"] = 29714, ["g"] = 1000000000, }, [41] = { @@ -1772,7 +1772,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 18075, + ["oidx"] = 51555, ["g"] = 1000000000, }, [42] = { @@ -1811,7 +1811,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 25548, + ["oidx"] = 60518, ["g"] = 1000000000, }, [43] = { @@ -1859,7 +1859,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 92114, + ["oidx"] = 32845, ["g"] = 1000000000, }, [44] = { @@ -1907,7 +1907,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 31696, + ["oidx"] = 40214, ["g"] = 1000000000, }, [45] = { @@ -1955,7 +1955,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 7855, + ["oidx"] = 87392, ["g"] = 1000000000, }, [46] = { @@ -2003,7 +2003,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 35484, + ["oidx"] = 88901, ["g"] = 1000000000, }, [47] = { @@ -2051,7 +2051,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 92100, + ["oidx"] = 1088, ["g"] = 1000000000, }, [48] = { @@ -2099,7 +2099,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 2503, + ["oidx"] = 25300, ["g"] = 1000000000, }, [49] = { @@ -2147,7 +2147,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 67692, + ["oidx"] = 5536, ["g"] = 1000000000, }, [50] = { @@ -2195,7 +2195,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 74451, + ["oidx"] = 40288, ["g"] = 1000000000, }, [51] = { @@ -2243,7 +2243,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 55329, + ["oidx"] = 50505, ["g"] = 1000000000, }, [52] = { @@ -2291,7 +2291,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 11777, + ["oidx"] = 94233, ["g"] = 1000000000, }, [53] = { @@ -2339,7 +2339,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 13357, + ["oidx"] = 33401, ["g"] = 1000000000, }, [54] = { @@ -2387,7 +2387,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 3316, + ["oidx"] = 93327, ["g"] = 1000000000, }, [55] = { @@ -2435,7 +2435,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 49930, + ["oidx"] = 14140, ["g"] = 1000000000, }, [56] = { @@ -2483,7 +2483,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 68927, + ["oidx"] = 55075, ["g"] = 1000000000, }, [57] = { @@ -2531,7 +2531,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 50654, + ["oidx"] = 5174, ["g"] = 1000000000, }, [58] = { @@ -2579,7 +2579,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 85555, + ["oidx"] = 29868, ["g"] = 1000000000, }, [59] = { @@ -2627,7 +2627,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 13953, + ["oidx"] = 64578, ["g"] = 1000000000, }, [60] = { @@ -2675,7 +2675,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 29305, + ["oidx"] = 81826, ["g"] = 1000000000, }, [61] = { @@ -2723,7 +2723,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 87752, + ["oidx"] = 90899, ["g"] = 1000000000, }, [62] = { @@ -2771,7 +2771,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 76549, + ["oidx"] = 57536, ["g"] = 1000000000, }, [63] = { @@ -2819,7 +2819,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 69557, + ["oidx"] = 55389, ["g"] = 1000000000, }, [64] = { @@ -2867,7 +2867,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 64898, + ["oidx"] = 93616, ["g"] = 1000000000, }, [65] = { @@ -2915,7 +2915,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 83885, + ["oidx"] = 99322, ["g"] = 1000000000, }, [66] = { @@ -2963,7 +2963,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 1049, + ["oidx"] = 79942, ["g"] = 1000000000, }, [67] = { @@ -3011,7 +3011,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 5394, + ["oidx"] = 23145, ["g"] = 1000000000, }, [68] = { @@ -3059,7 +3059,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 76907, + ["oidx"] = 33128, ["g"] = 1000000000, }, [69] = { @@ -3107,7 +3107,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 40498, + ["oidx"] = 39249, ["g"] = 1000000000, }, [70] = { @@ -3155,7 +3155,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 95964, + ["oidx"] = 35273, ["g"] = 1000000000, }, [71] = { @@ -3203,7 +3203,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 98699, + ["oidx"] = 28021, ["g"] = 1000000000, }, [72] = { @@ -3251,7 +3251,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 38490, + ["oidx"] = 19644, ["g"] = 1000000000, }, [73] = { @@ -3299,7 +3299,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 29481, + ["oidx"] = 21331, ["g"] = 1000000000, }, [74] = { @@ -3347,7 +3347,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 27195, + ["oidx"] = 99442, ["g"] = 1000000000, }, [75] = { @@ -3395,7 +3395,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 88478, + ["oidx"] = 2420, ["g"] = 1000000000, }, [76] = { @@ -3443,7 +3443,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 95624, + ["oidx"] = 20860, ["g"] = 1000000000, }, [77] = { @@ -3473,7 +3473,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 59351, + ["oidx"] = 48261, ["g"] = 1000000000, }, [78] = { @@ -3503,7 +3503,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 75827, + ["oidx"] = 6017, ["g"] = 1000000000, }, [79] = { @@ -4028,7 +4028,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 6194, + ["oidx"] = 50410, ["g"] = 1000000000, }, [92] = { @@ -4067,7 +4067,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 36277, + ["oidx"] = 44196, ["g"] = 1000000000, }, [93] = { @@ -4106,7 +4106,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 64088, + ["oidx"] = 20341, ["g"] = 1000000000, }, [94] = { @@ -4145,7 +4145,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 94707, + ["oidx"] = 54200, ["g"] = 1000000000, }, [95] = { @@ -4184,7 +4184,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 74973, + ["oidx"] = 2450, ["g"] = 1000000000, }, [96] = { @@ -4223,7 +4223,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 10172, + ["oidx"] = 91756, ["g"] = 1000000000, }, [97] = { @@ -4262,7 +4262,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 17606, + ["oidx"] = 1205, ["g"] = 1000000000, }, [98] = { @@ -4301,7 +4301,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 5178, + ["oidx"] = 69797, ["g"] = 1000000000, }, [99] = { @@ -4340,7 +4340,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 22257, + ["oidx"] = 50579, ["g"] = 1000000000, }, [100] = { @@ -4379,7 +4379,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 14760, + ["oidx"] = 93563, ["g"] = 1000000000, }, [101] = { @@ -4418,7 +4418,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 42889, + ["oidx"] = 18807, ["g"] = 1000000000, }, [102] = { @@ -4457,7 +4457,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 60270, + ["oidx"] = 81217, ["g"] = 1000000000, }, [103] = { @@ -4496,7 +4496,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 27127, + ["oidx"] = 91332, ["g"] = 1000000000, }, [104] = { @@ -4535,7 +4535,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 82503, + ["oidx"] = 65329, ["g"] = 1000000000, }, [105] = { @@ -4574,7 +4574,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 28525, + ["oidx"] = 31284, ["g"] = 1000000000, }, [106] = { @@ -4766,7 +4766,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 20196, + ["oidx"] = 10883, ["g"] = 1000000000, }, [111] = { @@ -4805,7 +4805,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 14977, + ["oidx"] = 17069, ["g"] = 1000000000, }, [112] = { @@ -4844,7 +4844,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 76777, + ["oidx"] = 823, ["g"] = 1000000000, }, [113] = { @@ -4883,7 +4883,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 5183, + ["oidx"] = 84913, ["g"] = 1000000000, }, [114] = { @@ -4922,7 +4922,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 80316, + ["oidx"] = 21216, ["g"] = 1000000000, }, [115] = { @@ -4961,7 +4961,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 68905, + ["oidx"] = 27467, ["g"] = 1000000000, }, [116] = { @@ -5000,7 +5000,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 14480, + ["oidx"] = 4261, ["g"] = 1000000000, }, [117] = { @@ -5039,7 +5039,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 93682, + ["oidx"] = 72550, ["g"] = 1000000000, }, [118] = { @@ -5078,7 +5078,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 80835, + ["oidx"] = 37140, ["g"] = 1000000000, }, [119] = { @@ -5117,7 +5117,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 38654, + ["oidx"] = 66288, ["g"] = 1000000000, }, [120] = { @@ -5156,7 +5156,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 79623, + ["oidx"] = 64997, ["g"] = 1000000000, }, [121] = { @@ -5195,7 +5195,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 6774, + ["oidx"] = 41353, ["g"] = 1000000000, }, [122] = { @@ -5234,7 +5234,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 68329, + ["oidx"] = 67352, ["g"] = 1000000000, }, [123] = { @@ -5273,7 +5273,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 52806, + ["oidx"] = 57033, ["g"] = 1000000000, }, [124] = { @@ -5312,7 +5312,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 79878, + ["oidx"] = 4248, ["g"] = 1000000000, }, [125] = { @@ -5351,7 +5351,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 7265, + ["oidx"] = 67444, ["g"] = 1000000000, }, [126] = { @@ -5390,7 +5390,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 51502, + ["oidx"] = 7065, ["g"] = 1000000000, }, [127] = { @@ -5429,7 +5429,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 69709, + ["oidx"] = 69156, ["g"] = 1000000000, }, [128] = { @@ -5468,7 +5468,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 54984, + ["oidx"] = 95243, ["g"] = 1000000000, }, [129] = { @@ -5507,7 +5507,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 9731, + ["oidx"] = 11898, ["g"] = 1000000000, }, [130] = { @@ -5546,7 +5546,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 65124, + ["oidx"] = 56195, ["g"] = 1000000000, }, [131] = { @@ -5585,7 +5585,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 7309, + ["oidx"] = 21068, ["g"] = 1000000000, }, [132] = { @@ -5624,7 +5624,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 19927, + ["oidx"] = 59069, ["g"] = 1000000000, }, [133] = { @@ -5663,7 +5663,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 80563, + ["oidx"] = 78292, ["g"] = 1000000000, }, [134] = { @@ -5702,7 +5702,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 68382, + ["oidx"] = 28934, ["g"] = 1000000000, }, [135] = { @@ -5741,7 +5741,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 99311, + ["oidx"] = 11897, ["g"] = 1000000000, }, [136] = { @@ -5780,7 +5780,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 67225, + ["oidx"] = 31734, ["g"] = 1000000000, }, [137] = { @@ -5819,7 +5819,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 82524, + ["oidx"] = 65592, ["g"] = 1000000000, }, [138] = { @@ -5858,7 +5858,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 98014, + ["oidx"] = 67482, ["g"] = 1000000000, }, [139] = { @@ -5897,7 +5897,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 36656, + ["oidx"] = 9669, ["g"] = 1000000000, }, [140] = { @@ -5945,7 +5945,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 36158, + ["oidx"] = 47823, ["g"] = 1000000000, }, [141] = { @@ -5984,7 +5984,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 94297, + ["oidx"] = 74980, ["g"] = 1000000000, }, [142] = { @@ -6023,7 +6023,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 94732, + ["oidx"] = 10189, ["g"] = 1000000000, }, [143] = { @@ -6062,7 +6062,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 81833, + ["oidx"] = 27945, ["g"] = 1000000000, }, [144] = { @@ -6101,7 +6101,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 86198, + ["oidx"] = 47171, ["g"] = 1000000000, }, [145] = { @@ -6140,7 +6140,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 67997, + ["oidx"] = 1000, ["g"] = 1000000000, }, [146] = { @@ -6179,7 +6179,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 65414, + ["oidx"] = 29863, ["g"] = 1000000000, }, [147] = { @@ -6218,7 +6218,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 54300, + ["oidx"] = 38723, ["g"] = 1000000000, }, [148] = { @@ -6257,7 +6257,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 88577, + ["oidx"] = 56838, ["g"] = 1000000000, }, [149] = { @@ -6296,7 +6296,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 40681, + ["oidx"] = 60021, ["g"] = 1000000000, }, [150] = { @@ -6335,7 +6335,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 5337, + ["oidx"] = 55198, ["g"] = 1000000000, }, [151] = { @@ -6374,7 +6374,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 35290, + ["oidx"] = 32616, ["g"] = 1000000000, }, [152] = { @@ -6413,7 +6413,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 1685, + ["oidx"] = 49588, ["g"] = 1000000000, }, [153] = { @@ -6452,7 +6452,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 9588, + ["oidx"] = 41934, ["g"] = 1000000000, }, [154] = { @@ -6491,7 +6491,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 56816, + ["oidx"] = 22560, ["g"] = 1000000000, }, [155] = { @@ -6530,7 +6530,7 @@ return { ["ia"] = 0, ["spc"] = { }, - ["oidx"] = 66099, + ["oidx"] = 45308, ["g"] = 1000000000, }, }, diff --git a/src/Data/Uniques/Special/WatchersEye.lua b/src/Data/Uniques/Special/WatchersEye.lua index 27f4ffb855..074aa0e069 100644 --- a/src/Data/Uniques/Special/WatchersEye.lua +++ b/src/Data/Uniques/Special/WatchersEye.lua @@ -2,149 +2,149 @@ -- Item data (c) Grinding Gear Games return { - ["DeterminationPhysicalDamageReduction"] = { affix = "", "(5-8)% additional Physical Damage Reduction while affected by Determination", statOrderKey = "4343", statOrder = { 4343 }, level = 1, group = "DeterminationPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["DeterminationAdditionalBlock"] = { affix = "", "+(5-8)% Chance to Block Attack Damage while affected by Determination", statOrderKey = "4931", statOrder = { 4931 }, level = 1, group = "DeterminationAdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["DeterminationUnaffectedByVulnerability"] = { affix = "", "Unaffected by Vulnerability while affected by Determination", statOrderKey = "9702", statOrder = { 9702 }, level = 1, group = "DeterminationUnaffectedByVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["DeterminationReducedExtraDamageFromCrits"] = { affix = "", "You take (40-60)% reduced Extra Damage from Critical Strikes while affected by Determination", statOrderKey = "6068", statOrder = { 6068 }, level = 1, group = "DeterminationReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["DeterminationReducedReflectedPhysicalDamage"] = { affix = "", "(40-50)% reduced Reflected Physical Damage taken while affected by Determination", statOrderKey = "9146", statOrder = { 9146 }, level = 1, group = "DeterminationReducedReflectedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["DeterminationAdditionalArmour"] = { affix = "", "+(600-1000) to Armour while affected by Determination", statOrderKey = "4491", statOrder = { 4491 }, level = 1, group = "DeterminationAdditionalArmour", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, - ["GraceAdditionalChanceToEvade"] = { affix = "", "+(5-8)% chance to Evade Attack Hits while affected by Grace", statOrderKey = "5264", statOrder = { 5264 }, level = 1, group = "GraceAdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, - ["GraceChanceToDodge"] = { affix = "", "+(12-15)% chance to Suppress Spell Damage while affected by Grace", statOrderKey = "9408", statOrder = { 9408 }, level = 1, group = "GraceChanceToDodge", weightKey = { }, weightVal = { }, modTags = { }, }, - ["GraceUnaffectedByEnfeeble"] = { affix = "", "Unaffected by Enfeeble while affected by Grace", statOrderKey = "9686", statOrder = { 9686 }, level = 1, group = "GraceUnaffectedByEnfeeble", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["GraceIncreasedMovementSpeed"] = { affix = "", "(10-15)% increased Movement Speed while affected by Grace", statOrderKey = "8731", statOrder = { 8731 }, level = 1, group = "GraceIncreasedMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["GraceBlindEnemiesWhenHit"] = { affix = "", "(30-50)% chance to Blind Enemies which Hit you while affected by Grace", statOrderKey = "4923", statOrder = { 4923 }, level = 1, group = "GraceBlindEnemiesWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["DisciplineEnergyShieldRegen"] = { affix = "", "Regenerate (1.5-2.5)% of Energy Shield per Second while affected by Discipline", statOrderKey = "6000", statOrder = { 6000 }, level = 1, group = "DisciplineEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["DisciplineAdditionalSpellBlock"] = { affix = "", "+(5-8)% Chance to Block Spell Damage while affected by Discipline", statOrderKey = "5242", statOrder = { 5242 }, level = 1, group = "DisciplineAdditionalSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, - ["DisciplineFasterStartOfRecharge"] = { affix = "", "(30-40)% faster start of Energy Shield Recharge while affected by Discipline", statOrderKey = "5973", statOrder = { 5973 }, level = 1, group = "DisciplineFasterStartOfRecharge", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["DisciplineEnergyShieldPerHit"] = { affix = "", "Gain (20-30) Energy Shield per Enemy Hit while affected by Discipline", statOrderKey = "5976", statOrder = { 5976 }, level = 1, group = "DisciplineEnergyShieldPerHit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["DisciplineEnergyShieldRecoveryRate"] = { affix = "", "(10-15)% increased Energy Shield Recovery Rate while affected by Discipline", statOrderKey = "5994", statOrder = { 5994 }, level = 1, group = "DisciplineEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["WrathLightningPenetration"] = { affix = "", "Damage Penetrates (10-15)% Lightning Resistance while affected by Wrath", statOrderKey = "9139", statOrder = { 9139 }, level = 1, group = "WrathLightningPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["WrathLightningDamageManaLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Mana while affected by Wrath", statOrderKey = "7591", statOrder = { 7591 }, level = 1, group = "WrathLightningDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, - ["WrathLightningDamageESLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Energy Shield while affected by Wrath", statOrderKey = "5980", statOrder = { 5980 }, level = 1, group = "WrathLightningDamageESLeech", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "elemental", "lightning" }, }, - ["WrathPhysicalAddedAsLightning_"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Lightning Damage while affected by Wrath", statOrderKey = "8913", statOrder = { 8913 }, level = 1, group = "WrathPhysicalAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["WrathPhysicalConvertedToLightning"] = { affix = "", "(25-40)% of Physical Damage Converted to Lightning Damage while affected by Wrath", statOrderKey = "4753", statOrder = { 4753 }, level = 1, group = "WrathPhysicalConvertedToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, - ["WrathIncreasedLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Wrath", statOrderKey = "6903", statOrder = { 6903 }, level = 1, group = "WrathIncreasedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, - ["WrathIncreasedCriticalStrikeChance"] = { affix = "", "(70-100)% increased Critical Strike Chance while affected by Wrath", statOrderKey = "5519", statOrder = { 5519 }, level = 1, group = "WrathIncreasedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["AngerFirePenetration"] = { affix = "", "Damage Penetrates (10-15)% Fire Resistance while affected by Anger", statOrderKey = "9138", statOrder = { 9138 }, level = 1, group = "AngerFirePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AngerFireDamageLifeLeech_"] = { affix = "", "(1-1.5)% of Fire Damage Leeched as Life while affected by Anger", statOrderKey = "6824", statOrder = { 6824 }, level = 1, group = "AngerFireDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, - ["AngerPhysicalAddedAsFire"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Fire Damage while affected by Anger", statOrderKey = "8910", statOrder = { 8910 }, level = 1, group = "AngerPhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AngerPhysicalConvertedToFire"] = { affix = "", "(25-40)% of Physical Damage Converted to Fire Damage while affected by Anger", statOrderKey = "4752", statOrder = { 4752 }, level = 1, group = "AngerPhysicalConvertedToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, - ["AngerIncreasedFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Anger", statOrderKey = "6099", statOrder = { 6099 }, level = 1, group = "AngerIncreasedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, - ["AngerIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(30-50)% to Critical Strike Multiplier while affected by Anger", statOrderKey = "5545", statOrder = { 5545 }, level = 1, group = "AngerIncreasedCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["HatredColdPenetration"] = { affix = "", "Damage Penetrates (10-15)% Cold Resistance while affected by Hatred", statOrderKey = "9136", statOrder = { 9136 }, level = 1, group = "HatredColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HatredAdditionalCriticalStrikeChance"] = { affix = "", "+(1.2-1.8)% to Critical Strike Chance while affected by Hatred", statOrderKey = "4317", statOrder = { 4317 }, level = 1, group = "HatredAdditionalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["HatredAddedColdDamage"] = { affix = "", "Adds (58-70) to (88-104) Cold Damage while affected by Hatred", statOrderKey = "8566", statOrder = { 8566 }, level = 1, group = "HatredAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["HatredPhysicalConvertedToCold"] = { affix = "", "(25-40)% of Physical Damage Converted to Cold Damage while affected by Hatred", statOrderKey = "4751", statOrder = { 4751 }, level = 1, group = "HatredPhysicalConvertedToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, - ["HatredIncreasedColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Hatred", statOrderKey = "5398", statOrder = { 5398 }, level = 1, group = "HatredIncreasedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, - ["VitalityDamageLifeLeech"] = { affix = "", "(0.8-1.2)% of Damage leeched as Life while affected by Vitality", statOrderKey = "6817", statOrder = { 6817 }, level = 1, group = "VitalityDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["VitalityFlatLifeRegen"] = { affix = "", "Regenerate (100-140) Life per Second while affected by Vitality", statOrderKey = "6858", statOrder = { 6858 }, level = 1, group = "VitalityFlatLifeRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["VitalityPercentLifeRegen"] = { affix = "", "Regenerate (1-1.5)% of Life per second while affected by Vitality", statOrderKey = "6865", statOrder = { 6865 }, level = 1, group = "VitalityPercentLifeRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeRecoveryRate"] = { affix = "", "(10-15)% increased Life Recovery Rate while affected by Vitality", statOrderKey = "6848", statOrder = { 6848 }, level = 1, group = "VitalityLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeGainPerHit"] = { affix = "", "Gain (20-30) Life per Enemy Hit while affected by Vitality", statOrderKey = "6811", statOrder = { 6811 }, level = 1, group = "VitalityLifeGainPerHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["VitalityLifeRecoveryFromFlasks_"] = { affix = "", "(50-70)% increased Life Recovery from Flasks while affected by Vitality", statOrderKey = "6170", statOrder = { 6170 }, level = 1, group = "VitalityLifeRecoveryFromFlasks", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, - ["ClarityReducedManaCost"] = { affix = "", "-(10-5) to Total Mana Cost of Skills while affected by Clarity", statOrderKey = "9307", statOrder = { 9307 }, level = 1, group = "ClarityReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityReducedManaCostNonChannelled"] = { affix = "", "Non-Channelling Skills have -(10-5) to Total Mana Cost while affected by Clarity", statOrderKey = "9312", statOrder = { 9312 }, level = 1, group = "ClarityReducedManaCostNonChannelled", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityDamageTakenFromManaBeforeLife"] = { affix = "", "(6-10)% of Damage taken from Mana before Life while affected by Clarity", statOrderKey = "5661", statOrder = { 5661 }, level = 1, group = "ClarityDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, - ["ClarityRecoverManaOnSkillUse"] = { affix = "", "(10-15)% chance to Recover 10% of Mana when you use a Skill while affected by Clarity", statOrderKey = "9108", statOrder = { 9108 }, level = 1, group = "ClarityRecoverManaOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityManaAddedAsEnergyShield"] = { affix = "", "Gain (6-10)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity", statOrderKey = "8509", statOrder = { 8509 }, level = 1, group = "ClarityManaAddedAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["ClarityManaRecoveryRate"] = { affix = "", "(10-15)% increased Mana Recovery Rate while affected by Clarity", statOrderKey = "7600", statOrder = { 7600 }, level = 1, group = "ClarityManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["ClarityDamageTakenGainedAsMana"] = { affix = "", "(15-20)% of Damage taken while affected by Clarity Recouped as Mana", statOrderKey = "5674", statOrder = { 5674 }, level = 1, group = "ClarityDamageTakenGainedAsMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["HasteChanceToDodgeSpells"] = { affix = "", "+(5-8)% chance to Suppress Spell Damage while affected by Haste", statOrderKey = "9409", statOrder = { 9409 }, level = 1, group = "HasteChanceToDodgeSpells", weightKey = { }, weightVal = { }, modTags = { }, }, - ["HasteGainOnslaughtOnKill"] = { affix = "", "You gain Onslaught for 4 seconds on Kill while affected by Haste", statOrderKey = "6310", statOrder = { 6310 }, level = 1, group = "HasteGainOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, - ["HasteGainPhasing"] = { affix = "", "You have Phasing while affected by Haste", statOrderKey = "6321", statOrder = { 6321 }, level = 1, group = "HasteGainPhasing", weightKey = { }, weightVal = { }, modTags = { }, }, - ["HasteUnaffectedByTemporalChains"] = { affix = "", "Unaffected by Temporal Chains while affected by Haste", statOrderKey = "9701", statOrder = { 9701 }, level = 1, group = "HasteUnaffectedByTemporalChains", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["HasteDebuffsExpireFaster"] = { affix = "", "Debuffs on you expire (15-20)% faster while affected by Haste", statOrderKey = "5714", statOrder = { 5714 }, level = 1, group = "HasteDebuffsExpireFaster", weightKey = { }, weightVal = { }, modTags = { }, }, - ["HasteCooldownRecoveryForMovementSkills"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste", statOrderKey = "8710", statOrder = { 8710 }, level = 1, group = "HasteCooldownRecoveryForMovementSkills", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PurityOfFireTakePhysicalAsFire"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire", statOrderKey = "8938", statOrder = { 8938 }, level = 1, group = "PurityOfFireTakePhysicalAsFire", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, - ["PurityOfFireImmuneToIgnite"] = { affix = "", "Immune to Ignite while affected by Purity of Fire", statOrderKey = "6707", statOrder = { 6707 }, level = 1, group = "PurityOfFireImmuneToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["PurityOfFireUnaffectedByBurningGround"] = { affix = "", "Unaffected by Burning Ground while affected by Purity of Fire", statOrderKey = "9674", statOrder = { 9674 }, level = 1, group = "PurityOfFireUnaffectedByBurningGround", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PurityOfFireUnaffectedByFlammability__"] = { affix = "", "Unaffected by Flammability while affected by Purity of Fire", statOrderKey = "9687", statOrder = { 9687 }, level = 1, group = "PurityOfFireUnaffectedByFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfFireReducedReflectedFireDamage"] = { affix = "", "(40-50)% reduced Reflected Fire Damage taken while affected by Purity of Fire", statOrderKey = "6113", statOrder = { 6113 }, level = 1, group = "PurityOfFireReducedReflectedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, - ["PurityOfFireColdAndLightningTakenAsFire"] = { affix = "", "(10-20)% of Cold and Lightning Damage taken as Fire Damage while affected by Purity of Fire", statOrderKey = "5387", statOrder = { 5387 }, level = 1, group = "PurityOfFireColdAndLightningTakenAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["PurityOfIceTakePhysicalAsIce"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice", statOrderKey = "8936", statOrder = { 8936 }, level = 1, group = "PurityOfIceTakePhysicalAsIce", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, - ["PurityOfIceImmuneToFreeze"] = { affix = "", "Immune to Freeze while affected by Purity of Ice", statOrderKey = "6704", statOrder = { 6704 }, level = 1, group = "PurityOfIceImmuneToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["PurityOfIceUnaffectedByChilledGround"] = { affix = "", "Unaffected by Chilled Ground while affected by Purity of Ice", statOrderKey = "9679", statOrder = { 9679 }, level = 1, group = "PurityOfIceUnaffectedByChilledGround", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PurityOfIceUnaffectedByFrostbite"] = { affix = "", "Unaffected by Frostbite while affected by Purity of Ice", statOrderKey = "9689", statOrder = { 9689 }, level = 1, group = "PurityOfIceUnaffectedByFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfIceReducedReflectedColdDamage"] = { affix = "", "(40-50)% reduced Reflected Cold Damage taken while affected by Purity of Ice", statOrderKey = "5417", statOrder = { 5417 }, level = 1, group = "PurityOfIceReducedReflectedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, - ["PurityOfIceFireAndLightningTakenAsCold"] = { affix = "", "(10-20)% of Fire and Lightning Damage taken as Cold Damage while affected by Purity of Ice", statOrderKey = "6083", statOrder = { 6083 }, level = 1, group = "PurityOfIceFireAndLightningTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["PurityOfLightningTakePhysicalAsLightning"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning", statOrderKey = "8940", statOrder = { 8940 }, level = 1, group = "PurityOfLightningTakePhysicalAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, - ["PurityOfLightningImmuneToShock_"] = { affix = "", "Immune to Shock while affected by Purity of Lightning", statOrderKey = "6711", statOrder = { 6711 }, level = 1, group = "PurityOfLightningImmuneToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["PurityOfLightningUnaffectedByShockedGround"] = { affix = "", "Unaffected by Shocked Ground while affected by Purity of Lightning", statOrderKey = "9699", statOrder = { 9699 }, level = 1, group = "PurityOfLightningUnaffectedByShockedGround", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PurityOfLightningUnaffectedByConductivity_____"] = { affix = "", "Unaffected by Conductivity while affected by Purity of Lightning", statOrderKey = "9680", statOrder = { 9680 }, level = 1, group = "PurityOfLightningUnaffectedByConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfLightningReducedReflectedLightningDamage"] = { affix = "", "(40-50)% reduced Reflected Lightning Damage taken while affected by Purity of Lightning", statOrderKey = "6915", statOrder = { 6915 }, level = 1, group = "PurityOfLightningReducedReflectedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, - ["PurityOfLightningFireAndColdTakenAsLightning"] = { affix = "", "(10-20)% of Fire and Cold Damage taken as Lightning Damage while", "affected by Purity of Lightning", statOrderKey = "6081,6081.1", statOrder = { 6081, 6081.1 }, level = 1, group = "PurityOfLightningFireAndColdTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["PurityOfElementsTakePhysicalAsFire_"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements", statOrderKey = "8937", statOrder = { 8937 }, level = 1, group = "PurityOfElementsTakePhysicalAsFire", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, - ["PurityOfElementsTakePhysicalAsCold"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements", statOrderKey = "8935", statOrder = { 8935 }, level = 1, group = "PurityOfElementsTakePhysicalAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, - ["PurityOfElementsTakePhysicalAsLightning"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements", statOrderKey = "8939", statOrder = { 8939 }, level = 1, group = "PurityOfElementsTakePhysicalAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, - ["PurityOfElementsUnaffectedByElementalWeakness"] = { affix = "", "Unaffected by Elemental Weakness while affected by Purity of Elements", statOrderKey = "9685", statOrder = { 9685 }, level = 1, group = "PurityOfElementsUnaffectedByElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, - ["PurityOfElementsReducedReflectedElementalDamage"] = { affix = "", "(40-50)% reduced Reflected Elemental Damage taken while affected by Purity of Elements", statOrderKey = "5890", statOrder = { 5890 }, level = 1, group = "PurityOfElementsReducedReflectedElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, - ["PurityOfElementsChaosResistance"] = { affix = "", "+(30-50)% to Chaos Resistance while affected by Purity of Elements", statOrderKey = "5331", statOrder = { 5331 }, level = 1, group = "PurityOfElementsChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, - ["PurityOfElementsMaximumElementalResistances"] = { affix = "", "+1% to all maximum Elemental Resistances while affected by Purity of Elements", statOrderKey = "4325", statOrder = { 4325 }, level = 1, group = "PurityOfElementsMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["PrecisionIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(20-30)% to Critical Strike Multiplier while affected by Precision", statOrderKey = "5546", statOrder = { 5546 }, level = 1, group = "PrecisionIncreasedCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, - ["PrecisionIncreasedAttackDamage"] = { affix = "", "(40-60)% increased Attack Damage while affected by Precision", statOrderKey = "4583", statOrder = { 4583 }, level = 1, group = "PrecisionIncreasedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, - ["PrecisionFlaskChargeOnCrit_"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while affected by Precision", statOrderKey = "9098", statOrder = { 9098 }, level = 1, group = "PrecisionFlaskChargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, - ["PrecisionIncreasedAttackSpeed"] = { affix = "", "(10-15)% increased Attack Speed while affected by Precision", statOrderKey = "4624", statOrder = { 4624 }, level = 1, group = "PrecisionIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, - ["PrecisionCannotBeBlinded"] = { affix = "", "Cannot be Blinded while affected by Precision", statOrderKey = "4988", statOrder = { 4988 }, level = 1, group = "PrecisionCannotBeBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PrideChanceForDoubleDamage"] = { affix = "", "(8-12)% chance to deal Double Damage while using Pride", statOrderKey = "8989", statOrder = { 8989 }, level = 1, group = "PrideChanceForDoubleDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["PrideIntimidateOnHit"] = { affix = "", "Your Hits Intimidate Enemies for 4 seconds while you are using Pride", statOrderKey = "8991", statOrder = { 8991 }, level = 1, group = "PrideIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["PrideIncreasedPhysicalDamage_"] = { affix = "", "(40-60)% increased Physical Damage while using Pride", statOrderKey = "8995", statOrder = { 8995 }, level = 1, group = "PrideIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, - ["PrideChanceToImpale"] = { affix = "", "25% chance to Impale Enemies on Hit with Attacks while using Pride", statOrderKey = "8990", statOrder = { 8990 }, level = 1, group = "PrideChanceToImpale", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["PrideImpaleAdditionalHits"] = { affix = "", "Impales you inflict last 2 additional Hits while using Pride", statOrderKey = "8997", statOrder = { 8997 }, level = 1, group = "PrideImpaleAdditionalHits", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SublimeVisionAnger"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always Scorch while affected by Anger", "Aura Skills other than Anger are Disabled", statOrderKey = "3405,4393,9857", statOrder = { 3405, 4393, 9857 }, level = 1, group = "SublimeVisionAnger", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, - ["SublimeVisionClarity"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "80% increased Effect of Arcane Surge on you while affected by Clarity", "Aura Skills other than Clarity are Disabled", statOrderKey = "3405,4437,9858", statOrder = { 3405, 4437, 9858 }, level = 1, group = "SublimeVisionClarity", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, - ["SublimeVisionDetermination"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Endurance Charges while affected by Determination", "Aura Skills other than Determination are Disabled", statOrderKey = "3405,8478,9859", statOrder = { 3405, 8478, 9859 }, level = 1, group = "SublimeVisionDetermination", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SublimeVisionDiscipline"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Power Charges while affected by Discipline", "Aura Skills other than Discipline are Disabled", statOrderKey = "3405,8515,9860", statOrder = { 3405, 8515, 9860 }, level = 1, group = "SublimeVisionDiscipline", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SublimeVisionGrace"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Frenzy Charges while affected by Grace", "Aura Skills other than Grace are Disabled", statOrderKey = "3405,8484,9861", statOrder = { 3405, 8484, 9861 }, level = 1, group = "SublimeVisionGrace", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SublimeVisionHaste"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "10% increased Action Speed while affected by Haste", "Aura Skills other than Haste are Disabled", statOrderKey = "3405,4293,9862", statOrder = { 3405, 4293, 9862 }, level = 1, group = "SublimeVisionHaste", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, - ["SublimeVisionHatred"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always inflict Brittle while affected by Hatred", "Aura Skills other than Hatred are Disabled", statOrderKey = "3405,4388,9863", statOrder = { 3405, 4388, 9863 }, level = 1, group = "SublimeVisionHatred", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, - ["SublimeVisionMalevolence"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "You can apply an additional Curse while affected by Malevolence", "Aura Skills other than Malevolence are Disabled", statOrderKey = "3405,8809,9864", statOrder = { 3405, 8809, 9864 }, level = 1, group = "SublimeVisionMalevolence", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, - ["SublimeVisionPrecision"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "25% more Critical Strike chance while affected by Precision", "Aura Skills other than Precision are Disabled", statOrderKey = "3405,5493,9865", statOrder = { 3405, 5493, 9865 }, level = 1, group = "SublimeVisionPrecision", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SublimeVisionPride"] = { affix = "", "(20-40)% increased Effect of Non-Curse Auras from your Skills on Enemies", "Enemies you Kill while using Pride have 25% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", "Aura Skills other than Pride are Disabled", statOrderKey = "3403,6049,9866", statOrder = { 3403, 6049, 9866 }, level = 1, group = "SublimeVisionPride", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, - ["SublimeVisionPurityOfElements"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+3% to all maximum Elemental Resistances while affected by Purity of Elements", "Aura Skills other than Purity of Elements are Disabled", statOrderKey = "3405,4325,9867", statOrder = { 3405, 4325, 9867 }, level = 1, group = "SublimeVisionPurityOfElements", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, - ["SublimeVisionPurityOfIce"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Fire and Lightning Damage taken as Cold Damage while affected by Purity of Ice", "Aura Skills other than Purity of Ice are Disabled", statOrderKey = "3405,6083,9869", statOrder = { 3405, 6083, 9869 }, level = 1, group = "SublimeVisionPurityOfIce", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["SublimeVisionPurityOfLightning"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Fire and Cold Damage taken as Lightning Damage while", "affected by Purity of Lightning", "Aura Skills other than Purity of Lightning are Disabled", statOrderKey = "3405,6081,6081.1,9870", statOrder = { 3405, 6081, 6081.1, 9870 }, level = 1, group = "SublimeVisionPurityOfLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["SublimeVisionPurityOfFire"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Cold and Lightning Damage taken as Fire Damage while affected by Purity of Fire", "Aura Skills other than Purity of Fire are Disabled", statOrderKey = "3405,5387,9868", statOrder = { 3405, 5387, 9868 }, level = 1, group = "SublimeVisionPurityOfFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, - ["SublimeVisionVitality"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Regenerate 15% Life over one second when hit while affected by Vitality", "Aura Skills other than Vitality are Disabled", statOrderKey = "3405,9150,9871", statOrder = { 3405, 9150, 9871 }, level = 1, group = "SublimeVisionVitality", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, - ["SublimeVisionWrath"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always Sap while affected by Wrath", "Aura Skills other than Wrath are Disabled", statOrderKey = "3405,4392,9872", statOrder = { 3405, 4392, 9872 }, level = 1, group = "SublimeVisionWrath", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, - ["SublimeVisionZealotry"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Unaffected by Curses while affected by Zealotry", "Aura Skills other than Zealotry are Disabled", statOrderKey = "3405,9682,9873", statOrder = { 3405, 9682, 9873 }, level = 1, group = "SublimeVisionZealotry", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, - ["MalevolenceSkillEffectDuration"] = { affix = "", "(20-30)% increased Skill Effect Duration while affected by Malevolence", statOrderKey = "9302", statOrder = { 9302 }, level = 1, group = "MalevolenceSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, - ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5818", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["MalevolenceColdDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5818", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { affix = "", "(8-12)% increased Recovery rate of Life and Energy Shield while affected by Malevolence", statOrderKey = "6802", statOrder = { 6802 }, level = 1, group = "MalevolenceLifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, - ["MalevolenceUnaffectedByPoison"] = { affix = "", "Unaffected by Poison while affected by Malevolence", statOrderKey = "9693", statOrder = { 9693 }, level = 1, group = "MalevolenceUnaffectedByPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, - ["MalevolenceUnaffectedByBleeding_"] = { affix = "", "Unaffected by Bleeding while affected by Malevolence", statOrderKey = "9670", statOrder = { 9670 }, level = 1, group = "MalevolenceUnaffectedByBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, - ["MalevolenceYourAilmentsDealDamageFaster__"] = { affix = "", "Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence", statOrderKey = "9855", statOrder = { 9855 }, level = 1, group = "MalevolenceYourAilmentsDealDamageFaster", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, - ["MalevolenceDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrderKey = "5818", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, - ["ZealotryCriticalStrikesPenetratesElementalResistances"] = { affix = "", "Critical Strikes Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry", statOrderKey = "5559", statOrder = { 5559 }, level = 1, group = "ZealotryCriticalStrikesPenetratesElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, - ["ZealotryCastSpeed"] = { affix = "", "(10-15)% increased Cast Speed while affected by Zealotry", statOrderKey = "5058", statOrder = { 5058 }, level = 1, group = "ZealotryCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, - ["ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea"] = { affix = "", "Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds", statOrderKey = "5436", statOrder = { 5436 }, level = 1, group = "ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryConsecratedGroundEnemyDamageTaken"] = { affix = "", "Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage", statOrderKey = "5433", statOrder = { 5433 }, level = 1, group = "ZealotryConsecratedGroundEnemyDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround"] = { affix = "", "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", statOrderKey = "6248", statOrder = { 6248 }, level = 1, group = "ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround", weightKey = { }, weightVal = { }, modTags = { }, }, - ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1595", statOrder = { 1595 }, level = 1, group = "ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateOld", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateNew"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrderKey = "1594", statOrder = { 1594 }, level = 1, group = "ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, - ["ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround"] = { affix = "", "(100-120)% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry", statOrderKey = "5499", statOrder = { 5499 }, level = 1, group = "ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, - ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrderKey = "8819", statOrder = { 8819 }, level = 1, group = "SummonArbalistNumberOfArbalistsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrderKey = "9510", statOrder = { 9510 }, level = 1, group = "SummonArbalistNumberOfAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (30-40)% increased Attack Speed", statOrderKey = "9500", statOrder = { 9500 }, level = 1, group = "SummonArbalistAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce (2-4) additional Targets", statOrderKey = "9519", statOrder = { 9519 }, level = 1, group = "SummonArbalistTargetsToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrderKey = "9518", statOrder = { 9518 }, level = 1, group = "SummonArbalistProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrderKey = "9501", statOrder = { 9501 }, level = 1, group = "SummonArbalistChains", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrderKey = "9511", statOrder = { 9511 }, level = 1, group = "SummonArbalistNumberOfSplits", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (25-35)% chance to deal Double Damage", statOrderKey = "9504", statOrder = { 9504 }, level = 1, group = "SummonArbalistChanceToDealDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Maim for 4 seconds on Hit", statOrderKey = "9507", statOrder = { 9507 }, level = 1, group = "SummonArbalistChanceToMaimfor4secondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Intimidate for 4 seconds on Hit", statOrderKey = "9506", statOrder = { 9506 }, level = 1, group = "SummonArbalistChanceToIntimidateFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Unnerve for 4 seconds on Hit", statOrderKey = "9509", statOrder = { 9509 }, level = 1, group = "SummonArbalistChanceToUnnerveFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrderKey = "9524", statOrder = { 9524 }, level = 1, group = "SummonArbalistChanceToInflictFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrderKey = "9523", statOrder = { 9523 }, level = 1, group = "SummonArbalistChanceToInflictColdExposureonHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrderKey = "9525", statOrder = { 9525 }, level = 1, group = "SummonArbalistChanceToInflictLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrderKey = "9503", statOrder = { 9503 }, 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", statOrderKey = "9516,9521", statOrder = { 9516, 9521 }, 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", statOrderKey = "9515,9520", statOrder = { 9515, 9520 }, 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", statOrderKey = "9517,9522", statOrder = { 9517, 9522 }, 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", statOrderKey = "9513,9524", statOrder = { 9513, 9524 }, 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", statOrderKey = "9512,9523", statOrder = { 9512, 9523 }, 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", statOrderKey = "9514,9525", statOrder = { 9514, 9525 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (40-60)% chance to inflict Bleeding", statOrderKey = "9502", statOrder = { 9502 }, level = 1, group = "SummonArbalistChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (40-60)% chance to Poison", statOrderKey = "9508", statOrder = { 9508 }, level = 1, group = "SummonArbalistChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, }, - ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrderKey = "9505", statOrder = { 9505 }, level = 1, group = "SummonArbalistChanceToIgniteFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DeterminationPhysicalDamageReduction"] = { affix = "", "(5-8)% additional Physical Damage Reduction while affected by Determination", statOrder = { 4343 }, level = 1, group = "DeterminationPhysicalDamageReduction", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["DeterminationAdditionalBlock"] = { affix = "", "+(5-8)% Chance to Block Attack Damage while affected by Determination", statOrder = { 4931 }, level = 1, group = "DeterminationAdditionalBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["DeterminationUnaffectedByVulnerability"] = { affix = "", "Unaffected by Vulnerability while affected by Determination", statOrder = { 9702 }, level = 1, group = "DeterminationUnaffectedByVulnerability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["DeterminationReducedExtraDamageFromCrits"] = { affix = "", "You take (40-60)% reduced Extra Damage from Critical Strikes while affected by Determination", statOrder = { 6068 }, level = 1, group = "DeterminationReducedExtraDamageFromCrits", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["DeterminationReducedReflectedPhysicalDamage"] = { affix = "", "(40-50)% reduced Reflected Physical Damage taken while affected by Determination", statOrder = { 9146 }, level = 1, group = "DeterminationReducedReflectedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["DeterminationAdditionalArmour"] = { affix = "", "+(600-1000) to Armour while affected by Determination", statOrder = { 4491 }, level = 1, group = "DeterminationAdditionalArmour", weightKey = { }, weightVal = { }, modTags = { "defences", "armour" }, }, + ["GraceAdditionalChanceToEvade"] = { affix = "", "+(5-8)% chance to Evade Attack Hits while affected by Grace", statOrder = { 5264 }, level = 1, group = "GraceAdditionalChanceToEvade", weightKey = { }, weightVal = { }, modTags = { "defences", "evasion" }, }, + ["GraceChanceToDodge"] = { affix = "", "+(12-15)% chance to Suppress Spell Damage while affected by Grace", statOrder = { 9408 }, level = 1, group = "GraceChanceToDodge", weightKey = { }, weightVal = { }, modTags = { }, }, + ["GraceUnaffectedByEnfeeble"] = { affix = "", "Unaffected by Enfeeble while affected by Grace", statOrder = { 9686 }, level = 1, group = "GraceUnaffectedByEnfeeble", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["GraceIncreasedMovementSpeed"] = { affix = "", "(10-15)% increased Movement Speed while affected by Grace", statOrder = { 8731 }, level = 1, group = "GraceIncreasedMovementSpeed", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["GraceBlindEnemiesWhenHit"] = { affix = "", "(30-50)% chance to Blind Enemies which Hit you while affected by Grace", statOrder = { 4923 }, level = 1, group = "GraceBlindEnemiesWhenHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["DisciplineEnergyShieldRegen"] = { affix = "", "Regenerate (1.5-2.5)% of Energy Shield per Second while affected by Discipline", statOrder = { 6000 }, level = 1, group = "DisciplineEnergyShieldRegen", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["DisciplineAdditionalSpellBlock"] = { affix = "", "+(5-8)% Chance to Block Spell Damage while affected by Discipline", statOrder = { 5242 }, level = 1, group = "DisciplineAdditionalSpellBlock", weightKey = { }, weightVal = { }, modTags = { "block" }, }, + ["DisciplineFasterStartOfRecharge"] = { affix = "", "(30-40)% faster start of Energy Shield Recharge while affected by Discipline", statOrder = { 5973 }, level = 1, group = "DisciplineFasterStartOfRecharge", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["DisciplineEnergyShieldPerHit"] = { affix = "", "Gain (20-30) Energy Shield per Enemy Hit while affected by Discipline", statOrder = { 5976 }, level = 1, group = "DisciplineEnergyShieldPerHit", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["DisciplineEnergyShieldRecoveryRate"] = { affix = "", "(10-15)% increased Energy Shield Recovery Rate while affected by Discipline", statOrder = { 5994 }, level = 1, group = "DisciplineEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["WrathLightningPenetration"] = { affix = "", "Damage Penetrates (10-15)% Lightning Resistance while affected by Wrath", statOrder = { 9139 }, level = 1, group = "WrathLightningPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WrathLightningDamageManaLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Mana while affected by Wrath", statOrder = { 7591 }, level = 1, group = "WrathLightningDamageManaLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "mana", "elemental", "lightning" }, }, + ["WrathLightningDamageESLeech"] = { affix = "", "(1-1.5)% of Lightning Damage is Leeched as Energy Shield while affected by Wrath", statOrder = { 5980 }, level = 1, group = "WrathLightningDamageESLeech", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield", "elemental", "lightning" }, }, + ["WrathPhysicalAddedAsLightning_"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Lightning Damage while affected by Wrath", statOrder = { 8913 }, level = 1, group = "WrathPhysicalAddedAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["WrathPhysicalConvertedToLightning"] = { affix = "", "(25-40)% of Physical Damage Converted to Lightning Damage while affected by Wrath", statOrder = { 4753 }, level = 1, group = "WrathPhysicalConvertedToLightning", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "lightning" }, }, + ["WrathIncreasedLightningDamage"] = { affix = "", "(40-60)% increased Lightning Damage while affected by Wrath", statOrder = { 6903 }, level = 1, group = "WrathIncreasedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "lightning" }, }, + ["WrathIncreasedCriticalStrikeChance"] = { affix = "", "(70-100)% increased Critical Strike Chance while affected by Wrath", statOrder = { 5519 }, level = 1, group = "WrathIncreasedCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["AngerFirePenetration"] = { affix = "", "Damage Penetrates (10-15)% Fire Resistance while affected by Anger", statOrder = { 9138 }, level = 1, group = "AngerFirePenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AngerFireDamageLifeLeech_"] = { affix = "", "(1-1.5)% of Fire Damage Leeched as Life while affected by Anger", statOrder = { 6824 }, level = 1, group = "AngerFireDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "elemental", "fire" }, }, + ["AngerPhysicalAddedAsFire"] = { affix = "", "Gain (15-25)% of Physical Damage as Extra Fire Damage while affected by Anger", statOrder = { 8910 }, level = 1, group = "AngerPhysicalAddedAsFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AngerPhysicalConvertedToFire"] = { affix = "", "(25-40)% of Physical Damage Converted to Fire Damage while affected by Anger", statOrder = { 4752 }, level = 1, group = "AngerPhysicalConvertedToFire", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "fire" }, }, + ["AngerIncreasedFireDamage"] = { affix = "", "(40-60)% increased Fire Damage while affected by Anger", statOrder = { 6099 }, level = 1, group = "AngerIncreasedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "fire" }, }, + ["AngerIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(30-50)% to Critical Strike Multiplier while affected by Anger", statOrder = { 5545 }, level = 1, group = "AngerIncreasedCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["HatredColdPenetration"] = { affix = "", "Damage Penetrates (10-15)% Cold Resistance while affected by Hatred", statOrder = { 9136 }, level = 1, group = "HatredColdPenetration", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HatredAdditionalCriticalStrikeChance"] = { affix = "", "+(1.2-1.8)% to Critical Strike Chance while affected by Hatred", statOrder = { 4317 }, level = 1, group = "HatredAdditionalCriticalStrikeChance", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["HatredAddedColdDamage"] = { affix = "", "Adds (58-70) to (88-104) Cold Damage while affected by Hatred", statOrder = { 8566 }, level = 1, group = "HatredAddedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["HatredPhysicalConvertedToCold"] = { affix = "", "(25-40)% of Physical Damage Converted to Cold Damage while affected by Hatred", statOrder = { 4751 }, level = 1, group = "HatredPhysicalConvertedToCold", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "elemental_damage", "damage", "physical", "elemental", "cold" }, }, + ["HatredIncreasedColdDamage"] = { affix = "", "(40-60)% increased Cold Damage while affected by Hatred", statOrder = { 5398 }, level = 1, group = "HatredIncreasedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "cold" }, }, + ["VitalityDamageLifeLeech"] = { affix = "", "(0.8-1.2)% of Damage leeched as Life while affected by Vitality", statOrder = { 6817 }, level = 1, group = "VitalityDamageLifeLeech", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VitalityFlatLifeRegen"] = { affix = "", "Regenerate (100-140) Life per Second while affected by Vitality", statOrder = { 6858 }, level = 1, group = "VitalityFlatLifeRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VitalityPercentLifeRegen"] = { affix = "", "Regenerate (1-1.5)% of Life per second while affected by Vitality", statOrder = { 6865 }, level = 1, group = "VitalityPercentLifeRegen", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeRecoveryRate"] = { affix = "", "(10-15)% increased Life Recovery Rate while affected by Vitality", statOrder = { 6848 }, level = 1, group = "VitalityLifeRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeGainPerHit"] = { affix = "", "Gain (20-30) Life per Enemy Hit while affected by Vitality", statOrder = { 6811 }, level = 1, group = "VitalityLifeGainPerHit", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["VitalityLifeRecoveryFromFlasks_"] = { affix = "", "(50-70)% increased Life Recovery from Flasks while affected by Vitality", statOrder = { 6170 }, level = 1, group = "VitalityLifeRecoveryFromFlasks", weightKey = { }, weightVal = { }, modTags = { "flask", "resource", "life" }, }, + ["ClarityReducedManaCost"] = { affix = "", "-(10-5) to Total Mana Cost of Skills while affected by Clarity", statOrder = { 9307 }, level = 1, group = "ClarityReducedManaCost", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityReducedManaCostNonChannelled"] = { affix = "", "Non-Channelling Skills have -(10-5) to Total Mana Cost while affected by Clarity", statOrder = { 9312 }, level = 1, group = "ClarityReducedManaCostNonChannelled", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityDamageTakenFromManaBeforeLife"] = { affix = "", "(6-10)% of Damage taken from Mana before Life while affected by Clarity", statOrder = { 5661 }, level = 1, group = "ClarityDamageTakenFromManaBeforeLife", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "mana" }, }, + ["ClarityRecoverManaOnSkillUse"] = { affix = "", "(10-15)% chance to Recover 10% of Mana when you use a Skill while affected by Clarity", statOrder = { 9108 }, level = 1, group = "ClarityRecoverManaOnSkillUse", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityManaAddedAsEnergyShield"] = { affix = "", "Gain (6-10)% of Maximum Mana as Extra Maximum Energy Shield while affected by Clarity", statOrder = { 8509 }, level = 1, group = "ClarityManaAddedAsEnergyShield", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ClarityManaRecoveryRate"] = { affix = "", "(10-15)% increased Mana Recovery Rate while affected by Clarity", statOrder = { 7600 }, level = 1, group = "ClarityManaRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["ClarityDamageTakenGainedAsMana"] = { affix = "", "(15-20)% of Damage taken while affected by Clarity Recouped as Mana", statOrder = { 5674 }, level = 1, group = "ClarityDamageTakenGainedAsMana", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["HasteChanceToDodgeSpells"] = { affix = "", "+(5-8)% chance to Suppress Spell Damage while affected by Haste", statOrder = { 9409 }, level = 1, group = "HasteChanceToDodgeSpells", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasteGainOnslaughtOnKill"] = { affix = "", "You gain Onslaught for 4 seconds on Kill while affected by Haste", statOrder = { 6310 }, level = 1, group = "HasteGainOnslaughtOnKill", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasteGainPhasing"] = { affix = "", "You have Phasing while affected by Haste", statOrder = { 6321 }, level = 1, group = "HasteGainPhasing", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasteUnaffectedByTemporalChains"] = { affix = "", "Unaffected by Temporal Chains while affected by Haste", statOrder = { 9701 }, level = 1, group = "HasteUnaffectedByTemporalChains", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["HasteDebuffsExpireFaster"] = { affix = "", "Debuffs on you expire (15-20)% faster while affected by Haste", statOrder = { 5714 }, level = 1, group = "HasteDebuffsExpireFaster", weightKey = { }, weightVal = { }, modTags = { }, }, + ["HasteCooldownRecoveryForMovementSkills"] = { affix = "", "(30-50)% increased Cooldown Recovery Rate of Movement Skills used while affected by Haste", statOrder = { 8710 }, level = 1, group = "HasteCooldownRecoveryForMovementSkills", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PurityOfFireTakePhysicalAsFire"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Fire", statOrder = { 8938 }, level = 1, group = "PurityOfFireTakePhysicalAsFire", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["PurityOfFireImmuneToIgnite"] = { affix = "", "Immune to Ignite while affected by Purity of Fire", statOrder = { 6707 }, level = 1, group = "PurityOfFireImmuneToIgnite", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["PurityOfFireUnaffectedByBurningGround"] = { affix = "", "Unaffected by Burning Ground while affected by Purity of Fire", statOrder = { 9674 }, level = 1, group = "PurityOfFireUnaffectedByBurningGround", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PurityOfFireUnaffectedByFlammability__"] = { affix = "", "Unaffected by Flammability while affected by Purity of Fire", statOrder = { 9687 }, level = 1, group = "PurityOfFireUnaffectedByFlammability", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfFireReducedReflectedFireDamage"] = { affix = "", "(40-50)% reduced Reflected Fire Damage taken while affected by Purity of Fire", statOrder = { 6113 }, level = 1, group = "PurityOfFireReducedReflectedFireDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire" }, }, + ["PurityOfFireColdAndLightningTakenAsFire"] = { affix = "", "(10-20)% of Cold and Lightning Damage taken as Fire Damage while affected by Purity of Fire", statOrder = { 5387 }, level = 1, group = "PurityOfFireColdAndLightningTakenAsFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["PurityOfIceTakePhysicalAsIce"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Ice", statOrder = { 8936 }, level = 1, group = "PurityOfIceTakePhysicalAsIce", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["PurityOfIceImmuneToFreeze"] = { affix = "", "Immune to Freeze while affected by Purity of Ice", statOrder = { 6704 }, level = 1, group = "PurityOfIceImmuneToFreeze", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["PurityOfIceUnaffectedByChilledGround"] = { affix = "", "Unaffected by Chilled Ground while affected by Purity of Ice", statOrder = { 9679 }, level = 1, group = "PurityOfIceUnaffectedByChilledGround", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PurityOfIceUnaffectedByFrostbite"] = { affix = "", "Unaffected by Frostbite while affected by Purity of Ice", statOrder = { 9689 }, level = 1, group = "PurityOfIceUnaffectedByFrostbite", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfIceReducedReflectedColdDamage"] = { affix = "", "(40-50)% reduced Reflected Cold Damage taken while affected by Purity of Ice", statOrder = { 5417 }, level = 1, group = "PurityOfIceReducedReflectedColdDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold" }, }, + ["PurityOfIceFireAndLightningTakenAsCold"] = { affix = "", "(10-20)% of Fire and Lightning Damage taken as Cold Damage while affected by Purity of Ice", statOrder = { 6083 }, level = 1, group = "PurityOfIceFireAndLightningTakenAsCold", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["PurityOfLightningTakePhysicalAsLightning"] = { affix = "", "(6-10)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Lightning", statOrder = { 8940 }, level = 1, group = "PurityOfLightningTakePhysicalAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["PurityOfLightningImmuneToShock_"] = { affix = "", "Immune to Shock while affected by Purity of Lightning", statOrder = { 6711 }, level = 1, group = "PurityOfLightningImmuneToShock", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["PurityOfLightningUnaffectedByShockedGround"] = { affix = "", "Unaffected by Shocked Ground while affected by Purity of Lightning", statOrder = { 9699 }, level = 1, group = "PurityOfLightningUnaffectedByShockedGround", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PurityOfLightningUnaffectedByConductivity_____"] = { affix = "", "Unaffected by Conductivity while affected by Purity of Lightning", statOrder = { 9680 }, level = 1, group = "PurityOfLightningUnaffectedByConductivity", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfLightningReducedReflectedLightningDamage"] = { affix = "", "(40-50)% reduced Reflected Lightning Damage taken while affected by Purity of Lightning", statOrder = { 6915 }, level = 1, group = "PurityOfLightningReducedReflectedLightningDamage", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning" }, }, + ["PurityOfLightningFireAndColdTakenAsLightning"] = { affix = "", "(10-20)% of Fire and Cold Damage taken as Lightning Damage while", "affected by Purity of Lightning", statOrder = { 6081, 6081.1 }, level = 1, group = "PurityOfLightningFireAndColdTakenAsLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["PurityOfElementsTakePhysicalAsFire_"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Fire Damage while affected by Purity of Elements", statOrder = { 8937 }, level = 1, group = "PurityOfElementsTakePhysicalAsFire", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "fire" }, }, + ["PurityOfElementsTakePhysicalAsCold"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Cold Damage while affected by Purity of Elements", statOrder = { 8935 }, level = 1, group = "PurityOfElementsTakePhysicalAsCold", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "cold" }, }, + ["PurityOfElementsTakePhysicalAsLightning"] = { affix = "", "(8-12)% of Physical Damage from Hits taken as Lightning Damage while affected by Purity of Elements", statOrder = { 8939 }, level = 1, group = "PurityOfElementsTakePhysicalAsLightning", weightKey = { }, weightVal = { }, modTags = { "physical", "elemental", "lightning" }, }, + ["PurityOfElementsUnaffectedByElementalWeakness"] = { affix = "", "Unaffected by Elemental Weakness while affected by Purity of Elements", statOrder = { 9685 }, level = 1, group = "PurityOfElementsUnaffectedByElementalWeakness", weightKey = { }, weightVal = { }, modTags = { "caster", "curse" }, }, + ["PurityOfElementsReducedReflectedElementalDamage"] = { affix = "", "(40-50)% reduced Reflected Elemental Damage taken while affected by Purity of Elements", statOrder = { 5890 }, level = 1, group = "PurityOfElementsReducedReflectedElementalDamage", weightKey = { }, weightVal = { }, modTags = { "elemental" }, }, + ["PurityOfElementsChaosResistance"] = { affix = "", "+(30-50)% to Chaos Resistance while affected by Purity of Elements", statOrder = { 5331 }, level = 1, group = "PurityOfElementsChaosResistance", weightKey = { }, weightVal = { }, modTags = { "chaos", "resistance" }, }, + ["PurityOfElementsMaximumElementalResistances"] = { affix = "", "+1% to all maximum Elemental Resistances while affected by Purity of Elements", statOrder = { 4325 }, level = 1, group = "PurityOfElementsMaximumElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["PrecisionIncreasedCriticalStrikeMultiplier"] = { affix = "", "+(20-30)% to Critical Strike Multiplier while affected by Precision", statOrder = { 5546 }, level = 1, group = "PrecisionIncreasedCriticalStrikeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage", "critical" }, }, + ["PrecisionIncreasedAttackDamage"] = { affix = "", "(40-60)% increased Attack Damage while affected by Precision", statOrder = { 4583 }, level = 1, group = "PrecisionIncreasedAttackDamage", weightKey = { }, weightVal = { }, modTags = { "damage", "attack" }, }, + ["PrecisionFlaskChargeOnCrit_"] = { affix = "", "Gain a Flask Charge when you deal a Critical Strike while affected by Precision", statOrder = { 9098 }, level = 1, group = "PrecisionFlaskChargeOnCrit", weightKey = { }, weightVal = { }, modTags = { "flask", "critical" }, }, + ["PrecisionIncreasedAttackSpeed"] = { affix = "", "(10-15)% increased Attack Speed while affected by Precision", statOrder = { 4624 }, level = 1, group = "PrecisionIncreasedAttackSpeed", weightKey = { }, weightVal = { }, modTags = { "attack", "speed" }, }, + ["PrecisionCannotBeBlinded"] = { affix = "", "Cannot be Blinded while affected by Precision", statOrder = { 4988 }, level = 1, group = "PrecisionCannotBeBlinded", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PrideChanceForDoubleDamage"] = { affix = "", "(8-12)% chance to deal Double Damage while using Pride", statOrder = { 8989 }, level = 1, group = "PrideChanceForDoubleDamage", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["PrideIntimidateOnHit"] = { affix = "", "Your Hits Intimidate Enemies for 4 seconds while you are using Pride", statOrder = { 8991 }, level = 1, group = "PrideIntimidateOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["PrideIncreasedPhysicalDamage_"] = { affix = "", "(40-60)% increased Physical Damage while using Pride", statOrder = { 8995 }, level = 1, group = "PrideIncreasedPhysicalDamage", weightKey = { }, weightVal = { }, modTags = { "physical_damage", "damage", "physical" }, }, + ["PrideChanceToImpale"] = { affix = "", "25% chance to Impale Enemies on Hit with Attacks while using Pride", statOrder = { 8990 }, level = 1, group = "PrideChanceToImpale", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["PrideImpaleAdditionalHits"] = { affix = "", "Impales you inflict last 2 additional Hits while using Pride", statOrder = { 8997 }, level = 1, group = "PrideImpaleAdditionalHits", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SublimeVisionAnger"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always Scorch while affected by Anger", "Aura Skills other than Anger are Disabled", statOrder = { 3405, 4393, 9857 }, level = 1, group = "SublimeVisionAnger", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "ailment" }, }, + ["SublimeVisionClarity"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "80% increased Effect of Arcane Surge on you while affected by Clarity", "Aura Skills other than Clarity are Disabled", statOrder = { 3405, 4437, 9858 }, level = 1, group = "SublimeVisionClarity", weightKey = { }, weightVal = { }, modTags = { "resource", "mana" }, }, + ["SublimeVisionDetermination"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Endurance Charges while affected by Determination", "Aura Skills other than Determination are Disabled", statOrder = { 3405, 8478, 9859 }, level = 1, group = "SublimeVisionDetermination", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SublimeVisionDiscipline"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Power Charges while affected by Discipline", "Aura Skills other than Discipline are Disabled", statOrder = { 3405, 8515, 9860 }, level = 1, group = "SublimeVisionDiscipline", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SublimeVisionGrace"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+1 to Maximum Frenzy Charges while affected by Grace", "Aura Skills other than Grace are Disabled", statOrder = { 3405, 8484, 9861 }, level = 1, group = "SublimeVisionGrace", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SublimeVisionHaste"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "10% increased Action Speed while affected by Haste", "Aura Skills other than Haste are Disabled", statOrder = { 3405, 4293, 9862 }, level = 1, group = "SublimeVisionHaste", weightKey = { }, weightVal = { }, modTags = { "speed" }, }, + ["SublimeVisionHatred"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always inflict Brittle while affected by Hatred", "Aura Skills other than Hatred are Disabled", statOrder = { 3405, 4388, 9863 }, level = 1, group = "SublimeVisionHatred", weightKey = { }, weightVal = { }, modTags = { "elemental", "cold", "ailment" }, }, + ["SublimeVisionMalevolence"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "You can apply an additional Curse while affected by Malevolence", "Aura Skills other than Malevolence are Disabled", statOrder = { 3405, 8809, 9864 }, level = 1, group = "SublimeVisionMalevolence", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["SublimeVisionPrecision"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "25% more Critical Strike chance while affected by Precision", "Aura Skills other than Precision are Disabled", statOrder = { 3405, 5493, 9865 }, level = 1, group = "SublimeVisionPrecision", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SublimeVisionPride"] = { affix = "", "(20-40)% increased Effect of Non-Curse Auras from your Skills on Enemies", "Enemies you Kill while using Pride have 25% chance to Explode, dealing a tenth of their maximum Life as Physical Damage", "Aura Skills other than Pride are Disabled", statOrder = { 3403, 6049, 9866 }, level = 1, group = "SublimeVisionPride", weightKey = { }, weightVal = { }, modTags = { "physical" }, }, + ["SublimeVisionPurityOfElements"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "+3% to all maximum Elemental Resistances while affected by Purity of Elements", "Aura Skills other than Purity of Elements are Disabled", statOrder = { 3405, 4325, 9867 }, level = 1, group = "SublimeVisionPurityOfElements", weightKey = { }, weightVal = { }, modTags = { "elemental", "resistance" }, }, + ["SublimeVisionPurityOfIce"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Fire and Lightning Damage taken as Cold Damage while affected by Purity of Ice", "Aura Skills other than Purity of Ice are Disabled", statOrder = { 3405, 6083, 9869 }, level = 1, group = "SublimeVisionPurityOfIce", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["SublimeVisionPurityOfLightning"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Fire and Cold Damage taken as Lightning Damage while", "affected by Purity of Lightning", "Aura Skills other than Purity of Lightning are Disabled", statOrder = { 3405, 6081, 6081.1, 9870 }, level = 1, group = "SublimeVisionPurityOfLightning", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["SublimeVisionPurityOfFire"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "30% of Cold and Lightning Damage taken as Fire Damage while affected by Purity of Fire", "Aura Skills other than Purity of Fire are Disabled", statOrder = { 3405, 5387, 9868 }, level = 1, group = "SublimeVisionPurityOfFire", weightKey = { }, weightVal = { }, modTags = { "elemental", "fire", "cold", "lightning" }, }, + ["SublimeVisionVitality"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Regenerate 15% Life over one second when hit while affected by Vitality", "Aura Skills other than Vitality are Disabled", statOrder = { 3405, 9150, 9871 }, level = 1, group = "SublimeVisionVitality", weightKey = { }, weightVal = { }, modTags = { "resource", "life" }, }, + ["SublimeVisionWrath"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Always Sap while affected by Wrath", "Aura Skills other than Wrath are Disabled", statOrder = { 3405, 4392, 9872 }, level = 1, group = "SublimeVisionWrath", weightKey = { }, weightVal = { }, modTags = { "elemental", "lightning", "ailment" }, }, + ["SublimeVisionZealotry"] = { affix = "", "Auras from your Skills have (20-40)% increased Effect on you", "Unaffected by Curses while affected by Zealotry", "Aura Skills other than Zealotry are Disabled", statOrder = { 3405, 9682, 9873 }, level = 1, group = "SublimeVisionZealotry", weightKey = { }, weightVal = { }, modTags = { "curse" }, }, + ["MalevolenceSkillEffectDuration"] = { affix = "", "(20-30)% increased Skill Effect Duration while affected by Malevolence", statOrder = { 9302 }, level = 1, group = "MalevolenceSkillEffectDuration", weightKey = { }, weightVal = { }, modTags = { }, }, + ["MalevolenceChaosNonAilmentDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MalevolenceColdDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["MalevolenceLifeAndEnergyShieldRecoveryRate"] = { affix = "", "(8-12)% increased Recovery rate of Life and Energy Shield while affected by Malevolence", statOrder = { 6802 }, level = 1, group = "MalevolenceLifeAndEnergyShieldRecoveryRate", weightKey = { }, weightVal = { }, modTags = { "resource", "life", "defences", "energy_shield" }, }, + ["MalevolenceUnaffectedByPoison"] = { affix = "", "Unaffected by Poison while affected by Malevolence", statOrder = { 9693 }, level = 1, group = "MalevolenceUnaffectedByPoison", weightKey = { }, weightVal = { }, modTags = { "poison", "chaos", "ailment" }, }, + ["MalevolenceUnaffectedByBleeding_"] = { affix = "", "Unaffected by Bleeding while affected by Malevolence", statOrder = { 9670 }, level = 1, group = "MalevolenceUnaffectedByBleeding", weightKey = { }, weightVal = { }, modTags = { "bleed", "physical", "attack", "ailment" }, }, + ["MalevolenceYourAilmentsDealDamageFaster__"] = { affix = "", "Damaging Ailments you inflict deal Damage (10-15)% faster while affected by Malevolence", statOrder = { 9855 }, level = 1, group = "MalevolenceYourAilmentsDealDamageFaster", weightKey = { }, weightVal = { }, modTags = { "damage", "ailment" }, }, + ["MalevolenceDamageOverTimeMultiplier"] = { affix = "", "+(18-22)% to Damage over Time Multiplier while affected by Malevolence", statOrder = { 5818 }, level = 1, group = "MalevolenceDamageOverTimeMultiplier", weightKey = { }, weightVal = { }, modTags = { "damage" }, }, + ["ZealotryCriticalStrikesPenetratesElementalResistances"] = { affix = "", "Critical Strikes Penetrate (8-10)% of Enemy Elemental Resistances while affected by Zealotry", statOrder = { 5559 }, level = 1, group = "ZealotryCriticalStrikesPenetratesElementalResistances", weightKey = { }, weightVal = { }, modTags = { "elemental_damage", "damage", "elemental", "critical" }, }, + ["ZealotryCastSpeed"] = { affix = "", "(10-15)% increased Cast Speed while affected by Zealotry", statOrder = { 5058 }, level = 1, group = "ZealotryCastSpeed", weightKey = { }, weightVal = { }, modTags = { "caster", "speed" }, }, + ["ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea"] = { affix = "", "Effects of Consecrated Ground you create while affected by Zealotry Linger for 2 seconds", statOrder = { 5436 }, level = 1, group = "ZealotryConsecratedGroundEffectLingersForMsAfterLeavingTheArea", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ZealotryConsecratedGroundEnemyDamageTaken"] = { affix = "", "Consecrated Ground you create while affected by Zealotry causes enemies to take (8-10)% increased Damage", statOrder = { 5433 }, level = 1, group = "ZealotryConsecratedGroundEnemyDamageTaken", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround"] = { affix = "", "Gain Arcane Surge for 4 seconds when you create Consecrated Ground while affected by Zealotry", statOrder = { 6248 }, level = 1, group = "ZealotryGainArcaneSurgeFor4SecondsWhenYouCreateConsecratedGround", weightKey = { }, weightVal = { }, modTags = { }, }, + ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrder = { 1595 }, level = 1, group = "ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateOld", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRateNew"] = { affix = "", "30% increased Maximum total Energy Shield Recovery per second from Leech while affected by Zealotry", statOrder = { 1594 }, level = 1, group = "ZealotryMaximumEnergyShieldPerSecondToMaximumEnergyShieldLeechRate", weightKey = { }, weightVal = { }, modTags = { "defences", "energy_shield" }, }, + ["ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround"] = { affix = "", "(100-120)% increased Critical Strike Chance against Enemies on Consecrated Ground while affected by Zealotry", statOrder = { 5499 }, level = 1, group = "ZealotryCriticalStrikeChanceAgainstEnemiesOnConsecratedGround", weightKey = { }, weightVal = { }, modTags = { "critical" }, }, + ["SummonArbalistNumberOfArbalistsAllowed"] = { affix = "", "+1 to number of Summoned Arbalists", statOrder = { 8819 }, level = 1, group = "SummonArbalistNumberOfArbalistsAllowed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfAdditionalProjectiles_"] = { affix = "", "Summoned Arbalists fire (2-4) additional Projectiles", statOrder = { 9510 }, level = 1, group = "SummonArbalistNumberOfAdditionalProjectiles", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistAttackSpeed_"] = { affix = "", "Summoned Arbalists have (30-40)% increased Attack Speed", statOrder = { 9500 }, level = 1, group = "SummonArbalistAttackSpeed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistTargetsToPierce"] = { affix = "", "Summoned Arbalists' Projectiles Pierce (2-4) additional Targets", statOrder = { 9519 }, level = 1, group = "SummonArbalistTargetsToPierce", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistProjectilesFork"] = { affix = "", "Summoned Arbalists' Projectiles Fork", statOrder = { 9518 }, level = 1, group = "SummonArbalistProjectilesFork", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChains_"] = { affix = "", "Summoned Arbalists' Projectiles Chain +2 times", statOrder = { 9501 }, level = 1, group = "SummonArbalistChains", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistNumberOfSplits__"] = { affix = "", "Summoned Arbalists' Projectiles Split into 3", statOrder = { 9511 }, level = 1, group = "SummonArbalistNumberOfSplits", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToDealDoubleDamage___"] = { affix = "", "Summoned Arbalists have (25-35)% chance to deal Double Damage", statOrder = { 9504 }, level = 1, group = "SummonArbalistChanceToDealDoubleDamage", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToMaimfor4secondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Maim for 4 seconds on Hit", statOrder = { 9507 }, level = 1, group = "SummonArbalistChanceToMaimfor4secondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIntimidateFor4SecondsOnHit"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Intimidate for 4 seconds on Hit", statOrder = { 9506 }, level = 1, group = "SummonArbalistChanceToIntimidateFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToUnnerveFor4SecondsOnHit_"] = { affix = "", "Summoned Arbalists have (20-30)% chance to Unnerve for 4 seconds on Hit", statOrder = { 9509 }, level = 1, group = "SummonArbalistChanceToUnnerveFor4SecondsOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictFireExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Fire Exposure on Hit", statOrder = { 9524 }, level = 1, group = "SummonArbalistChanceToInflictFireExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictColdExposureonHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Cold Exposure on Hit", statOrder = { 9523 }, level = 1, group = "SummonArbalistChanceToInflictColdExposureonHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToInflictLightningExposureOnHit_"] = { affix = "", "Summoned Arbalists have (10-20)% chance to inflict Lightning Exposure on Hit", statOrder = { 9525 }, level = 1, group = "SummonArbalistChanceToInflictLightningExposureOnHit", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToCrushOnHit"] = { affix = "", "Summoned Arbalists have (10-20)% chance to Crush on Hit", statOrder = { 9503 }, 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 = { 9516, 9521 }, 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 = { 9515, 9520 }, 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 = { 9517, 9522 }, 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 = { 9513, 9524 }, 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 = { 9512, 9523 }, 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 = { 9514, 9525 }, level = 1, group = "SummonArbalistPhysicalDamageToAddAsLightning", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToBleedPercent_"] = { affix = "", "Summoned Arbalists' Attacks have (40-60)% chance to inflict Bleeding", statOrder = { 9502 }, level = 1, group = "SummonArbalistChanceToBleed", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToPoisonPercent"] = { affix = "", "Summoned Arbalists have (40-60)% chance to Poison", statOrder = { 9508 }, level = 1, group = "SummonArbalistChanceToPoison", weightKey = { }, weightVal = { }, modTags = { }, }, + ["SummonArbalistChanceToIgniteFreezeShockPercent"] = { affix = "", "Summoned Arbalists have (15-25)% chance to Freeze, Shock, and Ignite", statOrder = { 9505 }, level = 1, group = "SummonArbalistChanceToIgniteFreezeShock", weightKey = { }, weightVal = { }, modTags = { }, }, } \ No newline at end of file diff --git a/src/Export/Scripts/crucible.lua b/src/Export/Scripts/crucible.lua index c3278b2c60..7665c96aba 100644 --- a/src/Export/Scripts/crucible.lua +++ b/src/Export/Scripts/crucible.lua @@ -18,7 +18,6 @@ for crucible in dat("WeaponPassiveSkills"):Rows() do end out:write('tier = ', crucible.ModTier, ', ') out:write('"', table.concat(stats, '", "'), '", ') - out:write('statOrderKey = "', table.concat(orders, ','), '", ') out:write('statOrder = { ', table.concat(orders, ', '), ' }, ') out:write('level = ', crucible.Mod.Level, ', group = "', crucible.Mod.Type.Id, '", ') out:write('nodeType = "', crucible.Type.Id, '", ') diff --git a/src/Export/Scripts/mods.lua b/src/Export/Scripts/mods.lua index 6eee513d50..ebc419e77a 100644 --- a/src/Export/Scripts/mods.lua +++ b/src/Export/Scripts/mods.lua @@ -79,7 +79,6 @@ local function writeMods(outName, condFunc) end end out:write('"', table.concat(stats, '", "'), '", ') - out:write('statOrderKey = "', table.concat(orders, ','), '", ') out:write('statOrder = { ', table.concat(orders, ', '), ' }, ') out:write('level = ', mod.Level, ', group = "', mod.Type.Id, '", ') out:write('weightKey = { ')